Skip to content
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
merged 36 commits into from
Aug 19, 2024
Merged

更新至 v2.8.0 #362

merged 36 commits into from
Aug 19, 2024

Conversation

Ljzd-PRO
Copy link
Owner

Changelog

更新内容

💡 新特性

🐛 修复

更新方式

如果使用的是镜像源,可能需要等待镜像源同步才能更新至最新版

  • 使用 nb-cli 命令:

    nb plugin update nonebot-plugin-mystool
    
  • 或 pip 命令(如果使用了虚拟环境,需要先进入虚拟环境):

    pip install --upgrade nonebot-plugin-mystool
    

兼容性

  • V2 (>=v2.0.0) 的相关文件为 configV2.json, dataV2.json, .env,如果存在 V1 版本的文件,会自动备份和升级
  • 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

dontdot and others added 30 commits July 20, 2024 14:28
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>
…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
@Ljzd-PRO Ljzd-PRO added the upgrade Upgrade to a newer version label Aug 19, 2024
@Ljzd-PRO Ljzd-PRO self-assigned this Aug 19, 2024
Copy link
Contributor

@code-review-doctor code-review-doctor bot left a 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.

src/nonebot_plugin_mystool/api/myb_missions_api.py Outdated Show resolved Hide resolved
src/nonebot_plugin_mystool/api/myb_missions_api.py Outdated Show resolved Hide resolved
@Ljzd-PRO Ljzd-PRO linked an issue Aug 19, 2024 that may be closed by this pull request
Ljzd-PRO and others added 3 commits August 19, 2024 22:09
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>
@Ljzd-PRO Ljzd-PRO merged commit b813782 into stable Aug 19, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upgrade Upgrade to a newer version
Projects
Development

Successfully merging this pull request may close these issues.

登录失败 我发现/任务指令不会通过人机验证,但签到可以通过,这是什么情况
2 participants