Releases: peterthepeter/groly
v0.8.6
- New week-plan overview for supplement reminders under Manage — see the whole week at a glance
- Tracker: freshly logged entries now appear reliably, even in the morning after a long break
- Supplement stock can no longer drop below 0
- About dialog: optional "Buy me a coffee" link for anyone who would like to support Groly voluntarily
v0.8.5
Week-plan overview for supplement reminders: a Liste/Wochenplan toggle under Manage shows the whole week (Mon–Sun) at a glance with today highlighted; tapping an entry opens that supplement's reminders. Also includes the tracker reliability fixes from the 0.8.5 beta cycle (morning logging, supplement stock floor). No schema change.
v0.8.5-beta.3
Week-plan overview for supplement reminders: a Liste/Wochenplan toggle under Manage shows the whole week (Mon–Sun) at a glance with today highlighted; tapping an entry opens that supplement's reminders. Display-only — no schema change.
v0.8.5-beta.2
Beta channel only (:beta) — :latest stays on the last stable release.
- Cache-Control: no-store on all /api responses + cache: 'no-store' on same-origin GET /api in the fetch wrapper. The today-logs URL is identical all day; without no-store iOS Safari served it from the HTTP cache after long standby, so server-committed logs weren't shown (survived restart) — users re-logged, creating real duplicates and double stock deductions.
- Clamp supplement stock deduction at MAX(0, stock - amount) in supplement-logs POST.
- Keep: create_*_log mutations are no longer discarded on 4xx (safety net).
v0.8.5-beta.1
Beta build — opt-in via the :beta image tag.
- Read requests (
GET /api/*) now abort after 8 s instead of hanging on a stale connection after iOS standby; the offline-cache fallback applies immediately, so freshly logged tracker entries appear right away. - SSE realtime stream reconnects on visibility resume (works around iOS 18 reporting a dead EventSource as still open).
v0.8.4
Tracker entries no longer get lost and caffeine can be logged offline. Internal codebase cleanup.
v0.8.3-2
- Push notifications: another fix
v0.8.3-1
- Push notifications open the correct page more reliably (also from the background)
v0.8.3
- More reliable offline detection
- Fix: push notifications open the correct page
v0.8.2-1
Another scanner fix