version bump to 1.2.21.1104

- enable queue on the right panel
- enable recently played shortcut on the home page
- enables all cards throughout app to be encore cards
- product_state patch fixed
This commit is contained in:
amd64fox
2023-09-23 22:27:32 +03:00
parent a3dd6f3701
commit 6dd4a1c349
2 changed files with 50 additions and 21 deletions

View File

@@ -335,7 +335,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.20.1218.g02aff7a4-243" $onlineFull = "1.2.21.1104.g42cf0a50-303"
} }
} }
else { else {

View File

@@ -136,7 +136,7 @@
"native_description": "Enable new permanent location for HPTO iframe to HptoHtml.js", "native_description": "Enable new permanent location for HPTO iframe to HptoHtml.js",
"version": { "version": {
"fr": "1.2.1", "fr": "1.2.1",
"to": "" "to": "1.2.20"
} }
}, },
"UserFraudSignals": { "UserFraudSignals": {
@@ -663,24 +663,6 @@
"to": "" "to": ""
} }
}, },
"SocialConnectOnDesktop": {
"name": "enableSocialConnectOnDesktop",
"description": "Enable the Social Connect API that powers group listening sessions for Desktop",
"native_description": "Enable the Social Connect API that powers group listening sessions for Desktop",
"version": {
"fr": "1.2.14",
"to": ""
}
},
"SocialConnectOnDesktopWebPlayer": {
"name": "enableSocialConnectOnDesktopWebPlayer",
"description": "Enable the Social Connect API that powers group listening sessions for Desktop Web Player",
"native_description": "Enable the Social Connect API that powers group listening sessions for Desktop Web Player",
"version": {
"fr": "1.2.14",
"to": ""
}
},
"AlbumPrerelease": { "AlbumPrerelease": {
"name": "enableAlbumPrerelease", "name": "enableAlbumPrerelease",
"description": "Enable album prerelease pages", "description": "Enable album prerelease pages",
@@ -707,9 +689,56 @@
"fr": "1.2.20", "fr": "1.2.20",
"to": "" "to": ""
} }
},
"QueueOnRightPanel": {
"name": "enableQueueOnRightPanel",
"description": "Enable Queue on the right panel",
"native_description": "Enable About Podcast section in NPV",
"version": {
"fr": "1.2.21",
"to": ""
}
},
"RecentlyPlayedShortcut": {
"name": "enableRecentlyPlayedShortcut",
"description": "Show Recently Played shortcut in home view. Also increase max number of shortcuts to 8",
"native_description": "Show Recently Played shortcut in home view. Also increase max number of shortcuts to 8",
"version": {
"fr": "1.2.21",
"to": ""
}
},
"EncoreCards": {
"name": "enableEncoreCards",
"description": "Enables all cards throughout app to be Encore Cards",
"native_description": "Enables all cards throughout app to be Encore Cards",
"version": {
"fr": "1.2.21",
"to": ""
}
} }
}, },
"CustomExp": { "CustomExp": {
"SocialConnectOnDesktop": {
"name": "enableSocialConnectOnDesktop",
"description": "Enable the Social Connect API that powers group listening sessions for Desktop",
"native_description": "Enable the Social Connect API that powers group listening sessions for Desktop",
"value": "ENABLED",
"version": {
"fr": "1.2.21",
"to": ""
}
},
"SocialConnectOnDesktopWebPlayer": {
"name": "enableSocialConnectOnDesktopWebPlayer",
"description": "Enable the Social Connect API that powers group listening sessions for Desktop Web Player",
"native_description": "Enable the Social Connect API that powers group listening sessions for Desktop Web Player",
"value": "ENABLED",
"version": {
"fr": "1.2.21",
"to": ""
}
},
"MandalorianEaster": { "MandalorianEaster": {
"name": "enableMandalorianEasterEgg", "name": "enableMandalorianEasterEgg",
"description": "Enable the Mandalorian easter-egg", "description": "Enable the Mandalorian easter-egg",
@@ -1240,7 +1269,7 @@
"fr": "1.1.93", "fr": "1.1.93",
"to": "" "to": ""
}, },
"match": "(this._product_state=(.))", "match": "(this\\._product_state(?:|_service)=(.))",
"replace": "$1,$2.putOverridesValues({0})", "replace": "$1,$2.putOverridesValues({0})",
"add": "ads:'0',catalogue:'premium',product:'premium',type:'premium',name:'Spotify'", "add": "ads:'0',catalogue:'premium',product:'premium',type:'premium',name:'Spotify'",
"add2": "'storage-size-config':'{0},90,500,3'" "add2": "'storage-size-config':'{0},90,500,3'"