v2.1.19-beta

This commit is contained in:
JonnyWong16 2018-08-19 08:38:39 -07:00
parent 3a05b8ec69
commit 4f397b032e
2 changed files with 19 additions and 2 deletions

View file

@ -1,5 +1,22 @@
# Changelog # Changelog
## v2.1.19-beta (2018-08-19)
* Notifications:
* New: Added Webhook notification agent.
* Fix: Scripts failing due to unicode characters in substituted script arguments.
* Change: Ability to override PYTHONPATH for scripts.
* Remove: Notify My Android notification agent.
* Newsletters:
* New: Added option for threaded newsletter emails.
* Fix: Missing space in newsletter format.
* UI:
* New: Added Windows system tray icon.
* Fix: Plex OAuth not working with Plex remote access disabled. (Thanks @samwiseg00)
* API:
* Fix: SQL command creating a database backup every time. (Thanks @samwiseg00)
## v2.1.18 (2018-07-27) ## v2.1.18 (2018-07-27)
* Monitoring: * Monitoring:

View file

@ -1,2 +1,2 @@
PLEXPY_BRANCH = "master" PLEXPY_BRANCH = "beta"
PLEXPY_RELEASE_VERSION = "v2.1.18" PLEXPY_RELEASE_VERSION = "v2.1.19-beta"