Skip to content

Commit

Permalink
bump v2.17.8
Browse files Browse the repository at this point in the history
  • Loading branch information
listen1 committed Dec 28, 2020
1 parent 32e8888 commit 9a21ea9
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 8 deletions.
7 changes: 5 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.7
Listen 1 (Chrome Extension) V2.17.8
==========
最后更新于2020年12月27日
最后更新于2020年12月28日

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

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

更新日志
-------
`2020-12-28`
* 修复最大,最小,关闭按钮在桌面版失效的问题

`2020-12-27`
* 修复无法显示收藏歌单的bug
* 支持一次输入搜索所有平台(Beta)
Expand Down
7 changes: 5 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.7
Listen 1 (Chrome Extension) V2.17.8
==========
(Last Update December 27th, 2020)
(Last Update December 28th, 2020)

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

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

Changelog
-------
`2020-12-28`
* fix bug for desktop: max,min,close button not available

`2020-12-27`
* fix bug: can't play favorite playlist
* feature: search all music (beta)
Expand Down
2 changes: 1 addition & 1 deletion listen1.html
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,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.7 {{_LICENSE_NOTICE}}</p>
<p> {{_VERSION}}: 2.17.8 {{_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.7",
"version": "2.17.8",
"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.7",
"version": "2.17.8",
"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.7",
"version": "2.17.8",
"description": "one for all free music in china",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9a21ea9

Please sign in to comment.