Skip to content

Commit

Permalink
chore: Release v3.1.0-dev.1 [skip ci]
Browse files Browse the repository at this point in the history
# [3.1.0-dev.1](v3.0.0...v3.1.0-dev.1) (2024-12-27)

### Features

* **YouTube - Custom branding icon:** Add `Xisr Holiday` icon ([7ca94a6](7ca94a6))
  • Loading branch information
semantic-release-bot committed Dec 27, 2024
1 parent 7ca94a6 commit 1bed6b8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
Expand Down

0 comments on commit 1bed6b8

Please sign in to comment.