-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade: 适配 Nonebot2 v2.0.0a16 #57
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 优化复读插件执行逻辑
- NoneBot 2.0.0a14 适配
- 适配 NoneBot 2.0.0a15 - 项目结构调整 - 插件说明优化 - 修了一些小问题
- 更新明日方舟卡池
- 新增消息解析模块
- 已移除的群管插件调整为独立的欢迎消息插件和邀请管理插件
- 部分插件说明更新
- 修复历史记录对不同事件类型属性的获取的问题
- 新增插件调用统计
- Upgrade README.md
Upgrade: 适配 Nonebot2 v2.0.0a15
- 调整部分插件优先级和插件名
- 调整后台任务模块名
- 新增插件用量统计插件 - 调整统计模块统计条件 - 调整数据库统计表数据类型,修复qq号超出整形上限问题
- Fix pyplot RuntimeError caused by GUI needed
- 修复 ProcessUtils 切片大小判断逻辑
- Fix Typo in PicEncoder
- 新增 pixiv 作品搜索功能
- Change folder name (#51 git ignore folder name case in windows) - Don't use
- Fix folder name (#51 git ignore folder name case in windows)
- 优化历史记录字段长度问题
- 优化 pixiv 作品搜索
- Fix type of msg in History
- 增加一些奇怪的测试用例
- 调整了审轴姬的输出
- 修复赋值__plugin_name__与nb2自身处理冲突的问题
- 调整猫按钮插件优先级 - 修改pixiv插件榜单默认发送配置为自定义转发消息节点 - 修改涩图插件冷却 - 调整审轴姬输出文本 - MsgSender 自定义转发消息节点参数补充
- 腾讯云模块添加文本纠错方法
- 腾讯云插件添加闲聊功能
- 调整识番插件默认敏感度 - 调整部分插件优先级,优化插件用量统计
Add: Plugins Manager
- 对交互消息中的权限节点进行排序
- 自定义权限节点函数调整
- 调整涩图插件图片加载
- 优化反闪照插件对图片消息段的处理, 提高兼容性
- 调整插件管理器 preprocessor 的处理流程
- Add pillow-text-anchors-reference
- TextUtils.split_multiline 添加了 stroke_width 参数 - 优化了以下表情包模板: 默认, 小天使, 有内鬼, 记仇, ph, 鲁迅
- 调整了速率控制模块在事件中的处理逻辑, 避免同一事件引发多个 matcher 处理导致误判 - 不再会对由于速率控制导致封禁的用户进行通知
- 插件统计改错了, 改回来
- 修复B站动态解析某些不存在字段的问题
- 更新明日方舟卡池
- 优化自助撤回权限配置命令交互
- 新增流控插件及相关事件处理模块 - 已知缺陷: event_postprocessor 不能在 matcher 运行后正常执行
- 相似图片搜索命令添加cd
- 数据库订阅表 sub_id 字段改为 str 类型
- 更新依赖, 适配 nonebot2 v2.0.0a16
- 优化用户速率控制模块
- 管理插件新增退群命令
This was
linked to
issues
Oct 6, 2021
Closed
Closed
Breaking Changes
Changes
Plugins Upgrades
Bug Fixes
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Breaking Upgrade