This commit is contained in:
JonnyWong16 2021-02-06 12:32:25 -08:00
parent 3a71b10c6a
commit 2cc5bf812f
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 17 additions and 1 deletions

View file

@ -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:

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.5" PLEXPY_RELEASE_VERSION = "v2.6.6"