mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-11 17:37:21 +10:00
version bump to 1.2.7.1275
Add exp : - Enable Save & Retrieve feature for concerts - Show credits in the right sidebar
This commit is contained in:
@@ -453,7 +453,7 @@ function DesktopFolder {
|
||||
}
|
||||
|
||||
# Recommended version for spotx
|
||||
$onlineFull = "1.2.6.863.ge7902f05-163"
|
||||
$onlineFull = "1.2.7.1275.g586348e7-182"
|
||||
$online = ($onlineFull -split ".g")[0]
|
||||
|
||||
# Check version Spotify offline
|
||||
@@ -1352,7 +1352,7 @@ if ($test_js) {
|
||||
$css += $webjson.others.navaltfix.add[3]
|
||||
$css += $webjson.others.navaltfix.add[4]
|
||||
}
|
||||
if ($new_theme -and $offline -ge "1.2.6.861") {
|
||||
if ($new_theme -and $offline -ge "1.2.6.861" -and $offline -le "1.2.6.863") {
|
||||
$css += $webjson.others.leftsidebarfix.add
|
||||
}
|
||||
if ($null -ne $css ) { extract -counts 'one' -method 'nonezip' -name 'xpui.css' -add $css }
|
||||
@@ -1517,7 +1517,7 @@ If ($test_spa) {
|
||||
$css += $webjson.others.navaltfix.add[3]
|
||||
$css += $webjson.others.navaltfix.add[4]
|
||||
}
|
||||
if ($offline -ge "1.2.6.861") {
|
||||
if ($offline -ge "1.2.6.861" -and $offline -le "1.2.6.863") {
|
||||
$css += $webjson.others.leftsidebarfix.add
|
||||
}
|
||||
$css += $webjson.others.navaltfix.add[2]
|
||||
|
||||
@@ -412,7 +412,7 @@
|
||||
"leftsidebarfix": {
|
||||
"version": {
|
||||
"from": "1.2.6",
|
||||
"do": ""
|
||||
"do": "1.2.6"
|
||||
},
|
||||
"add": " .yOKoknIYYzAE90pe7_SE.Yn2Ei5QZn19gria6LjZj {pointer-events: none;}"
|
||||
},
|
||||
@@ -809,7 +809,7 @@
|
||||
"sidebar-fix": {
|
||||
"version": {
|
||||
"from": "1.1.99",
|
||||
"do": ""
|
||||
"do": "1.2.6"
|
||||
},
|
||||
"match": "min:320,max:420",
|
||||
"replace": "min:250,max:400"
|
||||
@@ -925,6 +925,22 @@
|
||||
},
|
||||
"match": "(Enable Attack on Titan Easter egg turning progress bar red when playing official soundtrack\",default:)(!1)",
|
||||
"replace": "$1true"
|
||||
},
|
||||
"saveconcerts": {
|
||||
"version": {
|
||||
"from": "1.2.7",
|
||||
"do": ""
|
||||
},
|
||||
"match": "(Enable Save & Retrieve feature for concerts\",default:)(!1)",
|
||||
"replace": "$1true"
|
||||
},
|
||||
"showcreditsinsidebar": {
|
||||
"version": {
|
||||
"from": "1.2.7",
|
||||
"do": ""
|
||||
},
|
||||
"match": "(Show credits in the right sidebar\",default:)(!1)",
|
||||
"replace": "$1true"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user