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",
|
"native_description": "Enable esperanto Migration for Leaderboard Ad Format",
|
||||||
"version": {
|
"version": {
|
||||||
"fr": "1.2.32",
|
"fr": "1.2.32",
|
||||||
"to": ""
|
"to": "1.2.90"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"SponsoredPlaylistEsperantoMigration": {
|
"SponsoredPlaylistEsperantoMigration": {
|
||||||
@@ -449,7 +449,7 @@
|
|||||||
"native_description": "Enables cross-origin iframe rendering for leaderboard ads via CDN template",
|
"native_description": "Enables cross-origin iframe rendering for leaderboard ads via CDN template",
|
||||||
"version": {
|
"version": {
|
||||||
"fr": "1.2.86",
|
"fr": "1.2.86",
|
||||||
"to": ""
|
"to": "1.2.90"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"LyricsUpsell": {
|
"LyricsUpsell": {
|
||||||
@@ -804,6 +804,14 @@
|
|||||||
"fr": "1.2.89",
|
"fr": "1.2.89",
|
||||||
"to": ""
|
"to": ""
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"HptoLayoutRewrite": {
|
||||||
|
"name": "enableHptoLayoutRewrite",
|
||||||
|
"description": "Enable the new HomeAdCard flexbox layout rewrite",
|
||||||
|
"version": {
|
||||||
|
"fr": "1.2.92",
|
||||||
|
"to": ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"EnableExp": {
|
"EnableExp": {
|
||||||
@@ -1866,6 +1874,14 @@
|
|||||||
"to": ""
|
"to": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"MagpieAudiobookRows": {
|
||||||
|
"name": "enableMagpieAudiobookRows",
|
||||||
|
"version": {
|
||||||
|
"fr": "1.2.92",
|
||||||
|
"to": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
"PlaylistExtenderBpmKey": {
|
"PlaylistExtenderBpmKey": {
|
||||||
"name": "enablePlaylistExtenderBpmKey",
|
"name": "enablePlaylistExtenderBpmKey",
|
||||||
"native_description": "Enable BPM and key columns in playlist recommendations",
|
"native_description": "Enable BPM and key columns in playlist recommendations",
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
param
|
param
|
||||||
(
|
(
|
||||||
[Parameter(HelpMessage = 'Latest recommended Spotify version for Windows 10+.')]
|
[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')]
|
[Parameter(HelpMessage = 'Latest supported Spotify version for Windows 7-8.1')]
|
||||||
[string]$last_win7_full = "1.2.5.1006.g22820f93",
|
[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 (!($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
|
# Disable unimportant exp
|
||||||
if ($exp_spotify) {
|
if ($exp_spotify) {
|
||||||
|
|||||||
Reference in New Issue
Block a user