mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 05:01:14 -07:00
v2.6.6
This commit is contained in:
parent
3a71b10c6a
commit
2cc5bf812f
2 changed files with 17 additions and 1 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,5 +1,21 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v2.6.6 (2021-02-06)
|
||||||
|
|
||||||
|
* Exporter:
|
||||||
|
* Fix: Exporting failed with long file paths on Windows.
|
||||||
|
* New: Updated various exporter fields.
|
||||||
|
* Change: Renamed collection children to collection items.
|
||||||
|
* UI:
|
||||||
|
* Fix: Client side login redirect changed to server side.
|
||||||
|
* Change: Renamed "Fix Metadata" button to "Fix Match".
|
||||||
|
* API:
|
||||||
|
* New: Added get_children_metadata API command.
|
||||||
|
* New: Return more metadata from the get_home_stats API command.
|
||||||
|
* Other:
|
||||||
|
* New: Updated PlexAPI to 4.3.1.
|
||||||
|
|
||||||
|
|
||||||
## v2.6.5 (2021-01-09)
|
## v2.6.5 (2021-01-09)
|
||||||
|
|
||||||
* Other:
|
* Other:
|
||||||
|
|
|
@ -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.5"
|
PLEXPY_RELEASE_VERSION = "v2.6.6"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue