From 256430bffde87970ceb89d559add9d3816f366c6 Mon Sep 17 00:00:00 2001 From: Wassup789 Date: Wed, 8 Feb 2017 15:58:12 -0800 Subject: [PATCH] v1.2.2.0 Release --- CHANGELOG.md | 8 ++++++++ manifest.json | 2 +- settings_edit.html | 19 ++++++------------- 3 files changed, 15 insertions(+), 14 deletions(-) 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
    -
  • Added Notification Customizer
  • +
  • Added Custom Playlist Support
    • -
    • The notification button layout can now be fully customized
    • -
    • Want a button added? Send a request here
    • -
    • Access this option in the popup under "Edit Settings"
    • +
    • Add the button here
    -
  • Added badge number support
  • -
  • Added support for file uploading via Linux
  • -
  • Set notification icon to the channel's profile photo
  • -
  • Removing channels no longer remove as easily (unless in the edit channel layout mode)
  • -
  • Notifications titles have a maximum length to include the channel name
  • -
  • Fixed bug where channel import included playlists
  • -
  • Fixed bug where the add buttons appear at unwarranted locations
  • -
  • Fixed bug where the add buttons would appear multiple times for the user's channel
  • +
  • Fixed bug where add buttons would display multiple times
  • +
  • Fixed bug where text-to-speech would not output the full title
  • +
  • Fixed bug where some channels would not be recognized