docs: add v0.9.8 release notes
Build & Push Docker Image / build (push) Successful in 1m49s

This commit is contained in:
opencode
2026-08-07 00:19:28 +02:00
parent 9af83a8b1b
commit 0426809f84
38 changed files with 4696 additions and 0 deletions
+40
View File
@@ -0,0 +1,40 @@
# v0.9.8 — Release Notes
**Date:** 2026-08-06 · **Tag:** [`v0.9.8`](https://git.kubebase.de/admin/tool-evaluator/releases/tag/v0.9.8)
## Redundancy design & navigation fix
The redundancy page (tool analysis & recommendations) is subtly aligned
with the neon theme, and the sidebar highlighting for nested admin
subpages is corrected.
## Fixes & improvements
- **Theme-aware recommendations:** Certainty badges (high/medium/low) now use
the theme color world instead of hardcoded out-of-the-box colors — they
look consistent in both light and dark (violet/cyan).
- **Recommendation glow:** Comparison cards with high certainty get a subtle
neon glow; the "better" tool now softly glows in addition to the colored
name.
- **Navigation highlighting:** On subpages such as `/admin/redundancy` the
parent "Admin" entry is no longer also highlighted — only the actually
active item glows. The fix is generic and applies to future admin
subpages.
## API Changes
- None.
## Operations / Upgrade
- **Migration:** none. **Breaking changes:** none.
- **Note:** Visual / UI-only changes; no functional changes.
## Known limitations
- None within the scope of this release.
## Links
- Commit: [`9af83a8`](https://git.kubebase.de/admin/tool-evaluator/commit/9af83a8)
- Tag: [`v0.9.8`](https://git.kubebase.de/admin/tool-evaluator/releases/tag/v0.9.8)