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

Bump release noes (#299)

This commit is contained in:
Oliver 2023-04-05 23:14:39 +10:00 committed by GitHub
parent f7d3315c99
commit 74176cdda8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,11 @@
## InvenTree App Release Notes ## InvenTree App Release Notes
--- ---
### 0.10.3 - April 2023
---
- Support barcode scanning for purchase orders
### 0.10.2 - March 2023 ### 0.10.2 - March 2023
--- ---

View File

@ -17,7 +17,7 @@ import "package:inventree/widget/search.dart";
* *
* - Provides a "home" button which completely unwinds the widget stack * - Provides a "home" button which completely unwinds the widget stack
* - Global search * - Global search
* - Barcoed scan * - Barcode scan
*/ */
class InvenTreeDrawer extends StatelessWidget { class InvenTreeDrawer extends StatelessWidget {