Releases: TarasKovalenko/AzVault
Releases · TarasKovalenko/AzVault
Release list
v.1.1.0
What's Changed
- feat: UI/UX improvement by @TarasKovalenko in #9
- Taras/ux UI by @TarasKovalenko in #10
Full Changelog: v.1.0.1...v.1.1.0
AzVault v.1.0.1
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
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