Skip to content

Commit

Permalink
bump v2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
listen1 committed Aug 24, 2020
1 parent 9745f86 commit a5eaed4
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.11.0
Listen 1 (Chrome Extension) V2.12.0
==========
最后更新于2020年08月04日
最后更新于2020年08月24日

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

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

更新日志
-------
`2020-08-24`
* 修复虾米歌单歌曲只显示部分歌曲的bug (感谢@RecluseWind的提交)
* 修复歌单图片和标题显示问题 (感谢@RecluseWind的提交)
* 支持桌面版点击链接打开系统默认浏览器

`2020-08-04`
* 增加正在播放窗口和播放列表弹窗的动画效果
* 修复虾米艺人封面图片无法显示的问题 (感谢@RecluseWind的提交)
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.11.0
Listen 1 (Chrome Extension) V2.12.0
==========
(Last Update August 4th, 2020)
(Last Update August 24th, 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-08-24`
* fix xiami songlist only shows part of songs bug (thanks @RecluseWind)
* fix songlist cover and title display bug (thanks @RecluseWind)
* support open url using system default browser for desktop version

`2020-08-04`
* add animation for now playing and current playlist window
* fix xiami cover image not loaded bug (thanks @RecluseWind)
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}}: githublisten1@gmail.com </p>
<p> {{_DESIGNER}}: iparanoid </p>
<p> {{_VERSION}}: 2.11.0 {{_LICENSE_NOTICE}}</p>
<p> {{_VERSION}}: 2.12.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.11.0",
"version": "2.12.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.11.0",
"version": "2.12.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.11.0",
"version": "2.12.0",
"description": "one for all free music in china",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a5eaed4

Please sign in to comment.