Releases: eatmoreapple/openwechat
Releases · eatmoreapple/openwechat
v1.4.0
What's Changed
- [fix]:热登录重启后再次消费历史消息问题 by @minQpple in #245
- [refactor]: 修改热存储数据dump逻辑 by @eatmoreapple in #246
- [fix]: 修复热登录重启后再次同步以前的消息 by @eatmoreapple in #247
- 删除 SyncReloadDataLoginOption by @eatmoreapple in #248
- [fix]: 修复登录 HotReloadStorage 异常 by @eatmoreapple in #254
- 删除无用代码;修改拼写错误 by @wenyoufu in #257
- [docs]: update docs by @eatmoreapple in #262
- add constructor for User by @eatmoreapple in #265
- [feat]: add Equal to User by @eatmoreapple in #266
- update go mod version by @eatmoreapple in #267
- update readme by @eatmoreapple in #274
New Contributors
Full Changelog: v1.3.9...v1.4.0
v1.3.9
What's Changed
- [style]: update User display by @eatmoreapple in #227
- 提升上传文件性能 by @eatmoreapple in #228
- [feat]: 添加最近联系人和公众号文章列表 by @eatmoreapple in #230
- 删除根据备注查找群组功能 by @eatmoreapple in #231
- 更新 Group Display by @eatmoreapple in #232
- [refactor]: 添加 CookieGroup by @eatmoreapple in #233
- 【opt】优化好友公众号群组获取接口防止频繁发送网络请求 by @wenyoufu in #234
- [fix]: 修改同步消息逻辑 by @eatmoreapple in #236
- [refactor]: 重构更新联系人详情 by @eatmoreapple in #239
- [revert]: 还原同步消息逻辑 by @eatmoreapple in #241
- 【bug-fix】修改不在通讯录无法获取群组的bug 解决方案:程序运行后,如果群组(不在通讯录中),发送过任意消息,则更新群组(解决bug#225) by @wenyoufu in #242
New Contributors
Full Changelog: v1.3.8...v1.3.9
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