diff --git a/CHANGELOG.md b/CHANGELOG.md index 62e17a7fe..a2d6bc274 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.31.0](https://github.com/revanced/revanced-patches/compare/v2.30.1...v2.31.0) (2022-08-03) + + +### Features + +* remove `force-vp9-codec` patch ([#287](https://github.com/revanced/revanced-patches/issues/287)) ([e428978](https://github.com/revanced/revanced-patches/commit/e42897801b20e7439969954753e2c15c85eb41b5)) + ## [2.30.1](https://github.com/revanced/revanced-patches/compare/v2.30.0...v2.30.1) (2022-08-03) diff --git a/README.md b/README.md index 98366c5ba..26827e762 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,6 @@ 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 | -| `force-vp9-codec` | Forces the VP9 codec for videos. | 17.29.34 | | `custom-video-buffer` | Lets you change the buffers of videos. Has no use without settings yet. | 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 | diff --git a/gradle.properties b/gradle.properties index 9386da982..2ea221803 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style = official -version = 2.30.1 +version = 2.31.0