Skip to content

Commit

Permalink
v0.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
trazyn committed Oct 12, 2017
1 parent 7f841e7 commit 8d8a371
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
Download the last version on the [website](https://github.com/trazyn/ieaseMusic/releases/latest) or below.

#### Mac(10.9+)
[Download](https://github.com/trazyn/ieaseMusic/releases/download/v0.0.4/ieaseMusic-0.0.4-mac.dmg) the `.dmg` file.
[Download](https://github.com/trazyn/ieaseMusic/releases/download/v0.0.5/ieaseMusic-0.0.5-mac.dmg) the `.dmg` file.

#### Linux
[Download](https://github.com/trazyn/ieaseMusic/releases/download/v0.0.4/iease-music-0.0.4-x86_64.AppImage) the `.AppImage` file.
[Download](https://github.com/trazyn/ieaseMusic/releases/download/v0.0.5/iease-music-0.0.5-x86_64.AppImage) the `.AppImage` file.

The AppImage needs to be made executable after download:
```
$ chmod u+x iease-music-0.0.4-x86_64.AppImage
$ chmod u+x iease-music-0.0.5-x86_64.AppImage
```

#### Windows(Windows 7+ are supported, 64-bit only)
Expand Down Expand Up @@ -87,6 +87,7 @@ Description | Keys
音量减 | <kbd>Down</kbd>
喜欢歌曲 | <kbd>Cmd</kbd> <kbd>L</kbd>
播放历史记录 | <kbd>Cmd</kbd> <kbd>0</kbd> ... <kbd>9</kbd>
搜索 | <kbd>Cmd</kbd> <kbd>F</kbd>
跳转首页 | <kbd>Shift</kbd> <kbd>Cmd</kbd> <kbd>H</kbd>
查看榜单 | <kbd>Shift</kbd> <kbd>Cmd</kbd> <kbd>T</kbd>
所有歌单 | <kbd>Shift</kbd> <kbd>Cmd</kbd> <kbd>P</kbd>
Expand All @@ -113,12 +114,12 @@ Description | Keys
- [x] Artist
- [x] Album
- [ ] Login with email
- [ ] Search
- [x] Search
- [x] Login
- [x] Pllylist subscribe
- [x] Follow
- [ ] Flac high quality audio
- [ ] Resolve dead link(search form QQ music)
- [ ] Resolve dead link(search from QQ music)
- [ ] Scrobble to Last.fm
- [ ] Comment(貌似很多人讨厌评论啊)
- [ ] Website
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iease-music",
"version": "0.0.4",
"version": "0.0.5",
"description": "这应该是最好的网易云音乐播放器了,没有之一,如果有请打醒 🤘",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 8d8a371

Please sign in to comment.