Skip to content

Commit c42feeb

Browse files
committed
add change log
1 parent a71baee commit c42feeb

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.MD

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
# 1.1.1(2017-09-07)
3+
4+
#### Improvements
5+
- 调整表情框表情大小
6+
- 聊天窗口用户名取消换行
7+
8+
#### Feature
9+
- 多文件拖拽发送
10+
11+
#### BUg fixed
12+
- 仅在聊天开启时允许文件拖拽
13+
- 修复手机端消息同步客户端错误
14+
- 修复图片加载失败使用错误`src`进行回滚导致客户端卡死的问题

README.MD

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Unofficial WeChat client built with React, MobX and Electron.
88

99
API from [https://web.wechat.com/](https://web.wechat.com/)
1010

11+
## [CHANGELOG](https://github.com/trazyn/weweChat/blob/master/CHANGELOG.MD)
12+
1113
## Feature
1214
- Work on desktop
1315
- On macOS, window vibrancy effect
@@ -28,7 +30,7 @@ Download the last version on the [website](https://github.com/trazyn/weweChat/re
2830

2931
#### Mac(10.9+)
3032
[Download](https://github.com/trazyn/weweChat/releases/download/1.0.0/wewechat-1.0.0-mac.dmg) the `.dmg` file.
31-
Or use [Homebrew-Cask](https://caskroom.github.io/):
33+
Or use [Homebrew-Cask](https://caskroom.github.io/):
3234
```
3335
$ brew cask install wewechat
3436
```

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wewechat",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Unofficial WeChat client built with React, MobX and Electron.",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)