File tree Expand file tree Collapse file tree
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const val NEWPIPE_VERSION_SDK_TARGET = 35
1111const val NEWPIPE_VERSION_CODE = 1012
1212const val NEWPIPE_VERSION_NAME = " 0.28.7"
1313
14- const val NEWPIPE_MATERIAL_RELEASE_NUMBER = 6
14+ const val NEWPIPE_MATERIAL_RELEASE_NUMBER = 7
1515const val NEWPIPE_MATERIAL_VERSION_NAME = " ${NEWPIPE_VERSION_NAME } -m$NEWPIPE_MATERIAL_RELEASE_NUMBER "
1616const val NEWPIPE_MATERIAL_VERSION_CODE = NEWPIPE_VERSION_CODE * 100 + NEWPIPE_MATERIAL_RELEASE_NUMBER
1717
Original file line number Diff line number Diff line change 1+ NewPipe Material 0.28.7-m7
2+
3+ Highlights:
4+ - Switched to the latest PipePipeExtractor source checkout to improve YouTube compatibility.
5+ - Updated app integration for the new extractor API and Java 21 bytecode requirements.
6+ - Improved YouTube live and post-live stream compatibility through the updated extractor.
7+ - Improved YouTube rating compatibility when likes and dislikes are not provided directly by the extractor.
8+ - Suppressed non-critical optional metadata extraction warnings in release builds when stream loading still succeeds.
9+ - Continued extractor compatibility and release stability cleanup.
10+
11+ Based on NewPipe 0.28.7.
You can’t perform that action at this time.
0 commit comments