mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
v2.1.30-beta
This commit is contained in:
parent
db5be89710
commit
4b744a5acd
2 changed files with 15 additions and 2 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,5 +1,18 @@
|
|||
# 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)
|
||||
* No additional changes from v2.1.29-beta.
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
PLEXPY_BRANCH = "master"
|
||||
PLEXPY_RELEASE_VERSION = "v2.1.29"
|
||||
PLEXPY_BRANCH = "beta"
|
||||
PLEXPY_RELEASE_VERSION = "v2.1.30-beta"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue