diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fd70bbbc..9d75639de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.27.0](https://github.com/revanced/revanced-patches/compare/v2.26.0...v2.27.0) (2022-07-31) + + +### Features + +* `settings` patch ([0e229a4](https://github.com/revanced/revanced-patches/commit/0e229a46cb5b8b74183c47a6eae08d667f941406)) + # [2.26.0](https://github.com/revanced/revanced-patches/compare/v2.25.3...v2.26.0) (2022-07-31) diff --git a/README.md b/README.md index 6d5c4fc19..4cab7b9e2 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ Official patches by ReVanced | `force-vp9-codec` | Forces the VP9 codec for 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 | | `enable-debugging` | Enables app debugging by patching the manifest file. | all | | `custom-playback-speed` | Adds more video playback speed options. | 17.29.34 | | `hdr-auto-brightness` | Makes the brightness of HDR videos follow the system default. | 17.29.34 | diff --git a/gradle.properties b/gradle.properties index eaf0b51bd..53fd63519 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style = official -version = 2.26.0 +version = 2.27.0