Skip to content

Commit

Permalink
bump v2.21.6
Browse files Browse the repository at this point in the history
  • Loading branch information
listen1 committed Jul 21, 2021
1 parent 160fa11 commit f6c00fd
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 11 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Listen 1 (Chrome Extension) V2.21.5
# Listen 1 (Chrome Extension) V2.21.6

(最后更新于 2021 年 0502 日)
(最后更新于 2021 年 0721 日)

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

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

## 更新日志

`2021-07`

修复:

- 禁止图片拖动
- 增加快捷键中放大缩小功能的描述
- 修改 windows 用户的窗口控制按钮位置到右上角 (感谢 @mikelxk 的提交)
- 升级 howler 库 (感谢 @mikelxk 的提交)
- 修复 QQ 音乐无法搜索的问题
- 修复 chrome 浏览器媒体控制中进度条拖动的问题 (感谢 @mikelxk 的提交)
- 增加本地音乐的本地 lrc 歌词文件支持 (感谢 @mikelxk 的提交)

`2021-04`

功能改进:
Expand Down
18 changes: 15 additions & 3 deletions README_EN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Listen 1 (Chrome Extension) V2.21.5
# Listen 1 (Chrome Extension) V2.21.6

(Last Update May 2nd, 2021)
(Last Update July 21st, 2021)

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

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

## Changelog

`2021-04`
`2021-07`

Fix Bugs:

- disable image drag
- add shortcuts description for zoom in/out
- move window control panel to top right for windows users (thanks @mikelxk)
- upgrade howler lib (thanks @mikelxk)
- fix QQ search problem
- fix media center progress bar control for chrome users
- add local lrc file support when import local music (thanks @mikelxk)

`2021-04`

Features:

Expand Down
2 changes: 1 addition & 1 deletion listen1.html
Original file line number Diff line number Diff line change
Expand Up @@ -1441,7 +1441,7 @@ <h2>{{ backup.id }} {{backup.description}}</h2>
>
</p>
<p>{{_DESIGNER}}: iparanoid</p>
<p>{{_VERSION}}: v2.21.5 {{_LICENSE_NOTICE}}</p>
<p>{{_VERSION}}: v2.21.6 {{_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 @@ -60,7 +60,7 @@
"webRequest",
"webRequestBlocking"
],
"version": "2.21.5",
"version": "2.21.6",
"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 @@ -50,7 +50,7 @@
"webRequest",
"webRequestBlocking"
],
"version": "2.21.5",
"version": "2.21.6",
"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.21.5",
"version": "2.21.6",
"description": "one for all free music in china",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f6c00fd

Please sign in to comment.