-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
v4.0.0 release #323
Merged
v4.0.0 release #323
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 [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) from 0.17.27 to 0.17.28. --- updated-dependencies: - dependency-name: ruamel-yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…mel-yaml-0.17.28 Bump ruamel-yaml from 0.17.27 to 0.17.28
Bumps [qbittorrent-api](https://github.com/rmartin16/qbittorrent-api) from 2023.4.47 to 2023.5.48. - [Release notes](https://github.com/rmartin16/qbittorrent-api/releases) - [Changelog](https://github.com/rmartin16/qbittorrent-api/blob/main/CHANGELOG.md) - [Commits](rmartin16/qbittorrent-api@v2023.4.47...v2023.5.48) --- updated-dependencies: - dependency-name: qbittorrent-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…ttorrent-api-2023.5.48 Bump qbittorrent-api from 2023.4.47 to 2023.5.48
Bumps [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) from 0.17.28 to 0.17.30. --- updated-dependencies: - dependency-name: ruamel-yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…mel-yaml-0.17.30 Bump ruamel-yaml from 0.17.28 to 0.17.30
Bumps [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) from 0.17.30 to 0.17.31. --- updated-dependencies: - dependency-name: ruamel-yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…mel-yaml-0.17.31 Bump ruamel-yaml from 0.17.30 to 0.17.31
- Fixes rounding issue with upload limit - Check cleanup on every run - Don't send notification when no updates being made - Fix torrent removing grouping tag when tag changes
…into develop * 'master' of https://github.com/StuffAnThings/qbit_manage: [pre-commit.ci] pre-commit autoupdate
bump to v4
add orphaned data config details
adds trace logs for share limits
…into develop * 'develop' of https://github.com/StuffAnThings/qbit_manage: add orphaned data config details
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.
Requirements Updated
Breaking Changes
tag_nohardlinks
only updates/removesnoHL
tag. It does not modify or cleanup share_limits anymore.tag_update
only adds tracker tags to torrent. It does not modify or cleanup share_limits anymore.New Features
share_limits
,--share-limits
,QBT_SHARE_LIMITS=True
to update share limits based on tags/categories specified per group (Closes [FR]: Set seed time / ratio for a specific tag #88, Closes [Bug]: Setting noHL limits for a specific category to anything less than 1 results in noHL tag/seed limits being applied each run #306, Closes [FR]: Remove torrents at category and tracker level #259, Closes [FR]: Torrent cleanup without NoHL tag #308, Closes [FR]: Limit upload speed on already tagged torrents #137)skip_qb_version_check
,--skip-qb-version-check
,QBT_SKIP_QB_VERSION_CHECK
to bypass qbitorrent compatibility check (unsupported - Thanks to @ftc2 FEAT: bypass qBittorrent version check #307)share_limits
Bug Fixes
Full Changelog: v3.6.4...v4.0.0