此版本为backport版本,不含新特性
Changelog
5f24771 feat(go-silk): update go-silk support darwin arm64
127d636 fix unexpected ReadPassword behavior in linux(#794)
190eb00 fix(coolq): fix temp message when group does not exist(#717)
ae73451 fix(cqcode): some escape error in cqcode serialize
84fef8f fix(cqcode): split url does not work
2aed5d5 fix(ws server): add lock when accept a connection
8974adb fix: panic on empty forward msg
2226be7 fix: reduce limitedString memory cost
2f22784 fix: send temp message
c24a2b3 fix: tts can't play on ios(#849)
4526e00 update .goreleaser.yml
f1a480c update MiraiGo
f6280ba use goreleaser
MiraiGo 更新至最新版
修复: Bot设置全体禁言后通过特殊操作仍能发言的问题.
修复: [CQ:tts] 在文本存在 \n \t 等特殊字符时会出现错误的问题.
优化: 重构了网络交互逻辑, 稳定性提高.
优化: 上传图片,语音,短视频,文件时内存占用.
常规修复
修复: tts语音在ios端无法播放的问题
修复: split url配置不生效的问题
修复: get_group_forward_msg
API在获取不存在的消息ID时会报错的问题. by @sam01101
修复: 等待密码加密密钥输入超时后不会还原控制台状态的问题. by @Ink-33 #794
修复: /send_private_msg
API 在发送临时会话时目标群号不存在的情况下会报错的问题. #717