Releases: iTXTech/mirai-native
Releases · iTXTech/mirai-native
Mirai Native 2.0.1
12 Nov 05:02
Compare
Sorry, something went wrong.
No results found
新特性:
修复
解决getImage不能获取闪照的问题,遍历群成员的性能问题 (#159 )
修复kick (#165 )
Mirai Native 2.0.0
01 Apr 02:47
Compare
Sorry, something went wrong.
No results found
新特性:
其他:
修复dll中造成null ptr错误
兼容 Mirai 2.11
Mirai Native 2.0.0-beta.1
15 Jan 06:15
Compare
Sorry, something went wrong.
No results found
注意:本版本支持mirai console 2.0-RC及之后版本
新特性
支持接收陌生人消息(不限于群聊)并获取昵称
支持禁言匿名发言
邀请入群事件支持获取邀请者QQ
修复
修复PluginManager::unloadPlugins抛出ConcurrentModifyException (#119 )
修复部分CQ框架调用的CQ_getRecord不存在问题,现CQ_getRecord为CQ_getRecordV2的别名 (#118 )
2.0.0版本计划
添加入群公告的API和事件支持
Mirai Native 1.9.6
28 Dec 14:21
Compare
Sorry, something went wrong.
No results found
注意:本版本仅支持mirai console 2.0-M2
Mirai Native 1.9.5
19 Dec 15:47
Compare
Sorry, something went wrong.
No results found
注意:本版本仅支持mirai console 2.0-M1
Mirai Native 1.9.4
24 Nov 07:05
Compare
Sorry, something went wrong.
No results found
注意:本版本僅支持mirai console 1.0.0
Mirai Native 1.9.3
28 Sep 10:01
Compare
Sorry, something went wrong.
No results found
注意:本版本仅支持mirai console 1.0-RC-dev-29
新特性:
Mirai Native 1.9.2
16 Sep 03:21
Compare
Sorry, something went wrong.
No results found
注意:本版本仅支持mirai console 1.0-M4
新特性
支持[CQ:image, file=base64://xxxxxxxxxxxxxxx]和[CQ:record, file=base64://xxxxxxxxxxxxxxxxxxxx]
Mirai Native 1.9.1
09 Sep 13:45
Compare
Sorry, something went wrong.
No results found
注意:本版本仅支持mirai console 1.0-M4-dev-3
开发者注意事项
从本版本开始,事件中禁止载入窗口
窗口中禁止进行阻塞操作,如果要阻塞请异步操作
窗口可以在eventStartup, eventEnable中载入,运行在MiraiNaitve Main线程中
窗口可以在菜单中载入,运行在MiraiNative Menu线程中
新特性
所有插件事件将在独立线程中被调用,线程数量为CPU线程数的2倍
优化检查CQ:At
修复
兼容部分插件发送图片 (#82 )
发送后释放语音文件 (#84 )
暂时去除匿名参数 (#86 )
部分事件不在独立线程中触发
Mirai Native 1.9.0
31 Aug 12:28
Compare
Sorry, something went wrong.
No results found
注意:本版本仅支持mirai console 1.0-M3-1
新特性:
加载插件后调用SetWorkingDirectory强制设置运行目录
卸载插件后将插件移除plugins (#73 )
使用菜单载入的窗口将在独立线程中运行(#75 )