From 43e40e99f1710c8663c85705c42045a75cd48806 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Sun, 31 May 2020 14:51:18 -0700 Subject: [PATCH] v2.5.0-beta --- CHANGELOG.md | 14 ++++++++++++++ plexpy/version.py | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42704913..f27a8310 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +# v2.5.0-beta (2020-05-31) + +* Announcements: + * Tautulli now supports Python 3! + * Python 2 is still supported for the time being, but it is recommended to upgrade to Python 3. +* UI: + * New: Windows and MacOS setting to enable Tautulli to start automatically when you login. + * New: Added system tray icon for MacOS. + * New: Ability to import a Tautulli database in the settings. + * New: Added Tautulli news area on the settings page. +* Other: + * New: Windows and MacOS app installers to install Tautulli without needing Python installed. + + ## v2.2.4 (2020-05-16) * Monitoring: diff --git a/plexpy/version.py b/plexpy/version.py index 8ac9128d..1fba2beb 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -17,5 +17,5 @@ from __future__ import unicode_literals -PLEXPY_BRANCH = "nightly" -PLEXPY_RELEASE_VERSION = "v2.2.4" \ No newline at end of file +PLEXPY_BRANCH = "beta" +PLEXPY_RELEASE_VERSION = "v2.5.0-beta" \ No newline at end of file