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:
amd64fox
2023-03-12 14:33:07 +03:00
parent d885ec955d
commit c56d29c0b6
2 changed files with 21 additions and 5 deletions

View File

@@ -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]

View File

@@ -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"
}
}
}