mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-14 03:16:33 +10:00
version bump to 1.2.92
This commit is contained in:
+18
-2
@@ -390,7 +390,7 @@
|
||||
"native_description": "Enable esperanto Migration for Leaderboard Ad Format",
|
||||
"version": {
|
||||
"fr": "1.2.32",
|
||||
"to": ""
|
||||
"to": "1.2.90"
|
||||
}
|
||||
},
|
||||
"SponsoredPlaylistEsperantoMigration": {
|
||||
@@ -449,7 +449,7 @@
|
||||
"native_description": "Enables cross-origin iframe rendering for leaderboard ads via CDN template",
|
||||
"version": {
|
||||
"fr": "1.2.86",
|
||||
"to": ""
|
||||
"to": "1.2.90"
|
||||
}
|
||||
},
|
||||
"LyricsUpsell": {
|
||||
@@ -804,6 +804,14 @@
|
||||
"fr": "1.2.89",
|
||||
"to": ""
|
||||
}
|
||||
},
|
||||
"HptoLayoutRewrite": {
|
||||
"name": "enableHptoLayoutRewrite",
|
||||
"description": "Enable the new HomeAdCard flexbox layout rewrite",
|
||||
"version": {
|
||||
"fr": "1.2.92",
|
||||
"to": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"EnableExp": {
|
||||
@@ -1866,6 +1874,14 @@
|
||||
"to": ""
|
||||
}
|
||||
},
|
||||
"MagpieAudiobookRows": {
|
||||
"name": "enableMagpieAudiobookRows",
|
||||
"version": {
|
||||
"fr": "1.2.92",
|
||||
"to": ""
|
||||
}
|
||||
},
|
||||
|
||||
"PlaylistExtenderBpmKey": {
|
||||
"name": "enablePlaylistExtenderBpmKey",
|
||||
"native_description": "Enable BPM and key columns in playlist recommendations",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
param
|
||||
(
|
||||
[Parameter(HelpMessage = 'Latest recommended Spotify version for Windows 10+.')]
|
||||
[string]$latest_full = "1.2.90",
|
||||
[string]$latest_full = "1.2.92",
|
||||
|
||||
[Parameter(HelpMessage = 'Latest supported Spotify version for Windows 7-8.1')]
|
||||
[string]$last_win7_full = "1.2.5.1006.g22820f93",
|
||||
@@ -2094,7 +2094,7 @@ function Helper($paramname, [switch]$CheckOnly) {
|
||||
if (!($rightsidebarcolor)) { Remove-Json -j $Enable -p 'RightSidebarColors' }
|
||||
}
|
||||
}
|
||||
if (!$premium) { Remove-Json -j $Enable -p 'RemoteDownloads', 'Magpie', 'MagpiePrompting', 'MagpieScheduling', 'MagpieCuration' }
|
||||
if (!$premium) { Remove-Json -j $Enable -p 'RemoteDownloads', 'Magpie', 'MagpiePrompting', 'MagpieScheduling', 'MagpieCuration', 'MagpieAudiobookRows' }
|
||||
|
||||
# Disable unimportant exp
|
||||
if ($exp_spotify) {
|
||||
|
||||
Reference in New Issue
Block a user