This commit is contained in:
JonnyWong16 2021-01-09 14:24:27 -08:00
parent 2fc7b08909
commit 97f80adf0b
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 10 additions and 1 deletions

View file

@ -1,5 +1,14 @@
# Changelog # Changelog
## v2.6.5 (2021-01-09)
* Other:
* Fix: Some IP addresses not being masked in the logs.
* New: Auto-updater for Windows exe installer.
* Change: Allow Snap package to access the user home directory.
* Change: Migrate Snap user data to a persistent location that is retained if Tautulli is reinstalled.
## v2.6.4 (2020-12-20) ## v2.6.4 (2020-12-20)
* Other: * Other:

View file

@ -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.4" PLEXPY_RELEASE_VERSION = "v2.6.5"