2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-28 13:36:50 +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 ## 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 - Adds ability to toggle "star" status for Part
@ -8,12 +11,12 @@
- Uses server-side pagination, providing a significant increase in UI performance - Uses server-side pagination, providing a significant increase in UI performance
- Adds audio feedback for server errors and barcode scanning - 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 - 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 - Fixes crash bug on top-level part category
@ -22,7 +25,7 @@
- Notifications are less obtrusive (uses snack bar) - Notifications are less obtrusive (uses snack bar)
- Fixed search views - keyboard search button now works properly - 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. This is the initial release of the InvenTree app.

View File

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