mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
v2.6.1
This commit is contained in:
parent
e9db43ebf6
commit
da8d41868d
2 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,13 @@
|
||||||
# Changelog
|
# 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)
|
## v2.6.0 (2020-10-31)
|
||||||
|
|
||||||
* Exporter:
|
* Exporter:
|
||||||
|
|
|
@ -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.0"
|
PLEXPY_RELEASE_VERSION = "v2.6.1"
|
Loading…
Add table
Add a link
Reference in a new issue