pull/1056/head v1.8.7.1
deniscerri 9 months ago
parent b473ebd57e
commit d3e1067ab6
No known key found for this signature in database
GPG Key ID: 95C43D517D830350

@ -1,6 +1,6 @@
# YTDLnis Changelog
> # 1.8.8 (2026-01)
> # 1.8.7.1 (2026-01)
# What's Changed

@ -11,8 +11,8 @@ plugins {
def properties = new Properties()
def versionMajor = 1
def versionMinor = 8
def versionPatch = 8
def versionBuild = 0 // bump for dogfood builds, public betas, etc.
def versionPatch = 7
def versionBuild = 1 // bump for dogfood builds, public betas, etc.
def isBeta = false
def versionExt = ""

@ -121,6 +121,7 @@
<item>preview</item>
<item>filler</item>
<item>interaction</item>
<item>hook</item>
</string-array>
<string-array name="sponsorblock_settings_default">

Loading…
Cancel
Save