Features
- core: 新增了
retryTimes
和retryInterval
配置项,支持 WebSocket 断线重连 (#27) (f95f794, c854300, 5a3cee4) - test-utils: 新增了
mockedServer.open()
方法 (ccda1bc) - core: SenderError 中加入了
selfId
字段 (77efd54) - core: 新增了
defaultAuthority
配置项,用于配置默认权限等级 (8b76734) - plugin-common: broadcast 指令默认不对 noEmit 群广播,新增 -f 选项用于对所有群广播 (24ee7f2)
Bug Fixes
- plugin-common: 修复了 welcome 插件可能对自己触发的问题 (49aee5f)