This commit is contained in:
JonnyWong16 2016-07-16 14:58:03 -07:00
parent cd3938eb33
commit 53bca5a3d3
2 changed files with 10 additions and 1 deletions

View file

@ -1,5 +1,14 @@
# Changelog
## v1.4.8 (2016-07-16)
* New: Setting to specify PlexPy backup interval.
* Fix: User Concurrent Streams Notifications by IP Address checkbox not working.
* Fix: Substitute {update_version} in fallback PMS update notification text.
* Fix: Check version for automatic IP logging setting.
* Fix: Use library refresh interval.
## v1.4.7 (2016-07-14)
* New: Use MaxMind GeoLite2 for IP address lookup.

View file

@ -1,2 +1,2 @@
PLEXPY_VERSION = "master"
PLEXPY_RELEASE_VERSION = "1.4.7"
PLEXPY_RELEASE_VERSION = "1.4.8"