diff --git a/CHANGELOG.md b/CHANGELOG.md index 3704323..b7e092c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ Changelog ===== +## v1.2.2.0 (02-08-2017) + * Added custom playlist support + * Accessable in the edit notifications page + * Fixed bug where channels would not be recognized + * Fixed bug where TTS would not output the full title + * Fixed bug where the add button would display multiple times + * Fixed bug where the popup card header layout would be inline + ## v1.2.1.0 (10-20-2016) * Added Notification Customizer * Access this option in the popup under edit settings diff --git a/manifest.json b/manifest.json index 1477d8c..58a58e1 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ }, "name": "__MSG_appName__", "description": "__MSG_appDesc__", - "version": "1.2.1.0", + "version": "1.2.2.0", "permissions": [ "notifications", "unlimitedStorage", diff --git a/settings_edit.html b/settings_edit.html index 821c37f..6f9ec6d 100644 --- a/settings_edit.html +++ b/settings_edit.html @@ -351,22 +351,15 @@
-
v1.2.1.0
+
v1.2.2.0