Skip to content

Commit

Permalink
add change log
Browse files Browse the repository at this point in the history
  • Loading branch information
trazyn committed Sep 6, 2017
1 parent a71baee commit c42feeb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

# 1.1.1(2017-09-07)

#### Improvements
- 调整表情框表情大小
- 聊天窗口用户名取消换行

#### Feature
- 多文件拖拽发送

#### BUg fixed
- 仅在聊天开启时允许文件拖拽
- 修复手机端消息同步客户端错误
- 修复图片加载失败使用错误`src`进行回滚导致客户端卡死的问题
4 changes: 3 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Unofficial WeChat client built with React, MobX and Electron.

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

## [CHANGELOG](https://github.com/trazyn/weweChat/blob/master/CHANGELOG.MD)

## Feature
- Work on desktop
- On macOS, window vibrancy effect
Expand All @@ -28,7 +30,7 @@ Download the last version on the [website](https://github.com/trazyn/weweChat/re

#### Mac(10.9+)
[Download](https://github.com/trazyn/weweChat/releases/download/1.0.0/wewechat-1.0.0-mac.dmg) the `.dmg` file.
Or use [Homebrew-Cask](https://caskroom.github.io/):
Or use [Homebrew-Cask](https://caskroom.github.io/):
```
$ brew cask install wewechat
```
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": "wewechat",
"version": "1.1.0",
"version": "1.1.1",
"description": "Unofficial WeChat client built with React, MobX and Electron.",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit c42feeb

Please sign in to comment.