Skip to content

Releases: GraiaProject/Ariadne

✨ v0.7.18

26 Jul 14:23
Compare
Choose a tag to compare

修复

修复了 Commander 无法正确识别可选参数的问题.

修复了项目 Classifier 不正常的问题.

✨ v0.7.17

23 Jul 11:36
Compare
Choose a tag to compare

其他

改用 pdm 管理项目依赖.

修复

修复 ForwardNode 的序列化问题.

修复了 creart 导入顺序的问题.

✨ v0.7.16

15 Jul 11:56
Compare
Choose a tag to compare

改进

更改了遥测的显示顺序, 改进了显示方式.

model.relationship 下的 Model 不再是内部类.

支持 Forward 转发消息的序列化.

支持直接使用 MessageEvent 作为片段构造转发消息.

新增

添加 AnnotationWaiter.

可以在 MatchRegexTwilight 中使用 RegexGroup 来提取正则表达式中的组.

修复

修复了 WebsocketServerConnection 不会自动注入服务器依赖的问题.

修复了 Saya util.

✨ v0.7.15

01 Jul 03:36
Compare
Choose a tag to compare

新增

添加 BotLeaveGroupDisband 事件. (project-mirai/mirai-api-http#585)

改进

Commander 现在在尾部支持多个可选的 Slot. (#181)

Twilight 现在可以较好地分派带有泛型的 MatchResult.

弃用

使用 creart 替代 Ariadne.create.

自定义 Broadcast 与事件循环无效,并且会引发警告.

移除

移除了弃用的 graia.ariadne.message.parser.alconna 模块, 请使用 arclet.alconna.graia

✨ v0.7.14

22 Jun 05:02
Compare
Choose a tag to compare

修复

修复了 AttrConvertMixin.

修复了 Commander dispatcher 优先级错误的 bug.

改进

Saya util 支持基于事件的优先级.

✨ v0.7.13

21 Jun 11:38
Compare
Choose a tag to compare

修复

修复了 datetime 无法被正确序列化的 bug.

改进

现在检查更新放在清理任务中执行.

重新实现了 Commander (#179) (@BlueGlassBlock)

支持使用 types.UnionType (#178) (@ProgramRipper)

重新实现了 saya util.

✨ v0.7.12

17 Jun 10:41
Compare
Choose a tag to compare

修复

修复了 datetime 无法被正确序列化的 bug.

修改

将公告对象中的 camelCase 属性修正为 snake_case.

现在 Websocket 连接的报错更直观了.

✨ v0.7.11

16 Jun 14:03
Compare
Choose a tag to compare

修复

修复了 get_avatar 无法使用的问题.

✨ v0.7.10

16 Jun 13:36
Compare
Choose a tag to compare

修改

将消息元素中的 camelCase 属性修正为 snake_case.

修复

修复了遥测的 bug.

✨ v0.7.9

16 Jun 11:03
Compare
Choose a tag to compare

新增

增加了 graia.ariadne.util.saya 模块。

重新加入了 Ariadne 的启动遥测.

修复

修复 ElizabethAiohttpClientInterface 未初始化的问题.

修复了 datetime.datetime 的序列化问题.