mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-20 22:21:09 +10:00
version bump to 1.2.67.553
- enabled the pip mini player queue
This commit is contained in:
+10
-10
@@ -854,15 +854,6 @@
|
|||||||
"to": "1.2.62"
|
"to": "1.2.62"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TogglePlaylistColumns": {
|
|
||||||
"name": "enableTogglePlaylistColumns",
|
|
||||||
"description": "Enable ability to toggle playlist column visibility",
|
|
||||||
"native_description": "Enable ability to toggle playlist column visibility",
|
|
||||||
"version": {
|
|
||||||
"fr": "1.2.17",
|
|
||||||
"to": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"RightSidebarTransitionAnimations": {
|
"RightSidebarTransitionAnimations": {
|
||||||
"name": "enableRightSidebarTransitionAnimations",
|
"name": "enableRightSidebarTransitionAnimations",
|
||||||
"description": "Enable the slide-in/out transition on the right sidebar",
|
"description": "Enable the slide-in/out transition on the right sidebar",
|
||||||
@@ -1166,7 +1157,7 @@
|
|||||||
"native_description": "Enable resizable tracklist columns",
|
"native_description": "Enable resizable tracklist columns",
|
||||||
"version": {
|
"version": {
|
||||||
"fr": "1.2.28",
|
"fr": "1.2.28",
|
||||||
"to": ""
|
"to": "1.2.66"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"QueueOnRightPanelAnimations": {
|
"QueueOnRightPanelAnimations": {
|
||||||
@@ -1546,6 +1537,15 @@
|
|||||||
"fr": "1.2.66",
|
"fr": "1.2.66",
|
||||||
"to": ""
|
"to": ""
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"PiPMiniPlayerQueue": {
|
||||||
|
"name": "enablePiPMiniPlayerQueue",
|
||||||
|
"description": "Enables the PiP Mini Player Queue",
|
||||||
|
"native_description": "Enables the PiP Mini Player Queue",
|
||||||
|
"version": {
|
||||||
|
"fr": "1.2.67",
|
||||||
|
"to": ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"CustomExp": {
|
"CustomExp": {
|
||||||
|
|||||||
@@ -378,7 +378,7 @@ if (!($version -and $version -match $match_v)) {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
# latest tested version for Win 10-12
|
# latest tested version for Win 10-12
|
||||||
$onlineFull = "1.2.66.447.g4e37e896-540"
|
$onlineFull = "1.2.67.553.gf85dc202-149"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
@@ -1141,9 +1141,6 @@ function Helper($paramname) {
|
|||||||
|
|
||||||
# notifications are temporarily disabled
|
# notifications are temporarily disabled
|
||||||
Move-Json -n 'NotificationCenter' -t $Enable -f $Disable
|
Move-Json -n 'NotificationCenter' -t $Enable -f $Disable
|
||||||
|
|
||||||
# ability to toggle the visibility of the playlist column is temporarily disabled because it does not save its state
|
|
||||||
Move-Json -n 'TogglePlaylistColumns' -t $Enable -f $Disable
|
|
||||||
|
|
||||||
if ($podcast_off) { Move-Json -n 'HomePin' -t $Enable -f $Disable }
|
if ($podcast_off) { Move-Json -n 'HomePin' -t $Enable -f $Disable }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user