You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
mirai-core
优化和修复
FriendMessage
却显示 'cancelled by GroupMessagePreSendEvent'的问题 (取消发送FriendMessage却显示cancelled by GroupMessagePreSendEvent #1851)
RoamingMessages
文档mirai-console
不兼容变更
MiraiConsoleImplementation
内部实现策略.
MiraiConsoleImplementation.Companion.getInstance
现在不会返回前端实现的对象, 而会返回
MiraiConsoleImplementationBridge. (2ebd017)
重大变更
重写扩展组件系统 (优化 ComponentStorage 搜索策略 #1888, Rewrite component storage #1889):
Extension
会通过其priority
属性排序, 越高越先弃用.priority
相同时将会选用最先提供的, 而不会再询问用户选择.ExtensionPoint
的builtinImplementations
, 在 Console启动第一时间初始化内置实现.Extension
的priority
为-1
. 用户自定义的Extension
的默认为0
.SingletonExtension
,SingletonExtensionPoint
,AbstractSingletonExtensionPoint
.AbstractSingletonExtensionPoint
变为
AbstractInstanceExtensionPoint
. (ABI 不兼容变更, 但对用户的影响应该极小)contributeCommandCallParser
无效的问题 (contributeCommandCallParser() 对CommandCallParser的扩展不运作 #1860)重写插件加载系统 (Redesign console plugin loading system #1842)
java.lang.ClassNotFoundException
的问题 (使用第三方依赖后,插件报错java.lang.ClassNotFoundException #1802)将来会禁止.
新特性
heartbeatStrategy
, 可选值与 mirai-core 一致 ("STAT_HB" / "REGISTER" / "NONE"
). (添加Console管理心跳策略配置 #1867, Support heartbeatStrategy in autologin config #1903 by @Nambers)优化和修复
protocol
的注释 (Update protocol in autologin.yml #1891 by @Stardust-minus)miria-console-terminal
新特性
--no-logging
, 用于关闭日志This discussion was created from the release 2.11.0-M1.
Beta Was this translation helpful? Give feedback.
All reactions