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_startwere persisted with a UTC-midnight timestamp and the viewer is in a UTC-minus locale. The root cause wasDateAtLocationapplyingvalue.In(location)to date-only stored values, silently moving a UTC-midnight instant into the previous calendar day. A newCalendarDay/CalendarDayKeyread 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
- Compare: v0.9.2...v0.9.3
- Changelog entry:
CHANGELOG.mdsection0.9.3.