v2.0.16-beta

This commit is contained in:
JonnyWong16 2018-01-30 23:20:34 -08:00
parent d29a12b6db
commit d15223fb1a
2 changed files with 14 additions and 1 deletions

View file

@ -1,5 +1,18 @@
# Changelog # Changelog
## v2.0.16-beta (2018-01-30)
* Monitoring:
* Fix: Timestamp sometimes showing as "0:60" on the activity cards.
* Fix: Incorrect session information being shown for playback of synced content.
* Fix: Sessions not being stopped when "Playback Stopped" notifications were enabled.
* UI:
* Fix: Stream resolution showing up as "unknown" on the graphs.
* New: Added user filter to the Synced Items table.
* Other:
* New: Option to use the Plex server update channel when checking for updates.
## v2.0.15-beta (2018-01-27) ## v2.0.15-beta (2018-01-27)
* Monitoring: * Monitoring:

View file

@ -1,2 +1,2 @@
PLEXPY_BRANCH = "beta" PLEXPY_BRANCH = "beta"
PLEXPY_RELEASE_VERSION = "v2.0.15-beta" PLEXPY_RELEASE_VERSION = "v2.0.16-beta"