Releases: eatmoreapple/openwechat
Releases · eatmoreapple/openwechat
v1.3.8
What's Changed
- [fix]: 解决定时器同步数据到热存储中的数据竞争问题 https://github.com/eatmoreapple/openwech… by @eatmoreapple in #219
- [feat]: 支持自定义添加 context 用于控制 bot 存活 by @eatmoreapple in #220
- [style]: 支持扫码登录自定义uuid by @eatmoreapple in #221
- [feat]: 支持用户自定义热存储数据的序列化和反序列化 by @eatmoreapple in #222
- [style]: Deprecated NewJsonFileHotReloadStorage by @eatmoreapple in #223
- [style]: 移除 DispatchMessage by @eatmoreapple in #224
Full Changelog: v1.3.7...v1.3.8
v1.3.7
What's Changed
- [feat]: 添加判断当前消息是否为拍了拍自己 by @eatmoreapple in #209
- [bug]: 修复拍了拍我判断错误的问题 by @eatmoreapple in #210
- change readerToFile by @eatmoreapple in #211
- 按照微信的排列顺序获取联系人列表 by @eatmoreapple in #213
- [doc]: update docs by @eatmoreapple in #214
- ✨ 新增设置UUID接口,可使用该接口解耦登录逻辑 by @lixh00 in #215
- [feat]: 添加邀请用户加入群聊功能 by @eatmoreapple in #216
Full Changelog: v1.3.6...v1.3.7
v1.3.6
What's Changed
- [style]: 更新 Members 转换函数 by @eatmoreapple in #202
- [perf]: 优化登录检查 by @eatmoreapple in #203
- [refactor]: 增加 LoginCode 定义 by @eatmoreapple in #204
- [fix]: 当用户自定义http client的时候 cookie 无法被反序列化的问题 by @eatmoreapple in #205
- [fix]: 修复当用户主动退出后,block依然阻塞 by @eatmoreapple in #206
Full Changelog: v1.3.5...v1.3.6
v1.3.5
What's Changed
- 设置默认5分钟同步一次热存储数据 by @eatmoreapple in #192
- [style]: 更新 BotLoginOption by @eatmoreapple in #196
- [refactor] pushLogin 设置二维码回调和扫码回调默认不触发 by @eatmoreapple in #197
- [feat]: 添加 Members 去重 by @eatmoreapple in #198
- [feat]: 添加 User 转换函数 by @eatmoreapple in #199
- [feat]: 添加联系人排序功能 by @eatmoreapple in #200
- [feat]: 添加联系人去重和排序 by @eatmoreapple in #201
Full Changelog: v1.3.4...v1.3.5
v1.3.4
What's Changed
- fix: receiver里fileHelper为空的情况 by @tgNotHouse in #186
- update docs by @eatmoreapple in #188
- format errors by @eatmoreapple in #189
- 修改同步消息错误默认行为 by @eatmoreapple in #190
- 添加定时同步数据到热存储容器功能 by @eatmoreapple in #191
New Contributors
- @tgNotHouse made their first contribution in #186
Full Changelog: v1.3.3...v1.3.4
v1.3.3
What's Changed
- 添加 Ret code by @eatmoreapple in #180
- 添加 LoginChecker by @eatmoreapple in #181
- 发送文件直接支持 io.Reader by @eatmoreapple in #182
- 修复 pushlogin 重试失败的问题 🐛 by @eatmoreapple in #183
Full Changelog: v1.3.2...v1.3.3
v1.3.2
What's Changed
- 添加 bot option by @eatmoreapple in #176
- 添加免扫码登录功能 by @eatmoreapple in #178
- 删除一些冗余的函数 by @eatmoreapple in #179
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
- 修复下载文件Content-Length为0的bug 🐛 by @eatmoreapple in #174
Full Changelog: v1.3.0...v1.3.1
v1.3.0
v1.2.9
What's Changed
- 支持 MessageMatchDispatcher 直接转换成 MessageHandler ✨ by @eatmoreapple in #161
- 修复当群组保存在通讯录后无法正常识别是否是被@ by @sml2h3 in #164
- 修复
jsonFileHotReloadStorage
在文件已存在的情况下,没有获取到文件写入权限 by @tossp in #163 - 修改热登录错误处理 🚑 by @eatmoreapple in #166
New Contributors
Full Changelog: v1.2.8...v1.2.9