diff --git a/patches/patches.json b/patches/patches.json index 08cde3c..f50d33e 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -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", diff --git a/run.ps1 b/run.ps1 index 9c3b35b..3b0ad74 100644 --- a/run.ps1 +++ b/run.ps1 @@ -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) {