This commit is contained in:
JonnyWong16 2018-07-27 13:53:45 -07:00
parent 2f40850100
commit a8a676b794
2 changed files with 13 additions and 2 deletions

View file

@ -1,5 +1,16 @@
# Changelog # Changelog
## v2.1.18 (2018-07-27)
* Monitoring:
* Fix: Progress bar on activity cards showing incorrect 100% when starting a stream.
* Notifications:
* Fix: Notification text boxes scrolling to top when inputting text.
* Change: Skip formatting invalid notification parameters instead of returning default text.
* UI:
* Fix: Padding around search bar causing the navigation bar to break on smaller screens.
## v2.1.17-beta (2018-07-22) ## v2.1.17-beta (2018-07-22)
* Notifications: * Notifications:

View file

@ -1,2 +1,2 @@
PLEXPY_BRANCH = "beta" PLEXPY_BRANCH = "master"
PLEXPY_RELEASE_VERSION = "v2.1.17-beta" PLEXPY_RELEASE_VERSION = "v2.1.18"