Skip to content

Commit

Permalink
bump v2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
listen1 committed Dec 12, 2020
1 parent 249262c commit e8cc1e3
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 8 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Listen 1 (Chrome Extension) V2.17.0
Listen 1 (Chrome Extension) V2.17.1
==========
最后更新于2020年10月27日
最后更新于2020年12月12日

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

Expand Down Expand Up @@ -71,6 +71,11 @@ Listen1诞生的初衷从不是和大公司的争夺版权利益,而是为了

更新日志
-------
`2020-12-12`
* 支持QQ音乐歌单搜索 (感谢@RecluseWind的提交)
* 修复网易云音乐无法打开手机分享的歌单链接的bug (感谢@RecluseWind的提交)
* 修复咪咕音乐无法搜索的bug

`2020-10-28`
* 增加本地音乐(仅限桌面版)

Expand Down
9 changes: 7 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.17.0
Listen 1 (Chrome Extension) V2.17.1
==========
(Last Update October 24th, 2020)
(Last Update December 12nd, 2020)

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

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

Changelog
-------
`2020-12-12`
* support search songlist for qq music (thanks @RecluseWind
* fix bug: netease songlist shared by mobile open error (thanks @RecluseWind
* fix bug: migu search song error

`2020-10-28`
* add local music (desktop version only)

Expand Down
2 changes: 1 addition & 1 deletion listen1.html
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,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.17.0 {{_LICENSE_NOTICE}}</p>
<p> {{_VERSION}}: 2.17.1 {{_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 @@ -40,7 +40,7 @@
"webRequest",
"webRequestBlocking"
],
"version": "2.17.0",
"version": "2.17.1",
"web_accessible_resources": [
"images/*"
],
Expand Down
2 changes: 1 addition & 1 deletion manifest_firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"webRequest",
"webRequestBlocking"
],
"version": "2.17.0",
"version": "2.17.1",
"web_accessible_resources": [
"images/*"
],
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.17.0",
"version": "2.17.1",
"description": "one for all free music in china",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e8cc1e3

Please sign in to comment.