This commit is contained in:
JonnyWong16 2016-03-27 17:25:16 -07:00
parent 5e79c9fd62
commit bff22900cb
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,10 @@
# Changelog # Changelog
## v1.3.13 (2016-03-27)
* Fix: Only mask strings longer than 5 characters in logs.
## v1.3.12 (2016-03-27) ## v1.3.12 (2016-03-27)
* Fix: "Check GitHub for updates" not rescheduling when toggling setting. * Fix: "Check GitHub for updates" not rescheduling when toggling setting.

View file

@ -1,2 +1,2 @@
PLEXPY_VERSION = "master" PLEXPY_VERSION = "master"
PLEXPY_RELEASE_VERSION = "1.3.12" PLEXPY_RELEASE_VERSION = "1.3.13"