barcode_scanner/CHANGELOG.md

3.6 KiB

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