v2.1.31-beta

This commit is contained in:
JonnyWong16 2019-06-13 22:14:42 -07:00
parent e4be5a716f
commit 3b22b6a3f7
2 changed files with 10 additions and 1 deletions

View file

@ -1,5 +1,14 @@
# Changelog
## v2.1.31-beta (2019-06-13)
* Monitoring:
* Fix: Synced content showing incorrect stream info.
* Other:
* Fix: Unable to view database status when authentication is enabled.
* Change: Default database synchronous mode changed to prevent database corruption. Database response may be slower.
## v2.1.30-beta (2019-05-11)
* Monitoring:

View file

@ -1,2 +1,2 @@
PLEXPY_BRANCH = "beta"
PLEXPY_RELEASE_VERSION = "v2.1.30-beta"
PLEXPY_RELEASE_VERSION = "v2.1.31-beta"