Skip to content

Commit eec96d4

Browse files
authored
docs(changelog): add v0.8.7 release notes (#172)
- Security Dashboard with vault health scoring - Dark Mode for Desktop app - Keyboard Shortcuts (Ctrl+N, Ctrl+S, Ctrl+F, Escape) - Shell Completion (bash/zsh/fish/powershell) - Internationalization with Japanese support - Documentation updates
1 parent ab09f87 commit eec96d4

1 file changed

Lines changed: 34 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.8.7] - 2026-01-22
11+
12+
### Added
13+
- **Security Dashboard** - Analyze vault security health with comprehensive scoring (#169)
14+
- Overall security score (0-100) based on password strength, uniqueness, and expiration
15+
- Duplicate password detection using privacy-preserving HMAC comparison
16+
- Weak password detection with NIST-compliant strength analysis
17+
- CLI commands: `secretctl security`, `security duplicates`, `security weak`, `security expiring`
18+
- **Dark Mode** - Full dark theme support in Desktop app (#169)
19+
- System preference detection with manual override
20+
- Consistent theming across all components
21+
- **Keyboard Shortcuts** - Quick navigation and actions in Desktop app (#169)
22+
- `Ctrl+N` / `Cmd+N`: New secret
23+
- `Ctrl+S` / `Cmd+S`: Save
24+
- `Ctrl+F` / `Cmd+F`: Focus search
25+
- `Escape`: Cancel/close dialogs
26+
- **Shell Completion** - Tab completion for all CLI commands (#169)
27+
- `secretctl completion bash`
28+
- `secretctl completion zsh`
29+
- `secretctl completion fish`
30+
- `secretctl completion powershell`
31+
- **Internationalization (i18n)** - Multi-language support (#163)
32+
- Japanese language support for Desktop app and Website
33+
- Browser language auto-detection with English fallback
34+
35+
### Documentation
36+
- Security Dashboard documentation (#170)
37+
- Japanese README with language badges (#164)
38+
- Rewritten README with pain-first messaging (#165)
39+
- Google Search Console verification (#171)
40+
- FUNDING.yml for GitHub Sponsors (#166)
41+
1042
## [0.8.6] - 2026-01-06
1143

1244
### Added
@@ -223,7 +255,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
223255
- CLI commands: init, lock, unlock, set, get, list, delete
224256
- Audit commands: list, verify
225257

226-
[Unreleased]: https://github.com/forest6511/secretctl/compare/v0.8.6...HEAD
258+
[Unreleased]: https://github.com/forest6511/secretctl/compare/v0.8.7...HEAD
259+
[0.8.7]: https://github.com/forest6511/secretctl/compare/v0.8.6...v0.8.7
227260
[0.8.6]: https://github.com/forest6511/secretctl/compare/v0.8.5...v0.8.6
228261
[0.8.5]: https://github.com/forest6511/secretctl/compare/v0.8.4...v0.8.5
229262
[0.8.4]: https://github.com/forest6511/secretctl/compare/v0.7.0...v0.8.4

0 commit comments

Comments
 (0)