Skip to content

Jarock 0.0.132-beta

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 12 Aug 13:06
· 12 commits to main since this release

Changes in this release

  • 7844550 v0.0.132-beta: fix TUI workspace copy
  • 408a7af v0.0.131-beta: include supplied TUI icon assets
  • 5639fbf v0.0.130-beta: use supplied TUI ICO

Changelog

[0.0.132-beta]

  • Fixed the Windows TUI autorelease workspace copy: the workflow now creates C:\\jarock-tui-build\\tui explicitly and copies the TUI project contents into it before running Bun. The previous copy placed the project at the workspace root while the install step looked for a missing tui subdirectory, causing bun install to fail immediately.
  • Added pre-install checks for package.json and bun.lock so an incorrect workspace layout produces a clear diagnostic instead of a generic Bun failure. The supplied TUI icons and dependency lockfile remain unchanged.