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

Barcode camera fix (#270)

* Bug fix for multiple barcode scans

- Do not resume scan until action is performed
- Add in delay before re-starting camera

* Change release notes to 0.10.1

* linting fixes
This commit is contained in:
Oliver
2023-02-22 00:52:26 +11:00
committed by GitHub
parent 5c06e3c9de
commit fb80029c0e
2 changed files with 88 additions and 61 deletions

View File

@ -1,10 +1,11 @@
## InvenTree App Release Notes
---
### 0.11.0 -
### 0.10.1 - February 2023
---
- Add support for attachments on Companies
- Fix duplicate scanning of barcodes
### 0.10.0 - February 2023
---