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

v4.0.0 release #323

Merged
merged 48 commits into from
Jun 6, 2023
Merged

v4.0.0 release #323

merged 48 commits into from
Jun 6, 2023

Conversation

bobokun
Copy link
Collaborator

@bobokun bobokun commented Jun 6, 2023

Requirements Updated

  • Updates ruamel.yaml to 0.17.31
  • Updates qbitorrent-api to 2023.5.48
  • Separate out dev requirements into requirements-dev.txt

Breaking Changes

  • tag_nohardlinks only updates/removes noHL 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.
  • Please remove any references to share_limits from your configuration in the tracker/nohardlinks section
  • Migration guide can be followed here: V4 Migration Guide
  • Webhook payloads changed (See webhooks for updated payload)

New Features

Bug Fixes

Full Changelog: v3.6.4...v4.0.0

bobokun and others added 30 commits May 28, 2023 16:49
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
…tegories specified per group

(Closes #88, Closes #306, Closes #259, Closes #308, Closes #137)
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
@bobokun bobokun merged commit 81104ce into master Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment