From d77d6d7e356ee01a6b35dda50649519f3b271546 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Mon, 20 Nov 2023 08:57:00 +0300 Subject: [PATCH] version bump to 1.2.25.1009 - "similar playlist" feature has been removed from 1.2.25 - fixed some patches related to ads --- patches/patches.json | 46 +++++++++++++++++++++++++++++++++++--------- run.ps1 | 2 +- 2 files changed, 38 insertions(+), 10 deletions(-) diff --git a/patches/patches.json b/patches/patches.json index 1449686..a3fd761 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -310,6 +310,42 @@ "fr": "1.1.93", "to": "" } + }, + "YourListeningUpsell": { + "name": "enableYourListeningUpsell", + "description": "Enable Your Listening Upsell Banner for free & unauth users", + "native_description": "Enable Your Listening Upsell Banner for free & unauth users", + "version": { + "fr": "1.2.25", + "to": "" + } + }, + "podcast-ads": { + "name": "podcastads-ads_npb", + "description": "Enable the podcast ads Now Playing Bar experience, including features like the podcast ad Now Playing Bar hat", + "native_description": "Enable the podcast ads Now Playing Bar experience, including features like the podcast ad Now Playing Bar hat", + "version": { + "fr": "1.1.70", + "to": "" + } + }, + "podcast-episode": { + "name": "podcastaudioplus-episode_entity", + "description": "Enable the Sponsored By section on the Episode Page with Call to Action cards", + "native_description": "Enable the Sponsored By section on the Episode Page with Call to Action cards", + "version": { + "fr": "1.1.70", + "to": "" + } + }, + "podcast-show_page": { + "name": "podcastaudioplus-episode_entity", + "description": "Enable show sponsors section on the Show Page", + "native_description": "Enable show sponsors section on the Show Page", + "version": { + "fr": "1.1.70", + "to": "" + } } }, "EnableExp": { @@ -1305,14 +1341,6 @@ "" ] }, - "podcast_page_banner": { - "version": { - "fr": "1.1.70", - "to": "" - }, - "match": "http[^\"'`]*?(?:podcast-ap4p|sponsoredplaylist)\/", - "replace": "" - }, "banner_home": { "version": { "fr": "1.1.70", @@ -1364,7 +1392,7 @@ "similarplaylist": { "version": { "fr": "1.1.85", - "to": "" + "to": "1.2.25" }, "match": ",(.\\.isOwnedBySelf&&)((\\(.{0,11}\\)|..createElement)\\(.{1,3}Fragment,.+?{(uri:.|).+?contextmenu.create-similar-playlist\"\\)}\\),)", "replace": ",$2$1" diff --git a/run.ps1 b/run.ps1 index 590b46d..ee8d381 100644 --- a/run.ps1 +++ b/run.ps1 @@ -348,7 +348,7 @@ if (!($version -and $version -match $match_v)) { } else { # Recommended version for Win 10-12 - $onlineFull = "1.2.24.756.g7a7fc7f0-1487" + $onlineFull = "1.2.25.1009.g075ce884-576" } } else {