2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-28 13:36:50 +00:00

Update version number and release notes

This commit is contained in:
Oliver 2021-10-05 23:09:25 +11:00
parent 9c7d697dcf
commit 70fccf5133
2 changed files with 8 additions and 1 deletions

View File

@ -4,11 +4,18 @@
### 0.5.0 - October 2021
---
- Major UI overhaul
- Adds many more options to the home screen
- Adds global "drawer" - accessible via long-press of the "back" button
- Display Purchase Order details
- Edit Purchase Order information
- Adds ability to receive stock items against purchase orders
- Display Company details (supplier / manufacturer / customer)
- Edit Company information
- Improvements to stock adjustment actions
- Improvements to barcode scanning
- Fixed bug relating to stock transfer for parts with specified "units"
- Multiple other small bug fixes
### 0.4.7 - September 2021
---

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.7+28
version: 0.5.0+29
environment:
sdk: ">=2.12.0 <3.0.0"