Skip to content

Commit

Permalink
bump v2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
listen1 committed Feb 3, 2021
1 parent fa45765 commit 5bdb9db
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
28 changes: 26 additions & 2 deletions README_EN.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion listen1.html
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ <h2> {{ backup.id }} {{backup.description}}</h2>
>
</p>
<p> {{_DESIGNER}}: iparanoid </p>
<p> {{_VERSION}}: 2.17.8 {{_LICENSE_NOTICE}}</p>
<p> {{_VERSION}}: 2.18.0 {{_LICENSE_NOTICE}}</p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"webRequest",
"webRequestBlocking"
],
"version": "2.17.8",
"version": "2.18.0",
"web_accessible_resources": [
"images/*"
],
Expand Down
2 changes: 1 addition & 1 deletion manifest_firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"webRequest",
"webRequestBlocking"
],
"version": "2.17.8",
"version": "2.18.0",
"web_accessible_resources": [
"images/*"
],
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 5bdb9db

Please sign in to comment.