Skip to content

Commit

Permalink
version bump to 1.2.25.1009
Browse files Browse the repository at this point in the history
- "similar playlist" feature has been removed from 1.2.25
- fixed some patches related to ads
  • Loading branch information
amd64fox committed Nov 20, 2023
1 parent 2e1f12c commit d77d6d7
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 10 deletions.
46 changes: 37 additions & 9 deletions patches/patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d77d6d7

Please sign in to comment.