Skip to content

Commit ce09c49

Browse files
committed
Bump material release to m7 and add changelog
1 parent e0b9421 commit ce09c49

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

buildSrc/src/main/kotlin/ProjectConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const val NEWPIPE_VERSION_SDK_TARGET = 35
1111
const val NEWPIPE_VERSION_CODE = 1012
1212
const val NEWPIPE_VERSION_NAME = "0.28.7"
1313

14-
const val NEWPIPE_MATERIAL_RELEASE_NUMBER = 6
14+
const val NEWPIPE_MATERIAL_RELEASE_NUMBER = 7
1515
const val NEWPIPE_MATERIAL_VERSION_NAME = "${NEWPIPE_VERSION_NAME}-m$NEWPIPE_MATERIAL_RELEASE_NUMBER"
1616
const val NEWPIPE_MATERIAL_VERSION_CODE = NEWPIPE_VERSION_CODE * 100 + NEWPIPE_MATERIAL_RELEASE_NUMBER
1717

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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.

0 commit comments

Comments
 (0)