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

Bump to v0.9.0 #163

Merged
merged 22 commits into from
Oct 12, 2024
Merged

Bump to v0.9.0 #163

merged 22 commits into from
Oct 12, 2024

Conversation

Ljzd-PRO
Copy link
Owner

Changes

💡 Feature

  • Show the download job status each 30s (waiting, running, completed%)
  • Shortened the log length
    • E.g. 2024-10-05 20:12:37 | WARNING | ktoolbox.job.runner - Download file already exists, skipping ...

🪲 Fix


💡 新特性

  • 每隔 30 秒显示下载任务状态(等待中、运行中、已完成%)
  • 缩短了日志长度
    • 例如 2024-10-05 20:12:37 | WARNING | ktoolbox.job.runner - Download file already exists, skipping ...

🪲 修复

Full Changelog: v0.8.0...v0.9.0

Ljzd-PRO and others added 16 commits October 5, 2024 19:38
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.8.2 to 2.9.2.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.8.2...v2.9.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from 0.24.3 to 0.26.1.
- [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
- [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/mkdocstrings@0.24.3...0.26.1)

---
updated-dependencies:
- dependency-name: mkdocstrings
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.24 to 9.5.39.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.5.24...9.5.39)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pathvalidate](https://github.com/thombashi/pathvalidate) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/thombashi/pathvalidate/releases)
- [Changelog](https://github.com/thombashi/pathvalidate/blob/master/CHANGELOG.md)
- [Commits](thombashi/pathvalidate@v3.2.0...v3.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
…te-3.2.1

build(deps): bump pathvalidate from 3.2.0 to 3.2.1
…erial-9.5.39

build(deps-dev): bump mkdocs-material from 9.5.24 to 9.5.39
…gs-0.26.1

build(deps-dev): bump mkdocstrings from 0.24.3 to 0.26.1
….9.2

build(deps): bump pydantic from 2.8.2 to 2.9.2
@Ljzd-PRO Ljzd-PRO added the upgrade Bump to new version label Oct 12, 2024
@Ljzd-PRO Ljzd-PRO self-assigned this Oct 12, 2024
@Ljzd-PRO Ljzd-PRO linked an issue Oct 12, 2024 that may be closed by this pull request
Copy link

codecov bot commented Oct 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.05%. Comparing base (bfeb5e9) to head (caec1e9).
Report is 23 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #163      +/-   ##
==========================================
+ Coverage   78.51%   79.05%   +0.53%     
==========================================
  Files          31       34       +3     
  Lines         889      969      +80     
  Branches      150      162      +12     
==========================================
+ Hits          698      766      +68     
- Misses        152      164      +12     
  Partials       39       39              
Flag Coverage Δ
macos-13-3.10 78.84% <100.00%> (?)
macos-13-3.8 78.61% <100.00%> (?)
macos-13-3.9 78.51% <100.00%> (?)
macos-latest-3.11 78.84% <100.00%> (?)
ubuntu-latest-3.10 78.74% <100.00%> (?)
ubuntu-latest-3.11 78.74% <100.00%> (?)
ubuntu-latest-3.8 78.51% <100.00%> (?)
ubuntu-latest-3.9 78.51% <100.00%> (?)
windows-latest-3.10 79.28% <100.00%> (+0.99%) ⬆️
windows-latest-3.11 79.28% <100.00%> (+0.99%) ⬆️
windows-latest-3.8 79.04% <100.00%> (+1.01%) ⬆️
windows-latest-3.9 78.92% <100.00%> (+1.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Ljzd-PRO Ljzd-PRO merged commit 0183910 into master Oct 12, 2024
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upgrade Bump to new version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error when attempting to download files which posses too long names
1 participant