Skip to content

v0.1.6

Choose a tag to compare

@arcbox-labs arcbox-labs released this 12 Mar 03:47
· 516 commits to master since this release
12682da

Features

  • Auto-install CLI tools from app bundle on Desktop launch (#34)
  • Replace vsock busy-polling with AsyncFd, add full-duplex split API (#45)

Bug Fixes

  • Graceful shutdown with CancellationToken (#39)
  • Remove tracked-but-ignored boot assets from git index

Refactor

  • Extract DHCP server into standalone arcbox-dhcp crate (#43)
  • Remove unnecessary unsafe from NAT translate functions (#29)
  • Reorganize ~/.arcbox/ directory layout (#48)

Miscellaneous

  • Add SAFETY comments to all unsafe blocks in arcbox-vz (#26)
  • Add release-plz for automated releases (#40)
  • Disable crates.io publish for now
  • Clean up Cargo.toml dependency declarations