Skip to content

Commit

Permalink
bump: v2.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
listen1 committed Sep 10, 2022
1 parent 4e5ac67 commit f3360ac
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 11 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Listen 1 (Chrome Extension) V2.26.0
# Listen 1 (Chrome Extension) V2.26.1

(最后更新于 2022 年 09 月 06 日)
(最后更新于 2022 年 09 月 10 日)

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

Expand Down Expand Up @@ -77,6 +77,7 @@ Listen1 诞生的初衷从不是和大公司的争夺版权利益,而是为了
功能改进

- 添加现代白,现代黑两款主题(感谢 @814959822 的提交)
- 优化了新主题性能

`2022-08`

Expand Down
5 changes: 3 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.26.0
# Listen 1 (Chrome Extension) V2.26.1

(Last Update September 6th, 2022)
(Last Update September 10th, 2022)

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

Expand Down Expand Up @@ -52,6 +52,7 @@ Making your own playlist is also supported.
Features:

- Add new themes: modern white, modern black(thanks @814959822
- Optimize new theme performance

`2022-08`

Expand Down
4 changes: 2 additions & 2 deletions listen1.html
Original file line number Diff line number Diff line change
Expand Up @@ -1466,7 +1466,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.26.0 {{_LICENSE_NOTICE}}</p>
<p>{{_VERSION}}: v2.26.1 {{_LICENSE_NOTICE}}</p>
<p ng-show='lastestVersion!=""'>
{{_LATEST_VERSION}}: {{lastestVersion}}
</p>
Expand Down Expand Up @@ -3538,7 +3538,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.26.0 {{_LICENSE_NOTICE}}</p>
<p>{{_VERSION}}: v2.26.1 {{_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 @@ -62,7 +62,7 @@
"webRequest",
"webRequestBlocking"
],
"version": "2.26.0",
"version": "2.26.1",
"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.26.0",
"version": "2.26.1",
"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.26.0",
"version": "2.26.1",
"description": "one for all free music in china",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f3360ac

Please sign in to comment.