Skip to content

Releases: StuffAnThings/qbit_manage

v4.1.5

25 May 00:44
b5e6bb3
Compare
Choose a tag to compare

Requirements Updated

  • requests==2.32.2

New Updates

  • Customize tag names in share limits (Adds #551)
  • Force category updates for all torrents (Adds #483)

Bug Fixes

Full Changelog: v4.1.4...v4.1.5

v4.1.4

18 May 14:43
3696f91
Compare
Choose a tag to compare

New Updates

  • Adds additional remove unregistered logic for Blutopia

Bug Fixes

  • Fixes #545
  • Fixes #546
  • Fixes #548
  • Fixes #550
  • Optimizes Remove Empty Directories and remove empty folders in orphaned_data

Full Changelog: v4.1.3...v4.1.4

v4.1.3

05 May 18:11
f4dcc39
Compare
Choose a tag to compare

Requirements Added

  • croniter==2.0.5
  • humanize==4.9.0
  • pytimeparse2==1.7.1

New Updates

  • Adds support for cron scheduling via QBT_SCHEDULE / --schedule
  • Supports time parsing in max_seeding_time, min_seeding_time, and last_active config variables.
    Example:
    • 32m
    • 2h32m
    • 3d2h32m
    • 1w3d2h32m
  • Removes the config option ignoreTags_OnUpdate, and force_retag_all option (These config options are no longer used, the tag-update function will now automatically update all torents if the tracker tag is missing)
  • Better trace logs for share limits (Closes #533)
  • Adds new config option ignore_root_dir #538 - NoHardlinking detection outside of root directory

Bug Fixes

Full Changelog: v4.1.2...v4.1.3

v4.1.2

20 Apr 14:17
4651857
Compare
Choose a tag to compare

New Updates

  • Updated Dockerfile to use alpine image

Bug Fixes

  • Patches security vulnerabilities by using alpine python base image
  • Beter error handling of invalid remote_dir in config

Full Changelog: v4.1.1...v4.1.2

v4.1.1

08 Apr 01:39
2723115
Compare
Choose a tag to compare

New Updates

  • Added docs to qbit-manage repo (under docs folder)
  • Bi-directional wiki sync
  • Automatically update supported version to README
  • Pre-commit hooks to update readme version
  • Dependabot to automatically update qbittorrent-api on master

Bug Fixes

Special thanks to @bakerboy448 for their contributions!
Full Changelog: v4.1.0...v4.1.1

v4.1.0

06 Apr 00:44
eccc96e
Compare
Choose a tag to compare

Requirements Updated

  • qbittorrent-api==2024.3.60
  • GitPython==3.1.43

New Features

  • Added Group Uplaod Speed to share limits config to apply upload speed limits at a group level. Closes #494
  • Added Force Retag All in config settings to force retagging of all torrents. Closes #513
  • Added --mover-old command in mover script for users that use Mover Tuning Plugin

Bug Fixes

  • Fixes #501
  • Adds additional error checking for invalid share limits defined in config
  • Minor bug fixes in share limits

Special thanks to @walkerp1 for their contributions!
Full Changelog: v4.0.9...v4.1.0

v4.0.9

27 Feb 22:51
29690e9
Compare
Choose a tag to compare

Requirements Updated

  • qbittorrent-api==2024.2.59
  • GitPython==3.1.42
  • ruamel.yaml==0.18.6

New Features

  • Adds support for filtering more than just Completed torrents. Closes #115
  • Updates mover script (Add check if file is still on cache mount #493)
  • Adds support for ghcr.io container registry
  • Adds support for custom share_limits/cross-seed tags Closes #457

Bug Fixes

  • Fixes #359
  • Fixes #479
  • Fixes #487
  • Fixes #488
  • Fixes #490
  • Update script header so that env python3 is used.

Special thanks to @NooNameR, @ShanaryS, @ext4xfs for their contributions!
Full Changelog: v4.0.8...v4.0.9

v4.0.8

28 Jan 22:45
eebfb3e
Compare
Choose a tag to compare

Requirements Updated

  • qbittorrent-api==2024.1.58

Updates

  • Adds arguments for mover script (Adds #473)

Special thanks to @NooNameR for their contributions!
Full Changelog: v4.0.7...v4.0.8

v4.0.7

04 Jan 22:14
d47ee0b
Compare
Choose a tag to compare

Requirements Updated

  • qbittorrent-api==2023.11.57
  • ruamel.yaml==0.18.5

Bug Fixes

Full Changelog: v4.0.6...v4.0.7

v4.0.6

27 Oct 17:00
5061883
Compare
Choose a tag to compare

Requirements Updated

  • GitPython==3.1.40
  • qbittorrent-api==2023.10.54
  • ruamel.yaml==0.18.2

Bug Fixes

  • Fixes #419
  • Remove duplicates when cleaning up directories (#422)
  • Fixes #426
  • Fixes #429

Full Changelog: v4.0.5...v4.0.6

Special thanks to @garypiner for their contributions!