Skip to content

ext 0.5.4, gocq 0.5.2, shared 0.4.6, core 0.5.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Saplonily Saplonily released this 10 Feb 02:59
· 21 commits to master since this release

别问怎么突然版本号蹦这么多, 全在隔壁nuget上面更新的

以后Extensions包简称为ext, 同理GoCqHttp->gocq, Shared->shared, Core->core

  • ext 中or waiter加入params重载的构造器, 即支持多个waiter进行or等待
  • gocq 支持鉴权处理, 可以在构造器中传入authorize字段
  • gocq 更改默认cacheable api的行为, 从不缓存到默认使用缓存
  • simcmd 中mergeExcess现在不会错误的删除多余的引号
  • simcmd 增加多指令前缀支持
  • simcmd 修复merge excess指令缺失参数时应忽略而不是抛出异常
  • simcmd 修复冲突出现的merge excess指令的合并问题
  • simcmd 现在支持指令的多行解析(仍然使用空格截断)
  • shared 修复IndependentExpirable预设值失效bug

Full Changelog: v0.5.0-alpha...v0.5.x-subs