From 489260955f8b00254092129bcd3a007fa493320e Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Sat, 30 Dec 2023 10:53:03 +0300 Subject: [PATCH] version bump to 1.2.28.581 - enabled global nav bar with home button, search input and user avatar - enabled context menu action to ban/unban artists --- patches/patches.json | 35 +++++++++++++++++++++++++++++++---- run.ps1 | 2 +- 2 files changed, 32 insertions(+), 5 deletions(-) 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 {