diff --git a/CHANGELOG.md b/CHANGELOG.md index 159fb2a78..14e5ed2d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.23.0](https://github.com/revanced/revanced-patches/compare/v2.22.2...v2.23.0) (2022-07-26) + + +### Features + +* bump compatibility of YouTube Music patches to v5.16.51 ([#238](https://github.com/revanced/revanced-patches/issues/238)) ([4fa2a12](https://github.com/revanced/revanced-patches/commit/4fa2a127d715f953a1e4efacaecbc218209a01f3)) + ## [2.22.2](https://github.com/revanced/revanced-patches/compare/v2.22.1...v2.22.2) (2022-07-26) diff --git a/README.md b/README.md index 7e6d17af7..4c64977bf 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Official patches by ReVanced | 💊 Patch | 📜 Description | 🏹 Target Version | |:--------:|:--------------:|:-----------------:| +| `timeline-ads` | Removes ads from the Twitter timeline. | all | ### 📦 `com.google.android.apps.youtube.music` @@ -16,14 +17,15 @@ Official patches by ReVanced | 💊 Patch | 📜 Description | 🏹 Target Version | |:--------:|:--------------:|:-----------------:| -| `tasteBuilder-remover` | Removes the "Tell us which artists you like" card from the home screen. | 5.14.53 | -| `hide-get-premium` | Removes all "Get Premium" evidences from the avatar menu. | 5.14.53 | -| `compact-header` | Hides the music category bar at the top of the homepage. | 5.14.53 | -| `upgrade-button-remover` | Removes the upgrade tab from the pivot bar. | 5.14.53 | -| `background-play` | Enables playing music in the background. | 5.14.53 | -| `music-video-ads` | Removes ads in the music player. | 5.14.53 | -| `codecs-unlock` | Adds more audio codec options. The new audio codecs usually result in better audio quality. | 5.14.53 | -| `exclusive-audio-playback` | Enables the option to play music without video. | 5.14.53 | +| `minimized-playback-music` | Enables minimized playback on Kids music. | 5.16.51 | +| `tasteBuilder-remover` | Removes the "Tell us which artists you like" card from the home screen. | 5.16.51 | +| `hide-get-premium` | Removes all "Get Premium" evidences from the avatar menu. | 5.16.51 | +| `compact-header` | Hides the music category bar at the top of the homepage. | 5.16.51 | +| `upgrade-button-remover` | Removes the upgrade tab from the pivot bar. | 5.16.51 | +| `background-play` | Enables playing music in the background. | 5.16.51 | +| `music-video-ads` | Removes ads in the music player. | 5.16.51 | +| `codecs-unlock` | Adds more audio codec options. The new audio codecs usually result in better audio quality. | 5.16.51 | +| `exclusive-audio-playback` | Enables the option to play music without video. | 5.16.51 | ### 📦 `com.google.android.youtube` @@ -31,6 +33,7 @@ Official patches by ReVanced | 💊 Patch | 📜 Description | 🏹 Target Version | |:--------:|:--------------:|:-----------------:| +| `swipe-controls` | Adds volume and brightness swipe controls. | 17.29.34 | | `seekbar-tapping` | Enables tap-to-seek on the seekbar of the video player. | 17.29.34 | | `minimized-playback` | Enables minimized and background playback. | 17.29.34 | | `amoled` | Enables pure black theme. | 17.29.34 | diff --git a/gradle.properties b/gradle.properties index 6059b765b..bdb551932 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style = official -version = 2.22.2 +version = 2.23.0