From 59b41e862b82dc40e786fec0f9e0a3000bbf69f5 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Wed, 17 Mar 2021 08:55:54 -0700 Subject: [PATCH] v2.6.9 --- CHANGELOG.md | 21 ++++++++++++++++++++- plexpy/version.py | 2 +- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbf78398..7840831f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## v2.6.9 (2021-03-17) + +* Notifications: + * New: Added tautulli_update_exe and tautulli_update_exe notification parameters for Tautulli update notifications. +* Exporter: + * New: Added new TV show export fields for the beta Plex TV agent. +* UI: + * Fix: Some popover images not showing up on hover. + * Remove: HTTP Host setting removed from the UI. This setting may still be changed in the config file. + * New: Added a Most Active Libraries statistics card to the homepage. (Thanks @herby2212) + * New: Mask sensitive text fields in the settings. Settings can be revealed by clicking on the eye icon. +* Mobile App: + * Change: Make OneSignal validation asynchronous to help timeout issues when registering a device. +* API: + * Added top_libraries stat_id option to get_home_stats API commaand. +* Ohter: + * New: Updated PlexAPI to 4.4.1. + + ## v2.6.8 (2021-03-08) * Mobile App: @@ -27,7 +46,7 @@ * New: Return sync_media_type for collections/playlist in get_synced_items. * New: Update pms_image_proxy to support playlist composite images. * Other: - * Remove: Auto-updater for the Windows exe installer. + * Remove: Auto-updater for the Windows exe installer due to it being flagged by antivirus software. * New: Updated PlexAPI to 4.4.0. diff --git a/plexpy/version.py b/plexpy/version.py index 67043405..92669a42 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.8" +PLEXPY_RELEASE_VERSION = "v2.6.9"