Files
smartsecret/changelog.md
Juergen Kunz 7a19f01def feat(core): initial release with 3-tier secret storage
Implements SmartSecret with macOS Keychain, Linux secret-tool, and AES-256-GCM encrypted file fallback backends. Zero runtime dependencies.
2026-02-24 15:40:14 +00:00

8 lines
236 B
Markdown

# Changelog
## 2025-02-24 - 1.0.0 - Initial Release
- macOS Keychain backend via `security` CLI
- Linux secret-tool backend via libsecret
- AES-256-GCM encrypted file vault fallback
- Automatic backend detection with graceful fallback