Skip to content

Commit 4d3f6c5

Browse files
chore(release): 1.0.0-beta.3
# [1.0.0-beta.3](v1.0.0-beta.2...v1.0.0-beta.3) (2025-09-16) ### Bug Fixes * **dictionary:** support pronunciation extraction without UK/US distinction ([#172](#172)) ([ca65592](ca65592)) * **player:** resolve focus loss after dictionary popup interaction ([#173](#173)) ([35078c5](35078c5)) * **player:** resolve shortcut pause failure caused by state oscillation ([#174](#174)) ([6ee774d](6ee774d)), closes [#170](#170) * **player:** resolve spacebar shortcut not working after clicking to pause ([#182](#182)) ([523313b](523313b)) ### Features * **player:** comprehensive dictionary popover with pronunciation and theme support ([#171](#171)) ([53b5c30](53b5c30)) * **telemetry:** integrate Sentry error monitoring across main and renderer processes ([#175](#175)) ([e75f7a8](e75f7a8)) * **updater:** integrate China-specific feed URLs for better update experience ([#177](#177)) ([e4ba6c6](e4ba6c6)) * **workflow:** auto-fetch GitHub release description when manual trigger without description ([#179](#179)) ([ac76b13](ac76b13))
1 parent 523313b commit 4d3f6c5

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [1.0.0-beta.3](https://github.com/mkdir700/EchoPlayer/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2025-09-16)
2+
3+
### Bug Fixes
4+
5+
- **dictionary:** support pronunciation extraction without UK/US distinction ([#172](https://github.com/mkdir700/EchoPlayer/issues/172)) ([ca65592](https://github.com/mkdir700/EchoPlayer/commit/ca6559264be7ca77ee35385ebbdb47c3a5101592))
6+
- **player:** resolve focus loss after dictionary popup interaction ([#173](https://github.com/mkdir700/EchoPlayer/issues/173)) ([35078c5](https://github.com/mkdir700/EchoPlayer/commit/35078c5a5095479623a341f9150cf55e9455fddc))
7+
- **player:** resolve shortcut pause failure caused by state oscillation ([#174](https://github.com/mkdir700/EchoPlayer/issues/174)) ([6ee774d](https://github.com/mkdir700/EchoPlayer/commit/6ee774df519082d4f2ff7e11379e8c6313f1cd33)), closes [#170](https://github.com/mkdir700/EchoPlayer/issues/170)
8+
- **player:** resolve spacebar shortcut not working after clicking to pause ([#182](https://github.com/mkdir700/EchoPlayer/issues/182)) ([523313b](https://github.com/mkdir700/EchoPlayer/commit/523313b45b256a667a97ed0ef150396ccc32558e))
9+
10+
### Features
11+
12+
- **player:** comprehensive dictionary popover with pronunciation and theme support ([#171](https://github.com/mkdir700/EchoPlayer/issues/171)) ([53b5c30](https://github.com/mkdir700/EchoPlayer/commit/53b5c30e7cd0df86f966fa699345ae763101f19f))
13+
- **telemetry:** integrate Sentry error monitoring across main and renderer processes ([#175](https://github.com/mkdir700/EchoPlayer/issues/175)) ([e75f7a8](https://github.com/mkdir700/EchoPlayer/commit/e75f7a84956949b1a8da208639a2b621fb33869a))
14+
- **updater:** integrate China-specific feed URLs for better update experience ([#177](https://github.com/mkdir700/EchoPlayer/issues/177)) ([e4ba6c6](https://github.com/mkdir700/EchoPlayer/commit/e4ba6c65b5b97e4688f88d9495d293d6aaffcd30))
15+
- **workflow:** auto-fetch GitHub release description when manual trigger without description ([#179](https://github.com/mkdir700/EchoPlayer/issues/179)) ([ac76b13](https://github.com/mkdir700/EchoPlayer/commit/ac76b13b0f4e7b8720df0a71e337d4b6c38ce224))
16+
117
# [1.0.0-beta.2](https://github.com/mkdir700/EchoPlayer/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2025-09-14)
218

319
### 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.2",
3+
"version": "1.0.0-beta.3",
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)