|
| 1 | +## 2.5.5 (2019-08-23) |
| 2 | + |
| 3 | +New Features: |
| 4 | + - Conditionally remove FairPlay formatting |
| 5 | + - https://github.com/google/shaka-player/issues/1951 |
| 6 | + - Add sessionId field to network request |
| 7 | + - Make it easier to add custom overflow menu items |
| 8 | + - https://github.com/google/shaka-player/issues/2091 |
| 9 | + - Add clearBufferOnQualityChange field to UI config |
| 10 | + - https://github.com/google/shaka-player/issues/1733 |
| 11 | + - Allow filtering out failed HLS text tracks |
| 12 | + - https://github.com/google/shaka-player/issues/2065 |
| 13 | + - Parse Accessibility tag into text "kind" |
| 14 | + - https://github.com/google/shaka-player/issues/2060 |
| 15 | + - Re-add MediaSession API |
| 16 | + - https://github.com/google/shaka-player/issues/1934 |
| 17 | + - Skip WebM streams in HLS instead of throwing |
| 18 | + - https://github.com/google/shaka-player/issues/2108 |
| 19 | + - Convert `<mspr:pro>` elements to `pssh` init data |
| 20 | + - https://github.com/google/shaka-player/pull/2106 |
| 21 | + - https://github.com/google/shaka-player/issues/2058 |
| 22 | + |
| 23 | +Bugfixes: |
| 24 | + - Fix duplicate resolution entries in UI menu |
| 25 | + - https://github.com/google/shaka-player/issues/2085 |
| 26 | + - Fix missing tracks, race on time during startup |
| 27 | + - https://github.com/google/shaka-player/issues/2045 |
| 28 | + - Fix spinner position on IE11 |
| 29 | + - https://github.com/google/shaka-player/issues/2084 |
| 30 | + - Fix seek bar coloring when nothing buffered |
| 31 | + - Fix scroll behavior on page load |
| 32 | + - https://github.com/google/shaka-player/issues/2063 |
| 33 | + - Don't create a UI if the app already has one |
| 34 | + - https://github.com/google/shaka-player/issues/2073 |
| 35 | + - Fix text display styling when fullscreen |
| 36 | + - https://github.com/google/shaka-player/issues/2051 |
| 37 | + - Don't enter fullscreen on double click on bottom bar |
| 38 | + - https://github.com/google/shaka-player/issues/2053 |
| 39 | + - Avoid errors when video ends |
| 40 | + - https://github.com/google/shaka-player/issues/2050 |
| 41 | + - Fix fullscreen behavior on double click and rotate |
| 42 | + - https://github.com/google/shaka-player/issues/2043 |
| 43 | + - Fix bug when clicking PIP button while casting |
| 44 | + - https://github.com/google/shaka-player/issues/2044 |
| 45 | + - Fix CEA captions with multi-Period content |
| 46 | + - https://github.com/google/shaka-player/issues/2075 |
| 47 | + - https://github.com/google/shaka-player/issues/2094 |
| 48 | + |
| 49 | +Demo App: |
| 50 | + - Added more HLS demo assets |
| 51 | + - https://github.com/google/shaka-player/issues/2035 |
| 52 | + - Exit PIP on unload in the demo |
| 53 | + - https://github.com/google/shaka-player/issues/2055 |
| 54 | + - Re-added hidden 'noinput' param to demo |
| 55 | + |
| 56 | + |
1 | 57 | ## 2.5.4 (2019-07-19) |
2 | 58 |
|
3 | 59 | Bugfixes: |
|
0 commit comments