From 623a9f291926fd279bc2f15e17d40429e1d78219 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Sat, 10 Aug 2024 19:41:23 -0700 Subject: [PATCH] v2.14.4 --- CHANGELOG.md | 11 +++++++++++ plexpy/version.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22e42d9b..4ad54157 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v2.14.4 (2024-08-10) + +* Notifications: + * Fix: Update Slack notification info card. + * New: Added ntfy notification agent. (Thanks @nwithan8) (#2356, #2000) +* UI: + * Fix: macOS platform capitalization. +* Other: + * Fix: Remove deprecated getdefaultlocale (Thanks @teodorstelian) (#2364, #2345) + + ## v2.14.3 (2024-06-19) * Graphs: diff --git a/plexpy/version.py b/plexpy/version.py index 94da76a1..feccd9cc 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.14.3" \ No newline at end of file +PLEXPY_RELEASE_VERSION = "v2.14.4" \ No newline at end of file