This commit is contained in:
JonnyWong16 2020-11-03 17:51:38 -08:00
parent e9db43ebf6
commit da8d41868d
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 9 additions and 1 deletions

View file

@ -1,5 +1,13 @@
# Changelog
## v2.6.1 (2020-11-03)
* Other:
* Fix: High CPU/memory usage in some instances.
* Fix: Logger error preventing Tautulli from starting.
* Fix: Database issue with non-unique image hashes.
## v2.6.0 (2020-10-31)
* Exporter:

View file

@ -18,4 +18,4 @@
from __future__ import unicode_literals
PLEXPY_BRANCH = "master"
PLEXPY_RELEASE_VERSION = "v2.6.0"
PLEXPY_RELEASE_VERSION = "v2.6.1"