From a944f5ae06d4f0bd67cd65b83e7389325ca313b6 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Wed, 15 Dec 2021 20:16:36 -0800 Subject: [PATCH] v2.8.0 --- CHANGELOG.md | 12 ++++++++---- plexpy/version.py | 4 ++-- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5520bef..354736d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,16 @@ # Changelog -## v2.8.0-beta (2021-11-28) +## v2.8.0 (2021-12-15) * History: * Fix: Live TV history filter not working correctly when combined with other filters. * Fix: Direct Stream history filter not remembering the state when reloading the page. - * New: Added watch time and user stats to mediaa info pages. (Thanks @herby2212) (#1417, #1471) + * Fix: History table not loading when no filters are selected. + * New: Added watch time and user stats to media info pages. (Thanks @herby2212) (#1417, #1471) * Notifications: * New: Added Microsoft Teams notification agent. (#1514) - * New: Added Gotify notification agent. + * New: Added Gotify notification agent. (#1584) + * New: Add warning message that passwords are not copied when duplicating a notification or newsletter agent. (#1540) * Newsletters: * Fix: Different album types not shown on newsletter. (#1559) * Exporter: @@ -17,8 +19,10 @@ * Fix: Docker config volume message overlapping modal windows. (#1567) * Fix: Different album types not shown on artist media info page. * New: Added show more/less toggle for summaries on media info pages. (#1546) - * New: Add warning message that passwords are not copied when duplicating a notification or newsletter agent. (#1540) * Change: Do not save datatable page or search states when reloading the page. (#1532) + * Change: Improve the Plex log reader. +* API: + * New: Added before and after parameters to the get_history API command. * Other: * Fix: Updated Python dependencies. (#1499) * Fix: Some websocket connections not respecting the verify SSL setting. (Thanks @nmaggioni) (#1541) diff --git a/plexpy/version.py b/plexpy/version.py index ef010cda..2f49c648 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -17,5 +17,5 @@ from __future__ import unicode_literals -PLEXPY_BRANCH = "beta" -PLEXPY_RELEASE_VERSION = "v2.8.0-beta" +PLEXPY_BRANCH = "master" +PLEXPY_RELEASE_VERSION = "v2.8.0"