7.0 KiB
0.4.1+11 (2025-08-05)
Breaking Changes
No breaking changes found.
Features
No features found.
Bug Fixes
No bug fixes found.
Chores
No chores found.
Refactors
No refactors found.
Style Changes
No style Changes found.
Miscellaneous
- (#3d5d013) enhance: Improves search by ignoring case
0.4.0+10 (2025-08-04)
Breaking Changes
No breaking changes found.
Features
- (#0b4e504) Implements reception search page
Bug Fixes
No bug fixes found.
Chores
No chores found.
Refactors
No refactors found.
Style Changes
No style Changes found.
Miscellaneous
- (#d7587ba) enhance: Enhances reception search with highlighting and navigation
- (#0993349) improve: Improves search performance with debouncing
- (#d131928) enhance: Optimizes backorder dialog and fixes loading state
0.3.0+9 (2025-08-04)
Breaking Changes
No breaking changes found.
Features
- (#45f6db9) Updates local reception record status
- (#c231790) Implements backorder confirmation flow for receptions
- (#4c18b05) Adds API for backorder confirmation flow
Bug Fixes
No bug fixes found.
Chores
- (#b4a73f1) Bumps package version
Refactors
No refactors found.
Style Changes
No style Changes found.
Miscellaneous
- (#bac7acc) enhance: Enhances backorder confirmation API
0.2.3+8 (2025-07-31)
Breaking Changes
No breaking changes found.
Features
No features found.
Bug Fixes
No bug fixes found.
Chores
- (#957a3df) Disables fake barcode scan
- (#ebad230) Bumps project version
Refactors
No refactors found.
Style Changes
No style Changes found.
Miscellaneous
No miscellaneous changes found.
0.2.2+7 (2025-07-31)
Breaking Changes
No breaking changes found.
Features
No features found.
Bug Fixes
No bug fixes found.
Chores
- (#a9d0e44) Documents app build script usage
- (#23dba08) Bumps application version to 0.2.0
Refactors
- (#ba1d7a6) Refines reception validation and quick actions
Style Changes
No style Changes found.
Miscellaneous
- (#ba1d7a6) refactor: Refines reception validation and quick actions
0.2.1+6 (2025-07-31)
Breaking Changes
No breaking changes found.
Features
No features found.
Bug Fixes
No bug fixes found.
Chores
- (#aeb4292) Upgrade dependencies and app version
Refactors
No refactors found.
Style Changes
No style Changes found.
Miscellaneous
No miscellaneous changes found.
0.2.0+5 (2025-07-31)
Breaking Changes
No breaking changes found.
Features
- (#db71578) Improves data synchronization and connectivity UI
- (#18f74da) Implement explicit synchronization and validation
- (#61252a3) Implements reception validation process
- (#ab4a56e) Adds draft status for stock pickings
Bug Fixes
No bug fixes found.
Chores
No chores found.
Refactors
- (#e6901ea) Refactors reception scan and updates app name
- (#288b57d) Moves DTO list creation to extension
Style Changes
No style Changes found.
Miscellaneous
- (#e6901ea) refactor: Refactors reception scan and updates app name
- (#5f158fb) enhance: Enhances reception product scanning
- (#288b57d) refactor: Moves DTO list creation to extension
- (#46b93d7) enhance: Enhances reception details with refresh and syncs scan quantities
- (#da2c3ac) enhance: Enhances scanner UI and integrates toast notifications
- (#68a2803) enhance: Enhances product scanning with local ObjectBox integration
0.1.1+4 (2025-07-30)
Breaking Changes
No breaking changes found.
Features
No features found.
Bug Fixes
No bug fixes found.
Chores
No chores found.
Refactors
No refactors found.
Style Changes
- (#fc076f7) Updates reception scan UI and data handling
Miscellaneous
- (#fc076f7) style: Updates reception scan UI and data handling
0.1.0+3 (2025-07-30)
Breaking Changes
No breaking changes found.
Features
- (#2c003ba) Implements reception-specific scanning
- (#9dad7f9) Integrates ObjectBox for stock picking persistence
- (#e22a49f) Adds ObjectBox entities for stock picking
- (#1d331ac) Streamlines product data and stock picking API
- (#d09d8ac) Implements visual status for pickings
- (#ad8949e) Enables scan action on reception details
- (#8252cf0) Adds stock picking detail view and API call
- (#9435907) Adds session management and reception detail view
- (#41a660d) Displays recent stock receptions
- (#6134586) Implements stock picking data fetching WIP1
- (#b5e83e5) Implements API-based user authentication
- (#4682be5) Adds operation pages and refactors navigation
- (#63d5a21) Extracts home page drawer into reusable component
- (#b1a4005) Adds user image field and profile page
- (#6c3f2b8) Adds product editing and deletion features
- (#09405b5) Implement local product storage using ObjectBox
- (#44289e2) Adds product image field to data models
- (#8eddb5d) Initializes Objectbox database on startup
- (#83a20c5) Integrates ObjectBox and updates Product ID
- (#28a8027) Adds home page navigation drawer
- (#0d3e3a0) Adds utility to check internet connection
- (#e963abb) Implements app theme system
- (#b705142) Adds logout functionality
Bug Fixes
No bug fixes found.
Chores
- (#7dadd28) increment version 0.0.1+2 and update changelog
- (#7b98eb6) Documents versioning script usage
- (#61047f2) Renames project to e_scan
- (#c58d461) Configures Android release signing
- (#6f2f94b) Update app icons and button text
Refactors
- (#1d15fd4) Streamlines stock picking data model
- (#3f9f840) Refactors StockPicking models; adds scanner navigation
- (#6af1bfc) Improves stock picking data parsing and API calls
- (#40ef71a) Standardizes data model naming convention
- (#48556db) Extracts Quick Actions component
- (#855770b) Replaces Home page with Reception page
- (#f01c34d) Refactors page directory structure
- (#6ebc497) Encapsulates drawer menu selection
- (#812ece1) Uses debugPrint for logging
- (#94b4fc1) Refactor login flow and add product form route
- (#aaeae10) Refactor product scanned component and scanner page
Style Changes
- (#27863f8) Applies global theme and refines Reception page UI
- (#56ca49d) Updates app icons
Miscellaneous
- (#60d959e) enhance: Enhances picking data and persistence
- (#1d15fd4) refactor: Streamlines stock picking data model
- (#3f9f840) refactor: Refactors StockPicking models; adds scanner navigation
- (#6e49971) enhance: Enhances data models and reception details
- (#6af1bfc) refactor: Improves stock picking data parsing and API calls
- (#40ef71a) refactor: Standardizes data model naming convention
- (#48556db) refactor: Extracts Quick Actions component
- (#27863f8) style: Applies global theme and refines Reception page UI
- (#855770b) refactor: Replaces Home page with Reception page
- (#f01c34d) refactor: Refactors page directory structure
- (#6ebc497) refactor: Encapsulates drawer menu selection
- (#812ece1) refactor: Uses debugPrint for logging
- (#94b4fc1) refactor: Refactor login flow and add product form route
- (#aaeae10) refactor: Refactor product scanned component and scanner page
- (#56ca49d) style: Updates app icons