2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-05-04 16:28:54 +00:00
inventree-app/assets/release_notes.md
2021-07-16 16:51:11 +10:00

91 lines
2.2 KiB
Markdown

## InvenTree App Release Notes
---
### 0.2.8 - July 2021
---
- Bug fixes for API calls
### 0.2.7 - July 2021
---
- Fixed errors in error-handling code
### 0.2.6 - July 2021
---
- Major code update with "null safety" features
- Handle case of improperly formatted hostname
- Multiple API bug fixes (mostly null references)
- Updated translations
### 0.2.5 - June 2021
---
- Fixed bug associated with scanning a StockItem into a non-existent location
- Improved error reporting
### 0.2.4 - June 2021
---
- Upload Part images from phone camera or gallery
- Display error message for improperly formatted server address
- Updated version numbering scheme to match InvenTree server
### 0.1.5 - May 2021
---
- Added ability for user to submit feedback
- Update translations
### 0.1.4 - April 2021
---
- Fixes certificate issues connecting to HTTPs server
- Fixes some app crash bugs
- Bug fixes for various API calls
- Improved error messages for invalid user credentials
- UI cleanup
### 0.1.3 - March 2021
---
- Adds ability to toggle "star" status for Part
- Fixes form display bug for stock adjustment actions
- User permissions are now queried from the InvenTree server
- Any "unauthorized" actions are now not displayed
- Uses server-side pagination, providing a significant increase in UI performance
- Adds audio feedback for server errors and barcode scanning
- Adds "app settings" view
### 0.1.2 - February 2021
---
- Fixes bug which caused blank screen when opening barcode scanner
### 0.1.1 - February 2021
---
- Fixes crash bug on top-level part category
- Fixed crash bug on top-level stock location
- Adds context overlay to barcode scanner view
- Notifications are less obtrusive (uses snack bar)
- Fixed search views - keyboard search button now works properly
### 0.1.0 - February 2021
---
This is the initial release of the InvenTree app.
InvenTree documentation available at https://inventree.rtfd.io
Available features as described below:
- Initial app version release
- Navigate through Part tree
- Edit Parts
- Navigate through Stock tree
- Search for Part(s)
- Scan barcode to redirect to various views
- Use barcode scanner to perform various stock actions
- Manage multiple user / server profiles