diff --git a/patches/patches.json b/patches/patches.json index 80970b7..d9086a1 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -509,6 +509,24 @@ "fr": "1.2.51", "to": "" } + }, + "NewAdsNpvCanvasAds": { + "name": "enableNewAdsNpvCanvasAds", + "description": "Enable Canvas ads for new ads NPV", + "native_description": "Enable Canvas ads for new ads NPV", + "version": { + "fr": "1.2.28", + "to": "1.2.51" + } + }, + "CanvasAds": { + "name": "enableCanvasAds", + "description": "Enable Canvas for ads", + "native_description": "Enable Canvas for ads", + "version": { + "fr": "1.2.52", + "to": "" + } } }, "EnableExp": { @@ -1222,6 +1240,33 @@ "fr": "1.2.49", "to": "" } + }, + "NearbyJams": { + "name": "enableNearbyJams", + "description": "Enable the support for Nearby Jams feature in the Device Picker", + "native_description": "Enable the support for Nearby Jams feature in the Device Picker", + "version": { + "fr": "1.2.52", + "to": "" + } + }, + "TrackBans": { + "name": "enableContextualTrackBans", + "description": "Enable ability to ban/hide tracks from eligible contexts", + "native_description": "Enable ability to ban/hide tracks from eligible contexts", + "version": { + "fr": "1.2.52", + "to": "" + } + }, + "ArtistLikedSongs": { + "name": "enableArtistLikedSongs", + "description": "Enable Liked Songs section on Artist page", + "native_description": "Enable Liked Songs section on Artist page", + "version": { + "fr": "1.1.79", + "to": "1.2.17" + } } }, "CustomExp": { diff --git a/run.ps1 b/run.ps1 index 3a192cb..ea10ae6 100644 --- a/run.ps1 +++ b/run.ps1 @@ -371,7 +371,7 @@ if (!($version -and $version -match $match_v)) { } else { # Recommended version for Win 10-12 - $onlineFull = "1.2.51.345.gcc39d911-63" + $onlineFull = "1.2.52.442.g01893f92-587" } } else {