diff --git a/CHANGELOG.md b/CHANGELOG.md index ba0bd908..26dda362 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v2.14.6 (2024-10-12) + +* Newsletters: + * Fix: Allow formatting newsletter date parameters. + * Change: Support apscheduler compatible cron expressions. +* UI: + * Fix: Round runtime before converting to human duration. + * Fix: Make recently added/watched rows touch scrollable. +* Other: + * Fix: Auto-updater not running. + + ## v2.14.5 (2024-09-20) * Activity: diff --git a/plexpy/version.py b/plexpy/version.py index c4d017e2..08fcf9e3 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.5" \ No newline at end of file +PLEXPY_RELEASE_VERSION = "v2.14.6" \ No newline at end of file