Commit c6c216a
committed
chore(release): 1.1.0-alpha.3
# [1.1.0-alpha.3](v1.1.0-alpha.2...v1.1.0-alpha.3) (2025-10-13)
### Bug Fixes
* **codec-compatibility:** handle missing codec information gracefully ([46ed61a](46ed61a))
* **FFmpegSection:** manage completion timeout for download process ([99018a0](99018a0))
* **FFprobeSection:** add return statement to download progress polling function ([d99231f](d99231f))
* **FFprobeSection:** ensure timeout cleanup after download success ([75d8429](75d8429))
* **FFprobeSection:** manage success timeout for download completion ([f4332d0](f4332d0))
* **FFprobeSection:** standardize font size using theme constants ([4665620](4665620))
* **FFprobeSection:** standardize spacing in styled components ([ef89ef6](ef89ef6))
* **MediaServerService:** enhance error handling for file existence check ([fe552e3](fe552e3))
* **MediaServerService:** replace fs.existsSync with async stat for file existence check ([566af29](566af29))
* **player:** apply playback rate change through orchestrator when cycling speeds ([#210](#210)) ([d69cc52](d69cc52))
* **player:** remove HLS player missing error handling ([5c2aa64](5c2aa64))
* **TranscodeLoadingIndicator:** remove logging for loading indicator display ([fe69cd0](fe69cd0))
* **UvBootstrapperService:** enhance UV download logic with cached path checks ([e39cb7d](e39cb7d))
* **UvBootstrapperService:** ensure temp directory cleanup after download ([811b597](811b597))
* **UvBootstrapperService:** prevent concurrent downloads by checking download controllers ([17be090](17be090))
* **VolumeIndicator:** skip indicator display on initial render ([d0cfb23](d0cfb23))
### Features
* **media-server:** add transcode cache cleanup for deleted videos ([b5b9601](b5b9601))
* **player:** HLS session progress polling with media server integration ([#209](#209)) ([0135646](0135646))1 parent fe552e3 commit c6c216a
2 files changed
Lines changed: 27 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 | + | |
1 | 27 | | |
2 | 28 | | |
3 | 29 | | |
| |||
| 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