Skip to content

Commit

Permalink
bump v2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
listen1 committed Jul 10, 2020
1 parent d9c531b commit 079378a
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 8 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Listen 1 (Chrome Extension) V2.9.0
Listen 1 (Chrome Extension) V2.10.0
==========
最后更新于2020年06月29日
最后更新于2020年07月10日

[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE)

Expand Down Expand Up @@ -59,6 +59,13 @@ Firefox打包安装

更新日志
-------
`2020-07-10`
* 修复咪咕音乐无法播放的问题
* 支持顶部搜索栏回车触发 (感谢@kangbb的提交)
* 支持歌单歌曲数显示,支持播放/暂停全局快捷键(桌面版)(感谢@x2009again的提交)
* 支持返回时回到滚动条历史位置(感谢@x2009again参与完成)
* 优化firefox滑动条,修改qq音乐图标网址,解决firefox上架jquery代码问题 (感谢@RecluseWind的提交)

`2020-06-29`
* 支持播放失败时自动切换播放源(Beta)

Expand Down
11 changes: 9 additions & 2 deletions README_EN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Listen 1 (Chrome Extension) V2.9.0
Listen 1 (Chrome Extension) V2.10.0
==========
(Last Update June 29th, 2020)
(Last Update July 10th, 2020)

[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE)

Expand Down Expand Up @@ -46,6 +46,13 @@ Install (Firefox)

Changelog
-------
`2020-07-10`
* fix migu play fail bug
* support press enter key to search in search bar thanks @kangbb
* support playlist song count show, support play/pause shortcut, desktop only(thanks @x2009again
* support restore scrollbar offset when go back(thanks @x2009again for discuss solution)
* optimaze firefox scorlling bar, modify source image url for qq music, fix firefox jquery lib md5 error(thanks @RecluseWind

`2020-06-29`
* support auto choose source when play fail

Expand Down
2 changes: 1 addition & 1 deletion listen1.html
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ <h2> {{ backup.id }} {{backup.description}}</h2>
<p> Listen 1 {{_HOMEPAGE}}: <a open-url="'http://listen1.github.io/listen1/'"> http://listen1.github.io/listen1/ </a> </p>
<p> Listen 1 {{_EMAIL}}: [email protected] </p>
<p> {{_DESIGNER}}: iparanoid </p>
<p> {{_VERSION}}: 2.9.0 {{_LICENSE_NOTICE}}</p>
<p> {{_VERSION}}: 2.10.0 {{_LICENSE_NOTICE}}</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 @@ -15,7 +15,7 @@
"manifest_version": 2,
"name": "Listen 1",
"permissions": [ "notifications", "unlimitedStorage", "downloads", "storage", "contextMenus", "tabs", "cookies", "*://music.163.com/*", "*://*.xiami.com/*", "*://*.qq.com/*", "*://*.kugou.com/", "*://*.kuwo.cn/", "*://*.bilibili.com/*", "*://*.migu.cn/*", "*://api.github.com/*", "*://github.com/*", "*://gist.githubusercontent.com/*", "webRequest", "webRequestBlocking"],
"version": "2.9.0",
"version": "2.10.0",
"web_accessible_resources": [ "images/*" ],
"commands": {
"play_next": {
Expand Down
2 changes: 1 addition & 1 deletion manifest_firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"manifest_version": 2,
"name": "Listen 1",
"permissions": [ "notifications", "unlimitedStorage", "downloads", "storage", "contextMenus", "tabs", "cookies", "*://music.163.com/*", "*://*.xiami.com/*", "*://*.qq.com/*", "*://*.kugou.com/", "*://*.kuwo.cn/", "*://*.bilibili.com/*", "*://*.migu.cn/*", "*://api.github.com/*", "*://github.com/*", "*://gist.githubusercontent.com/*", "webRequest", "webRequestBlocking"],
"version": "2.9.0",
"version": "2.10.0",
"web_accessible_resources": [ "images/*" ],
"content_scripts": [{
"matches": ["https://listen1.github.io/listen1/*"],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "listen1_chrome_extension",
"version": "2.9.0",
"version": "2.10.0",
"description": "one for all free music in china",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 079378a

Please sign in to comment.