github ovumcy/ovumcy-web v0.9.3

2 hours ago

Ovumcy v0.9.3

Release date: 2026-04-30

Highlights

  • Patch release that fixes a calendar day shift bug for users in UTC-minus timezones (e.g. America/Toronto, US/Eastern).

Bug fixes

  • Calendar period highlight and dashboard cycle day no longer shift one calendar day earlier when daily logs or last_period_start were persisted with a UTC-midnight timestamp and the viewer is in a UTC-minus locale. The root cause was DateAtLocation applying value.In(location) to date-only stored values, silently moving a UTC-midnight instant into the previous calendar day. A new CalendarDay/CalendarDayKey read path extracts calendar components from the stored value as-is without the timezone shift. Closes #48.

Upgrade notes

  • No database migration is required. The fix is read-side only; existing stored values are interpreted correctly without any data changes.
  • Tagged images publish under ghcr.io/ovumcy/ovumcy-web:v0.9.3.
  • Existing deployments can upgrade in place by pulling the new image or by setting OVUMCY_IMAGE=ghcr.io/ovumcy/ovumcy-web:v0.9.3.

Full changelog

Don't miss a new ovumcy-web release

NewReleases is sending notifications on new releases.