Skip to content

Releases: nonebot/adapter-satori

Adapter Satori 0.4.0

13 Oct 13:20
Compare
Choose a tag to compare

破坏性改动

  • 拆分 MessageSegment.entity 为具体的元素
  • 删除意义不明的 Message.extract_content

新增

  • MessageSegment 新增 .bold(), .underline() 等方法

改进

  • Text, Linkl, Br, Paragraph, Bold 等元素的 is_text 为真
  • Br 设置 text 数据

修复

  • 修复 event.to_me 处理

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

Adapter Satori 0.3.0

10 Oct 14:52
Compare
Choose a tag to compare

新增

  • reaction 相关的 api

改进

  • api 返回值500的时候会抛出 ApiNotImpletmentException 错误

修复

  • 修复部分 XXX-list 的返回值格式错误问题

Full Changelog: v0.2.0...v0.3.0

Adapter Satori 0.2.0

09 Oct 08:29
Compare
Choose a tag to compare

新增

改进

  • 鉴权时现在会验证 login.self_idlogin.status

Full Changelog: v0.1.3...v0.2.0

Adapter Satori 0.1.3

08 Oct 14:29
Compare
Choose a tag to compare
  • Channel.name 现在是可选字段

Full Changelog: v0.1.2...v0.1.3

Adapter Satori 0.1.2

08 Oct 11:57
Compare
Choose a tag to compare

What's Changed

  • 进一步更新 extra.allow
  • 📝 update readme by @mobyw in #1

New Contributors

  • @mobyw made their first contribution in #1

Full Changelog: v0.1.1...v0.1.2

Adapter Satori 0.1.1

08 Oct 10:59
Compare
Choose a tag to compare
  • Login 增加了 extra.allow
  • Message (satori) 的 content 字段缺失时以 Unknown 代替并提醒

Full Changelog: v0.1.0...v0.1.1

Adapter Satori 0.1.0

08 Oct 09:21
Compare
Choose a tag to compare

Satori 协议适配器

协议详情:https://satori.js.org/zh-CN

目前功能:

  • 收发消息
  • 通用会话事件
  • 全部 API 实现