diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d4cf65b2..2980f355d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.1.0-dev.1](https://github.com/anddea/revanced-patches/compare/v3.0.0...v3.1.0-dev.1) (2024-12-27) + + +### Features + +* **YouTube - Custom branding icon:** Add `Xisr Holiday` icon ([7ca94a6](https://github.com/anddea/revanced-patches/commit/7ca94a664457980346aba83e41a41375a9557bf0)) + # [3.0.0](https://github.com/anddea/revanced-patches/compare/v2.231.0...v3.0.0) (2024-12-25) diff --git a/gradle.properties b/gradle.properties index 033faf093..80e98e085 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,4 +4,4 @@ org.gradle.parallel = true android.useAndroidX = true kotlin.code.style = official kotlin.jvm.target.validation.mode = IGNORE -version = 3.0.0 +version = 3.1.0-dev.1 diff --git a/patches.json b/patches.json index da0084599..539afade9 100644 --- a/patches.json +++ b/patches.json @@ -351,7 +351,7 @@ "description": "The icon to apply to the app.\n\nIf a path to a folder is provided, the folder must contain the following folders:\n\n- mipmap-xxxhdpi\n- mipmap-xxhdpi\n- mipmap-xhdpi\n- mipmap-hdpi\n- mipmap-mdpi\n\nEach of these folders must contain the following files:\n\n- adaptiveproduct_youtube_background_color_108.png\n- adaptiveproduct_youtube_foreground_color_108.png\n- ic_launcher.png\n- ic_launcher_round.png", "required": true, "type": "kotlin.String", - "default": "xisr_yellow", + "default": "xisr_holiday", "values": { "AFN Blue": "afn_blue", "AFN Red": "afn_red", @@ -367,6 +367,7 @@ "Vanced Black": "vanced_black", "Vanced Light": "vanced_light", "Xisr Yellow": "xisr_yellow", + "Xisr Holiday": "xisr_holiday", "YouTube": "youtube", "YouTube Black": "youtube_black" }