Commit Graph

38 Commits

Author SHA1 Message Date
1f8ebff9fe chore(debug): release v1.2.7 with verbose update logging v1.2.7 2026-02-16 23:12:18 +01:00
8e299c82ca chore(release): bump version to v1.2.6 for live update test v1.2.6 2026-02-16 23:08:09 +01:00
5ae43e92de fix(installer): prevent click on bookmarklet button (drag-only) 2026-02-16 23:05:39 +01:00
08da842118 build: update dist artifacts for v1.2.5 v1.2.5 2026-02-16 23:02:54 +01:00
89157f9a8b chore(release): bump version to v1.2.5 2026-02-16 23:00:46 +01:00
13b94a3eba refactor: overhaul update detection - periodic check, icon only, no banner 2026-02-16 22:58:37 +01:00
c42cb3f72d fix(highlight): correct truthy check for tag arrays, add tag badges to cards (v1.2.4) 2026-02-16 22:28:46 +01:00
7296901ad9 feat(ui): display matched highlight tags in menu cards (v1.2.4) 2026-02-16 22:19:41 +01:00
f9b29254f9 fix(ui): clickable update icon and build-time unit tests (v1.2.3) 2026-02-16 22:13:37 +01:00
876da1a2de feat(ui): collapsible changelog in installer (v1.2.2) 2026-02-16 21:54:51 +01:00
587a37884e feat(ui): add tagline and footer to installer page (v1.2.1-polish) 2026-02-16 21:50:11 +01:00
1040828d7f fix(ui): v1.2.1 – highlights integration, mock data, CSS polish 2026-02-16 21:33:18 +01:00
bab54fdf2d feat(ui): release v1.2.0 with improved installer UX, build tests, and docs update v1.2.0 2026-02-16 21:01:38 +01:00
efdb50083e fix(build): url-encode bookmarklet payload to prevent URI malformed error (v1.1.2) 2026-02-16 19:14:21 +01:00
d82dd31bed fix(core): resolve syntax errors in v1.1.0 preventing load (v1.1.1) 2026-02-16 19:00:43 +01:00
d6a2236a5b feat: release v1.1.0 (countdown, highlight tags, changelog) 2026-02-16 18:52:07 +01:00
71cb2e8475 fix: use htmlpreview.github.io for update link (v1.0.3) v1.0.3 2026-02-13 11:49:51 +01:00
18c4961402 build: update dist files for v1.0.2 2026-02-13 11:47:15 +01:00
Michael
25816b7fb5 Bump version from v1.0.1 to v1.0.2 - update test 2026-02-13 11:43:09 +01:00
d002e6a900 feat: add auto-update check (v1.0.1) 2026-02-13 11:40:45 +01:00
c58b54faf6 chore: bump version to v1.0.0 for initial release v1.0.0 2026-02-13 11:20:13 +01:00
bff7ce3874 fix: resolve version number conflict with Bessa global variable (v1.8.6) 2026-02-13 11:16:31 +01:00
6864838999 feat: show version number in app header (v1.8.6) 2026-02-13 11:13:34 +01:00
6f2a34ae0e feat: inject version number into installer and bookmarklet (v1.8.5) 2026-02-13 11:11:46 +01:00
7008b40987 fix: correct day header status logic and text color (v1.8.4) 2026-02-13 11:06:22 +01:00
3500790b5d feat: color-code day headers based on status (v1.8.3) 2026-02-13 10:54:29 +01:00
3d185140cc docs: revert to dark theme with teal accents (v1.8.2) 2026-02-13 09:36:35 +01:00
35e59a15a0 docs: theme installer with Knapp colors (v1.8.1) 2026-02-13 09:33:28 +01:00
57d9e2e2b2 docs: update readme and installer content (v1.8.0) 2026-02-13 09:23:16 +01:00
93e110639c feat: refine next week badge violet logic (v1.7.4) 2026-02-13 08:38:55 +01:00
689d185635 feat: enhance next week badge and fix data persistence (v1.7.3) 2026-02-13 08:31:34 +01:00
8bddff10cd feat: add connectivity check and fallback modal (v1.7.2) 2026-02-12 13:15:43 +01:00
d5f1a51dc6 feat: add menu code badges to day header (v1.7.1) 2026-02-12 12:54:42 +01:00
2f7381484a feat: sort ordered items to top for current day 2026-02-12 11:45:34 +01:00
89100e2c9c chore: remove legacy server files and organize project structure 2026-02-12 11:31:12 +01:00
1af1668c02 chore: cleanup project structure, update docs, include dist 2026-02-12 11:29:01 +01:00
5f961403d0 feat: complete bookmarklet implementation (v1.7.0) 2026-02-12 10:06:42 +01:00
bc98a19fc6 feat: server-based version with menu flagging, distributed polling, and SSE
Complete implementation including:
- Express server with Bessa API proxy
- Puppeteer scraper for menu data
- Flag storage (file-based persistence)
- SSE manager for real-time updates
- Polling orchestrator for distributed polling
- Frontend with weekly view, ordering, and flagging UI
- Yellow/green glow indicators for flagged items
2026-02-12 08:36:05 +01:00