Skip to content

Commit 5fff111

Browse files
committed
5.2b3
1 parent be89c48 commit 5fff111

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
lines changed

.github/workflows/cyan_ts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ on:
4848

4949
tweak_version:
5050
description: "The version of the tweak to use. Enter the version manually from dayanch96/YTLite/releases or leave default"
51-
default: "5.2b2"
51+
default: "5.2b3"
5252
required: true
5353
type: string
5454

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ on:
4242

4343
tweak_version:
4444
description: "The version of the tweak to use. Enter the version manually from dayanch96/YTLite/releases or leave default"
45-
default: "5.2b2"
45+
default: "5.2b3"
4646
required: true
4747
type: string
4848

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ Review by [@qbap](https://github.com/qbap) on ONE Jailbreak: https://onejailbrea
103103

104104
## Supported YouTube Version
105105
<ul>
106-
<li><strong>Latest confirmed:</strong> <em>20.29.3</em></li>
107-
<li><strong>Date tested:</strong> <em>July 25, 2025</em></li>
108-
<li><strong>YouTube Plus:</strong> <em>5.2 beta 2</em></li>
106+
<li><strong>Latest confirmed:</strong> <em>20.32.4</em></li>
107+
<li><strong>Date tested:</strong> <em>Aug 11, 2025</em></li>
108+
<li><strong>YouTube Plus:</strong> <em>5.2 beta 3</em></li>
109109
</ul>
110110

111111
## Tweak Integration Details

Resources/depiction.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,22 @@
9090
],
9191
"class": "DepictionStackView",
9292
"tabname": "Details"
93+
},
94+
{
95+
"views": [
96+
{
97+
"class": "DepictionTableButtonView",
98+
"title": "My Patreon",
99+
"action": "https://patreon.com/dayanch96"
100+
},
101+
{
102+
"class": "DepictionTableButtonView",
103+
"title": "Buy me a coffee",
104+
"action": "https://buymeacoffee.com/dayanch96"
105+
}
106+
],
107+
"class": "DepictionStackView",
108+
"tabname": "Support"
93109
}
94110
]
95111
}

0 commit comments

Comments
 (0)