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.6.0 #338

Merged
merged 41 commits into from
Jul 11, 2024
Merged

更新至 v2.6.0 #338

merged 41 commits into from
Jul 11, 2024

Conversation

Ljzd-PRO
Copy link
Owner

@Ljzd-PRO Ljzd-PRO commented Jul 11, 2024

Changelog

更新内容

💡 新特性

🐛 修复

🔧 杂项

更新方式

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

  • 使用 nb-cli 命令:

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

    pip install --upgrade nonebot-plugin-mystool
    

兼容性

  • >=v2.0.0configV2.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.5.0…v2.6.0

dependabot bot and others added 30 commits May 30, 2024 01:02
Bumps [requests](https://github.com/psf/requests) from 2.32.2 to 2.32.3.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.2...v2.32.3)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
weibo签到结果判断条件修改
build(deps): bump requests from 2.32.2 to 2.32.3
Bumps [nonebot-plugin-apscheduler](https://github.com/nonebot/plugin-apscheduler) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/nonebot/plugin-apscheduler/releases)
- [Commits](nonebot/plugin-apscheduler@v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: nonebot-plugin-apscheduler
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.3.0 to 10.4.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@10.3.0...10.4.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [tenacity](https://github.com/jd/tenacity) from 8.3.0 to 8.5.0.
- [Release notes](https://github.com/jd/tenacity/releases)
- [Commits](jd/tenacity@8.3.0...8.5.0)

---
updated-dependencies:
- dependency-name: tenacity
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
超话相关功能优化
feat:增加绝区零游戏签到API
build(deps): bump tenacity from 8.3.0 to 8.5.0
build(deps): bump pillow from 10.3.0 to 10.4.0
…in-apscheduler-0.5.0

build(deps): bump nonebot-plugin-apscheduler from 0.4.0 to 0.5.0
@Ljzd-PRO Ljzd-PRO added the upgrade Upgrade to a newer version label Jul 11, 2024
@Ljzd-PRO Ljzd-PRO self-assigned this Jul 11, 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.

Some things to consider. View full project report here.

src/nonebot_plugin_mystool/api/weibo.py Outdated Show resolved Hide resolved
@Ljzd-PRO Ljzd-PRO linked an issue Jul 11, 2024 that may be closed by this pull request
@Ljzd-PRO Ljzd-PRO merged commit a0dd139 into stable Jul 11, 2024
12 checks passed
@Ljzd-PRO Ljzd-PRO linked an issue Jul 11, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment