This commit is contained in:
Dan
2025-08-11 04:29:09 +03:00
parent be89c488ac
commit 5fff111ec1
4 changed files with 21 additions and 5 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ on:
tweak_version: tweak_version:
description: "The version of the tweak to use. Enter the version manually from dayanch96/YTLite/releases or leave default" description: "The version of the tweak to use. Enter the version manually from dayanch96/YTLite/releases or leave default"
default: "5.2b2" default: "5.2b3"
required: true required: true
type: string type: string
+1 -1
View File
@@ -42,7 +42,7 @@ on:
tweak_version: tweak_version:
description: "The version of the tweak to use. Enter the version manually from dayanch96/YTLite/releases or leave default" description: "The version of the tweak to use. Enter the version manually from dayanch96/YTLite/releases or leave default"
default: "5.2b2" default: "5.2b3"
required: true required: true
type: string type: string
+3 -3
View File
@@ -103,9 +103,9 @@ Review by [@qbap](https://github.com/qbap) on ONE Jailbreak: https://onejailbrea
## Supported YouTube Version ## Supported YouTube Version
<ul> <ul>
<li><strong>Latest confirmed:</strong> <em>20.29.3</em></li> <li><strong>Latest confirmed:</strong> <em>20.32.4</em></li>
<li><strong>Date tested:</strong> <em>July 25, 2025</em></li> <li><strong>Date tested:</strong> <em>Aug 11, 2025</em></li>
<li><strong>YouTube Plus:</strong> <em>5.2 beta 2</em></li> <li><strong>YouTube Plus:</strong> <em>5.2 beta 3</em></li>
</ul> </ul>
## Tweak Integration Details ## Tweak Integration Details
+16
View File
@@ -90,6 +90,22 @@
], ],
"class": "DepictionStackView", "class": "DepictionStackView",
"tabname": "Details" "tabname": "Details"
},
{
"views": [
{
"class": "DepictionTableButtonView",
"title": "My Patreon",
"action": "https://patreon.com/dayanch96"
},
{
"class": "DepictionTableButtonView",
"title": "Buy me a coffee",
"action": "https://buymeacoffee.com/dayanch96"
}
],
"class": "DepictionStackView",
"tabname": "Support"
} }
] ]
} }