From 2cc5bf812fe05e0666aeaeb37ed550c59816fb4c Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Sat, 6 Feb 2021 12:32:25 -0800 Subject: [PATCH] v2.6.6 --- CHANGELOG.md | 16 ++++++++++++++++ plexpy/version.py | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d192e352..6fa6db84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # 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) * Other: diff --git a/plexpy/version.py b/plexpy/version.py index b2b0afe5..bf31fb0b 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -18,4 +18,4 @@ from __future__ import unicode_literals PLEXPY_BRANCH = "master" -PLEXPY_RELEASE_VERSION = "v2.6.5" +PLEXPY_RELEASE_VERSION = "v2.6.6"