chore: finalize v0.5.6 changelog fragments

This commit is contained in:
2026-03-10 18:49:21 -07:00
parent 71805dccd7
commit f7ce3371a1
4 changed files with 8 additions and 12 deletions

View File

@@ -1,5 +1,13 @@
# Changelog # Changelog
## v0.5.6 (2026-03-10)
### Fixed
- Dictionary: Persist merged character-dictionary MRU state as soon as a new retained set is built so revisits do not get dropped if later Yomitan import work fails, and skip merged dictionary rebuilds for reorder-only revisits when the retained anime set itself has not changed.
- Startup: Fixed early Electron startup writing config and user data under a lowercase `~/.config/subminer` path instead of the canonical `~/.config/SubMiner` directory.
- Overlay: Kept JLPT underline colors stable during Yomitan hover and selection states, even when tokens also use known, N+1, name-match, or frequency styling.
## v0.5.5 (2026-03-09) ## v0.5.5 (2026-03-09)
### Changed ### Changed

View File

@@ -1,4 +0,0 @@
type: fixed
area: dictionary
- Persist merged character-dictionary MRU state as soon as a new retained set is built so revisits do not get dropped if later Yomitan import work fails, and skip merged dictionary rebuilds for reorder-only revisits when the retained anime set itself has not changed.

View File

@@ -1,4 +0,0 @@
type: fixed
area: startup
- Prevented early Electron startup from writing config and user data under a lowercase `~/.config/subminer` path instead of the canonical `~/.config/SubMiner` directory.

View File

@@ -1,4 +0,0 @@
type: fixed
area: overlay
- Kept JLPT underline colors stable during Yomitan hover and selection states, even when tokens also use known, N+1, name-match, or frequency styling.