Skip to content

Commit 64dbeac

Browse files
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 implementation
1 parent 45fbe0a commit 64dbeac

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

CHANGELOG.md

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

330
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "echoplayer",
3-
"version": "1.0.0-beta.1",
3+
"version": "1.0.0-beta.2",
44
"description": "EchoPlayer is a video player designed for language learners, helping users learn foreign languages efficiently through sentence-by-sentence intensive listening.",
55
"main": "./out/main/index.js",
66
"author": "echoplayer.cc",

0 commit comments

Comments
 (0)