This commit is contained in:
JonnyWong16 2021-12-15 20:16:36 -08:00
parent 9432fee1ba
commit a944f5ae06
No known key found for this signature in database
GPG key ID: 7A649674469E6574
2 changed files with 10 additions and 6 deletions

View file

@ -1,14 +1,16 @@
# Changelog # Changelog
## v2.8.0-beta (2021-11-28) ## v2.8.0 (2021-12-15)
* History: * History:
* Fix: Live TV history filter not working correctly when combined with other filters. * 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. * 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: * Notifications:
* New: Added Microsoft Teams notification agent. (#1514) * 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: * Newsletters:
* Fix: Different album types not shown on newsletter. (#1559) * Fix: Different album types not shown on newsletter. (#1559)
* Exporter: * Exporter:
@ -17,8 +19,10 @@
* Fix: Docker config volume message overlapping modal windows. (#1567) * Fix: Docker config volume message overlapping modal windows. (#1567)
* Fix: Different album types not shown on artist media info page. * 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: 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: 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: * Other:
* Fix: Updated Python dependencies. (#1499) * Fix: Updated Python dependencies. (#1499)
* Fix: Some websocket connections not respecting the verify SSL setting. (Thanks @nmaggioni) (#1541) * Fix: Some websocket connections not respecting the verify SSL setting. (Thanks @nmaggioni) (#1541)

View file

@ -17,5 +17,5 @@
from __future__ import unicode_literals from __future__ import unicode_literals
PLEXPY_BRANCH = "beta" PLEXPY_BRANCH = "master"
PLEXPY_RELEASE_VERSION = "v2.8.0-beta" PLEXPY_RELEASE_VERSION = "v2.8.0"