mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
v2.1.20-beta
This commit is contained in:
parent
505b6b616e
commit
f04873446a
2 changed files with 18 additions and 1 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -1,5 +1,22 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v2.1.20-beta (2018-09-02)
|
||||||
|
|
||||||
|
* Monitoring:
|
||||||
|
* Fix: Fetch messing season info when "Hide Seasons" is enabled for a show.
|
||||||
|
* Fix: Video and Audio details sometimes missing on activity cards.
|
||||||
|
* Notifications:
|
||||||
|
* New: Added UTC timestamp to notification parameters. (Thanks @samwiseg00)
|
||||||
|
* New: Added TAUTULLI_PUBLIC_URL to script environment variables. (Thanks @samwiseg00)
|
||||||
|
* UI:
|
||||||
|
* Change: Automatically redirect '/' to HTTP root if enabled.
|
||||||
|
* API:
|
||||||
|
* New: Added return_hash parameter to pms_image_proxy command.
|
||||||
|
* New: Added session_id parameter to get_activity command.
|
||||||
|
* Other:
|
||||||
|
* Change: Linux systemd startup script to use the "tautulli" group permission. (Thanks @samwiseg00)
|
||||||
|
|
||||||
|
|
||||||
## v2.1.19-beta (2018-08-19)
|
## v2.1.19-beta (2018-08-19)
|
||||||
|
|
||||||
* Notifications:
|
* Notifications:
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
PLEXPY_BRANCH = "beta"
|
PLEXPY_BRANCH = "beta"
|
||||||
PLEXPY_RELEASE_VERSION = "v2.1.19-beta"
|
PLEXPY_RELEASE_VERSION = "v2.1.20-beta"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue