diff --git a/CHANGELOG.md b/CHANGELOG.md index ec1b839..999efb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # 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) ### Changed diff --git a/changes/character-dictionary-mru-state-recovery.md b/changes/character-dictionary-mru-state-recovery.md deleted file mode 100644 index 9bda4c0..0000000 --- a/changes/character-dictionary-mru-state-recovery.md +++ /dev/null @@ -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. diff --git a/changes/config-userdata-casing.md b/changes/config-userdata-casing.md deleted file mode 100644 index b7b7951..0000000 --- a/changes/config-userdata-casing.md +++ /dev/null @@ -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. diff --git a/changes/jlpt-underline-yomitan.md b/changes/jlpt-underline-yomitan.md deleted file mode 100644 index 96a1536..0000000 --- a/changes/jlpt-underline-yomitan.md +++ /dev/null @@ -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.