1.7.0 (2026-05-03)
Bug Fixes
- change aisle reorder endpoint from PUT to POST (#36) (4aae7cb)
- compare API version against package.json instead of hardcoded string (#29) (a572e3b)
- exclude /admin from service worker navigateFallback (#44) (e0dd0ea)
- improve spacing — top gap on mobile, more margin on desktop (#41) (c9f93c2)
- move reorder endpoint before parameterized aisle route (#35) (e25d837)
- remove deprecated show_defaults option from mkdocs config (#27) (77a6f4a)
- remove redundant logo from HomeView (#46) (2f9e458)
- reorder aisles using individual PUT calls instead of bulk endpoint (#37) (abd093f)
- revert admin link to plain anchor now that SW denylist is in place (#45) (c63d271)
- ui spacing, admin link, and version endpoint (#42) (dbbaaf9)
- update jsconfig.json for Vite/Vue 3 and fix unused variable lint error (12ed1e9)
- use window.location.assign for admin link to bypass Vue Router interception (#43) (a3249cd)
Features
- add demo data for initial setup (#23) (#33) (fc7f431)
- add MySQL/MariaDB support (#19) (#32) (db6ddd9)
- add offline mode with optimistic updates and pending sync queue (#38) (9defcc0), closes #25
- add offline mode with optimistic updates and pending sync queue (#39) (1bc1722)
- add PWA support with manifest and service worker (#31) (a17bcf3)
- consolidate nav menu, move version to footer, edge-to-edge mobile layout (#40) (b53bb5b)
- consolidate to single app container with optional DB and Redis (#26) (72ee9bd)
- drag and drop aisle reordering (#24) (#34) (751bb88)