Skip to content

Releases: nonebot/adapter-red

Adapter Red 0.5.2

08 Oct 09:47
Compare
Choose a tag to compare
  • 更改网络请求的报错

Full Changelog: v0.5.1...v0.5.2

Adapter Red 0.5.1

28 Sep 15:52
Compare
Choose a tag to compare
  • 修复在 Linux/Mac 下 Profile 模型缺失字段报错的问题

Full Changelog: v0.5.0...v0.5.1

Adapter Red 0.5.0

25 Sep 12:29
Compare
Choose a tag to compare

What's Changed

  • 新增配置项 RED_AUTO_DETECT,用来自动读取 Chronocat v0.0.46 加入的配置文件
    具体信息请阅读 README
  • 🐛 修复上传图片的返回数据模型验证错误 by @Dreamail in #11
  • ✏️ 修正拼写错误 by @XiYang6666 in #12

New Contributors

Full Changelog: v0.4.2...v0.5.0

Adapter Red 0.4.2

21 Sep 11:12
Compare
Choose a tag to compare

改动

Full Changelog: v0.4.1...v0.4.2

Adapter Red 0.4.1

18 Sep 06:28
Compare
Choose a tag to compare
  • 修复字段丢失错误

Full Changelog: v0.4.0...v0.4.1

Adapter Red 0.4.0

18 Sep 06:03
Compare
Choose a tag to compare

新增:

  • 支持发送文件与音频
  • 新增属性 event.original_message

改进

  • 现在会捕获验证模型时出现的错误
  • event.senderUid 现在为 Optional[str],并预计在未来删除此字段。

修复

  • 更改 event.reply 的类型
  • 修复 to_me 的处理逻辑 by @XiYang6666 in #7
  • 修复 get_members 的错误

Full Changelog: v0.3.0...v0.4.0

Adapter Red 0.3.0

17 Sep 13:45
Compare
Choose a tag to compare

What's Changed

  • 支持用 reply 消息触发 to_me by @XiYang6666 in #6
  • MessageEvent 增加 reply 属性,并会在判断首元素为 Reply 后将首元素移除
  • 暂时为使用 betterqqnt 的用户增加警告 (直到其更新内置的 red-protocol 服务端)

New Contributors

Full Changelog: v0.2.2...v0.3.0

Adapter Red 0.2.2

15 Sep 09:18
Compare
Choose a tag to compare
  • 暂时删除 image.download 中通过拼凑url的方式获取数据

Full Changelog: v0.2.1...v0.2.2

Adapter Red 0.2.1

14 Sep 07:35
Compare
Choose a tag to compare
  • 修复 event.get_session_id() 的实现错误导致会话控制异常的问题

Full Changelog: v0.2.0...v0.2.1

Adapter Red 0.2.0

13 Sep 15:21
Compare
Choose a tag to compare

新增

  • 增加提醒事件,目前有
    • 群名称改变事件
    • 群员禁言/解除禁言事件
    • 新增群员事件
  • 支持发送伪造合并转发

改进

  • 为 bot 上的api 方法增加了注释
  • 媒体消息 (图片,文件等) 现在属于 MediaMessageSegment,并且提供 ms.download(Bot) 方法来拉取原始数据
  • 增加 bot.fetch 方法,并将 bot.fetchMedia 方法列为不推荐接口

另外增加了 api 接口列表说明,点击查看

Full Changelog: v0.1.0...v0.2.0