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

Commit f38b2fd

Browse files
committed
v1.2.2.1 Release
1 parent 2ee19c2 commit f38b2fd

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
Changelog
22
=====
3-
## v1.2.2.X (04-XX-2017)
3+
## v1.2.2.1 (04-10-2017)
44
* Fixed a bug where the data would not update because of a YouTube Data API error
5+
* Changed default sort order to be by video upload date
56

67
## v1.2.2.0 (02-08-2017)
78
* Added custom playlist support

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This code is licensed under the MIT License.
2323

2424
[![ChromeWebStore](https://raw.githubusercontent.com/Wassup789/Youtube-Notifications/master/img/chromewebstore.png)](https://chrome.google.com/webstore/detail/youtube-notifications/cilgbgkmanbbecbjihnbpeaoodmgchom)
2525

26-
**Latest Version:** ***v1.2.1.0***
26+
**Latest Version:** ***v1.2.2.1***
2727

2828
**Release Archive:**
2929

settings_edit.html

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -351,15 +351,10 @@
351351
</paper-card>
352352
<paper-card id="paper_card-changelog" class="floating" data-toggle="false" i18n="settings_changelog_title" image="img/welcome_card.jpg">
353353
<div class="card-content">
354-
<div class="content-header">v1.2.2.0</div>
354+
<div class="content-header">v1.2.2.1</div>
355355
<ul>
356-
<li>Added Custom Playlist Support</li>
357-
<ul>
358-
<li>Add the button <a href="chrome-extension://cilgbgkmanbbecbjihnbpeaoodmgchom/pages/edit-notification.html">here</a></a></li>
359-
</ul>
360-
<li>Fixed bug where add buttons would display multiple times</li>
361-
<li>Fixed bug where text-to-speech would not output the full title</li>
362-
<li>Fixed bug where some channels would not be recognized</li>
356+
<li>Fixed a bug where the data would not update because of a YouTube Data API error</li>
357+
<li>Changed default sort order to be by video upload date</li>
363358
</ul>
364359
</div>
365360
<div class="card-actions">

0 commit comments

Comments
 (0)