From 76893100fc30370dbde2f7d8e1c5fbe300baf92d Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sun, 8 Mar 2020 15:37:20 -0700 Subject: [PATCH] v2.2.0 --- CHANGELOG.md | 12 +++++++++++- plexpy/version.py | 4 ++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 831d94e8..67090ca9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ # Changelog -## v2.2.0-beta (2020-02-27) +## v2.2.0 (2020-03-08) * Important Note! * All Live TV changes requires Plex Media Server 1.18.7 or higher. * Monitoring: + * Fix: Improved IPv6 display on the activity cards. (Thanks @felixbuenemann) * New: Added Live TV metadata and posters to the activity cards. * Change: Show bandwidth in Gbps when greater than 1000 Mbps. * History: @@ -18,8 +19,17 @@ * Notifications: * Fix: Race condition causing stream count to be incorrect for playback stop notifications. * New: Added Live TV channel notification parameters. + * New: Added Plex background art notification parameter. + * Note: This is the Plex API endpoint to retrieve the background art, not the actual image. + * New: Added poster images for clip notifications. + * Change: Default Webhook notification method to POST. +* UI: + * Fix: Windows platform showing up twice on the Most Active Platforms statistics card. + * New: Added option to change the background art for library sections when editing a library. + * New: Added button to reset Tautulli git installation in settings to fix failed git updates. * API: * New: Added ability to filter history using a "live" media type and by guid for the get_history API command. + * New: Added cutsom_art parameter to the edit_library API command. * Other: * Change: Add crossorigin use-credentials attribute to manifest tags. (Thanks @pkoenig10) * Change: Disable automatic updates for Docker containers. Updates are now handled by updating the Docker container. diff --git a/plexpy/version.py b/plexpy/version.py index f39ee0e3..19cf1b3f 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ -PLEXPY_BRANCH = "beta" -PLEXPY_RELEASE_VERSION = "v2.2.0-beta" +PLEXPY_BRANCH = "master" +PLEXPY_RELEASE_VERSION = "v2.2.0"