From 1d263eea80446f365eb07387fbb6d34dc49300df Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 17 Sep 2021 22:40:36 +1000 Subject: [PATCH] Update release notes --- assets/release_notes.md | 4 +++- lib/main.dart | 1 + pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/assets/release_notes.md b/assets/release_notes.md index 48e606bf..51ecff91 100644 --- a/assets/release_notes.md +++ b/assets/release_notes.md @@ -5,6 +5,8 @@ --- - Display units after stock quantity +- Support multi-byte UTF characters in API transactions +- Updated translations ### 0.4.6 - August 2021 --- @@ -169,4 +171,4 @@ Available features as described below: - Search for Part(s) - Scan barcode to redirect to various views - Use barcode scanner to perform various stock actions -- Manage multiple user / server profiles \ No newline at end of file +- Manage multiple user / server profiles diff --git a/lib/main.dart b/lib/main.dart index 40c7176a..57032e33 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -63,6 +63,7 @@ class InvenTreeApp extends StatelessWidget { builder: OneContext().builder, navigatorKey: OneContext().key, onGenerateTitle: (BuildContext context) => I18N.of(context)!.appTitle, + debugShowCheckedModeBanner: false, theme: ThemeData( primarySwatch: Colors.lightBlue, secondaryHeaderColor: Colors.blueGrey, diff --git a/pubspec.yaml b/pubspec.yaml index 205eb991..6e5e8c00 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,7 @@ description: InvenTree stock management # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.4.6+27 +version: 0.4.7+28 environment: sdk: ">=2.12.0 <3.0.0"