diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d6a58b1b..8eded1671 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.21.3](https://github.com/revanced/revanced-patches/compare/v2.21.2...v2.21.3) (2022-07-24) + + +### Bug Fixes + +* rename autorepeat-by-default patch to always-autorepeat ([3606015](https://github.com/revanced/revanced-patches/commit/3606015d715f150cc51fbb29adf3be252b96faab)) + ## [2.21.2](https://github.com/revanced/revanced-patches/compare/v2.21.1...v2.21.2) (2022-07-23) diff --git a/README.md b/README.md index 47f9f5407..2d5923faf 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ | `sponsorblock` | Integrate SponsorBlock. | `com.google.android.youtube` | 17.28.34 | | `enable-wide-searchbar` | Replaces the search icon with a wide search bar. This will hide the YouTube logo when active. | `com.google.android.youtube` | 17.28.34 | | `force-vp9-codec` | Forces the VP9 codec for videos. | `com.google.android.youtube` | 17.28.34 | -| `autorepeat-by-default` | Enables auto repeating of videos by default. | `com.google.android.youtube` | 17.28.34 | +| `always-autorepeat` | Always repeats the playing video again. | `com.google.android.youtube` | 17.28.34 | | `microg-support` | Allows YouTube ReVanced to run without root and under a different package name with Vanced MicroG | `com.google.android.youtube` | 17.28.34 | | `enable-debugging` | Enables app debugging by patching the manifest file. | `com.google.android.youtube` | all | | `custom-playback-speed` | Adds more video playback speed options. | `com.google.android.youtube` | 17.28.34 | diff --git a/gradle.properties b/gradle.properties index 6c1cf3c97..47ab83903 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style = official -version = 2.21.2 +version = 2.21.3