Skip to content

v0.25.1

Compare
Choose a tag to compare
@Stypox Stypox released this 03 Apr 17:20
· 604 commits to master since this release
07111d8

➡️ ➡️ ➡️ Read the blog post ⬅️ ⬅️ ⬅️

⚠️ Known issues/regressions which are not fixed with this update ⚠️

DO NOT OPEN NEW ISSUES FOR THEM BUT FOLLOW THE LINKED ONES INSTEAD!

  • Player notification actions set from app player notification settings are not used on Android 13 and above: this is related to targeting Android 13/API 33 or higher: apps cannot completely personalize media notifications: see #9764 for more details.
  • Crash when playing content in fullscreen on some devices: our usage of the ExoPlayer library does not correctly handle rendering to a different surface than the starting one and crashes when trying to switch to fullscreen. See #9023 for more details and workarounds.
  • [YouTube] Trends are not shown sometimes and No videos are shown in this case: YouTube is A/B testing a new trends UI which completely reworks what data is sent and how it is displayed. This new structure is currently not supported by the extractor. See TeamNewPipe/NewPipeExtractor#1046 for more details.

Changelog

This version also includes the changes from NewPipe Extractor version v0.22.6.

New

  • Handle duplicate streams in the "Add to playlist" dialog #9538
  • Larger channel cards in search results #9728
  • Add an option to ignore hardware media button events #9746
  • Add option to remove partially watched videos from the 'Whats new' feed #9747
  • Add button to remove duplicates from playlist #9707

Improved

  • Reduce the size of thumbnails on big screens to fit more grid columns #9858
  • Make UI behavior for playback information display more consistent #8180

Fixed

  • Orientation is locked if there is no sensor for it #9693
  • Fix crash when clicking on an empty comment #9777
  • [Android 11+] Correctly open URLs in browser and fix opening downloads and external players #9850
  • Fix playlist streams progress bar size in card mode #9769
  • Fix erroneous updates of playlist thumbnails #9755
  • Revert "Use WindowCompat" #9812

Localization

Development