Jarock 0.0.123-beta
Pre-release
Pre-release
·
21 commits
to main
since this release
Changes in this release
- 48f2360 v0.0.123-beta: keep baseline TUI builds on one Windows volume
- ee70952 v0.0.122-beta: use a fixed Bun baseline compiler
- 452ca92 v0.0.121-beta: explain TUI exit failures
- b24f573 v0.0.120-beta: fix baseline TUI icon compilation
- fb1caaa v0.0.119-beta: build TUI for baseline Windows CPUs
Changelog
[0.0.123-beta]
- Fixed the GitHub Actions baseline TUI build on Windows runners by moving the isolated Bun compilation workspace to
C:\\jarock-tui-build. Bun's baseline runtime download and cache now stay on the same volume, avoiding the known cross-device rename (XDEV) failure. - Kept the baseline target and the normal
start-server.batentry point for every CLI/TUI and Full/Lite edition.