From 3097bb6fa99bb827b08a09d16244787a45223862 Mon Sep 17 00:00:00 2001 From: Listen 1 Date: Mon, 19 Feb 2018 16:31:58 +0800 Subject: [PATCH] bump version 1.5.2 --- README.md | 3 ++- listen1.html | 2 +- manifest.json | 2 +- manifest_firefox.json | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d11aa77..e335a61 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/listen1.html b/listen1.html index 16ec4cb..98cfd3c 100644 --- a/listen1.html +++ b/listen1.html @@ -351,7 +351,7 @@

Listen 1 主页: http://listen1.github.io/listen1/

Listen 1 邮箱: githublisten1@gmail.com

-

当前版本 1.5.1 (本软件基于MIT协议开源免费)

+

当前版本 1.5.2 (本软件基于MIT协议开源免费)

diff --git a/manifest.json b/manifest.json index e8e46f5..41526f0 100644 --- a/manifest.json +++ b/manifest.json @@ -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/*"], diff --git a/manifest_firefox.json b/manifest_firefox.json index 9341b20..cf64fc7 100644 --- a/manifest_firefox.json +++ b/manifest_firefox.json @@ -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/*"],