diff --git a/CHANGELOG.md b/CHANGELOG.md index 395b4a736..52120711a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.43.1](https://github.com/revanced/revanced-patches/compare/v2.43.0...v2.43.1) (2022-08-26) + + +### Bug Fixes + +* `Patch` annotation for `client-spoof` patch ([6a8af47](https://github.com/revanced/revanced-patches/commit/6a8af47f2dfb319a53db9b5f9deb0392f10f4185)) + # [2.43.0](https://github.com/revanced/revanced-patches/compare/v2.42.1...v2.43.0) (2022-08-26) diff --git a/README.md b/README.md index 372e7bd8d..406565555 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ Official patches by ReVanced | `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 | +| `client-spoof` | Spoofs the YouTube or Vanced client to prevent playback issues. | all | | `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 ae173f55b..99d48c4f4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style = official -version = 2.43.0 +version = 2.43.1