From 5bdb9db06a021ea1fbcb4de02449e38ad4fb5d50 Mon Sep 17 00:00:00 2001 From: Listen 1 Date: Wed, 3 Feb 2021 18:19:18 +0800 Subject: [PATCH] bump v2.18.0 --- README.md | 4 ++-- README_EN.md | 28 ++++++++++++++++++++++++++-- listen1.html | 2 +- manifest.json | 2 +- manifest_firefox.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 7 files changed, 34 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3c5586f8..e032fb56 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -Listen 1 (Chrome Extension) V2.17.8 +Listen 1 (Chrome Extension) V2.18.0 ========== -(最后更新于2020年12月28日) +(最后更新于2021年02月03日) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE) diff --git a/README_EN.md b/README_EN.md index 0d9bf329..bcfba029 100644 --- a/README_EN.md +++ b/README_EN.md @@ -1,6 +1,6 @@ -Listen 1 (Chrome Extension) V2.17.8 +Listen 1 (Chrome Extension) V2.18.0 ========== -(Last Update December 28th, 2020) +(Last Update Feb 3rd, 2021) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE) @@ -46,6 +46,30 @@ Install (Firefox) Changelog ------- + +`2021-01` + +Features: +* support play music background (thanks @Dumeng) +* optimaze kugo related code (thanks @RecluseWind) +* optimaze migu related code (thanks @RecluseWind) +* support flac for local music (thanks @mikelxk) +* add feedback link (thanks @mikelxk) +* optimaze xiami music, add playlist search (thanks @RecluseWind) +* optimaze cache for playlist + +Refactor: +* replace encrypt lib to forge (thanks @Dumeng) +* remove jquery (thanks @Dumeng) +* replace ngsoundmanager2 to howler.js (thanks @Dumeng) +* replace angular http to axios (thanks @Dumeng) +* support eslint check in github action (thanks @Dumeng) + +Fix bugs: +* fix MediaSession error when not supported (thanks @Jyuaan) +* fix migu playlist 404 link +* fix current playling music list modal (thanks @Demeng) + `2020-12-28` * fix bug for desktop: max,min,close button not available diff --git a/listen1.html b/listen1.html index b539e801..f407e45d 100644 --- a/listen1.html +++ b/listen1.html @@ -423,7 +423,7 @@

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

>

{{_DESIGNER}}: iparanoid

-

{{_VERSION}}: 2.17.8 {{_LICENSE_NOTICE}}

+

{{_VERSION}}: 2.18.0 {{_LICENSE_NOTICE}}

diff --git a/manifest.json b/manifest.json index 6695a180..6e7fe12a 100644 --- a/manifest.json +++ b/manifest.json @@ -40,7 +40,7 @@ "webRequest", "webRequestBlocking" ], - "version": "2.17.8", + "version": "2.18.0", "web_accessible_resources": [ "images/*" ], diff --git a/manifest_firefox.json b/manifest_firefox.json index 3d8f34d9..121c7a6a 100644 --- a/manifest_firefox.json +++ b/manifest_firefox.json @@ -49,7 +49,7 @@ "webRequest", "webRequestBlocking" ], - "version": "2.17.8", + "version": "2.18.0", "web_accessible_resources": [ "images/*" ], diff --git a/package-lock.json b/package-lock.json index 5926fe87..fb77cd0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "listen1_chrome_extension", - "version": "2.17.8", + "version": "2.18.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "2.17.8", + "version": "2.18.0", "license": "ISC", "devDependencies": { "eslint": "^7.18.0", diff --git a/package.json b/package.json index 8e52f17f..3f854d41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "listen1_chrome_extension", - "version": "2.17.8", + "version": "2.18.0", "description": "one for all free music in china", "main": "index.js", "scripts": {