Skip to content

Commit b726ce4

Browse files
chore(release): 1.0.0-alpha.9
# [1.0.0-alpha.9](v1.0.0-alpha.8...v1.0.0-alpha.9) (2025-09-13) ### Bug Fixes * **build:** Fix FFmpeg cross-platform build on macOS for Windows targets ([#145](#145)) ([e2857e9](e2857e9)) * **ci:** Failed to get next version ([8a94ceb](8a94ceb)) * **homepage:** Fix UI desynchronization issue after deleting video records + i18n support ([#120](#120)) ([7879ef4](7879ef4)) * **player:** Fix subtitle navigation when activeCueIndex is -1 ([#119](#119)) ([b4ad16f](b4ad16f)) * **player:** Fix subtitle overlay dragging to bottom and improve responsive design ([#122](#122)) ([d563c92](d563c92)) * **player:** improve play/pause button reliability ([#141](#141)) ([805e774](805e774)) * **player:** Prevent subtitle overlay interactions from triggering video play/pause ([#128](#128)) ([9730ba1](9730ba1)) * **subtitle:** prevent overlay showing content during subtitle gaps ([#138](#138)) ([0eb4697](0eb4697)) * **ui:** Remove white border shadow from modal buttons in dark mode ([#124](#124)) ([29f70f6](29f70f6)) * **windows:** resolve file extension validation requiring double dots (.mp4 vs ..mp4) ([#126](#126)) ([eadebcf](eadebcf)), closes [#118](#118) [#118](#118) ### Features * **dictionary:** expose DictionaryService API in preload and add comprehensive tests ([#143](#143)) ([70d289d](70d289d)) * implement Ctrl+C subtitle copy with lightweight toast notification ([#140](#140)) ([22005bb](22005bb)), closes [#142](#142) * **performance:** implement video import performance optimization with parallel processing and warmup strategies ([#121](#121)) ([2c65f5a](2c65f5a)) * **player:** Implement fullscreen toggle functionality with keyboard shortcuts ([#127](#127)) ([78d3629](78d3629)) * **scripts:** optimize FFmpeg download progress display ([#125](#125)) ([be33316](be33316)) ### Reverts * Revert "ci(sync): add workflow to sync main to beta ([#132](#132))" ([93ac160](93ac160))
1 parent 22005bb commit b726ce4

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-alpha.9](https://github.com/mkdir700/EchoPlayer/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2025-09-13)
2+
3+
### Bug Fixes
4+
5+
- **build:** Fix FFmpeg cross-platform build on macOS for Windows targets ([#145](https://github.com/mkdir700/EchoPlayer/issues/145)) ([e2857e9](https://github.com/mkdir700/EchoPlayer/commit/e2857e96ed6f3780ede4e32a9b457861b58324d8))
6+
- **ci:** Failed to get next version ([8a94ceb](https://github.com/mkdir700/EchoPlayer/commit/8a94ceb304adcfc598baa0f491326ce19b0361a7))
7+
- **homepage:** Fix UI desynchronization issue after deleting video records + i18n support ([#120](https://github.com/mkdir700/EchoPlayer/issues/120)) ([7879ef4](https://github.com/mkdir700/EchoPlayer/commit/7879ef442b888d6956a74739c3c0c1c54bb87387))
8+
- **player:** Fix subtitle navigation when activeCueIndex is -1 ([#119](https://github.com/mkdir700/EchoPlayer/issues/119)) ([b4ad16f](https://github.com/mkdir700/EchoPlayer/commit/b4ad16f2115d324aabd34b08b2a05ca98a3de101))
9+
- **player:** Fix subtitle overlay dragging to bottom and improve responsive design ([#122](https://github.com/mkdir700/EchoPlayer/issues/122)) ([d563c92](https://github.com/mkdir700/EchoPlayer/commit/d563c924c9471caeeab45a3d2ddd6dda5520fcac))
10+
- **player:** improve play/pause button reliability ([#141](https://github.com/mkdir700/EchoPlayer/issues/141)) ([805e774](https://github.com/mkdir700/EchoPlayer/commit/805e774cda1855ed7b4bafedc1d95c6f1e75b74a))
11+
- **player:** Prevent subtitle overlay interactions from triggering video play/pause ([#128](https://github.com/mkdir700/EchoPlayer/issues/128)) ([9730ba1](https://github.com/mkdir700/EchoPlayer/commit/9730ba1184cffe2012dd30e9207a562e88eec140))
12+
- **subtitle:** prevent overlay showing content during subtitle gaps ([#138](https://github.com/mkdir700/EchoPlayer/issues/138)) ([0eb4697](https://github.com/mkdir700/EchoPlayer/commit/0eb4697b73e2a94ff1b85557d796a38e86d5ff4c))
13+
- **ui:** Remove white border shadow from modal buttons in dark mode ([#124](https://github.com/mkdir700/EchoPlayer/issues/124)) ([29f70f6](https://github.com/mkdir700/EchoPlayer/commit/29f70f66806f3dc0e3e473a9b3b27867cf67ac0d))
14+
- **windows:** resolve file extension validation requiring double dots (.mp4 vs ..mp4) ([#126](https://github.com/mkdir700/EchoPlayer/issues/126)) ([eadebcf](https://github.com/mkdir700/EchoPlayer/commit/eadebcfba3c20912c507ed8aea3b7f0ed0e40396)), closes [#118](https://github.com/mkdir700/EchoPlayer/issues/118) [#118](https://github.com/mkdir700/EchoPlayer/issues/118)
15+
16+
### Features
17+
18+
- **dictionary:** expose DictionaryService API in preload and add comprehensive tests ([#143](https://github.com/mkdir700/EchoPlayer/issues/143)) ([70d289d](https://github.com/mkdir700/EchoPlayer/commit/70d289d323c6f429e4cfd80cb1a6a7dc9081c063))
19+
- implement Ctrl+C subtitle copy with lightweight toast notification ([#140](https://github.com/mkdir700/EchoPlayer/issues/140)) ([22005bb](https://github.com/mkdir700/EchoPlayer/commit/22005bb1a75714fbe5c4e85821fe47a235401a73)), closes [#142](https://github.com/mkdir700/EchoPlayer/issues/142)
20+
- **performance:** implement video import performance optimization with parallel processing and warmup strategies ([#121](https://github.com/mkdir700/EchoPlayer/issues/121)) ([2c65f5a](https://github.com/mkdir700/EchoPlayer/commit/2c65f5ae92460391302c24f3fb291f386043e7cd))
21+
- **player:** Implement fullscreen toggle functionality with keyboard shortcuts ([#127](https://github.com/mkdir700/EchoPlayer/issues/127)) ([78d3629](https://github.com/mkdir700/EchoPlayer/commit/78d3629c7d5a14e8bc378967a7f161135c5b5042))
22+
- **scripts:** optimize FFmpeg download progress display ([#125](https://github.com/mkdir700/EchoPlayer/issues/125)) ([be33316](https://github.com/mkdir700/EchoPlayer/commit/be33316f0a66f7b5b2de64d275d7166f12f50379))
23+
24+
### Reverts
25+
26+
- Revert "ci(sync): add workflow to sync main to beta ([#132](https://github.com/mkdir700/EchoPlayer/issues/132))" ([93ac160](https://github.com/mkdir700/EchoPlayer/commit/93ac16079a190883b4529efeb34c11937ece02bd))
27+
128
# [1.0.0-alpha.8](https://github.com/mkdir700/EchoPlayer/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2025-09-10)
229

330
### Features

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-alpha.8",
3+
"version": "1.0.0-alpha.9",
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)