chore(release): 1.3.7
Some checks failed
release / release-windows (push) Failing after 6m51s
portable-unsigned / portable-windows (push) Failing after 16m51s

💘 Generated with Crush

Assisted-by: Crush:deepseek-v4.1-flash
This commit is contained in:
Yun Chan 2026-09-19 08:24:13 +09:00
parent ae7efb6acf
commit 05f0aaa660
23 changed files with 58 additions and 43 deletions

View file

@ -13,6 +13,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Cloud-optional backup (encrypted, opt-in)
- Plugin system for custom pipelines
## [1.3.7] - 2026-09-19
### Fixed
- **Recording and live caption overlays never worked in installed builds.** Popup
pages loaded their scripts as classic `<script src>` tags, which the renderer
build does not bundle, so a packaged app rendered only the static markup: the
recording tip froze at 0:00 with no wave bars and captions showed nothing.
Popup scripts are now module scripts, a packaging check fails when a renderer
page references an asset that was never emitted, and popups hold IPC until
their renderer is ready and re-assert visibility on every show.
## [1.3.6] - 2026-09-18
### Fixed