Commit 64dbeac
committed
chore(release): 1.0.0-beta.2
# [1.0.0-beta.2](v1.0.0-beta.1...v1.0.0-beta.2) (2025-09-14)
### Bug Fixes
* **logger:** optimize logger memory management and reduce high-frequency logging ([#156](#156)) ([64e36a2](64e36a2))
* **player:** persist relocated video file path to database ([#162](#162)) ([25bc32b](25bc32b))
* **subtitle:** resolve overlay pause/seek update delays with immediate state sync ([#153](#153)) ([582168f](582168f))
* **ui:** use system title bar for Windows and Linux platforms ([#158](#158)) ([ee435ce](ee435ce))
* **updater:** remove detailed release notes from system update dialog ([#152](#152)) ([996e76a](996e76a))
* **updater:** resolve pre-release version detection issue ([#161](#161)) ([3d90e67](3d90e67))
### Features
* add Windows ARM64 architecture support ([#157](#157)) ([30496b1](30496b1))
* **ffmpeg:** add China mirror support for FFmpeg downloads ([#164](#164)) ([61efdad](61efdad))
* **ffmpeg:** implement dynamic FFmpeg download system with runtime management ([#155](#155)) ([95dae5a](95dae5a))
### BREAKING CHANGES
* **ffmpeg:** Service now defaults to China mirror for
better performance in Chinese regions
* fix(test): remove unused parameter in FFmpegDownloadService test
- Fix TypeScript error TS6133 for unused 'url' parameter
- Replace unused 'url' with underscore in mock implementation1 parent 45fbe0a commit 64dbeac
2 files changed
Lines changed: 28 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
1 | 28 | | |
2 | 29 | | |
3 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments