This commit is contained in:
JonnyWong16 2016-05-22 15:04:17 -07:00
parent 1c627f4649
commit cb0e65337f
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,12 @@
# Changelog # Changelog
## v1.4.2 (2016-05-22)
* New: Option to use HTTP basic authentication instead of the HTML login form.
* Fix: Unable to save settings when enabling the HTTP proxy setting.
* Change: Match the PMS port when retrieving the PMS url.
## v1.4.1 (2016-05-20) ## v1.4.1 (2016-05-20)
* New: HTTP Proxy checkbox in the settings. Enable this if using an SSL enabled reverse proxy in front of PlexPy. * New: HTTP Proxy checkbox in the settings. Enable this if using an SSL enabled reverse proxy in front of PlexPy.

View file

@ -1,2 +1,2 @@
PLEXPY_VERSION = "master" PLEXPY_VERSION = "master"
PLEXPY_RELEASE_VERSION = "1.4.1" PLEXPY_RELEASE_VERSION = "1.4.2"