v2.1.1-beta

This commit is contained in:
JonnyWong16 2018-04-11 21:59:39 -07:00
parent 8f8318da6d
commit 1d3cd431eb
2 changed files with 15 additions and 1 deletions

View file

@ -1,5 +1,19 @@
# Changelog
## v2.1.1-beta (2018-04-11)
* Monitoring:
* Fix: Live TV transcoding showing incorrectly as direct play.
* Newsletters:
* New: Added week number as parameter. (Thanks @samip5)
* Fix: Fallback to cover art on the newsletter cards.
* Change: Option to set newsletter time frame by calendar days or hours.
* Notifications:
* New: Added week number as parameter. (Thanks @samip5)
* Other:
* New: Added plexapi library for custom scripts.
## v2.1.0-beta (2018-04-07)
* Newsletters:

View file

@ -1,2 +1,2 @@
PLEXPY_BRANCH = "beta"
PLEXPY_RELEASE_VERSION = "v2.1.0-beta"
PLEXPY_RELEASE_VERSION = "v2.1.1-beta"