• v2.1.2 ed00a34c5e

    v2.1.2
    All checks were successful
    CI / build-and-test (push) Successful in 1m10s
    Stable

    joeyr released this 2026-07-06 12:18:28 -05:00 | 75 commits to main since this release

    Added

    • 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 pin TZ=UTC. No change to app behavior.
    Downloads