bump version 1.5.2

This commit is contained in:
Listen 1 2018-02-19 16:31:58 +08:00
parent 612c324060
commit 3097bb6fa9
4 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
Listen 1 (Chrome Extension) V1.5.1
Listen 1 (Chrome Extension) V1.5.2
==========
最后更新于2018年02月18日
@ -48,6 +48,7 @@ Firefox打包安装
`2018-02-18`
* 修复无法创建歌单的bug
* 修复点击关闭歌单按钮后无法再打开歌单的bug
* 增加歌曲主页,点击封面可进入(特别感谢@iparanoid提供歌曲页面UI设计
`2018-02-15`

View File

@ -351,7 +351,7 @@
<div class="settings-content">
<p> Listen 1 主页: <a href="http://listen1.github.io/listen1/" target="_blank"> http://listen1.github.io/listen1/ </a> </p>
<p> Listen 1 邮箱: githublisten1@gmail.com </p>
<p> 当前版本 1.5.1 (本软件基于MIT协议开源免费)</p>
<p> 当前版本 1.5.2 (本软件基于MIT协议开源免费)</p>
</div>
</div>
</div>

View File

@ -15,7 +15,7 @@
"manifest_version": 2,
"name": "Listen 1",
"permissions": [ "notifications", "unlimitedStorage", "downloads", "storage", "contextMenus", "tabs", "*://music.163.com/*", "*://*.xiami.com/*", "*://*.qq.com/*", "*://api.github.com/*", "*://github.com/*", "webRequest", "webRequestBlocking"],
"version": "1.5.1",
"version": "1.5.2",
"web_accessible_resources": [ "images/*" ],
"content_scripts": [{
"matches": ["https://listen1.github.io/listen1/*"],

View File

@ -21,7 +21,7 @@
"manifest_version": 2,
"name": "Listen 1",
"permissions": [ "notifications", "unlimitedStorage", "downloads", "storage", "contextMenus", "tabs", "*://music.163.com/*", "*://*.xiami.com/*", "*://*.qq.com/*", "*://api.github.com/*", "*://github.com/*", "webRequest", "webRequestBlocking"],
"version": "1.5.1",
"version": "1.5.2",
"web_accessible_resources": [ "images/*" ],
"content_scripts": [{
"matches": ["https://listen1.github.io/listen1/*"],