Notable Changes
- orm: 我们将 cosmotype 更名为 minato,对应组织更名为了 minatojs
Features
- cli: 配置项
logger.showTime
现在默认为 true 了 (6f5b959) - client: 部分代码独立到了 @satorijs/components (57ee376)
- chat: 初步引入了消息存储服务,后续将进一步优化 (#619) (a709f7e, 189f5a5)
- chat: 支持了查看不同频道和私聊的消息 (775989c)
Bug Fixes
- client: 修复了
createStorage()
中的数组会强行转换为对象的问题 (c81440f) - console: 修复了开发模式下由于 vue 安装多个不同版本导致的前端报错问题 (5cbfbf5)
- core: 修复了
session.cancelQueued()
的错误行为 (#630) (#665) (722366d) - core: 修复了 adapter 插件不支持热重载的问题 (#679) (007a6f3)
- qqguild: 修复了接收到 attachment 消息时会报错的问题 (#622) (#672) (6a19380)
- status: 移除了 systeminformation 依赖,修复了相关问题 (#670) (koishijs/koishi-desktop#25) (c5ed7dc)
Other Changes
- ci: restrict some workflows runs in main repo only (#669) (10a1af9)
- i18n: add traditional chinese (#666) (34a79e1)
- ci: update dockerfiles (#668) (7b0b4e0)
- docs: fix code in console guide, fix #678 (e694237)
- docs: add 4.5 release notes (22dbcd5)
- docs: add 4.6 release notes (0880eb8)
- chore: bump versions (7eb7912)