diff --git a/CHANGELOG.md b/CHANGELOG.md index b99ad72b..649325d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.40.0](https://github.com/revanced/revanced-patches/compare/v2.39.1...v2.40.0) (2022-08-22) + + +### Features + +* `settings` patch framework ([#266](https://github.com/revanced/revanced-patches/issues/266)) ([084a99b](https://github.com/revanced/revanced-patches/commit/084a99bc6f5ed67c0b270e219c2dd75a30f302f1)) + ## [2.39.1](https://github.com/revanced/revanced-patches/compare/v2.39.0...v2.39.1) (2022-08-21) diff --git a/README.md b/README.md index 46401be0..90af3e40 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,6 @@ Official patches by ReVanced |:--------:|:--------------:|:-----------------:| | `swipe-controls` | Adds volume and brightness swipe controls. | 17.32.35 | | `seekbar-tapping` | Enables tap-to-seek on the seekbar of the video player. | 17.32.35 | -| `minimized-playback` | Enables minimized and background playback. | 17.32.35 | | `amoled` | Enables pure black theme. | 17.32.35 | | `disable-create-button` | Hides the create button in the navigation bar. | 17.32.35 | | `hide-cast-button` | Hides the cast button in the video player. | all | @@ -83,6 +82,7 @@ Official patches by ReVanced | `sponsorblock` | Integrate SponsorBlock. | 17.32.35 | | `enable-wide-searchbar` | Replaces the search icon with a wide search bar. This will hide the YouTube logo when active. | 17.32.35 | | `tablet-mini-player` | Enables the tablet mini player layout. | 17.32.35 | +| `minimized-playback` | Enables minimized and background playback. | 17.32.35 | | `custom-video-buffer` | Lets you change the buffers of videos. | 17.32.35 | | `always-autorepeat` | Always repeats the playing video again. | 17.32.35 | | `microg-support` | Allows YouTube ReVanced to run without root and under a different package name with Vanced MicroG | 17.32.35 | diff --git a/gradle.properties b/gradle.properties index 074152c4..55f4ea26 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style = official -version = 2.39.1 +version = 2.40.0