v2.12.0-beta

This commit is contained in:
JonnyWong16 2023-03-03 10:26:31 -08:00
parent 78a3d15039
commit aa7606d576
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 31 additions and 2 deletions

View file

@ -1,5 +1,34 @@
# Changelog # Changelog
## v2.12.0-beta (2023-03-03)
* Notifications:
* New: Added support for Telegram group topics. (#1980)
* New: Added anidb_id and anidb_url notification parameters. (#1973)
* New: Added notification triggers for Intro Marker, Commercial Marker, and Credits Marker.
* New: Added various intro, commercial, and credits marker notification parameters.
* New: Allow setting a custom Pushover notification sound. (#2005)
* Change: Notification images are now uploaded directly to Discord without the need for a 3rd party image hosting service.
* Change: Automatically strip whitespace from notification condition values.
* Change: Trigger watched notifications based on the video watched completion behaviour setting.
* Exporter:
* Fix: Unable to run exporter when using the Snap package. (#2007)
* UI:
* New: Added edition details field on movie media info pages. (#1957) (Thanks @herby2212)
* New: Added setting to change the video watched completion behaviour.
* New: Added watch time and user statistics to collection and playlist media info pages. (#1982, #2012) (Thanks @herby2212)
* New: Added history table to collection and playlist media info pages.
* New: Dynamically change watched status in the UI based on video watched completion behaviour setting.
* Fix: Incorrect styling and missing content for collection media info pages.
* Change: Move track artist to a details field instead of in the title on track media info pages.
* API:
* New: Added section_id and user_id parameters to get_home_stats API command. (#1944)
* New: Added marker info to get_metadata API command results.
* New: Added media_type parameter to get_item_watch_time_stats and get_item_user_stats API commands. (#1982) (Thanks @herby2212)
* Other:
* Change: Migrate analytics to Google Analytics 4.
## v2.11.1 (2022-12-22) ## v2.11.1 (2022-12-22)
* Activity: * Activity:

View file

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