Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
hawk23 committed Dec 13, 2024
1 parent 4943872 commit 154c53c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/),
and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]
### Added
- Google Cast support for Web platform
- Support for `Player.isPaused` and `Player.isMuted`

### Changed
- Update Bitmovin's native Android Player SDK version to `3.99.0`
- Update Bitmovin's native iOS Player SDK version to `3.80.0`

## [0.13.0] - 2024-11-26
### Added
- Introduce platform support for Web
- Supported API calls: `loadSource(source)`, `play`, `pause`, `mute`, `unmute`, `seek(time)`, `timeShift(timeShift)`, `getCurrentTime`, `getTimeShift`, `getDuration`, `getMaxTimeShift`, `isLive`, `isPlaying`, `isAirplayActive`, `isAirplayAvailable`, `castVideo`, `castStop`, `isCastAvailable`, `isCasting`, `showAirPlayTargetPicker`, `destroy`
- Supported events: `play`,`playing`,`paused`,`timeChanged`,`seek`,`seeked`,`timeShift`,`timeShifted`,`playbackFinished`,`error`,`muted`,`unmuted`,`warning`,`ready`,`sourceLoaded`,`sourceUnloaded`

### Changed
- Update Bitmovin's native Android Player SDK version to `3.94.0`
- Update Bitmovin's native iOS Player SDK version to `3.78.0`

Expand Down

0 comments on commit 154c53c

Please sign in to comment.