From ce7ec3e8faa2bfc8cdf6d9230121e8a35772f98b Mon Sep 17 00:00:00 2001 From: Listen 1 Date: Mon, 1 Apr 2024 23:11:05 +0800 Subject: [PATCH] bump: v2.32.0 --- README.md | 13 +++++++++++-- README_EN.md | 13 +++++++++++-- listen1.html | 4 ++-- manifest.json | 2 +- manifest_firefox.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 7 files changed, 29 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index da145af2..63be8956 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Listen 1 (Chrome Extension) V2.31.0 +# Listen 1 (Chrome Extension) V2.32.0 -(最后更新于 2023 年 7 月 28 日) +(最后更新于 2024 年 4 月 1 日) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE) @@ -72,6 +72,15 @@ Listen1 诞生的初衷从不是和大公司的争夺版权利益,而是为了 ## 更新日志 +`2023-08 ~ 2024-04` + +修复: + +- 迁移哔哩哔哩用户信息获取接口 (感谢@wuhao-igno 的提交) +- 修复 QQ 音乐播放问题 +- 修复酷我播放和搜索问题 +- 修复酷狗音乐播放问题 + `2023-07` 修复: diff --git a/README_EN.md b/README_EN.md index 888423f9..8ecd7e96 100644 --- a/README_EN.md +++ b/README_EN.md @@ -1,6 +1,6 @@ -# Listen 1 (Chrome Extension) V2.31.0 +# Listen 1 (Chrome Extension) V2.32.0 -(Last Update July 14th, 2023) +(Last Update April 1st, 2024) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE) @@ -47,6 +47,15 @@ Making your own playlist is also supported. ## Changelog +`2023-08 ~ 2024-04` + +Fix bugs: + +- Migrate bilibili artist info api (thanks @wuhao-igno) +- fix qq music +- fix kugou music +- fix kuwo music + `2023-07` Fix bugs: diff --git a/listen1.html b/listen1.html index bf05565f..7ea5b01f 100644 --- a/listen1.html +++ b/listen1.html @@ -1472,7 +1472,7 @@

{{ backup.id }} {{backup.description}}

{{_DESIGNER}} ({{_THEME_WHITE}}): iparanoid

{{_DESIGNER}} ({{_THEME_MODERN_BLACK}}, {{_THEME_MODERN_WHITE}}): 814959822, Antion

-

{{_VERSION}}: v2.31.0 {{_LICENSE_NOTICE}}

+

{{_VERSION}}: v2.32.0 {{_LICENSE_NOTICE}}

{{_LATEST_VERSION}}: {{lastestVersion}}

@@ -3548,7 +3548,7 @@

{{ backup.id }} {{backup.description}}

{{_DESIGNER}} ({{_THEME_WHITE}}): iparanoid

{{_DESIGNER}} ({{_THEME_MODERN_BLACK}}, {{_THEME_MODERN_WHITE}}): 814959822, Antion

-

{{_VERSION}}: v2.31.0 {{_LICENSE_NOTICE}}

+

{{_VERSION}}: v2.32.0 {{_LICENSE_NOTICE}}

{{_LATEST_VERSION}}: {{lastestVersion}}

diff --git a/manifest.json b/manifest.json index b17c45be..a5d7f218 100644 --- a/manifest.json +++ b/manifest.json @@ -63,7 +63,7 @@ "webRequest", "webRequestBlocking" ], - "version": "2.31.0", + "version": "2.32.0", "web_accessible_resources": ["images/*"], "content_scripts": [ { diff --git a/manifest_firefox.json b/manifest_firefox.json index 6731af01..73079ef7 100644 --- a/manifest_firefox.json +++ b/manifest_firefox.json @@ -53,7 +53,7 @@ "webRequest", "webRequestBlocking" ], - "version": "2.31.0", + "version": "2.32.0", "web_accessible_resources": ["images/*"], "content_scripts": [ { diff --git a/package-lock.json b/package-lock.json index 9437c31a..1c7083d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "listen1_chrome_extension", - "version": "2.31.0", + "version": "2.32.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "listen1_chrome_extension", - "version": "2.31.0", + "version": "2.32.0", "license": "MIT", "dependencies": { "color": "^4.2.3", diff --git a/package.json b/package.json index 984f14f6..23b1b17a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "listen1_chrome_extension", - "version": "2.31.0", + "version": "2.32.0", "description": "one for all free music in china", "main": "index.js", "scripts": {