Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

mirai-cpp v1.8.4

Compare
Choose a tag to compare
@cyanray cyanray released this 16 Jan 11:02
· 298 commits to master since this release
9506e37

更新说明

更新版本号为 1.8.4 (#60)

修复

  1. Group_t 对象 json解析不对称 (#50)

删除

  1. 移除GetRequiredApiVersionInt方法;

修改

  1. GetRequiredApiVersion更名为GetMiraiCppVersion;
  2. GetApiVersion更名为GetMiraiApiHttpVersion;

其他

  1. 更新 examples/RepeatMessage.cpp;