From dd481bae83d4de4752068d5f907f3ed82be103cd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 16 Jul 2022 14:52:58 +0000 Subject: [PATCH] chore(release): 2.15.0 [skip ci] # [2.15.0](https://github.com/revanced/revanced-patches/compare/v2.14.1...v2.15.0) (2022-07-16) ### Features * `return-youtube-dislikes` patch ([#175](https://github.com/revanced/revanced-patches/issues/175)) ([18a66d8](https://github.com/revanced/revanced-patches/commit/18a66d8454cf6e7cfdd4183631a6870c80d16b90)) --- CHANGELOG.md | 7 +++++++ README.md | 1 + gradle.properties | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ead430908..164a15508 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.15.0](https://github.com/revanced/revanced-patches/compare/v2.14.1...v2.15.0) (2022-07-16) + + +### Features + +* `return-youtube-dislikes` patch ([#175](https://github.com/revanced/revanced-patches/issues/175)) ([18a66d8](https://github.com/revanced/revanced-patches/commit/18a66d8454cf6e7cfdd4183631a6870c80d16b90)) + ## [2.14.1](https://github.com/revanced/revanced-patches/compare/v2.14.0...v2.14.1) (2022-07-15) diff --git a/README.md b/README.md index 55091cd98..3d2617561 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ | `premium-heading` | Shows premium branding on the YouTube home screen. | `com.google.android.youtube` | all | | `custom-branding` | Changes the branding of YouTube. | `com.google.android.youtube` | all | | `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.26.35 | +| `return-youtube-dislikes` | Shows the dislike count of videos. | `com.google.android.youtube` | 17.26.35 | | `disable-fullscreen-panels` | Disables comments panel in fullscreen view. | `com.google.android.youtube` | 17.26.35 | | `hide-shorts-button` | Hides the shorts button. | `com.google.android.youtube` | 17.26.35 | | `disable-create-button` | Disables the create button. | `com.google.android.youtube` | 17.26.35 | diff --git a/gradle.properties b/gradle.properties index f93333cc3..cd2a27437 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style = official -version = 2.14.1 +version = 2.15.0