This commit is contained in:
JonnyWong16 2023-03-13 12:00:30 -07:00
parent ea5b43419d
commit 41f935e1ed
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 7 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# Changelog # Changelog
## v2.12.0-beta (2023-03-03) ## v2.12.0 (2023-03-13)
* Notifications: * Notifications:
* New: Added support for Telegram group topics. (#1980) * New: Added support for Telegram group topics. (#1980)
@ -13,18 +13,21 @@
* Change: Trigger watched notifications based on the video watched completion behaviour setting. * Change: Trigger watched notifications based on the video watched completion behaviour setting.
* Exporter: * Exporter:
* Fix: Unable to run exporter when using the Snap package. (#2007) * Fix: Unable to run exporter when using the Snap package. (#2007)
* New: Added credits marker, and audio/subtitle settings to export fields.
* UI: * UI:
* Fix: Incorrect styling and missing content for collection media info pages.
* New: Added edition details field on movie media info pages. (#1957) (Thanks @herby2212) * 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 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 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: 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. * 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. * New: Added hidden setting to override server name.
* Change: Move track artist to a details field instead of in the title on track media info pages. * Change: Move track artist to a details field instead of in the title on track media info pages.
* API: * API:
* New: Added section_id and user_id parameters to get_home_stats API command. (#1944) * 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 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) * New: Added media_type parameter to get_item_watch_time_stats and get_item_user_stats API commands. (#1982) (Thanks @herby2212)
* New: Added last_refreshed timestamp to get_library_media_info API command response.
* Other: * Other:
* Change: Migrate analytics to Google Analytics 4. * Change: Migrate analytics to Google Analytics 4.

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.12.0-beta" PLEXPY_RELEASE_VERSION = "v2.12.0"