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

4.0.1 #336

Merged
merged 21 commits into from
Jun 16, 2023
Merged

4.0.1 #336

merged 21 commits into from
Jun 16, 2023

Conversation

bobokun
Copy link
Collaborator

@bobokun bobokun commented Jun 16, 2023

Requirements Updated

  • qbitorrent-api updated to 2023.6.49

New Features

Bug Fixes

Enhancements

  • Logic for share_limits_suffix_tag changed to become a prefix tag instead along with adding the priority of the group. The reason for this change is so it's easier to see the share limit groups togethered in qbitorrent ordered by priority.
    • share_limits_suffix_tag key is now share_limits_tag
    • No config changes are required as the qbm will automatically change the previous share_limits_suffix_tag key to share_limits_tag
    • Changes the default value of share_limits_tag to ~share_limit. The ~ is used to sort the share_limits_tag in the qbt webUI to the bottom for less clutter

Example based on config.sample:

old tag (v4.0.0) new tag (v4.0.1)
noHL.share_limit ~share_limit_1.noHL
cross-seed.share_limit ~share_limit_2.cross-seed
PTP.share_limit ~share_limit_3.PTP
default.share_limit ~share_limit_999.default

Full Changelog: v4.0.0...v4.0.1

buthed010203 and others added 21 commits June 9, 2023 17:11
share_limits are satisfied)
Modifies logic for share_limits_suffix_tag to become share_limits_tag.
This change adds share_limits_tag to become prefix rather than suffix
and adds additional priority information
in order to add the tag at the end to declutter webUI
Allow defining multiple announce urls for one tracker
Bumps [qbittorrent-api](https://github.com/rmartin16/qbittorrent-api) from 2023.5.48 to 2023.6.49.
- [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.5.48...v2023.6.49)

---
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.6.49

Bump qbittorrent-api from 2023.5.48 to 2023.6.49
updates:
- [github.com/asottile/pyupgrade: v3.4.0 → v3.6.0](asottile/pyupgrade@v3.4.0...v3.6.0)
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v3.3.2...v3.3.3)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…-commit-3.3.3

Bump pre-commit from 3.3.2 to 3.3.3
@bobokun bobokun merged commit 1d262de into master Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: sharelimit not applied [Bug]: Zero value max_seeding_time & max_ratio zero not being applied.
2 participants