Skip to content

Releases: nonebot/adapter-satori

v0.8.3

08 Feb 05:01
75a6acc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.2...v0.8.3

v0.8.2

30 Jan 08:42
Compare
Choose a tag to compare

What's Changed

  • 修复 path 配置问题 by @eya46 in #8

New Contributors

  • @eya46 made their first contribution in #8

Full Changelog: v0.8.1...v0.8.2

Adapter Satori 0.8.1

09 Dec 12:45
Compare
Choose a tag to compare
  • 修复 send_private_message 没有转message为字符串的问题

Full Changelog: v0.8.0...v0.8.1

Adapter Satori 0.8.0

16 Nov 04:39
Compare
Choose a tag to compare

新增

  • 元素 Button: Satori-按钮
  • 按钮交互事件: Satori-交互,并按照是否给出 user 与 channel 细分为了 PrivateInteraction 与 PublicInteraction

Full Changelog: v0.7.0...v0.8.0

Adapter Satori 0.7.0

10 Nov 14:24
Compare
Choose a tag to compare

新增

  • 配置项增加 path ,作为服务端的自定义路径(例如 koishi 的 plugin-server 可以配置 path 为 "satori")
  • MS.link 增加参数 display, 作为链接的显示文字
  • MS.image 等增加参数 extra,作为标准元素的拓展
  • 增加事件 internal

Full Changelog: v0.6.3...v0.7.0

Adapter Satori 0.6.3

24 Oct 03:36
Compare
Choose a tag to compare
  • 修复 GuildMemberXXXEvent 的名字错误

Full Changelog: v0.6.2...v0.6.3

Adapter Satori 0.6.2

20 Oct 06:30
Compare
Choose a tag to compare
  • user_channel_create 增加 guild_id 可选参数

Full Changelog: v0.6.1...v0.6.2

Adapter Satori 0.6.1

18 Oct 11:24
Compare
Choose a tag to compare
  • 修复 send_private_message 的参数错误
  • 修复字符转义顺序的错误

Full Changelog: v0.6.0...v0.6.1

Adapter Satori 0.6.0

16 Oct 05:03
Compare
Choose a tag to compare

新增

  • send_private_message,为 user_channel_createsend_message 的包装

Full Changelog: v0.5.1...v0.6.0

Adapter Satori 0.5.1

15 Oct 10:09
Compare
Choose a tag to compare

变更

  • 修复 ActionFailed 构造错误
  • 🐛 guild.name and role.name should be optional by @he0119 in #3

New Contributors

  • @he0119 made their first contribution in #3

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