Skip to content

Commit f5ce276

Browse files
committed
Bump NewPipe Material release to m9 and add changelog
1 parent f499813 commit f5ce276

2 files changed

Lines changed: 15 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 = 1013
1212
const val NEWPIPE_VERSION_NAME = "0.28.8"
1313

14-
const val NEWPIPE_MATERIAL_RELEASE_NUMBER = 8
14+
const val NEWPIPE_MATERIAL_RELEASE_NUMBER = 9
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
NewPipe Material 0.28.8-m9
2+
3+
Highlights:
4+
5+
* Added a clearer in-app update flow with changelog preview, APK download progress, and install prompt.
6+
* Improved Backup/Restore safety and user experience.
7+
* Improved large-screen and landscape layouts with Material 3 styling.
8+
* Updated launcher, splash, and TV banner artwork to use Material 3 colors.
9+
* Added playback retry handling for HTTP 403/404 errors.
10+
* Recognized NewPipe Material release builds correctly.
11+
* Fixed PipePipeExtractor source checkout instructions.
12+
* Disabled Android dependency metadata in APK builds.
13+
14+
Based on NewPipe 0.28.8.

0 commit comments

Comments
 (0)