Commit c6d22d2
committed
chore(release): 1.1.0-beta.1
# [1.1.0-beta.1](v1.0.0...v1.1.0-beta.1) (2025-10-15)
### Bug Fixes
* **AppUpdater, FFmpegDownloadService:** update default mirror source to global ([83194b3](83194b3))
* **build:** adjust resource handling for media-server in packaging ([086bd1b](086bd1b))
* **codec-compatibility:** handle missing codec information gracefully ([ea29f21](ea29f21))
* **FFmpegSection:** manage completion timeout for download process ([39b43c0](39b43c0))
* **FFprobeSection:** add return statement to download progress polling function ([49636cf](49636cf))
* **FFprobeSection:** ensure timeout cleanup after download success ([81a1431](81a1431))
* **FFprobeSection:** manage success timeout for download completion ([ce55d49](ce55d49))
* **FFprobeSection:** standardize font size using theme constants ([6387445](6387445))
* **FFprobeSection:** standardize spacing in styled components ([ba3c3d4](ba3c3d4))
* **homepage:** improve bottom spacing for card grid ([#194](#194)) ([801b6cd](801b6cd))
* make subtitle overlay container semantic ([2d6ae60](2d6ae60))
* **MediaServerService:** enhance error handling for file existence check ([11b74ef](11b74ef))
* **MediaServerService:** replace fs.existsSync with async stat for file existence check ([c9c98da](c9c98da))
* **player:** apply playback rate change through orchestrator when cycling speeds ([#210](#210)) ([fa9aa09](fa9aa09))
* **player:** remove HLS player missing error handling ([c7b593e](c7b593e))
* remove green glow effect from progress bar ([#196](#196)) ([abc6f3e](abc6f3e)), closes [#e50914](https://github.com/mkdir700/EchoPlayer/issues/e50914) [#00b96](https://github.com/mkdir700/EchoPlayer/issues/00b96)
* **semantic-release:** enhance version increment rules for prerelease branches ([#199](#199)) ([5d1e533](5d1e533))
* **theme:** resolve theme color not updating immediately for Switch components and progress bars ([#197](#197)) ([eed9ea2](eed9ea2))
* **TranscodeLoadingIndicator:** remove logging for loading indicator display ([085db44](085db44))
* **useSubtitleScrollStateMachine:** start auto-return timer on user interactions ([8496ae0](8496ae0))
* **UvBootstrapperService:** enhance UV download logic with cached path checks ([fc0791a](fc0791a))
* **UvBootstrapperService:** ensure temp directory cleanup after download ([02c7b16](02c7b16))
* **UvBootstrapperService:** prevent concurrent downloads by checking download controllers ([19d31e7](19d31e7))
* **VolumeIndicator:** skip indicator display on initial render ([82d2281](82d2281))
* **workflow:** update artifact listing command for better compatibility ([dfb6ee4](dfb6ee4))
### Features
* integrate session-backed HLS playback flow ([#200](#200)) ([ee972d1](ee972d1))
* intro backend for hls player ([2d34e7b](2d34e7b))
* **media-server:** add transcode cache cleanup for deleted videos ([e2de9ad](e2de9ad))
* **media-server:** implement runtime runtime management system ([#204](#204)) ([f5f68b0](f5f68b0))
* optimize media-server build output to resources directory ([#201](#201)) ([1b8c28e](1b8c28e))
* **player:** add animated loading progress bar to PlayerPage ([#206](#206)) ([8ba6f7f](8ba6f7f))
* **player:** add media server recommendation prompt for incompatible videos ([#205](#205)) ([63221a2](63221a2))
* **player:** add subtitle search functionality ([c3228c3](c3228c3))
* **player:** add toggle auto-pause functionality ([98b59ef](98b59ef))
* **player:** HLS session progress polling with media server integration ([#209](#209)) ([a76e8c2](a76e8c2))
* **PlayerSettingsLoader:** add mask mode to subtitle overlay ([56e4f65](56e4f65))
* **player:** update seek button icons from rewind/fastforward to undo/redo ([#193](#193)) ([1612c43](1612c43))
* **RegionDetection:** integrate region detection service for IP-based country identification ([dbeb077](dbeb077))
* **subtitle:** introduce mask mode for subtitle overlay ([e1fb3eb](e1fb3eb))
* **SubtitleOverlay:** enhance positioning and collision handling ([92b061a](92b061a))
* **UvBootstrapperService:** enhance download management with concurrency control ([20522e9](20522e9))
### Reverts
* "fix(build): adjust resource handling for media-server in packaging" ([2133401](2133401))1 parent 844ef1c commit c6d22d2
2 files changed
Lines changed: 54 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 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
1 | 54 | | |
2 | 55 | | |
3 | 56 | | |
| |||
| 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