chore: prepare v0.9.1 release

This commit is contained in:
2026-03-24 00:55:03 -07:00
parent 6f56a0bcf6
commit 842008b089
8 changed files with 218 additions and 6 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## v0.9.1 (2026-03-24)
### Changed
- Release: Reduced packaged release size by excluding duplicate `extraResources` payload and pruning docs, tests, sourcemaps, and other source-only files from Electron bundles.
### Fixed
- Overlay: Restored controller navigation and lookup/mining controls while the subtitle sidebar is open, while keeping true modal dialogs blocking controller actions.
- Tokenizer: Fixed subtitle annotation clearing so explanatory contrast endings like `んですけど` are excluded consistently across the shared tokenizer filter and annotation stage.
## v0.9.0 (2026-03-23)
### Added