You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22-2Lines changed: 22 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,30 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [1.0.2] - 2025-04-29
6
+
7
+
### Beta Feature: Chromecast Integration
8
+
9
+
-**Initial Chromecast Support (Beta)**: Added foundational support for Google Chromecast. This includes:
10
+
- Chromecast session detection and management.
11
+
- Remote playback toggling with fallback to local player.
12
+
- Volume and mute sync between player and Chromecast.
13
+
- Session cleanup on load and playback resume logic.
14
+
5
15
## [1.0.1]
6
16
17
+
### Enhancements & Bug Fixes:
18
+
19
+
-**PIP Control Removed in Firefox Mobile**: Fixed an issue where the Picture-in-Picture (PIP) control was displayed on Firefox mobile browsers when it shouldn't be.
20
+
-**Subtitle Menu UI Fixes**:
21
+
- Fixed an issue where the subtitle menu was cropped, and scrolling was unavailable for videos with over 10 subtitles.
22
+
- Ensured that if multiple subtitles exist, the list is scrollable and properly displayed in the UI.
23
+
-**Subtitle Overlay Fix**: Resolved an issue where, after turning off subtitles, the background overlay remained visible instead of disappearing.
24
+
-**Data Metrics Integration**: Added **Quality of Experience (QoE) scoring** in the FastPix dashboard, allowing users to monitor streaming quality.
25
+
-**Enable Cache Busting (Beta)**: Introduced an experimental **cache-busting** feature to ensure that when tracks are added dynamically, the player checks for an updated manifest.
26
+
27
+
## [1.0.0]
28
+
7
29
### Initial Release:
8
30
9
31
-**Playback**: Introduced basic video playback functionality.
@@ -31,5 +53,3 @@ All notable changes to this project will be documented in this file.
31
53
-**offline/online control**: Provided control mechanisms for offline/online scenarios.
32
54
-**Title Display**: Implemented title display options for videos.
33
55
-**Overriding Default Behaviors**: Allowed users to override default player behaviors.
34
-
-**Data Metrics Integration**: Added **Quality of Experience (QoE) scoring** in the FastPix dashboard, allowing users to monitor streaming quality.
35
-
-**Enable Cache Busting (Beta)**: Introduced an experimental **cache-busting** feature to ensure that when tracks are added dynamically, the player checks for an updated manifest.
0 commit comments