Skip to content

Commit

Permalink
bump v2.17.6
Browse files Browse the repository at this point in the history
  • Loading branch information
listen1 committed Dec 27, 2020
1 parent 36854bd commit 1f977bc
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.4
Listen 1 (Chrome Extension) V2.17.6
==========
最后更新于2020年12月22日
最后更新于2020年12月27日

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

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

更新日志
-------
`2020-12-27`
* 修复咪咕音乐歌单只显示前20首歌的bug
* 修复虾米音乐歌词解析错误导致无法显示的bug
* 根据chrome web store上架要求修改部分权限

`2020-12-22`
* 修复酷我音乐无法播放的问题
* 修复我创建的歌单升级后无法播放的问题
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.4
Listen 1 (Chrome Extension) V2.17.6
==========
(Last Update December 22nd, 2020)
(Last Update December 27th, 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-27`
* fix bug: migu playlist shows first 20 tracks
* fix bug: xiami lyric parse error
* change manitest permession config to pass chrome web store review

`2020-12-22`
* fix bug: kuwo music can't be played
* fix bug: after upgrade v2.17.2, my playlist can't be played
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.4 {{_LICENSE_NOTICE}}</p>
<p> {{_VERSION}}: 2.17.6 {{_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 @@ -36,7 +36,7 @@
"webRequest",
"webRequestBlocking"
],
"version": "2.17.4",
"version": "2.17.6",
"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.4",
"version": "2.17.6",
"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.4",
"version": "2.17.6",
"description": "one for all free music in china",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1f977bc

Please sign in to comment.