Skip to content

Releases: TarasKovalenko/AzVault

v.1.1.0

Choose a tag to compare

@TarasKovalenko TarasKovalenko released this 11 Jun 11:09

What's Changed

Full Changelog: v.1.0.1...v.1.1.0

AzVault v.1.0.1

Choose a tag to compare

@TarasKovalenko TarasKovalenko released this 20 Mar 18:36

This patch release improves release packaging and macOS installer reliability, especially for Apple Silicon Macs including M4.

What’s improved

  • Added dedicated macOS release builds for both Apple Silicon (aarch64) and Intel (x86_64)
  • Added build-time architecture verification in the release pipeline to ensure macOS artifacts match the intended target
  • Improved Azure CLI discovery in installed macOS builds by checking common locations such as /opt/homebrew/bin/az
  • Prepared the release workflow for Apple code signing and notarization via GitHub Actions secrets
  • Updated the release checklist with explicit macOS validation steps for dual-architecture distribution

Notes

  • This is a maintenance release focused on packaging and installer stability
  • No major user-facing feature changes are included in this version

Full Changelog: v.1.0.0...v.1.0.1

AzVault v1.0.0

Choose a tag to compare

@TarasKovalenko TarasKovalenko released this 01 Mar 10:27

First stable release of AzVault, a cross-platform desktop Azure Key Vault explorer built with Tauri, Rust, React, and TypeScript.

Highlights

  • Cross-platform desktop app for Linux, macOS, and Windows
  • Azure CLI-only authentication (az login)
  • Browse Azure Key Vault secrets, keys, and certificates
  • Secret management flows for create, delete, recover, and purge
  • JSON import for secrets
  • Bulk delete with confirmation and progress feedback
  • Global command palette (Ctrl+K / Cmd+K)
  • Local audit log with sanitized export

Installers

  • Windows: .exe, .msi
  • macOS: .dmg
  • Linux: .deb, .AppImage

Notes

  • AzVault does not store refresh tokens or secret values
  • Azure CLI is required before launching the app