2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-28 05:26:47 +00:00
This commit is contained in:
Oliver Walters 2021-03-02 22:36:29 +11:00
parent af79ee9d11
commit a5406734eb
3 changed files with 10 additions and 7 deletions

View File

@ -1,6 +1,6 @@
## InvenTree App Credits
---
**Sound Files**
### Sound Files
Some sound files have been sourced from [https://www.zapsplat.com](https://www.zapsplat.com)
- Some sound files have been sourced from [https://www.zapsplat.com](https://www.zapsplat.com)

View File

@ -1,4 +1,7 @@
## 0.1.3 - March 2021
## InvenTree App Release Notes
---
### 0.1.3 - March 2021
---
- Adds ability to toggle "star" status for Part
@ -8,12 +11,12 @@
- Uses server-side pagination, providing a significant increase in UI performance
- Adds audio feedback for server errors and barcode scanning
## 0.1.2 - February 2021
### 0.1.2 - February 2021
---
- Fixes bug which caused blank screen when opening barcode scanner
## 0.1.1 - February 2021
### 0.1.1 - February 2021
---
- Fixes crash bug on top-level part category
@ -22,7 +25,7 @@
- Notifications are less obtrusive (uses snack bar)
- Fixed search views - keyboard search button now works properly
## 0.1.0 - February 2021
### 0.1.0 - February 2021
---
This is the initial release of the InvenTree app.

View File

@ -16,7 +16,7 @@ class ReleaseNotesWidget extends StatelessWidget {
Widget build (BuildContext context) {
return Scaffold(
appBar: AppBar(
title: Text("Release Notes")
title: Text(I18N.of(context).releaseNotes)
),
body: Markdown(
selectable: false,