-
Notifications
You must be signed in to change notification settings - Fork 52
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
更新至 v2.8.0 #362
Merged
更新至 v2.8.0 #362
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
Bumps [nonebot-adapter-qq](https://github.com/nonebot/adapter-qq) from 1.4.4 to 1.5.0. - [Release notes](https://github.com/nonebot/adapter-qq/releases) - [Commits](nonebot/adapter-qq@v1.4.4...v1.5.0) --- updated-dependencies: - dependency-name: nonebot-adapter-qq dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [tenacity](https://github.com/jd/tenacity) from 8.5.0 to 9.0.0. - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](jd/tenacity@8.5.0...9.0.0) --- updated-dependencies: - dependency-name: tenacity dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
尝试优化签到、任务的私聊和群聊中构建推送消息的代码结构
fix:修复每日主动任务中,消息列表为空时导致任务中断
…ter-qq-1.5.0 build(deps): bump nonebot-adapter-qq from 1.4.4 to 1.5.0
build(deps): bump tenacity from 8.5.0 to 9.0.0
Bumps [flake8](https://github.com/pycqa/flake8) from 7.0.0 to 7.1.1. - [Commits](PyCQA/flake8@7.0.0...7.1.1) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
fix:频道私聊不响应问题
build(deps-dev): bump flake8 from 7.0.0 to 7.1.1
Bumps [nonebot2](https://github.com/nonebot/nonebot2) from 2.3.2 to 2.3.3. - [Release notes](https://github.com/nonebot/nonebot2/releases) - [Changelog](https://github.com/nonebot/nonebot2/blob/master/CHANGELOG.md) - [Commits](nonebot/nonebot2@v2.3.2...v2.3.3) --- updated-dependencies: - dependency-name: nonebot2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [nonebot-plugin-send-anything-anywhere](https://github.com/nonepkg/nonebot-plugin-all4one) from 0.6.1 to 0.7.1. - [Release notes](https://github.com/nonepkg/nonebot-plugin-all4one/releases) - [Commits](https://github.com/nonepkg/nonebot-plugin-all4one/commits) --- updated-dependencies: - dependency-name: nonebot-plugin-send-anything-anywhere dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [nonebot-adapter-qq](https://github.com/nonebot/adapter-qq) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/nonebot/adapter-qq/releases) - [Commits](nonebot/adapter-qq@v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: nonebot-adapter-qq dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Closes #357
Closes #349
…ter-qq-1.5.1 build(deps): bump nonebot-adapter-qq from 1.5.0 to 1.5.1
…in-send-anything-anywhere-0.7.1 build(deps): bump nonebot-plugin-send-anything-anywhere from 0.6.1 to 0.7.1
build(deps): bump nonebot2 from 2.3.2 to 2.3.3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Worth considering. View full project report here.
Closed
Co-authored-by: code-review-doctor[bot] <72320148+code-review-doctor[bot]@users.noreply.github.com>
Co-authored-by: code-review-doctor[bot] <72320148+code-review-doctor[bot]@users.noreply.github.com>
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.
Changelog
更新内容
💡 新特性
🐛 修复
geetest_params
时报错的问题 (Dev #352)更新方式
如果使用的是镜像源,可能需要等待镜像源同步才能更新至最新版
使用 nb-cli 命令:
或 pip 命令(如果使用了虚拟环境,需要先进入虚拟环境):
兼容性
>=v2.0.0
) 的相关文件为configV2.json
,dataV2.json
,.env
,如果存在 V1 版本的文件,会自动备份和升级>=v1.0.0, <v2.0.0
) 插件配置/数据文件为plugin_data.json
<v1.0.0
插件配置文件为pluginConfig.json
Full Changelog: https://github.com/Ljzd-PRO/nonebot-plugin-mystool/compare/v2.7.0…v2.8.0