This commit is contained in:
JonnyWong16 2018-03-18 17:46:17 -07:00
parent bd3497b2bf
commit ebb287e1ee
2 changed files with 13 additions and 2 deletions

View file

@ -1,5 +1,16 @@
# Changelog # Changelog
## v2.0.24 (2018-03-18)
* Monitoring:
* Fix: Fix stream data not showing for history recorded before v2.
* Notifications:
* Fix: Set all environment variables for scripts.
* Change: Moved all notification agent instructions to the wiki.
* Change: XBMC notification agent renamed to Kodi.
* Change: OSX Notify notification agent renamed to macOS Notification Center.
## v2.0.23-beta (2018-03-16) ## v2.0.23-beta (2018-03-16)
* Monitoring: * Monitoring:

View file

@ -1,2 +1,2 @@
PLEXPY_BRANCH = "beta" PLEXPY_BRANCH = "master"
PLEXPY_RELEASE_VERSION = "v2.0.23-beta" PLEXPY_RELEASE_VERSION = "v2.0.24"