Skip to content

Commit

Permalink
[Release] 0.2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
darknessomi committed Jun 3, 2017
1 parent bcdd6e6 commit 7dfd3fe
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion NEMbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import sys

from .menu import Menu
version = "0.2.4.0"
version = "0.2.4.1"


def start():
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ NetEase-MusicBox
#### 已测试的系统兼容列表

<table>
<tr> <td>macOS</td> <td>10.12 / 10.11 / 10.10 / 10.9</td> </tr>
<tr> <td>macOS</td> <td>10.12 / 10.11</td> </tr>
<tr> <td>Ubuntu</td> <td>14.04</td> </tr>
<tr> <td>Kali</td> <td>1.1.0 / 2.0 / Rolling</td> </tr>
<tr> <td>CentOS</td> <td>7</td> </tr>
Expand Down Expand Up @@ -151,6 +151,8 @@ Enjoy it !

### 更新日志

2017-06-03 版本 0.2.4.1 修正mpg123状态异常导致的cpu占用,增加歌词双行显示功能

2017-03-17 版本 0.2.4.0 修复通知可能造成的崩溃

2017-03-03 版本 0.2.3.9 邮箱用户登录修复
Expand Down Expand Up @@ -179,7 +181,7 @@ Enjoy it !

2016-05-07 版本 0.2.2.8 解决通知在Gnome桌面持续驻留(#303)的问题

[更多>>](Change Log.md)
[更多>>](https://github.com/darknessomi/musicbox/blob/master/ChangeLog.md)

### The MIT License (MIT)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

setup(
name='NetEase-MusicBox',
version='0.2.4.0',
version='0.2.4.1',
packages=find_packages(),
install_requires=[
'requests',
Expand Down

1 comment on commit 7dfd3fe

@ChenYuWuAi
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

作者,我想您接受在下的一份改进~这份改进包括了许多内容,包括缓存的mp3元数据编辑和封面下载/下载目录的配置/通知的优化/歌单全部下载、收藏等,我希望出这么一份力能效力于所有人~谢谢。

Please sign in to comment.