From 06be2c7ea62cd2cdef3f7264805c03c366ef8b1b Mon Sep 17 00:00:00 2001 From: Listen 1 Date: Sun, 18 Feb 2018 21:46:29 +0800 Subject: [PATCH] fix dialog data field not submit bug, bump 1.5.1 --- README.md | 3 ++- listen1.html | 6 +++--- manifest.json | 2 +- manifest_firefox.json | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3817f75..d11aa77 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Listen 1 (Chrome Extension) V1.5.0 +Listen 1 (Chrome Extension) V1.5.1 ========== (最后更新于2018年02月18日) @@ -47,6 +47,7 @@ Firefox打包安装 `2018-02-18` +* 修复无法创建歌单的bug * 增加歌曲主页,点击封面可进入(特别感谢@iparanoid提供歌曲页面UI设计) `2018-02-15` diff --git a/listen1.html b/listen1.html index 1cd1ee4..5e11d84 100644 --- a/listen1.html +++ b/listen1.html @@ -42,8 +42,8 @@ - -
+ +
@@ -351,7 +351,7 @@

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

Listen 1 邮箱: githublisten1@gmail.com

-

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

+

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

diff --git a/manifest.json b/manifest.json index b3dedf2..e8e46f5 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.0", + "version": "1.5.1", "web_accessible_resources": [ "images/*" ], "content_scripts": [{ "matches": ["https://listen1.github.io/listen1/*"], diff --git a/manifest_firefox.json b/manifest_firefox.json index e599d6a..9341b20 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.0", + "version": "1.5.1", "web_accessible_resources": [ "images/*" ], "content_scripts": [{ "matches": ["https://listen1.github.io/listen1/*"],