version bump to 1.2.41.434

This commit is contained in:
amd64fox
2024-07-04 13:08:11 +03:00
parent 4e4393cabf
commit 61b2149a8a
2 changed files with 15 additions and 4 deletions

View File

@@ -372,7 +372,7 @@
"native_description": "Enable Learning Home Card",
"version": {
"fr": "1.2.31",
"to": ""
"to": "1.2.40"
}
},
"BillboardEsperantoMigration": {
@@ -1022,7 +1022,7 @@
"native_description": "Enable animations on the left and right on the sidebars and makes the right sidebar collapsible",
"version": {
"fr": "1.2.34",
"to": ""
"to": "1.2.37"
}
},
"RightSidebarCollapsible": {
@@ -1031,7 +1031,7 @@
"native_description": "Enable the right sidebar to collapse into the right margin",
"version": {
"fr": "1.2.34",
"to": ""
"to": "1.2.37"
}
},
"Spotlight": {
@@ -1087,6 +1087,15 @@
"fr": "1.2.40",
"to": ""
}
},
"Lyrics": {
"name": "enableLyrics",
"description": "Feature flag that controls the availability of the lyrics feature",
"native_description": "Feature flag that controls the availability of the lyrics feature",
"version": {
"fr": "1.2.41",
"to": ""
}
}
},
"CustomExp": {

View File

@@ -360,7 +360,7 @@ if (!($version -and $version -match $match_v)) {
}
else {
# Recommended version for Win 10-12
$onlineFull = "1.2.40.599.g606b7f29-1500"
$onlineFull = "1.2.41.434.g39a25e2c-2490"
}
}
else {
@@ -1150,6 +1150,8 @@ function Helper($paramname) {
Move-Json -n 'DevicePickerSidePanel' -t $Enable -f $Disable
}
if ([version]$offline -ge [version]'1.2.41.434' -and $lyrics_block) { Move-Json -n 'Lyrics' -t $Enable -f $Disable }
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 }