Skip to content

Commit

Permalink
bump v2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
listen1 committed Aug 4, 2020
1 parent 1efbc66 commit 99e58a4
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 8 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Listen 1 (Chrome Extension) V2.10.0
Listen 1 (Chrome Extension) V2.11.0
==========
最后更新于2020年07月10日
最后更新于2020年08月04日

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

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

更新日志
-------
`2020-08-04`
* 增加正在播放窗口和播放列表弹窗的动画效果
* 修复虾米艺人封面图片无法显示的问题 (感谢@RecluseWind的提交)
* 优化打开歌单功能,支持网易云排行榜单,艺人页面,专辑页面网址(感谢@whtiehack的提交)
* 优化专辑图片显示,避免图片被压缩 (感谢@RecluseWind的提交)

`2020-07-10`
* 修复咪咕音乐无法播放的问题
* 支持顶部搜索栏回车触发 (感谢@kangbb的提交)
Expand Down
10 changes: 8 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.10.0
Listen 1 (Chrome Extension) V2.11.0
==========
(Last Update July 10th, 2020)
(Last Update August 4th, 2020)

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

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

Changelog
-------
`2020-08-04`
* add animation for now playing and current playlist window
* fix xiami cover image not loaded bug (thanks @RecluseWind)
* optimaze open songlist url, support netease toplist, artist, album (thanks @whtiehack)
* optimaze cover image display, avoid resize (thanks @RecluseWind)

`2020-07-10`
* fix migu play fail bug
* support press enter key to search in search bar thanks @kangbb
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.10.0 {{_LICENSE_NOTICE}}</p>
<p> {{_VERSION}}: 2.11.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.10.0",
"version": "2.11.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.10.0",
"version": "2.11.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.10.0",
"version": "2.11.0",
"description": "one for all free music in china",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 99e58a4

Please sign in to comment.