Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
v1.2.2.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Wassup789 committed Feb 8, 2017
1 parent 8029a11 commit 256430b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "1.2.1.0",
"version": "1.2.2.0",
"permissions": [
"notifications",
"unlimitedStorage",
Expand Down
19 changes: 6 additions & 13 deletions settings_edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -351,22 +351,15 @@
</paper-card>
<paper-card id="paper_card-changelog" class="floating" data-toggle="false" i18n="settings_changelog_title" image="img/welcome_card.jpg">
<div class="card-content">
<div class="content-header">v1.2.1.0</div>
<div class="content-header">v1.2.2.0</div>
<ul>
<li>Added Notification Customizer</li>
<li>Added Custom Playlist Support</li>
<ul>
<li>The notification button layout can now be fully customized</li>
<li>Want a button added? Send a request <a href="//github.com/Wassup789/YouTube-Notifications/issues">here</a></li>
<li>Access this option in the popup under "Edit Settings"</li>
<li>Add the button <a href="chrome-extension://cilgbgkmanbbecbjihnbpeaoodmgchom/pages/edit-notification.html">here</a></a></li>
</ul>
<li>Added badge number support</li>
<li>Added support for file uploading via Linux</li>
<li>Set notification icon to the channel's profile photo</li>
<li>Removing channels no longer remove as easily (unless in the edit channel layout mode)</li>
<li>Notifications titles have a maximum length to include the channel name</li>
<li>Fixed bug where channel import included playlists</li>
<li>Fixed bug where the add buttons appear at unwarranted locations</li>
<li>Fixed bug where the add buttons would appear multiple times for the user's channel</li>
<li>Fixed bug where add buttons would display multiple times</li>
<li>Fixed bug where text-to-speech would not output the full title</li>
<li>Fixed bug where some channels would not be recognized</li>
</ul>
</div>
<div class="card-actions">
Expand Down

0 comments on commit 256430b

Please sign in to comment.