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