Skip to content

Release 0.8.2 - #59

Merged
Vasanthdev2004 merged 1 commit into
mainfrom
release/0.8.2
Sep 1, 2026
Merged

Release 0.8.2#59
Vasanthdev2004 merged 1 commit into
mainfrom
release/0.8.2

Conversation

@Vasanthdev2004

Copy link
Copy Markdown
Owner

One fix, found and largely written by @Tudzer in #58.

Times are shown in your time zone rather than UTC. Backups are stored timezone-aware in UTC deliberately — version ids must sort identically on every machine, and sync and retention depend on it — but every display rendered the stored value raw:

before:  2026-08-31 08:42
after:   2026-08-31 14:12

On a machine offset from UTC the entire product was wrong by that offset, with nothing to indicate it. Five and a half hours, where it was noticed.

Fixed in all four places a timestamp appears — the dashboard's game and version lists, gsg status, and gsg versions. Display only; ordering is untouched.

Present since the dashboard shipped in 0.6.0, and in every release since. Neither the test suite nor CI nor I noticed.

Changes here

0.8.10.8.2 in pyproject.toml and __init__.py, plus the changelog. The fix merged as #58.

Verified: gsg --version reports 0.8.2, 325 tests pass, ruff and mypy clean, check_deps.py confirms all 13 runtime dependencies declared.

Times are shown in your time zone rather than UTC.

Backups are stored timezone-aware in UTC deliberately - version ids must sort
identically on every machine, and sync and retention depend on it - but every
display rendered the stored value raw. On a machine offset from UTC the whole
product was wrong by that offset, with nothing to indicate it. Five and a half
hours, where it was noticed.

Fixed in all four places a timestamp appears: the dashboard's game and version
lists, gsg status, and gsg versions. Display only; ordering is untouched.

Found and fixed by @Tudzer in #58. Present since the dashboard shipped in
0.6.0, and in every release since.
@Vasanthdev2004
Vasanthdev2004 merged commit f0196bf into main Sep 1, 2026
6 checks passed
@Vasanthdev2004
Vasanthdev2004 deleted the release/0.8.2 branch September 1, 2026 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant