Skip to content

v0.1.1

Choose a tag to compare

@fenio fenio released this 27 Jan 16:25
· 166 commits to main since this release

What's Changed

Security

  • Enabled Content Security Policy (CSP) to protect against script injection
  • Disabled devtools in production builds

Added

  • Auto-refresh disk list when volumes are mounted/unmounted
  • CLI path discovery (searches PATH, ANYLINUXFS_PATH env var, common locations)
  • Config validation for RAM, vCPUs, and log level settings
  • Watcher thread shutdown mechanism to prevent thread accumulation

Changed

  • Increased mount verification timeout from 2.5s to 10s
  • Reduced tokio dependency features (smaller binary)
  • Build script now cross-platform (Node.js instead of macOS-specific sed)

Fixed

  • Compiler warnings (unused imports and variables)
  • Unused CSS selectors in MountStatus component
  • Disk list race condition on eject (1.5s settle time)