This commit is contained in:
JonnyWong16 2018-06-16 16:42:20 -07:00
parent 4f4a99d695
commit 70b6bd4efd
2 changed files with 11 additions and 1 deletions

View file

@ -1,5 +1,15 @@
# Changelog # Changelog
## v2.1.13 (2018-06-16)
* Monitoring:
* Fix: Soft crash when viewing photos not in an album.
* Notifications:
* New: Added current date and time notification parameters.
* UI:
* New: Added support page with embedded Discord chat using WidgetBot.
## v2.1.12 (2018-06-08) ## v2.1.12 (2018-06-08)
* Notifications: * Notifications:

View file

@ -1,2 +1,2 @@
PLEXPY_BRANCH = "master" PLEXPY_BRANCH = "master"
PLEXPY_RELEASE_VERSION = "v2.1.12" PLEXPY_RELEASE_VERSION = "v2.1.13"