Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Update changelog for v1.0.
Browse files Browse the repository at this point in the history
Change-Id: I0edc584b0b4166518f3afef777dada4a9c47f3b9
  • Loading branch information
TheModMaker committed May 27, 2020
1 parent d251649 commit a4e739b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 1.0.0 (2020-05-27)

First full release! Public API is stable from this point onward.

New Features (not exhaustive):
- Generic media pipeline allowing apps to replace media components
- Offline storage and playback support
- Use native AVPlayer for HLS
- Controllable with `streaming.useNativeHlsOnSafari` configuration
- Exposes the AVPlayer instance for app control
- Don't use FFmpeg decoders to reduce binary size
- Removes SDL to reduce binary size
- Better Swift support
- Network request/response filters
- Playback of HEVC content
- Honors sample aspect ratio (SAR)
- Allow setting video fill mode


## 0.1.0-beta (2018-11-30)

Initial beta launch!
Expand Down

0 comments on commit a4e739b

Please sign in to comment.