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",
"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": {
@@ -1701,7 +1710,7 @@
"fr": "1.1.93",
"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})",
"add": "ads:'0',catalogue:'premium',product:'premium',type:'premium',name:'Spotify','unrestricted':'1'",
"add2": "'storage-size-config':'{0},90,500,3'"

View File

@@ -369,7 +369,7 @@ if (!($version -and $version -match $match_v)) {
}
else {
# Recommended version for Win 10-12
$onlineFull = "1.2.39.578.g0ea3f38b-107"
$onlineFull = "1.2.40.592.gb83da72d-1214"
}
}
else {
@@ -1169,13 +1169,13 @@ function Helper($paramname) {
else {
if ([version]$offline -ge [version]'1.2.22.980') {
Move-Json -n "EnhanceLikedSongs", "EnhancePlaylist"-t $Enable -f $Disable
Move-Json -n "EnhanceLikedSongs", "EnhancePlaylist" -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)) {
Move-Json -n "GlobalNavBar" -t $Enable -f $Disable