Skip to content

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 05 May 02:10
· 1163 commits to main since this release
v0.5.1
957b836

Added

  • Added .crabboxignore for repo-local sync-only exclude patterns shared by run and sync-plan.
  • Added WebVNC portal controls for reconnect, fullscreen, and clipboard-ready bridge commands.

Fixed

  • Fixed managed AWS Windows WSL2 bootstrap by using the current Ubuntu WSL rootfs URL, downloading large rootfs files through curl.exe, and retrying empty or partial rootfs downloads instead of reusing a poisoned tarball. Thanks @vincentkoc.
  • Fixed AWS Windows WSL2 mode overrides so they refresh the default instance type to a nested-virtualization-capable family. Thanks @steipete.
  • Fixed AWS Windows WSL2 runs so mode overrides also refresh the default work root to /work/crabbox while keeping WSL2 sync on the fast rsync path.
  • Fixed remote git seeding so an unfetchable local commit cannot leave an empty .git worktree that makes sync sanity report every tracked file as deleted.
  • Skipped remote git seeding for local commits that are not present in any remote-tracking ref, avoiding slow doomed clone/fetch attempts before rsync.
  • Fixed WebVNC bridge reconnects so reloading or reconnecting the browser no longer requires restarting the local bridge.
  • Fixed Windows archive sync from macOS so Apple extended attributes do not spam remote tar warnings.
  • Fixed the Homebrew formula test command so GoReleaser emits the expected formula syntax.