diff --git a/CHANGELOG.md b/CHANGELOG.md index e8280a15..a3ecb5ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,26 @@ # Changelog +## v2.0.10-beta (2018-01-04) + +* Monitoring: + * Fix: HW transcoding indicator on activity cards incorrect after refreshing. +* Notifications: + * Remove: Notification toggles from library and user settings. Use custom conditions to filter out notifications instead. +* UI: + * Fix: Incorrect examples for some date format options. Also added a few missing date format options. (Thanks @Tommatheussen) + + ## v2.0.9-beta (2018-01-03) * Notifications: * Fix: Notifications failing due to incorrect season/episode number types. - + ## v2.0.8-beta (2018-01-03) * Monitoring: - * Fix: Fix HW transcoding indicator on activity cards. - * Fix: Fix long product/player names hidden behind platform icon on activity cards. + * Fix: Incorrect HW transcoding indicator on activity cards. + * Fix: Long product/player names hidden behind platform icon on activity cards. * Notifications: * Fix: Notifications failing due to some missing notification parameters. diff --git a/plexpy/version.py b/plexpy/version.py index da285bee..b16935cd 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ PLEXPY_BRANCH = "beta" -PLEXPY_RELEASE_VERSION = "v2.0.9-beta" +PLEXPY_RELEASE_VERSION = "v2.0.10-beta"