diff --git a/patches/patches.json b/patches/patches.json index a263367..57a4dd1 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -545,7 +545,7 @@ "native_description": "Enable New Entity Headers", "version": { "fr": "1.2.15", - "to": "" + "to": "1.2.27" } }, "ReadAlongTranscripts": { @@ -680,7 +680,7 @@ "native_description": "Display save button always in whats new feed", "version": { "fr": "1.2.20", - "to": "" + "to": "1.2.27" } }, "NpvAboutPodcast": { @@ -754,17 +754,44 @@ "fr": "1.2.26", "to": "" } - } - , + }, "NPVCredits": { "name": "enableNPVCredits", "description": "Show credits in the right sidebar", "native_description": "Show credits in the right sidebar", "version": { "fr": "1.2.26", + "to": "1.2.26" + } + }, + "NPVCredits2": { + "name": "enableNPVCreditsWithLinkability", + "description": "Show credits in the right sidebar", + "native_description": "Show credits in the right sidebar", + "version": { + "fr": "1.2.27", + "to": "" + } + }, + "BanArtistAction": { + "name": "enableBanArtistAction", + "description": "Enable context menu action to ban/unban artists", + "native_description": "Enable context menu action to ban/unban artists", + "version": { + "fr": "1.2.27", + "to": "" + } + }, + "GlobalNavBar": { + "name": "enableGlobalNavBar", + "description": "Show global nav bar with home button, search input and user avatar", + "native_description": "Show global nav bar with home button, search input and user avatar", + "version": { + "fr": "1.2.27", "to": "" } } + }, "CustomExp": { "SocialConnectOnDesktop": { diff --git a/run.ps1 b/run.ps1 index 5fa3810..5987460 100644 --- a/run.ps1 +++ b/run.ps1 @@ -352,7 +352,7 @@ if (!($version -and $version -match $match_v)) { } else { # Recommended version for Win 10-12 - $onlineFull = "1.2.26.1187.g36b715a1-269" + $onlineFull = "1.2.28.581.gd0e8a92c-444" } } else {