version bump to 1.2.31.1205

- enabled dynamic volume control for podcasts
- right queue panel returned
- funny progress bar is disabled if the version is higher than 1.2.26
- disabled some exp related to ads
This commit is contained in:
amd64fox
2024-02-13 13:25:35 +03:00
parent 07b2547f77
commit 39e6a30f50
2 changed files with 51 additions and 4 deletions
+2 -1
View File
@@ -368,7 +368,7 @@ if (!($version -and $version -match $match_v)) {
}
else {
# Recommended version for Win 10-12
$onlineFull = "1.2.30.1135.g02fef27a-399"
$onlineFull = "1.2.31.1205.g4d59ad7c-1561"
}
}
else {
@@ -1100,6 +1100,7 @@ function Helper($paramname) {
}
}
if ([version]$offline -eq [version]'1.2.30.1135') { Move-Json -n 'QueueOnRightPanel' -t $Enable -f $Disable }
if (!($plus)) { Move-Json -n 'Plus' -t $Enable -f $Disable }