diff --git a/patches/patches.json b/patches/patches.json index d9086a1..5b07050 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -228,7 +228,7 @@ "native_description": "Enable showing DSA (Digital Services Act) context menu and modal for ads", "version": { "fr": "1.2.20", - "to": "" + "to": "1.2.52" } }, "Dsa3": { @@ -381,7 +381,7 @@ "native_description": "Enable esperanto migration for Billboard Ad Format", "version": { "fr": "1.2.32", - "to": "" + "to": "1.2.52" } }, "LeaderboardEsperantoMigration": { @@ -527,6 +527,33 @@ "fr": "1.2.52", "to": "" } + }, + "ConnectedStateObserver": { + "name": "enableConnectedStateObserver", + "description": "Enable observer that logs errors related to connected state and ad info", + "native_description": "Enable observer that logs errors related to connected state and ad info", + "version": { + "fr": "1.2.53", + "to": "" + } + }, + "VideoAdOptimizedColorExtraction": { + "name": "enableVideoAdOptimizedColorExtraction", + "description": "Enables enhanced companion card color extraction waterfall for video stream ads", + "native_description": "Enables enhanced companion card color extraction waterfall for video stream ads", + "version": { + "fr": "1.2.53", + "to": "" + } + }, + "fixColorLyricsBug": { + "name": "enableDynamicColors", + "description": "if disabled then it fixes the bug with dynamic colors in lyrics", + "native_description": "Enable dynamic colors for the app", + "version": { + "fr": "1.2.47", + "to": "" + } } }, "EnableExp": { @@ -1229,7 +1256,7 @@ "native_description": "Enables recent searches dropdown in GlobalNavBar", "version": { "fr": "1.2.45", - "to": "" + "to": "1.2.52" } }, "LazyHomeShelvesDWP": { @@ -1267,6 +1294,42 @@ "fr": "1.1.79", "to": "1.2.17" } + }, + "ConcertsNotInterested": { + "name": "enableConcertsNotInterested", + "description": "Enable user to set not interested on concerts", + "native_description": "Enable user to set not interested on concerts", + "version": { + "fr": "1.2.53", + "to": "" + } + }, + "GlobalCreateButton": { + "name": "enableGlobalCreateButton", + "description": "Enable plus button for creating different types of playlists from global nav bar", + "native_description": "Enable plus button for creating different types of playlists from global nav bar", + "version": { + "fr": "1.2.53", + "to": "" + } + }, + "ZoomSettingsUIDesktop": { + "name": "enableZoomSettingsUIDesktop", + "description": "Enable zoom settings from the settings page on Desktop", + "native_description": "Enable zoom settings from the settings page on Desktop", + "version": { + "fr": "1.2.53", + "to": "" + } + }, + "PeekNpv": { + "name": "enablePeekNpv", + "description": "Collapse right sidebar", + "native_description": "Enable the Peek NPV feature", + "version": { + "fr": "1.2.53", + "to": "" + } } }, "CustomExp": { diff --git a/run.ps1 b/run.ps1 index ea10ae6..70e141e 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.52.442.g01893f92-587" + $onlineFull = "1.2.53.438.g246d60c9-1911" } } else {