From 1af419a860afd86e018fbe1e2b6dd536c0822bc8 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Sat, 19 Dec 2020 15:09:56 -0800 Subject: [PATCH] v2.6.3 --- CHANGELOG.md | 13 +++++++++++++ plexpy/version.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4267f2e..bb094f34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## v2.6.3 (2020-12-19) + +* Announcements: + * This is the last Tautulli version to support Python 2. Python 3 will be required to continue receiving updates. You can check your Python version on the settings page. +* Exporter: + * Fix: Accessible and exists attributes were blank for media info export level 9. +* UI: + * Fix: Guest usernames were not masked on mouse hover. +* Other: + * Fix: macOS menu bar icon for light and dark mode. + * New: Tautulli can officially be installed on Linux using a Snap package. See the installation wiki for details. + + ## v2.6.2 (2020-12-05) * Notifications: diff --git a/plexpy/version.py b/plexpy/version.py index 842268fb..474f66d7 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -18,4 +18,4 @@ from __future__ import unicode_literals PLEXPY_BRANCH = "master" -PLEXPY_RELEASE_VERSION = "v2.6.2" \ No newline at end of file +PLEXPY_RELEASE_VERSION = "v2.6.3" \ No newline at end of file