Changelog

Recent updates, release notes, and version history across ApiVault products.

v1.2.3Web AppLatest

User Profile Avatar Image in Navigation

Added support for rendering user profile avatar images from the database image column in navigation bars and menus, with graceful fallback to user name initial.

  • FeatureDisplayed user profile pictures from the database image column in header avatar buttons and dropdown menus.
  • ImprovementAdded graceful initial character fallback and image load error handling across all navigation menus.
  • FixSynchronized user image data in NextAuth session callbacks, token refresh, and user profile APIs.
v1.2.2Web App

Dashboard Navigation Menu Quick Links

Added direct navigation links for Home, Documentation, and Changelog to the dashboard user menu dropdown.

  • FeatureAdded quick navigation links for Home, Documentation, and Changelog with icons in the dashboard user navigation menu.
  • ImprovementAdded icon adornments across all dashboard menu dropdown items for enhanced visual hierarchy.
v1.2.1Web App

Landing Navigation Mobile Styling & Theme Switcher

Refined the landing navigation mobile drawer with an integrated theme switcher and seamless borderless menu toggle button.

  • ImprovementAdded theme switcher toggle to the landing page mobile drawer navigation.
  • ImprovementRemoved outline border from the mobile menu toggle button for a cleaner, modern look.
  • FixFixed header visibility issue on mobile when opening the navigation drawer while scrolled down.
v0.1.1CLILatest

apivault-cli v0.1.1

CLI update renaming vault passphrase flags for subcommand consistency and adding custom encryption support to keys modification.

  • FeatureRenamed vault passphrase flag to --vault-key for consistency across all subcommands (apivault keys add, apivault keys update, apivault run).
  • FeatureAdded --vault-key support to apivault keys add and apivault keys update commands for custom encryption accounts.
  • FixUpdated repository links to TLB-STATION/apivault and added MIT license metadata.
v1.2.0Web App

Documentation Portal Redesign & Command Palette Search

A major update to the ApiVault documentation portal introducing a command-palette search modal (`Cmd+K`), responsive mobile navigation drawer, and step-by-step guides.

  • FeatureAdded command-palette search modal (Cmd+K / Ctrl+K) with instant keyword indexing across all documentation pages.
  • FeatureIntroduced interactive installation method selector (DocsInstallSelector) for npm, npx, and standalone scripts.
  • ImprovementRedesigned documentation layout with responsive mobile navigation drawer and dynamic table of contents tracking.
  • ImprovementAdded DocsSteps component for structured walkthroughs in getting started and MCP integration guides.
  • FixFixed sidebar auto-scrolling behavior when switching between documentation pages.
v0.1.0CLI

apivault-cli v0.1.0

Initial release of the `apivault` command-line client supporting secret process injection, dotenv export/restore, and local CLI configuration.

  • Featureapivault run command to inject encrypted secrets directly into child processes without writing .env files to disk.
  • FeatureEnvironment auto-restoration and isolated process environment handling.
  • Featureapivault env export and apivault env restore commands for local .env file management.
  • Featureapivault config subcommands (config get, config set, config list) for managing local CLI defaults in ~/.apivault/config.json.
  • FeatureFull terminal key management commands (keys list, keys add, keys get, keys update, keys delete).
  • SecurityEnforced 0600 file permission isolation for stored authentication tokens in ~/.apivault/token.json.
v1.1.0MCP Server

Remote Model Context Protocol (MCP) Integration

Connect AI agents in Cursor and Claude Desktop directly to your ApiVault keys via Model Context Protocol (MCP) with OAuth 2.0 authorization.

  • FeatureRemote Model Context Protocol (MCP) server support enabling AI coding assistants to query and manage credentials.
  • FeatureOAuth 2.0 PKCE authentication flow for secure remote agent connection and scope consent.
  • FeatureGranular scope controls (keys:read, keys:write, keys:reveal) to limit AI agent permissions.
  • FeatureSix dedicated MCP tools: list_keys, get_key, reveal_key, add_key, update_key, and delete_key.
  • ImprovementAdded Sessions & Devices settings page for auditing and revoking active CLI and MCP tokens.
v1.0.0Web App

ApiVault Web App Launch

The initial release of ApiVault — zero-knowledge secret management built for developers, terminal workflows, and security-focused teams.

  • FeatureZero-knowledge encrypted secret vault with default and custom passphrase key derivation.
  • FeatureWeb Dashboard with environment management (Development, Staging, Production) and service tagging.
  • SecurityAuthentication suite supporting Passkeys (WebAuthn), TOTP 2FA, and Google OAuth 2.0.