Skip to content

Commit

Permalink
chore: Update changelog for v3.0.11 and v2.5.22
Browse files Browse the repository at this point in the history
Change-Id: I0d5aaa2f4b37ce5a80880bfce653df4387980cfa
  • Loading branch information
joeyparrish committed Apr 28, 2021
1 parent 893bf80 commit 1bb3b6e
Showing 1 changed file with 115 additions and 0 deletions.
115 changes: 115 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,118 @@
## 3.0.11 (2021-04-28)

Bugfixes:
- Assume MP4 in HLS if MIME type can't be deduced
- https://github.com/google/shaka-player/issues/3142
- https://github.com/google/shaka-player/pull/3325
- Fix resolution changes with lang change
- https://github.com/google/shaka-player/issues/3262
- https://github.com/google/shaka-player/issues/3288
- Resume previous playback speed after pause
- https://github.com/google/shaka-player/issues/3261
- Fix updating of the mute icon
- https://github.com/google/shaka-player/pull/3307
- Fix text writing-mode support in old versions of Tizen and WebOS
- https://github.com/google/shaka-player/pull/3330
- Show replay icon instead of play when video ends
- https://github.com/google/shaka-player/issues/3247
- https://github.com/google/shaka-player/pull/3253
- Fix cross-browser focus outline
- https://github.com/google/shaka-player/issues/2863
- Fix rapid keyboard-based seeking
- https://github.com/google/shaka-player/issues/3234
- https://github.com/google/shaka-player/pull/3259
- Fix holding keyboard controls
- https://github.com/google/shaka-player/pull/3267
- Display cursors as pointers on overflow menu buttons
- https://github.com/google/shaka-player/pull/3218
- Fix failed assertion for eviction logic
- https://github.com/google/shaka-player/issues/3169
- Fix stalls on a live dash stream
- https://github.com/google/shaka-player/issues/3139
- https://github.com/google/shaka-player/issues/3169
- Fix HLS content type detection with text codecs
- https://github.com/google/shaka-player/issues/3184

Ad Features (BETA):
- Fix the skip ad button not being clickable
- https://github.com/google/shaka-player/issues/3284
- https://github.com/google/shaka-player/pull/3326
- Add the original IMA event to the Shaka `AD_CLICKED` event
- https://github.com/google/shaka-player/issues/3304
- Add more info on serving limited ads to the tutorial

Demo App:
- Fix centering of icons, add hover effect on settings
- https://github.com/google/shaka-player/pull/3352

Docs:
- Update event docs and event links
- https://github.com/google/shaka-player/pull/3256
- Add the UI Theme Gallery link to the docs
- https://github.com/google/shaka-player/issues/3246
- Fixed various grammatical errors and typos
- https://github.com/google/shaka-player/pull/3342
- https://github.com/google/shaka-player/pull/3340
- Fix offline tutorial to use the correct config
- https://github.com/google/shaka-player/pull/3337

Misc:
- Allow testing with Chromium-based Edge in Karma
- https://github.com/google/shaka-player/pull/3265
- Official Xbox One support
- https://github.com/google/shaka-player/issues/1705


## 2.5.22 (2021-04-28)

Bugfixes:
- Assume MP4 in HLS if MIME type can't be deduced
- https://github.com/google/shaka-player/issues/3142
- https://github.com/google/shaka-player/pull/3325
- Fix resolution changes with lang change
- https://github.com/google/shaka-player/issues/3262
- https://github.com/google/shaka-player/issues/3288
- Resume previous playback speed after pause
- https://github.com/google/shaka-player/issues/3261
- Fix updating of the mute icon
- https://github.com/google/shaka-player/pull/3307
- Fix text writing-mode support in old versions of Tizen and WebOS
- https://github.com/google/shaka-player/pull/3330
- Show replay icon instead of play when video ends
- https://github.com/google/shaka-player/issues/3247
- https://github.com/google/shaka-player/pull/3253
- Fix cross-browser focus outline
- https://github.com/google/shaka-player/issues/2863
- Fix rapid keyboard-based seeking
- https://github.com/google/shaka-player/issues/3234
- https://github.com/google/shaka-player/pull/3259
- Fix holding keyboard controls
- https://github.com/google/shaka-player/pull/3267
- Fix stylelint on Windows
- https://github.com/google/shaka-player/issues/2985
- https://github.com/google/shaka-player/pull/3214
- Display cursors as pointers on overflow menu buttons
- https://github.com/google/shaka-player/pull/3218

Demo App:
- Fix centering of icons, add hover effect on settings
- https://github.com/google/shaka-player/pull/3352

Docs:
- Update event docs and event links
- Add the UI Theme Gallery link to the docs
- https://github.com/google/shaka-player/issues/3246
- Fixed various grammatical errors and typos
- https://github.com/google/shaka-player/pull/3342
- https://github.com/google/shaka-player/pull/3340

Misc:
- Allow testing with Chromium-based Edge in Karma
- https://github.com/google/shaka-player/pull/3265
- Official Xbox One support
- https://github.com/google/shaka-player/issues/1705


## 3.0.10 (2021-03-18)

Bugfixes:
Expand Down

0 comments on commit 1bb3b6e

Please sign in to comment.