diff --git a/CHANGELOG.md b/CHANGELOG.md index 980b32c26..5c6625395 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.16.0](https://github.com/revanced/revanced-patches/compare/v2.15.1...v2.16.0) (2022-07-17) + + +### Features + +* `force-vp9-codec` patch ([#157](https://github.com/revanced/revanced-patches/issues/157)) ([07806a1](https://github.com/revanced/revanced-patches/commit/07806a16e5368118949e0e476e901987433ad403)) + ## [2.15.1](https://github.com/revanced/revanced-patches/compare/v2.15.0...v2.15.1) (2022-07-17) diff --git a/README.md b/README.md index 69f7b2fda..b4ea497cd 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ | `autorepeat-by-default` | Enables auto repeating of videos by default. | `com.google.android.youtube` | 17.26.35 | | `custom-playback-speed` | Adds more video playback speed options. | `com.google.android.youtube` | 17.26.35 | | `enable-debugging` | Enables app debugging by patching the manifest file. | `com.google.android.youtube` | all | +| `force-vp9-codec` | Forces the VP9 codec for videos. | `com.google.android.youtube` | 17.26.35 | | `old-quality-layout` | Enables the original quality flyout menu. | `com.google.android.youtube` | 17.26.35 | | `return-youtube-dislike` | Shows the dislike count of videos using the Return YouTube Dislike API. | `com.google.android.youtube` | 17.26.35 | | `hide-cast-button` | Hides the cast button in the video player. | `com.google.android.youtube` | all | diff --git a/gradle.properties b/gradle.properties index 415ca21ce..3d61ca37a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style = official -version = 2.15.1 +version = 2.16.0