This commit is contained in:
JonnyWong16 2019-12-08 12:12:24 -08:00
parent 55aad4e6ee
commit 6e0a0d51b5
2 changed files with 11 additions and 1 deletions

View file

@ -1,5 +1,15 @@
# Changelog # Changelog
## v2.1.39 (2019-12-08)
* UI:
* New: Added creating admin username and password to setup wizard.
* API:
* Change: Remove default notification subject and body for notify API command.
* Other:
* Change: Check for database corruption when making backup.
## v2.1.38 (2019-11-17) ## v2.1.38 (2019-11-17)
* Notifications: * Notifications:

View file

@ -1,2 +1,2 @@
PLEXPY_BRANCH = "master" PLEXPY_BRANCH = "master"
PLEXPY_RELEASE_VERSION = "v2.1.38" PLEXPY_RELEASE_VERSION = "v2.1.39"