v2.1.24-beta

This commit is contained in:
JonnyWong16 2018-10-29 18:48:05 -07:00
parent 354d46e940
commit 944df6cec1
2 changed files with 18 additions and 1 deletions

View file

@ -1,5 +1,22 @@
# Changelog # Changelog
## v2.1.24-beta (2018-10-29)
* Monitoring:
* Fix: Transcode change events creating invalid sessions in the database.
* Notifications:
* Change: Update Telegram character limit to 1024.
* History:
* Fix: Save history table states separately for multiple Tautulli instances.
* Graphs:
* Fix: Save graphs states separately for multiple Tautulli instances.
* Change: Version graphs to bypass browser cache.
* UI:
* New: Added queued tasks modals to the scheduled tasks table for debugging.
* Other:
* Change: Updated timezone info and display in configuration table.
## v2.1.23-beta (2018-10-14) ## v2.1.23-beta (2018-10-14)
* Monitoring: * Monitoring:

View file

@ -1,2 +1,2 @@
PLEXPY_BRANCH = "beta" PLEXPY_BRANCH = "beta"
PLEXPY_RELEASE_VERSION = "v2.1.23-beta" PLEXPY_RELEASE_VERSION = "v2.1.24-beta"