diff --git a/CHANGELOG.md b/CHANGELOG.md index d1d6546f2..a55085e3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.33.0](https://github.com/revanced/revanced-patches/compare/v2.32.1...v2.33.0) (2022-08-06) + + +### Features + +* bump music patches to 5.17.51 ([#307](https://github.com/revanced/revanced-patches/issues/307)) ([c303589](https://github.com/revanced/revanced-patches/commit/c303589bd8d1956ce2e3c4c285d45a648b5db30f)) + ## [2.32.1](https://github.com/revanced/revanced-patches/compare/v2.32.0...v2.32.1) (2022-08-04) diff --git a/README.md b/README.md index f51386133..cedfe8f6a 100644 --- a/README.md +++ b/README.md @@ -25,16 +25,16 @@ Official patches by ReVanced | 💊 Patch | 📜 Description | 🏹 Target Version | |:--------:|:--------------:|:-----------------:| -| `minimized-playback-music` | Enables minimized playback on Kids music. | 5.16.51 | +| `minimized-playback-music` | Enables minimized playback on Kids music. | 5.17.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 | +| `hide-get-premium` | Removes all "Get Premium" evidences from the avatar menu. | 5.17.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-microg-support` | Allows YouTube Music ReVanced to run without root and under a different package name. | 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 | +| `upgrade-button-remover` | Removes the upgrade tab from the pivot bar. | 5.17.51 | +| `background-play` | Enables playing music in the background. | 5.17.51 | +| `music-microg-support` | Allows YouTube Music ReVanced to run without root and under a different package name. | 5.17.51 | +| `music-video-ads` | Removes ads in the music player. | 5.17.51 | +| `codecs-unlock` | Adds more audio codec options. The new audio codecs usually result in better audio quality. | 5.17.51 | +| `exclusive-audio-playback` | Enables the option to play music without video. | 5.17.51 | ### 📦 `de.dwd.warnapp` @@ -66,7 +66,7 @@ Official patches by ReVanced | `hide-watermark` | Hides creator's watermarks on videos. | 17.29.34 | | `sponsorblock` | Integrate SponsorBlock. | 17.29.34 | | `enable-wide-searchbar` | Replaces the search icon with a wide search bar. This will hide the YouTube logo when active. | 17.29.34 | -| `custom-video-buffer` | Lets you change the buffers of videos. Has no use without settings yet. | 17.29.34 | +| `custom-video-buffer` | Lets you change the buffers of videos. | 17.29.34 | | `always-autorepeat` | Always repeats the playing video again. | 17.29.34 | | `microg-support` | Allows YouTube ReVanced to run without root and under a different package name with Vanced MicroG | 17.29.34 | | `settings` | Adds settings for ReVanced to YouTube. | all | diff --git a/gradle.properties b/gradle.properties index b2bf50c4f..ed95d5a33 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style = official -version = 2.32.1 +version = 2.33.0