Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump shaka-player from 4.11.11 to 4.12.1 #6193

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps shaka-player from 4.11.11 to 4.12.1.

Release notes

Sourced from shaka-player's releases.

v4.12.1

4.12.1 (2024-11-15)

Bug Fixes

  • Ads: Always fire CUEPOINTS_CHANGED when not using multi video elements (#7584) (e25400c)
  • Ads: Always set endTime for MPD Alternate (#7583) (cfc4769)
  • Ads: Fix VAST_INVALID_XML error code (#7593) (69c98a9)
  • Ads: Prevent playing the same ad twice (#7585) (2339612)
  • Allow the user to disable subtitles while paused (#7578) (4089b07)
  • Calculate timeToFirstByte before fire the event 'downloadheadersreceived' (#7605) (ceeb264), closes #7604
  • DASH: Fix playback after DASH period eviction (#7603) (09dcabc), closes #7516
  • Disable live sync when the stream is paused (#7579) (4737a22)
  • Prefer SimpleTextDisplayer on iOS (#7569) (aec3d83)
  • UI: Use trickPlay method to control the playback rate (#7580) (0c3ef19)

v4.12.0

4.12.0 (2024-11-13)

Features

  • Add config to ignore hardware resolution (#7572) (11a7b92)
  • Add manifest.disableIFrames config (#7255) (7b07614)
  • Add preferredTextFormats config (#7523) (597e129)
  • Add safeSeekEndOffset feature for live reposition (#7532) (73524d0)
  • Ads: Add config to allow disable interstitials (#7271) (64e45c9)
  • Ads: New HLS interstitial DATERANGE attributes for Skip Button (#7467) (3107de3)
  • Cast: Enable storage in Android Cast devices (#7292) (1434426)
  • DASH: Disable xlink processing by default (#7264) (d5ed8ed)
  • Demo: Add new asset with DASH-FairPlay (#7487) (fbc6179)
  • Enable AirPlay in MSE (#7431) (a6cf9cb)
  • Enable audio groups by default (#7549) (5024184)
  • HLS: Add the update period for HLS manifest (#7498) (7b38ca8)
  • HLS: Make dummy streams for tags representing muxed audio (#7343) (e2413ed)
  • i18n: Add Belarusian translation (#7409) (51d00b8)
  • Offline: Allow store external text (#7328) (346cf48)
  • Offline: Allow store external thumbnails (#7322) (013b3c7)
  • preload: Wait for prefetches when preloading (#7533) (2ad1eff), closes #7520
  • Remove streaming.parsePrftBox config (#7358) (fc4893d)
  • Support Fairplay DRM in DASH manifest. (#7454) (c9f7723)
  • UI: Add close button to statistics panel (#7482) (4e6e37c)
  • UI: Added Mute button to context menu and overflow menu (#7439) (e883fed)
  • UI: Allow configure the fullscreen mode in VisionOS (#7540) (3bd0978)
  • UI: Use the lang= attribute to help screen-readers recognize localized labels (#7267) (3590aee)
  • Use source tags instead of src attribute (#7406) (445b0ce)

Bug Fixes

... (truncated)

Changelog

Sourced from shaka-player's changelog.

4.12.1 (2024-11-15)

Bug Fixes

  • Ads: Always fire CUEPOINTS_CHANGED when not using multi video elements (#7584) (e25400c)
  • Ads: Always set endTime for MPD Alternate (#7583) (cfc4769)
  • Ads: Fix VAST_INVALID_XML error code (#7593) (69c98a9)
  • Ads: Prevent playing the same ad twice (#7585) (2339612)
  • Allow the user to disable subtitles while paused (#7578) (4089b07)
  • Calculate timeToFirstByte before fire the event 'downloadheadersreceived' (#7605) (ceeb264), closes #7604
  • DASH: Fix playback after DASH period eviction (#7603) (09dcabc), closes #7516
  • Disable live sync when the stream is paused (#7579) (4737a22)
  • Prefer SimpleTextDisplayer on iOS (#7569) (aec3d83)
  • UI: Use trickPlay method to control the playback rate (#7580) (0c3ef19)

4.12.0 (2024-11-13)

Features

  • Add config to ignore hardware resolution (#7572) (11a7b92)
  • Add manifest.disableIFrames config (#7255) (7b07614)
  • Add preferredTextFormats config (#7523) (597e129)
  • Add safeSeekEndOffset feature for live reposition (#7532) (73524d0)
  • Ads: Add config to allow disable interstitials (#7271) (64e45c9)
  • Ads: New HLS interstitial DATERANGE attributes for Skip Button (#7467) (3107de3)
  • Cast: Enable storage in Android Cast devices (#7292) (1434426)
  • DASH: Disable xlink processing by default (#7264) (d5ed8ed)
  • Demo: Add new asset with DASH-FairPlay (#7487) (fbc6179)
  • Enable AirPlay in MSE (#7431) (a6cf9cb)
  • Enable audio groups by default (#7549) (5024184)
  • HLS: Add the update period for HLS manifest (#7498) (7b38ca8)
  • HLS: Make dummy streams for tags representing muxed audio (#7343) (e2413ed)
  • i18n: Add Belarusian translation (#7409) (51d00b8)
  • Offline: Allow store external text (#7328) (346cf48)
  • Offline: Allow store external thumbnails (#7322) (013b3c7)
  • preload: Wait for prefetches when preloading (#7533) (2ad1eff), closes #7520
  • Remove streaming.parsePrftBox config (#7358) (fc4893d)
  • Support Fairplay DRM in DASH manifest. (#7454) (c9f7723)
  • UI: Add close button to statistics panel (#7482) (4e6e37c)
  • UI: Added Mute button to context menu and overflow menu (#7439) (e883fed)
  • UI: Allow configure the fullscreen mode in VisionOS (#7540) (3bd0978)
  • UI: Use the lang= attribute to help screen-readers recognize localized labels (#7267) (3590aee)
  • Use source tags instead of src attribute (#7406) (445b0ce)

Bug Fixes

  • Active track state on variantchanged and adaptation events (#7350) (c15ca1d)

... (truncated)

Commits
  • af6645a chore(v4.12.x): release 4.12.1 (#7606)
  • ceeb264 fix: Calculate timeToFirstByte before fire the event 'downloadheadersreceived...
  • 09dcabc fix(DASH): Fix playback after DASH period eviction (#7603)
  • 2a6092e ci: Switch to use macos-latest (#7592)
  • 69c98a9 fix(Ads): Fix VAST_INVALID_XML error code (#7593)
  • 56456e5 test: Update hls interstitial asset to avoid issues with the ad (#7582)
  • 4f9ae53 test: Add unit tests for DASH period eviction (#7589)
  • 0f9ad7c fix(DASH): Fix playback after DASH period eviction (#7519)
  • 2339612 fix(Ads): Prevent playing the same ad twice (#7585)
  • e25400c fix(Ads): Always fire CUEPOINTS_CHANGED when not using multi video elements (...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [shaka-player](https://github.com/shaka-project/shaka-player) from 4.11.11 to 4.12.1.
- [Release notes](https://github.com/shaka-project/shaka-player/releases)
- [Changelog](https://github.com/shaka-project/shaka-player/blob/v4.12.1/CHANGELOG.md)
- [Commits](shaka-project/shaka-player@v4.11.11...v4.12.1)

---
updated-dependencies:
- dependency-name: shaka-player
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added PR: dependencies Pull requests that update a dependency file PR: waiting for review For PRs that are complete, tested, and ready for review labels Nov 18, 2024
@FreeTubeBot FreeTubeBot enabled auto-merge (squash) November 18, 2024 09:42
@FreeTubeBot FreeTubeBot merged commit 39987ab into development Nov 19, 2024
6 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/shaka-player-4.12.1 branch November 19, 2024 14:09
@github-actions github-actions bot removed the PR: waiting for review For PRs that are complete, tested, and ready for review label Nov 19, 2024
PikachuEXE added a commit to PikachuEXE/FreeTube that referenced this pull request Nov 24, 2024
* development: (273 commits)
  Translated using Weblate (Serbian)
  Translated using Weblate (Czech)
  Translated using Weblate (French)
  Translated using Weblate (German)
  Translated using Weblate (Spanish)
  Fix text colour in player overflow menu (FreeTubeApp#6213)
  Add warning message to proxy settings (FreeTubeApp#6099)
  Migrate SubscribedChannels view to Composition API (FreeTubeApp#6131)
  Translated using Weblate (Croatian)
  Translated using Weblate (English (United Kingdom))
  Translated using Weblate (Afrikaans)
  Translated using Weblate (Afrikaans)
  Better player error handling (FreeTubeApp#6180)
  Translated using Weblate (Arabic)
  Translated using Weblate (Afrikaans)
  local API: Fix playlists and podcasts not appearing in search results (FreeTubeApp#6196)
  Translated using Weblate (Serbian)
  Translated using Weblate (Hungarian)
  Bump shaka-player from 4.11.11 to 4.12.1 (FreeTubeApp#6193)
  Translated using Weblate (French)
  ...

# Conflicts:
#	src/renderer/views/SubscribedChannels/SubscribedChannels.js
Soham456 pushed a commit to Soham456/FreeTube that referenced this pull request Dec 5, 2024
Bumps [shaka-player](https://github.com/shaka-project/shaka-player) from 4.11.11 to 4.12.1.
- [Release notes](https://github.com/shaka-project/shaka-player/releases)
- [Changelog](https://github.com/shaka-project/shaka-player/blob/v4.12.1/CHANGELOG.md)
- [Commits](shaka-project/shaka-player@v4.11.11...v4.12.1)

---
updated-dependencies:
- dependency-name: shaka-player
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
SuperAKWA pushed a commit to SuperAKWA/FreeTube that referenced this pull request Jan 24, 2025
Bumps [shaka-player](https://github.com/shaka-project/shaka-player) from 4.11.11 to 4.12.1.
- [Release notes](https://github.com/shaka-project/shaka-player/releases)
- [Changelog](https://github.com/shaka-project/shaka-player/blob/v4.12.1/CHANGELOG.md)
- [Commits](shaka-project/shaka-player@v4.11.11...v4.12.1)

---
updated-dependencies:
- dependency-name: shaka-player
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants