diff --git a/assets/credits.md b/assets/credits.md index 766be7a6..525dc8d9 100644 --- a/assets/credits.md +++ b/assets/credits.md @@ -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) \ No newline at end of file +- Some sound files have been sourced from [https://www.zapsplat.com](https://www.zapsplat.com) diff --git a/assets/release_notes.md b/assets/release_notes.md index 25a12a4b..f3692975 100644 --- a/assets/release_notes.md +++ b/assets/release_notes.md @@ -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. diff --git a/lib/settings/release.dart b/lib/settings/release.dart index e5b2c513..433e85b6 100644 --- a/lib/settings/release.dart +++ b/lib/settings/release.dart @@ -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,