This commit is contained in:
JonnyWong16 2018-12-01 15:50:04 -08:00
parent 571b5461c0
commit aa023f0166
2 changed files with 14 additions and 2 deletions

View file

@ -1,5 +1,17 @@
# Changelog # Changelog
## v2.1.26 (2018-12-01)
* Monitoring:
* Fix: Resume event not being triggered after buffering.
* Notifications:
* New: Added user email as a notification parameter.
* Graphs:
* Fix: History model showing no results for stream info graph.
* API:
* Fix: API returning error when missing a cmd.
## v2.1.25 (2018-11-03) ## v2.1.25 (2018-11-03)
* Monitoring: * Monitoring:

View file

@ -1,2 +1,2 @@
PLEXPY_BRANCH = "beta" PLEXPY_BRANCH = "master"
PLEXPY_RELEASE_VERSION = "v2.1.25" PLEXPY_RELEASE_VERSION = "v2.1.26"