Skip to content

Commit

Permalink
chore: Update changelog for v3.0.5
Browse files Browse the repository at this point in the history
Change-Id: Icd8ca6f0a0975ffeaeaccb912e7ede5d21336cf0
  • Loading branch information
joeyparrish committed Oct 7, 2020
1 parent acc4c0e commit e347dbb
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,60 @@
## 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 application of DRM server certificate
- https://github.com/google/shaka-player/issues/2644
- 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


## 2.5.17 (2020-10-06)

Bugfixes:
Expand Down

0 comments on commit e347dbb

Please sign in to comment.