wewechat-plus-plus/CHANGELOG.MD
Riceneeder 58ce6cb67b wewechat++ init
仓库提交至星火社区作品集

Signed-off-by: Riceneeder <86492950+Riceneeder@users.noreply.github.com>
2022-09-01 20:38:13 +08:00

72 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 1.1.4
### 2017-09-22
#### Improvements
- 发送消息后滚动到对话窗口最下面
#### Bug fixed
- 修复 #34 快速`enter`时会重复发送消息
- 修复点击状态栏小图标展开菜单后,收到消息后重新创建小图标导致程序退出的问题
# 1.1.3
### 2017-09-19
#### Bug fixed
- #36 #34 优化内存使用修复由于1.1.1显示头像到菜单栏接收新消息时刷新菜单中会话列表重复创建nativeImage导致GC无法及时回收所造成内存占用过高
# 1.1.2
### 2017-09-18
#### Improvements
- 增加自动更新
# 1.1.1
### 2017-09-14
#### Improvements
- 增加用户头像到菜单栏
#### Bug fixed
- 修复登出时网络错误,导致未提示客户端已离线
### 2017-09-12
#29 替换`html`为对应`emoji`
### 2017-09-11
#28 在 windows 和 linux 上不显示菜单
### 2017-09-10
#### Bug fixed
- 联系人列表只显示好友,不显示临时联系人
### 2017-09-08
#### Improvements
- 添加文件助手, #27
#### Bug fixed
- 修改样式,防止文字信息内容过长
### 2017-09-07
#### Improvements
- 调整表情框表情大小
- 聊天窗口用户名取消换行
#### Feature
- 多文件拖拽发送
#### Bug fixed
- 仅在聊天开启时允许文件拖拽
- 修复手机端消息同步客户端错误
- 修复图片加载失败使用错误`src`进行回滚导致客户端卡死的问题