mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-30 03:28:31 -07:00
v2.1.15-beta
This commit is contained in:
parent
b49e500221
commit
9678d29246
2 changed files with 19 additions and 2 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -1,5 +1,22 @@
|
|||
# Changelog
|
||||
|
||||
## v2.1.15-beta (2018-07-01)
|
||||
|
||||
* Monitoring:
|
||||
* Fix: Progress percent displaying NaN for live TV.
|
||||
* Fix: Unable to terminate sessions with unicode characters in the message.
|
||||
* Change: Tizen platform to display the Samsung icon.
|
||||
* Notifications:
|
||||
* New: Added PYTHONPATH to script environment variables so scripts can automatically import from Tautulli libraries.
|
||||
* Fix: Proper handling of unicode script arguments.
|
||||
* Fix: Incorrect TAUTULLI_URL environment variable if the HTTP host setting is changed.
|
||||
* Fix: Email addresses selectize box not expanding.
|
||||
* Newsletters:
|
||||
* Change: HTTPS URLS for images hosted on tautulli.com.
|
||||
* Graphs:
|
||||
* Fix: SD resolution sometimes not grouped together.
|
||||
|
||||
|
||||
## v2.1.14 (2018-06-21)
|
||||
|
||||
* Notifications:
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
PLEXPY_BRANCH = "master"
|
||||
PLEXPY_RELEASE_VERSION = "v2.1.14"
|
||||
PLEXPY_BRANCH = "beta"
|
||||
PLEXPY_RELEASE_VERSION = "v2.1.15-beta"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue