From aafe2bd19c401bca1221308df37c0612551136ed Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 2 Aug 2022 21:51:01 +0000 Subject: [PATCH] chore(release): 2.29.0 [skip ci] # [2.29.0](https://github.com/revanced/revanced-patches/compare/v2.28.2...v2.29.0) (2022-08-02) ### Features * add "Application Icon Path" option to branding ([1748d1e](https://github.com/revanced/revanced-patches/commit/1748d1e5badf61213d793ff7ae1d090ea2ea82f0)) * add "Application Name" option to branding and move renaming to CustomBrandingPatch.kt ([8dafe05](https://github.com/revanced/revanced-patches/commit/8dafe05b2c5e2b0291d46b02717d910721673712)) --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- gradle.properties | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8543fe4e0..09fbd99c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [2.29.0](https://github.com/revanced/revanced-patches/compare/v2.28.2...v2.29.0) (2022-08-02) + + +### Features + +* add "Application Icon Path" option to branding ([1748d1e](https://github.com/revanced/revanced-patches/commit/1748d1e5badf61213d793ff7ae1d090ea2ea82f0)) +* add "Application Name" option to branding and move renaming to CustomBrandingPatch.kt ([8dafe05](https://github.com/revanced/revanced-patches/commit/8dafe05b2c5e2b0291d46b02717d910721673712)) + ## [2.28.2](https://github.com/revanced/revanced-patches/compare/v2.28.1...v2.28.2) (2022-08-02) diff --git a/README.md b/README.md index 00b05e503..98366c5ba 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Official patches by ReVanced | `return-youtube-dislike` | Shows the dislike count of videos using the Return YouTube Dislike API. | 17.29.34 | | `hide-autoplay-button` | Hides the autoplay button in the video player. | 17.29.34 | | `premium-heading` | Shows premium branding on the home screen. | all | -| `custom-branding` | Changes the YouTube launcher icon to be ReVanced's. | all | +| `custom-branding` | Changes the YouTube launcher icon and name to your choice (defaults to ReVanced). | all | | `disable-fullscreen-panels` | Disables video description and comments panel in fullscreen view. | 17.29.34 | | `old-quality-layout` | Enables the original quality flyout menu. | 17.29.34 | | `hide-shorts-button` | Hides the shorts button on the navigation bar. | 17.29.34 | diff --git a/gradle.properties b/gradle.properties index 773053d95..0eb0e1986 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style = official -version = 2.28.2 +version = 2.29.0