Skip to content

Releases: peterthepeter/groly

v0.8.6

18 Jun 11:52

Choose a tag to compare

  • 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

18 Jun 07:07

Choose a tag to compare

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

16 Jun 10:09

Choose a tag to compare

v0.8.5-beta.3 Pre-release
Pre-release

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

16 Jun 07:53

Choose a tag to compare

v0.8.5-beta.2 Pre-release
Pre-release

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

15 Jun 08:52

Choose a tag to compare

v0.8.5-beta.1 Pre-release
Pre-release

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

13 Jun 10:00

Choose a tag to compare

Tracker entries no longer get lost and caffeine can be logged offline. Internal codebase cleanup.

v0.8.3-2

08 Jun 20:22

Choose a tag to compare

  • Push notifications: another fix

v0.8.3-1

08 Jun 10:37

Choose a tag to compare

  • Push notifications open the correct page more reliably (also from the background)

v0.8.3

08 Jun 07:45

Choose a tag to compare

  • More reliable offline detection
  • Fix: push notifications open the correct page

v0.8.2-1

06 Jun 20:46

Choose a tag to compare

Another scanner fix