diff --git a/CHANGELOG.md b/CHANGELOG.md index 76ed7610a..51b6b6986 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.12.4](https://github.com/revanced/revanced-patches/compare/v2.12.3...v2.12.4) (2022-07-11) + + +### Bug Fixes + +* `autorepeat-by-default` patch ([#148](https://github.com/revanced/revanced-patches/issues/148)) ([fe628ba](https://github.com/revanced/revanced-patches/commit/fe628ba909d89ea0bf3d95fe94ca78ef819677da)) + ## [2.12.3](https://github.com/revanced/revanced-patches/compare/v2.12.2...v2.12.3) (2022-07-11) diff --git a/README.md b/README.md index 03b035c9c..901056a2b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@ | `general-ads` | Removes general ads in bytecode. | `com.google.android.youtube` | 17.26.35 | | `video-ads` | Removes ads in the YouTube video player. | `com.google.android.youtube` | 17.26.35 | | `hide-infocard-suggestions` | Hides infocards in videos. | `com.google.android.youtube` | 17.26.35 | -| `autorepeat-by-default` | Enables auto repeating of videos by default. | `com.google.android.youtube` | 17.26.35 | | `custom-branding` | Changes the branding of YouTube. | `com.google.android.youtube` | all | | `premium-heading` | Shows premium branding on the YouTube home screen. | `com.google.android.youtube` | all | | `minimized-playback` | Enables minimized and background playback. | `com.google.android.youtube` | 17.26.35 | @@ -25,6 +24,7 @@ | `hide-cast-button` | Hides the cast button. | `com.google.android.youtube` | all | | `hide-watermark` | Hides the creator's watermark on videos. | `com.google.android.youtube` | 17.26.35 | | `microg-support` | Allows YouTube ReVanced to run without root and under a different package name. | `com.google.android.youtube` | 17.26.35 | +| `autorepeat-by-default` | Enables auto repeating of videos by default. | `com.google.android.youtube` | 17.26.35 | | `custom-playback-speed` | Allows to change the default playback speed options. | `com.google.android.youtube` | 17.26.35 | | `hdr-max-brightness` | Sets brightness to max for HDR videos in fullscreen mode. | `com.google.android.youtube` | 17.26.35 | | `enable-debugging` | Enables app debugging by patching the manifest file. | `com.google.android.youtube` | all | diff --git a/gradle.properties b/gradle.properties index da201b116..ad3d8ad22 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style = official -version = 2.12.3 +version = 2.12.4