-
released this
2026-07-06 12:18:28 -05:00 | 75 commits to main since this releaseAdded
- Continuous integration. A Forgejo Actions workflow runs the full gate — type-check, tests, and build — on every push and pull request to
main, so a broken build can no longer land unnoticed. It runs on Node 24 to match the shipped Electron runtime and skips the unused Electron binary download.
Fixed
- Tests are now timezone-independent. A renderer snapshot rendered a timestamp through
toLocaleTimeString, so it only matched in the recording machine's local timezone and failed under CI (UTC); the test scripts now pinTZ=UTC. No change to app behavior.
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
1 download
- Continuous integration. A Forgejo Actions workflow runs the full gate — type-check, tests, and build — on every push and pull request to