|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +## [1.0.0] |
| 6 | + |
| 7 | +### Initial Release: |
| 8 | + |
| 9 | +- **Playback**: Introduced basic video playback functionality. |
| 10 | +- **Signed Playback**: Enabled secure signed playback options. |
| 11 | +- **Stream Types**: Added support for various stream types. |
| 12 | +- **Responsiveness**: Ensured responsive design for different devices. |
| 13 | +- **Error Handling**: Implemented robust error handling mechanisms. |
| 14 | +- **Customizability**: Provided extensive customization options for users. |
| 15 | +- **Keyboard Accessibility Controls**: Added keyboard shortcuts for better accessibility. |
| 16 | +- **Lazy Loading**: Implemented lazy loading for improved performance. |
| 17 | +- **Chapters**: Enabled chapter functionality for video navigation. |
| 18 | +- **Script Support for Video Events:**: Added support for listening to video events via scripts. |
| 19 | +- **Poster customizations**: Allowed customization of video posters. |
| 20 | +- **Thumbnail Customization**: Enabled custom thumbnails for videos. |
| 21 | +- **Forward and Rewind Playback Customizations:**: Provided options for customizable forward and rewind playback. |
| 22 | +- **Playback Rates**: Allowed adjustment of playback rates. |
| 23 | +- **Styling Options**: Added various styling options for UI elements. |
| 24 | +- **Volume Management**: Implemented advanced volume control features. |
| 25 | +- **Subtitle Switching**: Enabled switching between available subtitles. |
| 26 | +- **Audio Track Switching:**: Allowed switching between different audio tracks. |
| 27 | +- **Thumbnail Hover Previews**: Introduced thumbnail previews on hover. |
| 28 | +- **Customizing Time Display**: Allowed customization of time display formats. |
| 29 | +- **Start Time**: Implemented functionality to set a specific start time for playback. |
| 30 | +- **Placeholder**: Added placeholder support for loading states. |
| 31 | +- **offline/online control**: Provided control mechanisms for offline/online scenarios. |
| 32 | +- **Title Display**: Implemented title display options for videos. |
| 33 | +- **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