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:
parent
a01e2151d9
commit
1d263eea80
@ -5,6 +5,8 @@
|
||||
---
|
||||
|
||||
- Display units after stock quantity
|
||||
- Support multi-byte UTF characters in API transactions
|
||||
- Updated translations
|
||||
|
||||
### 0.4.6 - August 2021
|
||||
---
|
||||
|
@ -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,
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user