chore: prep v0.5.5 release

This commit is contained in:
2026-03-09 18:07:01 -07:00
parent e59192bbe1
commit a34a7489db
16 changed files with 240 additions and 94 deletions

View File

@@ -1,4 +0,0 @@
type: changed
area: overlay
- Added `f` as the default overlay fullscreen toggle and changed the default AniSkip intro-jump key to `Tab`.

View File

@@ -1,4 +0,0 @@
type: changed
area: dictionary
- Aligned AniList character dictionary generation more closely with the upstream reference by preserving duplicate shared names across characters, skipping characters without native Japanese names, restoring richer character info fields, and using upstream-style role mapping plus hint-aware kanji readings.

View File

@@ -1,4 +0,0 @@
type: fixed
area: dictionary
- Fixed AniList media guessing for character dictionary auto-sync by using filename-only `guessit` input and preserving multi-part guessit titles instead of truncating them to the first segment.

View File

@@ -1,4 +0,0 @@
type: fixed
area: dictionary
- Refresh the current subtitle after character dictionary auto-sync completes so newly imported character names highlight on the active line instead of waiting for the next subtitle change.

View File

@@ -1,4 +0,0 @@
type: fixed
area: dictionary
- Show character dictionary auto-sync progress on the mpv OSD without sending desktop notifications.

View File

@@ -1,4 +0,0 @@
type: fixed
area: dictionary
- Keep character dictionary auto-sync non-blocking during startup by letting snapshot/build work run in parallel and delaying only the Yomitan import/settings phase until current-media tokenization is already ready.

View File

@@ -1,4 +0,0 @@
type: changed
area: startup
- Ordered startup OSD messages so tokenization loads first, annotation loading appears next if still pending, and character dictionary sync progress waits until annotation loading finishes.

View File

@@ -1,4 +0,0 @@
type: changed
area: dictionary
- Added a visible startup OSD step for merged character-dictionary building so long rebuilds show progress before the later import/upload phase.

View File

@@ -1,4 +0,0 @@
type: fixed
area: overlay
- Fixed visible overlay keyboard handling so pressing `Tab` still reaches mpv and triggers the default AniSkip skip-intro binding while the overlay has focus.

View File

@@ -1,4 +0,0 @@
type: fixed
area: plugin
- Fix Windows mpv plugin binary override lookup so `SUBMINER_BINARY_PATH` still resolves to `SubMiner.exe` when no AppImage override is set.