diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ad120f9..958a8c44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## v1.2.2 (2015-10-12) + +* Add server discovery on first run. +* Add column to tables for Platform. +* Add link to top level breadcrumbs on info pages. +* Add ability to change notification sounds for Pushover and Boxcar. +* Show watched percentage tooltip on progress column in history tables. +* More logging in event an http request fails. +* Code cleanups and other fixes. +* Fix ordering on sync table. +* Fix bug on home stats cards. +* Fix bug on activity pane where music details were not shown. + + ## v1.2.1 (2015-09-29) * Fix for possible issue when paused_counter is null. diff --git a/plexpy/version.py b/plexpy/version.py index b1677d0d..40c9dce1 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ PLEXPY_VERSION = "master" -PLEXPY_RELEASE_VERSION = "1.2.1" +PLEXPY_RELEASE_VERSION = "1.2.2"