v2.1.16-beta

This commit is contained in:
JonnyWong16 2018-07-06 19:06:02 -07:00
parent 26db7f1984
commit 98b5cb67ca
2 changed files with 18 additions and 1 deletions

View file

@ -1,5 +1,22 @@
# Changelog # Changelog
## v2.1.16-beta (2018-07-06)
* Monitoring:
* Fix: Plex server not detected as down during sudden network loss.
* Notifications:
* Fix: Incorrect rounding of percentages in some cases.
* Fix: Incorrect stream duration value for playback start notifications.
* New: Added critic rating parameter for Rotten Tomatoes ratings.
* Newsletters:
* Fix: Typo in "seasons" when there is only one additional season.
* UI:
* New: Added ability to use Plex OAuth to login to Tautulli.
* API:
* Fix: Unicode characters causing get_logs command to return bad data.
* New: Added rating_image and audience_rating_image to get_activity and get_metadata commands.
## v2.1.15-beta (2018-07-01) ## v2.1.15-beta (2018-07-01)
* Monitoring: * Monitoring:

View file

@ -1,2 +1,2 @@
PLEXPY_BRANCH = "beta" PLEXPY_BRANCH = "beta"
PLEXPY_RELEASE_VERSION = "v2.1.15-beta" PLEXPY_RELEASE_VERSION = "v2.1.16-beta"