diff --git a/CHANGELOG.md b/CHANGELOG.md index e876fbb6..22e42d9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v2.14.3 (2024-06-19) + +* Graphs: + * Fix: History table not loading when clicking on the graphs in some instances. +* UI: + * Fix: Scheduled tasks table not loading when certain tasks are disabled. + * Removed: Unnecessary Remote Server checkbox from the settings page. +* Other: + * Fix: Webserver not restarting after the setup wizard. + * Fix: Workaround webserver crashing in some instances. + + ## v2.14.2 (2024-05-18) * History: diff --git a/plexpy/version.py b/plexpy/version.py index 698d7d45..94da76a1 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.2" \ No newline at end of file +PLEXPY_RELEASE_VERSION = "v2.14.3" \ No newline at end of file