This commit is contained in:
JonnyWong16 2016-01-29 21:31:25 -08:00
parent afc265a188
commit fb7ad9438e
2 changed files with 16 additions and 1 deletions

View file

@ -1,5 +1,20 @@
# Changelog # Changelog
## v1.3.4 (2016-01-29)
* Fix: Activity checker not starting with library update (history not logging).
* Fix: Libraries duplicated in database.
* Fix: Buffer notifications even when disabled when using websockets.
* Fix: Libraries and Users lists not refreshing.
* Fix: Server verification in settings.
* Fix: Empty libraries not added to database.
* Add: Unique identifier to notification options.
* Remove: Media type toggles for recently added notifications.
* Remove: Built in Twitter key and secret.
* Remove: Unnecessary quoting of script arguments.
* Change: Facebook notification instructions.
## v1.3.3 (2016-01-26) ## v1.3.3 (2016-01-26)
* Fix: Plays by Month graph not loading. * Fix: Plays by Month graph not loading.

View file

@ -1,2 +1,2 @@
PLEXPY_VERSION = "master" PLEXPY_VERSION = "master"
PLEXPY_RELEASE_VERSION = "1.3.3" PLEXPY_RELEASE_VERSION = "1.3.4"