Skip to content

Commit

Permalink
bump: v2.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
listen1 committed Mar 29, 2023
1 parent 7ff4bd0 commit fc0dad7
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 11 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Listen 1 (Chrome Extension) V2.27.0
# Listen 1 (Chrome Extension) V2.28.0

(最后更新于 20221110 日)
(最后更新于 2023329 日)

[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE)

Expand Down Expand Up @@ -72,6 +72,20 @@ Listen1 诞生的初衷从不是和大公司的争夺版权利益,而是为了

## 更新日志

`2022-12 ~ 2023-03`

功能改进:

- 增加了葡萄牙语(巴西)的翻译 (感谢 @nailtonvital 的提交)
- 增加了 qq 音乐 320kbps 音质的支持 (感谢 @fecet 的提交)

修复:

- 修复了酷我音乐播放接口失效的问题 (感谢 @NickeyLin 的提交)
- 修复导出歌单失败的问题 (感谢 @@IcedWatermelonJuice 的提交)
- 修复了现在播放页面打开后图标状态的问题 (感谢 @@mnyon 的提交)
- 修复了 lastfm 不记录最近播放的问题 (感谢 @@Anmizi 的提交)

`2022-11`

功能改进:
Expand Down
18 changes: 16 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.27.0
# Listen 1 (Chrome Extension) V2.28.0

(Last Update September 17th, 2022)
(Last Update March 29th, 2023)

[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE)

Expand Down Expand Up @@ -47,6 +47,20 @@ Making your own playlist is also supported.

## Changelog

`2022-12 ~ 2023-03`

Features:

- Add language support for Brazilian portuguese (thanks @nailtonvital)
- Add new quality 320kpbs for qq music (thanks @fecet)

Fix bugs:

- fix kuwo music play url error (thanks @NickeyLin)
- fix songlist export problem (thanks @@IcedWatermelonJuice)
- fix icon state when toggle now playing page (thanks @@mnyon)
- fix lastfm record error (thanks @@Anmizi)

`2022-11`

Features:
Expand Down
4 changes: 2 additions & 2 deletions listen1.html
Original file line number Diff line number Diff line change
Expand Up @@ -1472,7 +1472,7 @@ <h2>{{ backup.id }} {{backup.description}}</h2>
</p>
<p>{{_DESIGNER}} ({{_THEME_WHITE}}): iparanoid </p>
<p>{{_DESIGNER}} ({{_THEME_MODERN_BLACK}}, {{_THEME_MODERN_WHITE}}): 814959822, Antion</p>
<p>{{_VERSION}}: v2.27.0 {{_LICENSE_NOTICE}}</p>
<p>{{_VERSION}}: v2.28.0 {{_LICENSE_NOTICE}}</p>
<p ng-show='lastestVersion!=""'>
{{_LATEST_VERSION}}: {{lastestVersion}}
</p>
Expand Down Expand Up @@ -3548,7 +3548,7 @@ <h2>{{ backup.id }} {{backup.description}}</h2>
</p>
<p>{{_DESIGNER}} ({{_THEME_WHITE}}): iparanoid </p>
<p>{{_DESIGNER}} ({{_THEME_MODERN_BLACK}}, {{_THEME_MODERN_WHITE}}): 814959822, Antion</p>
<p>{{_VERSION}}: v2.27.0 {{_LICENSE_NOTICE}}</p>
<p>{{_VERSION}}: v2.28.0 {{_LICENSE_NOTICE}}</p>
<p ng-show='lastestVersion!=""'>
{{_LATEST_VERSION}}: {{lastestVersion}}
</p>
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"webRequest",
"webRequestBlocking"
],
"version": "2.27.0",
"version": "2.28.0",
"web_accessible_resources": ["images/*"],
"content_scripts": [
{
Expand Down
2 changes: 1 addition & 1 deletion manifest_firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"webRequest",
"webRequestBlocking"
],
"version": "2.27.0",
"version": "2.28.0",
"web_accessible_resources": ["images/*"],
"content_scripts": [
{
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.27.0",
"version": "2.28.0",
"description": "one for all free music in china",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit fc0dad7

Please sign in to comment.