Notable Changes
- HMR 相关功能从内置拆分到 @koishijs/plugin-hmr 插件中 (f313257)
- 将 feedback, recall 两个官方插件被迁移到社区中继续维护 (89adef5)
- 引入了新的内置数据表
binding
,用于存储账号绑定信息 (9bf5c38) - 引入了数据库迁移技术,支持插件在升级时将已有的数据迁移到新的表中 (cordiverse/minato@afe0ca2, cordiverse/minato@a7cbbb0, cordiverse/minato@752656b, cordiverse/minato@b3e03ae)
- @koishijs/helpers 被废弃,相关功能迁移至 @koishijs/plugin-admin 中 (2a2c310, 39d56c1, a76ae3d)
Features
- auth: 支持了在控制台解除绑定 (koishijs/webui@c7e91c6)
- bind: 支持了同平台用户绑定 (c5f2eb7)
- bind: 支持了
-r
选项,用于解除绑定 (c4f6f7c) - core: 现在默认情况下指令如果抛出错误会告知调用者,此行为可以通过
handleError
配置 (0ebb911) - locales: 识别本地化中的
$
特殊标识符以支持定制化的分页 (koishijs/webui#122) (koishijs/webui@51f7a7f)
Bug Fixes
- client: 修复了
<k-slot>
数据丢失响应性的问题 (koishijs/webui#120) (koishijs/webui@25ebb67) - commands: 修复了部分指令无法跳转到插件详情页的问题 (koishijs/webui#123) (koishijs/webui@c4a7b69)
- core: 修复了部分指令未显示本地化条目的问题 (koishijs/webui#121) (ab76d04, f994b5b)
- core: 修复了使用相同的文本覆盖本地化也会报错的问题 (184d6ea)
- help: 修复了重载 help 插件报错的问题 (#1014) (5ac6876)
- status: 修复了环境信息显示报错的问题 (koishijs/webui@c684002)
Other Changes
- chore: bump versions (7ff5660)
- refa: drop exit command in favor of koishi-plugin-shutdown (3ec5086)
- chore: add missing devDependencies (aebc9b4)
- chore: fix typings (a60db82)
- chore: minor revisions (148041a)
- chore: bump versions (cordiverse/minato@69f6b88)
- chore: bump versions (koishijs/webui@4ddc221)
- chore: bump versions (1befe72)