chore(release): 1.3.7
💘 Generated with Crush
Assisted-by: Crush:deepseek-v4.1-flash
This commit is contained in:
parent
ae7efb6acf
commit
05f0aaa660
23 changed files with 58 additions and 43 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue