version bump to 1.2.51.345

- disable legacy exp for 1.2.51 +
- the 'Plus' parameter was disabled for versions 1.2.51 + because the heart feature was removed in these versions
This commit is contained in:
amd64fox
2024-11-20 09:33:12 +03:00
parent da3c98ff1f
commit 224e3c0bbd
2 changed files with 58 additions and 42 deletions
+10 -3
View File
@@ -371,7 +371,7 @@ if (!($version -and $version -match $match_v)) {
}
else {
# Recommended version for Win 10-12
$onlineFull = "1.2.50.335.g5e2860a8-546"
$onlineFull = "1.2.51.345.gcc39d911-63"
}
}
else {
@@ -1121,7 +1121,11 @@ 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", "AlignedCurationSavedIn" -t $Enable -f $Disable }
if ([version]$offline -le [version]'1.2.50.335') {
if (!($plus)) { Move-Json -n "Plus", "AlignedCurationSavedIn" -t $Enable -f $Disable }
}
if (!$topsearchbar) {
Move-Json -n "GlobalNavBar" -t $Enable -f $Disable
@@ -1130,8 +1134,11 @@ function Helper($paramname) {
Move-Json -n "RecentSearchesDropdown" -t $Enable -f $Disable
}
}
if ([version]$offline -le [version]'1.2.50.335') {
if (!($funnyprogressbar)) { Move-Json -n 'HeBringsNpb' -t $Enable -f $Disable }
if (!($funnyprogressbar)) { Move-Json -n 'HeBringsNpb' -t $Enable -f $Disable }
}
if (!($canvasHome)) { Move-Json -n "canvasHome", "canvasHomeAudioPreviews" -t $Enable -f $Disable }