This commit is contained in:
JonnyWong16 2019-07-27 08:44:26 -07:00
parent d6127e28f3
commit 1046b29c1a
2 changed files with 11 additions and 1 deletions

View file

@ -1,5 +1,15 @@
# Changelog # Changelog
## v2.1.33 (2019-07-27)
* Notifications:
* Change: Mask notification agent password fields.
* Change: Enable searching by email address in dropdown menu.
* Other:
* Fix: Version number being overwritten with "None" which prevented updating in some instances.
* Change: Update Plex OAuth request headers.
## v2.1.32 (2019-06-26) ## v2.1.32 (2019-06-26)
* Newsletters: * Newsletters:

View file

@ -1,2 +1,2 @@
PLEXPY_BRANCH = "master" PLEXPY_BRANCH = "master"
PLEXPY_RELEASE_VERSION = "v2.1.32" PLEXPY_RELEASE_VERSION = "v2.1.33"