This commit is contained in:
Jonathan Wong 2015-11-25 19:15:40 -08:00
parent 30b11bce98
commit 090011c9a5
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,12 @@
# Changelog
## v1.2.5 (2015-11-25)
* Add video_decision and audio_decision to notification options
* Fix IP address logging
* Fix log spam if notifications disabled
## v1.2.4 (2015-11-24)
* Add filtering by media type in the history table

View file

@ -1,2 +1,2 @@
PLEXPY_VERSION = "master"
PLEXPY_RELEASE_VERSION = "1.2.4"
PLEXPY_RELEASE_VERSION = "1.2.5"