v2.0.4-beta

This commit is contained in:
JonnyWong16 2017-12-29 16:35:24 -08:00
parent c37e934f42
commit e908c45cf2
2 changed files with 13 additions and 1 deletions

View file

@ -1,5 +1,17 @@
# Changelog # Changelog
## v2.0.4-beta (2017-12-29)
* Monitoring:
* Fix: Current activity cards duplicating on the homepage.
* Notifications:
* Fix: Concurrent stream notifications being sent when there is an incorrect number of streams.
* UI:
* New: Info pages for collections.
* New: Button to test Plex Web URL override.
* Fix: Library and User pages return to the correct tab when pressing back.
## v2.0.3-beta (2017-12-25) ## v2.0.3-beta (2017-12-25)
* Monitoring: * Monitoring:

View file

@ -1,2 +1,2 @@
PLEXPY_BRANCH = "beta" PLEXPY_BRANCH = "beta"
PLEXPY_RELEASE_VERSION = "v2.0.3-beta" PLEXPY_RELEASE_VERSION = "v2.0.4-beta"