Releases: he0119/nonebot-plugin-wordcloud
Releases · he0119/nonebot-plugin-wordcloud
v0.8.0
v0.7.3
v0.7.2
v0.7.1
v0.7.0
v0.6.1
v0.6.0
💥 破坏性变更
Warning
本次更新将数据库插件由 nonebot-plugin-datastore 迁移至 nonebot-plugin-orm
若希望保留之前的数据,需要确保同时安装 nonebot-plugin-datastore 和 nonebot-plugin-orm,并运行 nb orm upgrade
进行迁移
若迁移之前插件不是最新版本(v0.5.2
版),需要首先升级至 v0.5.2
版,并运行 nb datastore upgrade
,以确保数据库处于最新状态,之后再进行上述的迁移
🚀 新功能
- feat: 适配 0.2 版本的 orm 插件 @he0119 (#200)
- feat: 迁移 datastore 中的数据 @he0119 (#193)
- feat!: 迁移至 nb orm @he0119 (#190)
- feat: 使用 alconna 新提供的依赖注入 @he0119 (#159)
🐛 Bug 修复
💫 杂项
- chore: auto update by pre-commit hooks @pre-commit-ci (#174)
- test: 修复测试中生成图片报错的问题 @he0119 (#192)
- chore: auto update by pre-commit hooks @pre-commit-ci (#167)
- style: 使用 ruff 格式化代码 @he0119 (#160)
- refactor: 直接使用 cesaa 中的函数替代 chatrecorder @he0119 (#158)