mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
v2.1.16-beta
This commit is contained in:
parent
26db7f1984
commit
98b5cb67ca
2 changed files with 18 additions and 1 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -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:
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
PLEXPY_BRANCH = "beta"
|
PLEXPY_BRANCH = "beta"
|
||||||
PLEXPY_RELEASE_VERSION = "v2.1.15-beta"
|
PLEXPY_RELEASE_VERSION = "v2.1.16-beta"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue