mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-11 17:37:21 +10:00
version bump to 1.2.41.434
This commit is contained in:
@@ -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": {
|
||||
|
||||
4
run.ps1
4
run.ps1
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user