version bump to 1.2.6.861

This commit is contained in:
amd64fox
2023-02-25 10:34:50 +03:00
parent 9eb0d73b6d
commit fdf9cbad95
2 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -453,7 +453,7 @@ function DesktopFolder {
} }
# Recommended version for spotx # Recommended version for spotx
$onlineFull = "1.2.5.1006.g22820f93-1078" $onlineFull = "1.2.6.861.g9440c6cf-104"
$online = ($onlineFull -split ".g")[0] $online = ($onlineFull -split ".g")[0]
# Check version Spotify offline # Check version Spotify offline
+10 -2
View File
@@ -850,7 +850,7 @@
"devicelocal": { "devicelocal": {
"version": { "version": {
"from": "1.1.99", "from": "1.1.99",
"do": "" "do": "1.2.5"
}, },
"match": "(Enable splitting the device list based on local network\",default:)(!1)", "match": "(Enable splitting the device list based on local network\",default:)(!1)",
"replace": "$1true" "replace": "$1true"
@@ -866,7 +866,7 @@
"forgetdevice": { "forgetdevice": {
"version": { "version": {
"from": "1.2.0", "from": "1.2.0",
"do": "" "do": "1.2.5"
}, },
"match": "(Enable the option to Forget Devices\",default:)(!1)", "match": "(Enable the option to Forget Devices\",default:)(!1)",
"replace": "$1true" "replace": "$1true"
@@ -910,6 +910,14 @@
}, },
"match": "(Enable new permanent location for HPTO iframe to HptoHtml.js\",default:)(!1|!0)", "match": "(Enable new permanent location for HPTO iframe to HptoHtml.js\",default:)(!1|!0)",
"replace": "$1false" "replace": "$1false"
},
"attacktitan": {
"version": {
"from": "1.2.6",
"do": ""
},
"match": "(Enable Attack on Titan Easter egg turning progress bar red when playing official soundtrack\",default:)(!1)",
"replace": "$1true"
} }
} }
} }