46 lines
1.7 KiB
Markdown
46 lines
1.7 KiB
Markdown
# v0.8.4 — Release Notes
|
|
|
|
**Date:** 2026-08-04 · **Tag:** [`v0.8.4`](https://git.kubebase.de/admin/tool-evaluator/releases/tag/v0.8.4)
|
|
|
|
## New features
|
|
|
|
- **Full app localization (German/English)**: All pages and components are
|
|
now translated — tool detail page, admin area, trash, redundancy dashboard,
|
|
compare, watchlist, analytics, create and edit tool, admin tools tab,
|
|
category combobox and theme toggle. The language picker in the top right
|
|
switches the whole UI.
|
|
- **Bilingual documentation**: The manual (all 17 pages) and the release
|
|
notes are now available in German and English. The docs page has a
|
|
language switcher that switches content, navigation titles and search.
|
|
Versioned docs snapshots (v0.8.1, v0.8.2) also contain the English pages.
|
|
|
|
## Fixes & improvements
|
|
|
|
- All remaining hardcoded UI strings replaced with `t()` calls; the locales
|
|
are in sync (453 keys per language, 0 missing).
|
|
- API reference: table headers (Name/In), required badges and request body
|
|
labels in the docs are translated.
|
|
- Docs search respects the active language (separate index per language).
|
|
|
|
## API changes
|
|
|
|
- No changes to the API.
|
|
|
|
## Operations / upgrade
|
|
|
|
- **Env vars:** unchanged.
|
|
- **Migration:** none.
|
|
- **Breaking changes:** none. The docs generator output now includes
|
|
additional English files (`*.en.md`) and `search.en.json`; these are
|
|
generated automatically during the build.
|
|
|
|
## Known limitations
|
|
|
|
- Versioned docs snapshots before v0.8.1 (e.g. v0.6.0) do not contain
|
|
English manual pages; the German version is used as fallback there.
|
|
|
|
## Links
|
|
|
|
- Commit: [`3de59cc`](https://git.kubebase.de/admin/tool-evaluator/commit/3de59cc)
|
|
- Tag: [`v0.8.4`](https://git.kubebase.de/admin/tool-evaluator/releases/tag/v0.8.4)
|