File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.12.0] - 2025-12-10
11+
12+ ### Added
13+ - ** Backup Restore Selection** : New options for restoring from specific backups
14+ - ` --file ` flag to restore from a specific backup file path
15+ - ` --interactive ` / ` -i ` flag for numbered list selection of available backups
16+ - ** Backup Preview Command** : ` vault backup preview ` to inspect backup contents before restoring
17+ - Shows credential names in backup (requires backup's password)
18+ - ` --verbose ` flag for detailed output with timestamps and categories
19+ - Helpful error messages when wrong password used
20+ - ** Audit Logging Default** : Audit logging now enabled by default during vault initialization
21+ - Use ` --no-audit ` flag to disable if not wanted
22+ - Existing vaults retain their current audit settings on upgrade
23+ - ** Config Template** : Added ` vault_path ` configuration example to config template
24+
25+ ### Fixed
26+ - ** TUI: PowerShell Shift+Tab** : Pin tcell to v2.11.0 to fix Shift+Tab regression on Windows PowerShell
27+ - Root cause: tcell v2.12.0 Win32 input mode redesign broke VT sequence handling
28+ - Also fixes status bar styling issues
29+ - Filed upstream: https://github.com/gdamore/tcell/issues/901
30+
31+ ### Changed
32+ - ** Usage Command Styling** : Refactored to use styled tablewriter for consistent table output
33+ - ** Documentation** : Updated all ` --enable-audit ` references to ` --no-audit ` pattern
34+
35+ ### Testing
36+ - Added keychain persistence tests for binary upgrade scenarios
37+ - Fixed integration tests for tablewriter v1.x uppercase header format
38+ - Added ` --no-audit ` to tests that don't specifically test audit functionality
39+
1040## [ 0.11.2] - 2025-12-06
1141
1242### Fixed
You can’t perform that action at this time.
0 commit comments