2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-28 05:26:47 +00:00

Update release notes

This commit is contained in:
Oliver 2021-09-17 22:40:36 +10:00
parent a01e2151d9
commit 1d263eea80
3 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,8 @@
---
- Display units after stock quantity
- Support multi-byte UTF characters in API transactions
- Updated translations
### 0.4.6 - August 2021
---

View File

@ -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,

View File

@ -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"