version bump to 1.2.40.592

This commit is contained in:
amd64fox
2024-06-15 23:21:38 +03:00
parent 22acd70e2f
commit e030649f74
2 changed files with 13 additions and 4 deletions

View File

@@ -1078,6 +1078,15 @@
"fr": "1.2.39", "fr": "1.2.39",
"to": "" "to": ""
} }
},
"AlignedCurationSavedIn": {
"name": "enableAlignedCurationSavedIn",
"description": "Enables the Saved In section in Aligned Curation",
"native_description": "Enables the Saved In section in Aligned Curation",
"version": {
"fr": "1.2.40",
"to": ""
}
} }
}, },
"CustomExp": { "CustomExp": {
@@ -1701,7 +1710,7 @@
"fr": "1.1.93", "fr": "1.1.93",
"to": "" "to": ""
}, },
"match": "(this\\.(?:productStateApi|_product_state)(?:|_service)=(.))(?=}|,this\\.productStateApi|,this\\._events)", "match": "(this\\.(?:productStateApi|_product_state)(?:|_service)=(.))(?=}|(?:,this\\.cache=.)?,this\\.productStateApi|,this\\._events)",
"replace": "$1,$2?.putOverridesValues?.({0})", "replace": "$1,$2?.putOverridesValues?.({0})",
"add": "ads:'0',catalogue:'premium',product:'premium',type:'premium',name:'Spotify','unrestricted':'1'", "add": "ads:'0',catalogue:'premium',product:'premium',type:'premium',name:'Spotify','unrestricted':'1'",
"add2": "'storage-size-config':'{0},90,500,3'" "add2": "'storage-size-config':'{0},90,500,3'"

View File

@@ -369,7 +369,7 @@ if (!($version -and $version -match $match_v)) {
} }
else { else {
# Recommended version for Win 10-12 # Recommended version for Win 10-12
$onlineFull = "1.2.39.578.g0ea3f38b-107" $onlineFull = "1.2.40.592.gb83da72d-1214"
} }
} }
else { else {
@@ -1175,7 +1175,7 @@ function Helper($paramname) {
} }
if ([version]$offline -eq [version]'1.2.30.1135') { Move-Json -n 'QueueOnRightPanel' -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' -t $Enable -f $Disable } if (!($plus)) { Move-Json -n "Plus", "AlignedCurationSavedIn" -t $Enable -f $Disable }
if (!($topsearchbar)) { if (!($topsearchbar)) {
Move-Json -n "GlobalNavBar" -t $Enable -f $Disable Move-Json -n "GlobalNavBar" -t $Enable -f $Disable