Skip to content

Commit

Permalink
v2.1.15-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyWong16 committed Jul 2, 2018
1 parent b49e500 commit 9678d29
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions plexpy/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PLEXPY_BRANCH = "master"
PLEXPY_RELEASE_VERSION = "v2.1.14"
PLEXPY_BRANCH = "beta"
PLEXPY_RELEASE_VERSION = "v2.1.15-beta"

0 comments on commit 9678d29

Please sign in to comment.