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 statusand 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 resumeto continue interruptedsync,goto,revert, andresolveoperations without starting over. - Added
fxv doctor reset-syncto 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 rpcworking directory handling by requiring--working-dirat 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 upgradeto 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 revertandfxv resolveto accept paths relative to the current working directory.
fxv v0.5.0¶
Released 2026-08-12
- Added
fxv catto 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 doctorcheck 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 doctorcommand 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 statusJSON output.
fxv v0.2.0¶
Released 2026-08-06
- Added
fxv changeinfocommand 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.