mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-28 13:36:50 +00:00
Update release notes
This commit is contained in:
parent
a01e2151d9
commit
1d263eea80
@ -5,6 +5,8 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- Display units after stock quantity
|
- Display units after stock quantity
|
||||||
|
- Support multi-byte UTF characters in API transactions
|
||||||
|
- Updated translations
|
||||||
|
|
||||||
### 0.4.6 - August 2021
|
### 0.4.6 - August 2021
|
||||||
---
|
---
|
||||||
|
@ -63,6 +63,7 @@ class InvenTreeApp extends StatelessWidget {
|
|||||||
builder: OneContext().builder,
|
builder: OneContext().builder,
|
||||||
navigatorKey: OneContext().key,
|
navigatorKey: OneContext().key,
|
||||||
onGenerateTitle: (BuildContext context) => I18N.of(context)!.appTitle,
|
onGenerateTitle: (BuildContext context) => I18N.of(context)!.appTitle,
|
||||||
|
debugShowCheckedModeBanner: false,
|
||||||
theme: ThemeData(
|
theme: ThemeData(
|
||||||
primarySwatch: Colors.lightBlue,
|
primarySwatch: Colors.lightBlue,
|
||||||
secondaryHeaderColor: Colors.blueGrey,
|
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.
|
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||||
# Read more about iOS versioning at
|
# Read more about iOS versioning at
|
||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
version: 0.4.6+27
|
version: 0.4.7+28
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.12.0 <3.0.0"
|
sdk: ">=2.12.0 <3.0.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user