v2.1.30-beta

This commit is contained in:
JonnyWong16 2019-05-11 10:46:45 -07:00
parent db5be89710
commit 4b744a5acd
2 changed files with 15 additions and 2 deletions

View file

@ -1,5 +1,18 @@
# Changelog # Changelog
## v2.1.30-beta (2019-05-11)
* Monitoring:
* Fix: Activity crashing with Plex's Artist TV feature.
* New: Added setting for Plex Media Server Update Check Interval. (Thanks @abiacco)
* Notifications:
* New: Added secure and relayed connection notification parameters.
* New: Added PLEX_USER_TOKEN to script environment variables.
* Change: Schedule notifications using UTC to prevent missing notifications due to misconfigured timezones.
* API:
* New: Added status API command to check the status of Tautulli.
## v2.1.29 (2019-05-11) ## v2.1.29 (2019-05-11)
* No additional changes from v2.1.29-beta. * No additional changes from v2.1.29-beta.

View file

@ -1,2 +1,2 @@
PLEXPY_BRANCH = "master" PLEXPY_BRANCH = "beta"
PLEXPY_RELEASE_VERSION = "v2.1.29" PLEXPY_RELEASE_VERSION = "v2.1.30-beta"