mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
v2.6.3
This commit is contained in:
parent
397f18c435
commit
1af419a860
2 changed files with 14 additions and 1 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,5 +1,18 @@
|
||||||
# Changelog
|
# 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)
|
## v2.6.2 (2020-12-05)
|
||||||
|
|
||||||
* Notifications:
|
* Notifications:
|
||||||
|
|
|
@ -18,4 +18,4 @@
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
PLEXPY_BRANCH = "master"
|
PLEXPY_BRANCH = "master"
|
||||||
PLEXPY_RELEASE_VERSION = "v2.6.2"
|
PLEXPY_RELEASE_VERSION = "v2.6.3"
|
Loading…
Add table
Add a link
Reference in a new issue