Skip to content

Releases: nonebot/adapter-satori

Adapter Satori 0.10.5

22 Apr 12:57
Compare
Choose a tag to compare
  • 修复 Payload Ready 的 pyd model

Full Changelog: v0.10.4...v0.10.5

Adapter Satori 0.10.4

07 Apr 10:19
Compare
Choose a tag to compare
  • 平台拓展元素现在用 Custom 包装
  • reply 元素若只携带了msgid 现在适配器会尝试获取原消息

Full Changelog: v0.10.3...v0.10.4

Adapter Satori 0.10.3

31 Mar 06:21
Compare
Choose a tag to compare
  • 更新 Author, Image, Audio 等消息元素的字段
  • 修复消息元素无法传入平台扩展字段的问题

Full Changelog: v0.10.2...v0.10.3

Adapter Satori 0.10.2

25 Mar 14:09
Compare
Choose a tag to compare

Adapter Satori 0.10.1

06 Mar 10:54
Compare
Choose a tag to compare
  • 修复资源类消息段的构建错误

Full Changelog: v0.10.0...v0.10.1

Adapter Satori 0.10.0

04 Mar 07:00
Compare
Choose a tag to compare

破坏性改动

  • 移除 Style 元素,现在由 Text 负责记录样式信息
  • 嵌套样式会一并记录在同个 Text 消息段内,直到出现非文本类元素:
     <b>123<i>456</i>789</b> ==>
     Text(data={"text": "123456789", "styles": {(0, 3): ["b"], (3, 6): ["b", "i"], (6, 9): ["b"]}})
    

Full Changelog: v0.9.3...v0.10.0

v0.9.3

19 Feb 05:13
Compare
Choose a tag to compare
  • 修复 token 为空时未去除鉴权请求头的问题
  • 补充关于 nonebot v2.2.0 更新的适配问题

Full Changelog: v0.9.2...v0.9.3

v0.9.2

18 Feb 12:45
Compare
Choose a tag to compare
  • 修复 ChannelType 枚举

Full Changelog: v0.9.1...v0.9.2

v0.9.1

14 Feb 15:00
a4e54d3
Compare
Choose a tag to compare
  • 更正部分兼容 Nonebot v2.2.0 的写法

Full Changelog: v0.9.0...v0.9.1

v0.9.0

12 Feb 08:10
Compare
Choose a tag to compare

改进

  • 适配 Nonebot v2.2.0

Full Changelog: v0.8.3...v0.9.0