diff --git a/patches/patches.json b/patches/patches.json index 7a260e7..0f1496a 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -102,7 +102,7 @@ "native_description": "Enable pick and shuffle", "version": { "fr": "1.1.85", - "to": "" + "to": "1.2.42" } }, "MusicLeavebehinds": { @@ -464,6 +464,15 @@ "fr": "1.1.84", "to": "1.2.25" } + }, + "enableSurveyAds": { + "name": "enableEnhancePlaylistProd", + "description": "Enable Spotify Brand Lift (SBL) Surveys in the NPV", + "native_description": "Enable Spotify Brand Lift (SBL) Surveys in the NPV", + "version": { + "fr": "1.2.43", + "to": "" + } } }, "EnableExp": { @@ -896,6 +905,24 @@ "native_description": "Enable context menu action to ban/unban artists", "version": { "fr": "1.2.27", + "to": "1.2.42" + } + }, + "ArtistBans": { + "name": "enableArtistBans", + "description": "Enable context menu action to ban/unban artists", + "native_description": "Enable context menu action to ban/unban artists", + "version": { + "fr": "1.2.43", + "to": "" + } + }, + "LyricsFullAvailabilityCheck": { + "name": "enableLyricsFullAvailabilityCheck", + "description": "Enable full availability check before showing the mic button for lyrics", + "native_description": "Enable full availability check before showing the mic button for lyrics", + "version": { + "fr": "1.2.43", "to": "" } }, @@ -1556,11 +1583,9 @@ "to": "" }, "match": [ - "(?:prototype\\.)?bindClient(?:=function)?\\(\\w+\\)\\{", "@\\w+\/gabo[^\"]+" ], "replace": [ - "${0}return;", "" ] }, diff --git a/run.ps1 b/run.ps1 index c410dc5..36c2a9a 100644 --- a/run.ps1 +++ b/run.ps1 @@ -360,7 +360,7 @@ if (!($version -and $version -match $match_v)) { } else { # Recommended version for Win 10-12 - $onlineFull = "1.2.42.290.g242057a2-3493" + $onlineFull = "1.2.43.420.gc7b23f70-4702" } } else {