Skip to content

Commit 0f0f096

Browse files
chore(release): 1.0.0-alpha.13
# [1.0.0-alpha.13](v1.0.0-alpha.12...v1.0.0-alpha.13) (2025-09-16) ### Bug Fixes * **dictionary:** support pronunciation extraction without UK/US distinction ([#172](#172)) ([dd1bb24](dd1bb24)) * **player:** resolve focus loss after dictionary popup interaction ([#173](#173)) ([cd790c7](cd790c7)) * **player:** resolve shortcut pause failure caused by state oscillation ([#174](#174)) ([3c40986](3c40986)), closes [#170](#170) * **player:** resolve spacebar shortcut not working after clicking to pause ([#182](#182)) ([7a6b43e](7a6b43e)) ### Features * **player:** comprehensive dictionary popover with pronunciation and theme support ([#171](#171)) ([16b457a](16b457a)) * **telemetry:** integrate Sentry error monitoring across main and renderer processes ([#175](#175)) ([3f5accc](3f5accc)) * **updater:** integrate China-specific feed URLs for better update experience ([#177](#177)) ([fc17859](fc17859)) * **workflow:** auto-fetch GitHub release description when manual trigger without description ([#179](#179)) ([5b8d064](5b8d064))
1 parent 7a6b43e commit 0f0f096

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-alpha.13](https://github.com/mkdir700/EchoPlayer/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (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)) ([dd1bb24](https://github.com/mkdir700/EchoPlayer/commit/dd1bb24d1e98651e25a5528a4f5af8948241e988))
6+
- **player:** resolve focus loss after dictionary popup interaction ([#173](https://github.com/mkdir700/EchoPlayer/issues/173)) ([cd790c7](https://github.com/mkdir700/EchoPlayer/commit/cd790c709f1d477ad1cdce8d9d7477eed938056d))
7+
- **player:** resolve shortcut pause failure caused by state oscillation ([#174](https://github.com/mkdir700/EchoPlayer/issues/174)) ([3c40986](https://github.com/mkdir700/EchoPlayer/commit/3c40986f934040900bdd2facc64784c3fab1d4fc)), 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)) ([7a6b43e](https://github.com/mkdir700/EchoPlayer/commit/7a6b43e0830fc01703c538de6e16d1da855a8be8))
9+
10+
### Features
11+
12+
- **player:** comprehensive dictionary popover with pronunciation and theme support ([#171](https://github.com/mkdir700/EchoPlayer/issues/171)) ([16b457a](https://github.com/mkdir700/EchoPlayer/commit/16b457a7c2c55ebe1caf4e72162f2084fce7e406))
13+
- **telemetry:** integrate Sentry error monitoring across main and renderer processes ([#175](https://github.com/mkdir700/EchoPlayer/issues/175)) ([3f5accc](https://github.com/mkdir700/EchoPlayer/commit/3f5acccbb563d899118a994d42b0b6763adb77a9))
14+
- **updater:** integrate China-specific feed URLs for better update experience ([#177](https://github.com/mkdir700/EchoPlayer/issues/177)) ([fc17859](https://github.com/mkdir700/EchoPlayer/commit/fc17859f047f1a49f43ae38ddb0c5ad18ff84d48))
15+
- **workflow:** auto-fetch GitHub release description when manual trigger without description ([#179](https://github.com/mkdir700/EchoPlayer/issues/179)) ([5b8d064](https://github.com/mkdir700/EchoPlayer/commit/5b8d0644bdad61581cb01895c8f0d508ef51661c))
16+
117
# [1.0.0-alpha.12](https://github.com/mkdir700/EchoPlayer/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2025-09-14)
218

319
### 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.12",
3+
"version": "1.0.0-alpha.13",
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)