Product Updates & Changelog

Changelog & Product History

Stay up to date with the development progress, architecture adjustments, and feature iterations on CmdVault.

v0.1.0 July 12, 2026Current Release

Initial Release: The Developer's Command Vault

Introducing the first official pre-release of CmdVault Desktop. Secure, zero-knowledge local vaults, cross-device synchronization relay networks, and clean environmental parameter injection.

Key changes:
  • •Local SQLite storage encrypted using hardware-backed AES-256 keys.
  • •Dynamic parameter substitution for confidential keys (e.g. {{DB_PASSWORD}}).
  • •Cross-platform desktop application built on Tauri & Rust.
  • •Zero-knowledge optional cloud synchronization using custom metadata hashing.
  • •Collaborator invite dispatcher and signature-checked relays.
v0.0.8-beta June 28, 2026Legacy Beta

Private Beta Integration & Client Core tests

Early prototype verification of the Rust backend core command parser and cross-platform native execution context libraries.

Key changes:
  • •Implemented the SQLite cipher database creation hooks.
  • •Completed basic integration suite testing for CLI command inputs.
  • •Added shell autocompletion recipes for Zsh and Bash.