Skip to content

Commit

Permalink
chore: Update changelog for v2.5.17
Browse files Browse the repository at this point in the history
Change-Id: I52f81e872a2dba43ed83b0927b20ed7a20213a46
  • Loading branch information
joeyparrish committed Oct 6, 2020
1 parent e717396 commit 0640046
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
## 2.5.17 (2020-10-06)

Bugfixes:
- Fix hiding controls on mobile after touch
- https://github.com/google/shaka-player/issues/2886
- Ignore seek touch events on hidden controls
- https://github.com/google/shaka-player/issues/2888
- Fix interpretation of DEFAULT and AUTOSELECT in HLS
- https://github.com/google/shaka-player/issues/2880
- Avoid a race when clearing buffered content
- Allow playback of video-only HLS via configuration
- https://github.com/google/shaka-player/issues/2868
- Make UITextDisplayer CSS-independent
- https://github.com/google/shaka-player/issues/2817
- https://github.com/google/shaka-player/pull/2819
- Remove hard-coded tts:extent namespace in TTML parser
- https://github.com/google/shaka-player/issues/2860
- Don't apply seek range while content is still loading
- https://github.com/google/shaka-player/issues/2848
- https://github.com/google/shaka-player/issues/2748
- https://github.com/google/shaka-player/pull/2849
- Fix Shaka+Cast apps using IndexedDB
- https://github.com/google/shaka-player/issues/2850
- Permit applications to monkey-patch Date.now
- https://github.com/google/shaka-player/pull/2857
- Fix detection of Edge Chromium as Edge
- https://github.com/google/shaka-player/pull/2855
- Fix loading with global "define" set to null
- https://github.com/google/shaka-player/issues/2847
- Fix missing cues in UITextDisplayer
- Fix storing modified init data for offline sessions

Demo App:
- Change the menu icon to a settings icon

Docs:
- Fix references to built-in CEA 608 support, not available in this branch


## 3.0.4 (2020-08-25)

Bugfixes:
Expand Down

0 comments on commit 0640046

Please sign in to comment.