Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

Commit 378bc9e

Browse files
author
trazyn
committed
Release v v1.3.2
1 parent d7de102 commit 378bc9e

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

README.md

+8-9
Original file line numberDiff line numberDiff line change
@@ -48,27 +48,27 @@
4848
Download the last version on the [website](https://github.com/trazyn/ieaseMusic/releases/latest) or below.
4949

5050
#### Mac(10.9+)
51-
[Download](https://github.com/trazyn/ieaseMusic/releases/download/v1.3.1/ieaseMusic-1.3.1-mac.dmg) the `.dmg` file, Or use `homebrew`:
51+
[Download](https://github.com/trazyn/ieaseMusic/releases/download/v1.3.2/ieaseMusic-1.3.2-mac.dmg) the `.dmg` file, Or use `homebrew`:
5252
```
5353
brew cask install ieasemusic
5454
```
5555

5656
#### Linux
5757

58-
[Download](https://github.com/trazyn/ieaseMusic/releases/download/v1.3.1/ieaseMusic-1.3.1-linux-amd64.deb) the `.deb` file for 'Debian / Ubuntu':
58+
[Download](https://github.com/trazyn/ieaseMusic/releases/download/v1.3.2/ieaseMusic-1.3.2-linux-amd64.deb) the `.deb` file for 'Debian / Ubuntu':
5959
```
60-
$ sudo dpkg -i ieaseMusic-1.3.1-linux-amd64.deb
60+
$ sudo dpkg -i ieaseMusic-1.3.2-linux-amd64.deb
6161
```
6262

63-
[Download](https://github.com/trazyn/ieaseMusic/releases/download/v1.3.1/ieaseMusic-1.3.1-linux-x86_64.rpm) the `.rpm` file for 'Centos/RHEL':
63+
[Download](https://github.com/trazyn/ieaseMusic/releases/download/v1.3.2/ieaseMusic-1.3.2-linux-x86_64.rpm) the `.rpm` file for 'Centos/RHEL':
6464
```
65-
$ sudo yum localinstall ieaseMusic-1.3.1-linux-x86_64.rpm
65+
$ sudo yum localinstall ieaseMusic-1.3.2-linux-x86_64.rpm
6666
```
6767

68-
[Download](https://github.com/trazyn/ieaseMusic/releases/download/v1.3.1/iease-music-1.3.1-x86_64.AppImage) the `.Appimage` file for other distribution:
68+
[Download](https://github.com/trazyn/ieaseMusic/releases/download/v1.3.2/iease-music-1.3.2-x86_64.AppImage) the `.Appimage` file for other distribution:
6969
```
70-
$ chmod u+x iease-music-1.3.1-x86_64.AppImage
71-
$ ./iease-music-1.3.1-x86_64.AppImage
70+
$ chmod u+x iease-music-1.3.2-x86_64.AppImage
71+
$ ./iease-music-1.3.2-x86_64.AppImage
7272
```
7373

7474
Archlinux `pacman` install:
@@ -175,7 +175,6 @@ Description | Keys
175175
- [x] Download manager
176176
- [x] Wechat QR code login
177177
- [ ] Weibo QR code login
178-
- [ ] Remove express
179178
- [ ] Resize window(New UI)
180179
181180
## 参考列表

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iease-music",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "这应该是最好的网易云音乐播放器了,没有之一,如果有请打醒 🤘",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)