2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-15 03:35:28 +00:00

Adds audio feedback

This commit is contained in:
Oliver Walters
2021-03-02 22:22:16 +11:00
parent 3761f4090f
commit b293806fe3
6 changed files with 93 additions and 10 deletions

View File

@ -1,4 +1,4 @@
## 0.1.3 - February 2021
## 0.1.3 - March 2021
---
- Adds ability to toggle "star" status for Part
@ -6,6 +6,7 @@
- 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
## 0.1.2 - February 2021
---