Skip to content

Commit

Permalink
chore: Release v3.0.5
Browse files Browse the repository at this point in the history
Change-Id: Ibf926afe7cb3c2d0280f4794c6052fb675ae9780
  • Loading branch information
joeyparrish committed Oct 7, 2020
1 parent 1f3cc7e commit 858dadc
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 2 deletions.
55 changes: 55 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,58 @@
## 3.0.5 (2020-10-07)

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
- Fix duplicate text streams in multi-period DASH
- https://github.com/google/shaka-player/pull/2885
- Fix rapid seeking leading to infinite buffering
- https://github.com/google/shaka-player/issues/2670
- Fix non-deterministic exception in StreamingEngine
- https://github.com/google/shaka-player/issues/2768
- Fix bug where cue comparison throws
- Fix exception on multi-period DASH
- https://github.com/google/shaka-player/issues/2811
- Fix embedded captions vanishing
- https://github.com/google/shaka-player/issues/2811
- Fix multi-period DASH with period-specific codecs
- https://github.com/google/shaka-player/issues/2883

Demo App:
- Change the menu icon to a settings icon
- Suppress bogus errors displayed during download

Docs:
- Fix references to built-in CEA 608 support, not available in this branch
- Add links to the roadmap
- https://github.com/google/shaka-player/pull/2825


## 3.0.4 (2020-08-25)

Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion lib/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -5346,7 +5346,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
* @define {string} A version number taken from git at compile time.
* @export
*/
shaka.Player.version = 'v3.0.4-uncompiled';
shaka.Player.version = 'v3.0.5-uncompiled';

// Initialize the deprecation system using the version string we just set
// on the player.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shaka-player",
"description": "DASH/EME video player library",
"version": "3.0.4",
"version": "3.0.5",
"homepage": "https://github.com/google/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit 858dadc

Please sign in to comment.