Skip to content

Release Notes

What's changed in each fxv release, newest first.

fxv v0.10.3

Released 2026-09-17

  • Signed the Windows binary and installer (FlexVaultSetup.exe) with Azure Artifact Signing.

fxv v0.10.2

Released 2026-09-16

  • Added a Linux musl release binary and removed OpenSSL runtime dependencies.

fxv v0.10.1

Released 2026-09-14

  • Fixed an argument conversion issue during Windows installer compilation in release automation.

fxv v0.10.0

Released 2026-09-14

  • Added detailed conflict classification in fxv status and JSON status payloads (v2), categorizing conflicts as content modifications, deletions, or type changes.
  • Added conflict detection for conflicting deletions and directory clashes in fxv status.
  • Added dynamic versioning and updated links to documentation and community resources in the Windows installer.

fxv v0.9.0

Released 2026-09-08

  • Added a graphical Windows web installer (FlexVaultSetup.exe).
  • Hardened installation scripts with process checks, safe temporary directory handling, and case-insensitive hash verification.

fxv v0.8.0

Released 2026-08-28

  • Added fxv resume to continue interrupted sync, goto, revert, and resolve operations without starting over.
  • Added fxv doctor reset-sync to repair workspaces with corrupted sync journals.
  • Consolidated shared local filesystem paths across tools into fxv_api::paths.
  • Added User-Agent headers to outbound HTTP client requests.

fxv v0.7.0

Released 2026-08-24

  • Added a BinaryFuse16 filter ahead of the LSM store index to speed up missing-chunk checks during submissions.
  • Added machine-wide workspace registration so background tools can discover active workspaces automatically.
  • Fixed fxv rpc working directory handling by requiring --working-dir at startup rather than accepting paths per request.
  • Fixed workspace root resolution when parent directory paths contain symlinks.
  • Fixed atomic file replacement and backup handling on Linux.

fxv v0.6.0

Released 2026-08-13

  • Added fxv upgrade to download and apply CLI updates directly from the official release mirrors.
  • Added background update notifications to interactive CLI commands when a newer version is available.
  • Updated fxv revert and fxv resolve to accept paths relative to the current working directory.

fxv v0.5.0

Released 2026-08-12

  • Added fxv cat to display file content at specific published revisions or draft snapshots without altering the workspace.
  • Added diagnostic tracing during command execution to assist troubleshooting with fxv doctor bundle.
  • Added an fxv doctor check to detect and report orphaned pending LSM segments left behind by interrupted publish operations.

fxv v0.4.0

Released 2026-08-10

  • Added self-contained release binaries for Windows, with an install script at fxv.dev/install.ps1.
  • Added the fxv doctor command for workspace diagnostics.

fxv v0.3.1

Released 2026-08-07

  • Fixed release upload automation for Windows binaries.

fxv v0.3.0

Released 2026-08-07

  • Added logged-in user information to fxv status JSON output.

fxv v0.2.0

Released 2026-08-06

  • Added fxv changeinfo command to display details of published and draft changes.
  • Added self-contained release binaries for Windows and Linux.
  • Added support for local-only draft checkpoints in workspace status reporting.
  • Improved HTTP publish reliability, retry strategies, and diagnostic logging.
  • Fixed directory matching when evaluating ignore rules.
  • Fixed workspace sync handling on branches with no published revisions.