From 76f6a2da6b3b394765203b7317cd97e7701a3067 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Sat, 12 Apr 2025 16:02:46 -0700 Subject: [PATCH] v2.15.2 --- CHANGELOG.md | 25 ++++++++++++++++++++++++- plexpy/version.py | 2 +- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ce76873..0cfe9f2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## v2.15.2 (2025-04-12) + +* Activity: + * New: Added link to library by clicking media type icon. + * New: Added stream count to tab title on homepage. (#2517) +* History: + * Fix: Check stream watched status before stream stopped status. (#2506) +* Notifications: + * Fix: ntfy notifications failing to send if provider link is blank. + * Fix: Check Pushover notification attachment is under 5MB limit. (#2396) + * Fix: Track URLs redirecting to the correct media page. (#2513) + * New: Added audio profile notification parameters. + * New: Added PATCH method for Webhook notifications. +* Graphs: + * New: Added Total line to daily streams graph. (Thanks @zdimension) (#2497) +* UI: + * Fix: Do not redirect API requests to the login page. (#2490) + * Change: Swap source and stream columns in stream info modal. +* Other: + * Fix: Various typos. (Thanks @luzpaz) (#2520) + * Fix: CherryPy CORS response header not being set correctly. (#2279) + + ## v2.15.1 (2025-01-11) * Activity: @@ -9,7 +32,7 @@ * Exporter: * New: Added logos to season and episode exports. * Other: - * Fix Docker container https health check. + * Fix: Docker container https health check. ## v2.15.0 (2024-11-24) diff --git a/plexpy/version.py b/plexpy/version.py index b08e42da..a2a92f99 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -16,4 +16,4 @@ # along with Tautulli. If not, see . PLEXPY_BRANCH = "master" -PLEXPY_RELEASE_VERSION = "v2.15.1" \ No newline at end of file +PLEXPY_RELEASE_VERSION = "v2.15.2" \ No newline at end of file