Skip to content

Commit

Permalink
update version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
listen1 committed Dec 20, 2017
1 parent 53902b3 commit f97a86d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Listen 1 (Chrome Extension) (最后更新于2017年11月27日
Listen 1 (Chrome Extension) V1.3.0 (最后更新于2017年12月20日
==========

[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE)
Expand Down Expand Up @@ -44,6 +44,11 @@ Firefox打包安装
更新日志
-------

`2017-12-20`

* 增加搜索翻页功能,你可以看到更多的搜索结果了。(感谢@ConstLhq的提交)
* 增加合并歌单功能。可以快速的把其它你创建的歌曲合并到当前的歌单中了。(感谢@Dumeng的提交)

`2017-11-27`

* 修复网易云音乐歌单只显示第一首歌的Bug(感谢[@Binaryify/NeteaseCloudMusicApi](https://github.com/Binaryify/NeteaseCloudMusicApi)提供接口实现)
Expand Down Expand Up @@ -113,9 +118,10 @@ Firefox打包安装

* 增加音量控制

TODO
即将到来的功能
----
分页加载

* 歌单云同步(基于Gist)


License
Expand Down
2 changes: 1 addition & 1 deletion listen1.html
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ <h3 class="masthead-brand" ng-click="showTag(2)">Listen 1</h3>
<div class="settings-content">
<p> Listen 1 主页: <a href="http://listen1.github.io/listen1/" target="_blank"> http://listen1.github.io/listen1/ </a> </p>
<p> Listen 1 邮箱: [email protected] </p>
<p> 当前版本 1.2.4 (本软件基于MIT协议开源免费)</p>
<p> 当前版本 1.3.0 (本软件基于MIT协议开源免费)</p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"manifest_version": 2,
"name": "Listen 1",
"permissions": [ "notifications", "unlimitedStorage", "downloads", "storage", "contextMenus", "tabs", "*://music.163.com/*", "*://*.xiami.com/*", "*://*.qq.com/*", "webRequest", "webRequestBlocking"],
"version": "1.2.4",
"version": "1.3.0",
"web_accessible_resources": [ "images/*" ]
}
2 changes: 1 addition & 1 deletion manifest_firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"manifest_version": 2,
"name": "Listen 1",
"permissions": [ "notifications", "unlimitedStorage", "downloads", "storage", "contextMenus", "tabs", "*://music.163.com/*", "*://*.xiami.com/*", "*://*.qq.com/*", "webRequest", "webRequestBlocking"],
"version": "1.2.4",
"version": "1.3.0",
"web_accessible_resources": [ "images/*" ]
}

0 comments on commit f97a86d

Please sign in to comment.