Releases: eatmoreapple/openwechat
Releases · eatmoreapple/openwechat
v1.4.8
What's Changed
- fix: failed to send to single member by @sunls24 in #517
- Fix: 修正message.go中的注释错误 by @Re-Ch-Love in #518
- fix: #110 #428 修复回复由自己发送私聊消息抛出1204错误 by @Clov614 in #522
- fix: 修复 go1.23 cookie entry 改动的问题 by @eatmoreapple in #525
- fix: panic on go1.23 by @eatmoreapple in #535
New Contributors
- @sunls24 made their first contribution in #517
- @Re-Ch-Love made their first contribution in #518
- @Clov614 made their first contribution in #522
Full Changelog: v1.4.7...v1.4.8
v1.4.7
What's Changed
- style(bot.go): fix bot.go code style by @XdpCs in #410
- feat: 添加是否为附件消息的判断 by @eatmoreapple in #416
- fix(client.go): fix (c *Client) Do(req *http.Request) body retry by @XdpCs in #418
- Update user.md 修改一下变量名称 by @496672097 in #421
- Update relations.go by @496672097 in #422
- wip by @eatmoreapple in #423
- generic forward message by @eatmoreapple in #434
- fix: 转发消息发生错误时不中断后续消息的转发 by @eatmoreapple in #437
- fix doc build failed by @eatmoreapple in #443
- update rd by @eatmoreapple in #444
- add message observer by @eatmoreapple in #457
- 上传图片时候增加上传git格式 by @taropowder in #461
- fix location message judge by @eatmoreapple in #481
- optimize: ErrForbidden 提供具体的错误信息 by @k8scat in #485
- update error handing by @eatmoreapple in #486
- update mode behaviors by @eatmoreapple in #487
- update file upload by @eatmoreapple in #488
- pref upload file by @eatmoreapple in #489
- update form buf reset by @eatmoreapple in #490
- update media file upload by @eatmoreapple in #491
- 修复Exit时的死循环问题 by @raintean in #499
- feat: support sending emoticon messages by @liwh011 in #501
- update message processor by @eatmoreapple in #502
- add workflow by @eatmoreapple in #503
New Contributors
- @496672097 made their first contribution in #421
- @taropowder made their first contribution in #461
- @k8scat made their first contribution in #485
- @raintean made their first contribution in #499
- @liwh011 made their first contribution in #501
Full Changelog: v1.4.6...v1.4.7
v1.4.6
What's Changed
- 修复超40人拉入群聊报错的问题 by @757368663 in #406
New Contributors
- @757368663 made their first contribution in #406
Full Changelog: v1.4.5...v1.4.6
v1.4.5
What's Changed
- add bug ISSUE template by @eatmoreapple in #388
- refactor: optimize details by @jiajie99 in #390
- 修复bot_test中TestGetUUID测试方法 by @igophper in #393
- refactor: support recalled message by @jiajie99 in #399
- fix: 修复回复由自己发送的群消息时抛出1204错误 by @eatmoreapple in #404
New Contributors
Full Changelog: v1.4.4...v1.4.5
v1.4.4
What's Changed
- feat: 增加获取当前登录用户的id by @eatmoreapple in #365
- [fix]: 修复self账号向群聊发送的消息,bot无法通过msg.Receiver获取group by @HelloYiYu in #367
- fix(client): fix NewClient function by @XdpCs in #369
- style: 修改 Client 行为 by @eatmoreapple in #376
- style: rebuild network error by @eatmoreapple in #377
- refactor: 修改获取微信服务器域名逻辑 by @eatmoreapple in #379
- refactor: 修改 GetFileContentType 签名 by @eatmoreapple in #381
- code optimization by @eatmoreapple in #382
- refactor: refactor message context by @eatmoreapple in #383
- refactor: refactor login mode by @eatmoreapple in #384
- style: client code optimization by @eatmoreapple in #385
New Contributors
- @HelloYiYu made their first contribution in #367
- @XdpCs made their first contribution in #369
Full Changelog: v1.4.3...v1.4.4
v1.4.3
What's Changed
- 优化微信新版拍了拍问题 by @itxiaolin in #327
- 修改bot行为 by @eatmoreapple in #330
- [style]: rename Storage to Session by @eatmoreapple in #331
- update sender in group by @eatmoreapple in #332
- add message context by @eatmoreapple in #333
- [fix]: 修复当logoutcallback执行时,获取到的bot的存活状态依然为true by @eatmoreapple in #336
- [fix]: 修复当好友和群组修改备注后,依然使用的是原来的备注 by @eatmoreapple in #337
- 修复登录成功,xml解析问题 by @ViaDroid in #345
- refactor: deprecated set remark name by @eatmoreapple in #348
- refactor: 重新定义 MessageErrorHandler 行为 by @eatmoreapple in #349
New Contributors
- @itxiaolin made their first contribution in #327
- @ViaDroid made their first contribution in #345
Full Changelog: v1.4.2...v1.4.3
v1.4.2
What's Changed
- 修正与好友聊天时获取消息接收者为空的情况 by @gowsp in #297
- 修改转发逻辑 by @eatmoreapple in #300
- [style]: remove json decode by @eatmoreapple in #308
- [fix]: 修复创建的群聊无法从群组列表里面找到的问题 by @eatmoreapple in #309
- [feat]: 支持自定义 http client 行为 by @eatmoreapple in #313
- [style]: 更新bot存活判断逻辑 by @eatmoreapple in #315
- handler json encode error by @eatmoreapple in #320
- 更新 bot Login Option by @eatmoreapple in #321
- [style]: format code by @eatmoreapple in #322
- 修复 心跳滚动 Selector:7 by @caiyaonan in #325
- [feat]: 添加好友群组可通过id查询 by @eatmoreapple in #326
New Contributors
- @gowsp made their first contribution in #297
- @caiyaonan made their first contribution in #325
Full Changelog: v1.4.1...v1.4.2
v1.4.1
What's Changed
- 修改默认的ua by @eatmoreapple in #277
- [fix]: 修复同意好友请求 sys error by @eatmoreapple in #281
- [update]: 更新微信登录 v2 版本 by @eatmoreapple in #282
Full Changelog: v1.4.0...v1.4.1
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