This commit is contained in:
JonnyWong16 2018-06-21 19:07:02 -07:00
parent 0fb79cba9f
commit 7eee7024b6
2 changed files with 12 additions and 1 deletions

View file

@ -1,5 +1,16 @@
# Changelog # Changelog
## v2.1.14 (2018-06-21)
* Notifications:
* Fix: Parsing script arguments in quotes.
* UI:
* Fix: Slow loading due to Font Awesome 5 javascript.
* Change: Play counts on user an library pages now respect the history grouping setting.
* API:
* New: Added optional grouping parameter to user and library watch statistics.
## v2.1.13 (2018-06-16) ## v2.1.13 (2018-06-16)
* Monitoring: * Monitoring:

View file

@ -1,2 +1,2 @@
PLEXPY_BRANCH = "master" PLEXPY_BRANCH = "master"
PLEXPY_RELEASE_VERSION = "v2.1.13" PLEXPY_RELEASE_VERSION = "v2.1.14"