v2.0.26-beta

This commit is contained in:
JonnyWong16 2018-03-30 09:29:47 -07:00
parent a69008e179
commit 818e7723ff
2 changed files with 13 additions and 2 deletions

View file

@ -1,5 +1,16 @@
# Changelog
## v2.0.26-beta (2018-03-30)
* Monitoring:
* New: Setting to change the refresh interval on the homepage.
* Fix: Identify extras correctly on the activity cards.
* Notifications:
* Change: Send Telegram image and text separately if the caption is longer than 200 characters.
* UI:
* Fix: Error when clicking on synced playlist links.
## v2.0.25 (2018-03-22)
* Monitoring:

View file

@ -1,2 +1,2 @@
PLEXPY_BRANCH = "master"
PLEXPY_RELEASE_VERSION = "v2.0.25"
PLEXPY_BRANCH = "beta"
PLEXPY_RELEASE_VERSION = "v2.0.26-beta"