-
v0.8.4
StableBuild Windows Packages / Build Windows (push) Successful in 7m35sBuild macOS Packages / Build macOS (Apple Silicon) (push) Successful in 9m25sBuild Linux Packages / Build Linux (push) Successful in 10m52sBuild macOS Packages / Build macOS (Intel) (push) Successful in 7m14sreleased this
2026-09-06 20:18:01 +01:00 | 14 commits to main since this releaseRelease v0.8.4
Highlights:
- macOS Release Bundling Fix (#219):
- Removed AppleScript Finder GUI dependency and warm-up step in
.gitea/workflows/build-macos.yml, enabling headless DMG bundling via--skip-jenkins. - Resolves DMG packaging timeouts on Gitea macOS runners.
- Removed AppleScript Finder GUI dependency and warm-up step in
- Frontend Test Suite CI Integration (#215):
- Added
npm testscript executing profcheck, chartread, and gamut viewer test suites. - Integrated frontend test gate across Linux, macOS, and Windows CI workflows.
- Added
- Atomic Quality Store Writes (#213):
- Implemented atomic file writes (
.tmpwrite followed byatomic_rename) forverification_history.jsonto guarantee data integrity across process interruptions.
- Implemented atomic file writes (
- Version Bump:
- Bumped version to
0.8.4.
- Bumped version to
Downloads
- macOS Release Bundling Fix (#219):