Skip to content

Commit

Permalink
bump 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
listen1 committed Jul 3, 2019
1 parent fa28dea commit 6980e02
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 7 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Listen 1 (Chrome Extension) V2.3.1
Listen 1 (Chrome Extension) V2.4.0
==========
最后更新于2019年06月24日
最后更新于2019年07月03日

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

Expand Down Expand Up @@ -46,6 +46,9 @@ Firefox打包安装

更新日志
-------
`2019-07-03`
* 修复咪咕音乐无法播放的bug

`2019-06-24`
* 增加咪咕音乐
* 修复网易音乐无法播放的bug
Expand Down
7 changes: 5 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.3.1
Listen 1 (Chrome Extension) V2.4.0
==========
(Last Update 06/24/2019)
(Last Update 07/03/2019)

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

Expand Down Expand Up @@ -33,6 +33,9 @@ Install (Firefox)

Changelog
-------
`2019-07-03`
* fix migu play error

`2019-06-24`
* add migu music
* fix kugou play bug
Expand Down
21 changes: 21 additions & 0 deletions css/iparanoid.css
Original file line number Diff line number Diff line change
Expand Up @@ -1032,6 +1032,27 @@ svg.searchspinner {
color: #000000;
}

.footer .right-control .lyric-toggle {
margin-right: 30px;
cursor: pointer;
}

.footer .right-control .lyric-toggle .lyric-icon, .footer .right-control .lyric-toggle .lyric-icon.selected:hover {
border: solid 1px #7f7f7f;
height: 16px;
line-height: 16px;
font-size: 14px;
color: #7f7f7f;
background-color: #fff;
user-select: none;
}

.footer .right-control .lyric-toggle .lyric-icon.selected {
border: solid 1px #7f7f7f;
background-color: #7f7f7f;
color: #fff;
}

.footer .right-control .volume-ctrl {
flex: 1;
display: flex;
Expand Down
5 changes: 4 additions & 1 deletion listen1.html
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ <h2> {{ backup.id }} {{backup.description}}</h2>
<p> Listen 1 {{_HOMEPAGE}}: <a open-url="'http://listen1.github.io/listen1/'"> http://listen1.github.io/listen1/ </a> </p>
<p> Listen 1 {{_EMAIL}}: [email protected] </p>
<p> {{_DESIGNER}}: iparanoid </p>
<p> {{_VERSION}}: 2.3.1 {{_LICENSE_NOTICE}}</p>
<p> {{_VERSION}}: 2.4.0 {{_LICENSE_NOTICE}}</p>
</div>
</div>
</div>
Expand Down Expand Up @@ -468,6 +468,9 @@ <h2>{{ currentPlaying.title }}</h2>
</div>
</div>
</div>
<div ng-if="!isChrome" class="lyric-toggle">
<div ng-click="openLyricFloatingWindow(true)" class="lyric-icon" ng-class="{'selected': enableLyricFloatingWindow}"></div>
</div>
</div>
<div class="menu" ng-hide="menuHidden">
<div class="menu-header"><span class="menu-title">{{_TOTAL_SONG_PREFIX}}{{playlist.length}}{{_TOTAL_SONG_POSTFIX}}</span>
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"manifest_version": 2,
"name": "Listen 1",
"permissions": [ "notifications", "unlimitedStorage", "downloads", "storage", "contextMenus", "tabs", "cookies", "*://music.163.com/*", "*://*.xiami.com/*", "*://*.qq.com/*", "*://*.kugou.com/", "*://*.kuwo.cn/", "*://*.bilibili.com/*", "*://*.migu.cn/*", "*://api.github.com/*", "*://github.com/*", "*://gist.githubusercontent.com/*", "webRequest", "webRequestBlocking"],
"version": "2.3.1",
"version": "2.4.0",
"web_accessible_resources": [ "images/*" ],
"commands": {
"play_next": {
Expand Down
2 changes: 1 addition & 1 deletion manifest_firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"manifest_version": 2,
"name": "Listen 1",
"permissions": [ "notifications", "unlimitedStorage", "downloads", "storage", "contextMenus", "tabs", "cookies", "*://music.163.com/*", "*://*.xiami.com/*", "*://*.qq.com/*", "*://*.kugou.com/", "*://*.kuwo.cn/", "*://*.bilibili.com/*", "*://*.migu.cn/*", "*://api.github.com/*", "*://github.com/*", "*://gist.githubusercontent.com/*", "webRequest", "webRequestBlocking"],
"version": "2.3.1",
"version": "2.4.0",
"web_accessible_resources": [ "images/*" ],
"content_scripts": [{
"matches": ["https://listen1.github.io/listen1/*"],
Expand Down

0 comments on commit 6980e02

Please sign in to comment.