Skip to content

Releases: StuffAnThings/qbit_manage

3.2.6

02 Sep 18:24
df30636
Compare
Choose a tag to compare

Requirements Updated (requirements need to be re-installed)

  • Bump qbittorrent-api from 2022.8.37 to 2022.8.38

Bug fixes

  • Fixes logging issue when reading invalid config.

Full Changelog: v3.2.5...v3.2.6

3.2.5

26 Aug 13:11
86e8272
Compare
Choose a tag to compare

Requirements Updated (requirements need to be re-installed)

  • Bump qbittorrent-api from 2022.8.34 to 2022.8.37

New Features

  • New cat_change config option to automatically move categories (Adds #146)
  • Allows ability to load multiple config files (Adds #140)
  • Logs are now split by each config file when loading multiple configs
  • Commands can now be defined in your config file (Adds #149)

Bug fixes

  • Adds new YAML reading/writing fixes
  • Minor fix in mover.py script

Full Changelog: v3.2.4...v3.2.5

3.2.4

13 Aug 14:27
f35ad59
Compare
Choose a tag to compare

Requirements Updated (requirements need to be re-installed)

  • Bump requests from 2.27.1 to 2.28.1
  • Bump qbittorrent-api from 2022.5.32 to 2022.8.34

Bug fixes:

  • Fixes windows pathing error when running #127
  • Fixes STREAM TRUNCATED status message #136

Full Changelog: v3.2.3...v3.2.4

3.2.3

28 Apr 13:16
a6f81f9
Compare
Choose a tag to compare

Requirements Updated (requirements need to be re-installed)

  • Bump alive-progress from 2.3.1 to 2.4.0
  • Bump qbittorrent-api from 2022.2.28 to 2022.3.29

Bug fixes:

  • Throw proper error when Notifiarr is down
  • remove alive_it progress bar in NoHL section causing logging issues
  • Remove uppercase from unreg torrents error message (Fixes #121)

Full Changelog: v3.2.2...v3.2.3

3.2.2

08 Mar 01:20
f0ebc8d
Compare
Choose a tag to compare

Requirements Updated (requirements need to be re-installed)

  • Bump alive-progress from 2.2.0 to 2.3.1
  • Bump ruamel-yaml from 0.17.20 to 0.17.21
  • Bump qbittorrent-api from 2022.1.27 to 2022.2.28

New Features

  • Added minimum seed time in noHL #111
  • Add tracker information in webhook for cross-seed #103

Bug fixes:

  • Add additional logic for ignoring when PTP is down
  • Add additional tracker error to BHD ignore list #113

Full Changelog: v3.2.1...v3.2.2

3.2.1

07 Feb 18:57
1a378ec
Compare
Choose a tag to compare

Requirements Updated (requirements need to be re-installed)

New Features

Added stand-alone mover script for Unraid

Bug fixes:

3.2.0

17 Jan 04:06
5697021
Compare
Choose a tag to compare

Requirements Updated (requirements need to be re-installed)

  • Updated qbittorrent-api from 2021.12.26 to 2022.1.27 (Adds support for qBittorrent v4.4.0)

New Features

  • Adds new Startup Delay command/env variable (--startup-delay, QBT_STARTUP_DELAY)
    • Description: Set delay in seconds on the first run of a schedule (Default set to 0)
  • Adds new Tag tracker error command/env variable (--tag-tracker-error, QBT_TAG_TRACKER_ERROR)
    • Description: Tag torrents that do not have a working tracker.
    • (Closes #91)
  • Adds list of tags to update by tracker and ability to ignore certain tags when running update tags
  • Changes to webhook json output
    • Changed attributes: run_end function
    • Added: untag_tracker_error
    • Changed function name: potential_rem_unregistered -> tag_tracker_error

Bug fixes:

  • force_auto_tmm setting causing torrents with no category to be moved to default directory
  • Remove noHL error message when no torrents are in the category
  • Unregistered torrents incorrectly marked as working when they had a tracker error
  • Don't create Recycle Bin folder when not enabled
  • Add additional remove unregistered logic (fixes #90)
  • Creating empty recyclebin in root dir (fixes #77)
  • Continue running schedule when Qbittorrent connection error.
  • Adds compatible version support check via qbittorrent-api

Full Changelog: v3.1.5...v3.2.0

v3.1.5

07 Jan 21:37
e7b113d
Compare
Choose a tag to compare

Requirements Updated (requirements need to be re-installed)

  • Updated requests version to 2.27.1

Breaking Change

  • With the new release of qBittorrent v4.4 (breaking the web API), qbit_manage will now only run on 3.9 until the qbittorrent api is fully supported with v4.4

New Features

  • Adds version check for compatibility issues with qBittorrent API.

Bug fixes:

  • Creates category if it's missing in qbittorrent
  • Category breaks when missing trailing slash in save_path
  • Tags torrent with error message: 'YOU HAVE REACHED THE CLIENT LIMIT FOR THIS TORRENT' as issue instead of removing the torrent when using BHD integration

Full Changelog: v3.1.4...v3.1.5

v3.1.4

04 Jan 18:07
0f2cb4f
Compare
Choose a tag to compare

Requirements Updated (requirements need to be re-installed)

  • Added dependabot for dependency updates
  • Update requirements.txt to latest version

New Features

  • Save .torrent and .fastresume files when using Recycle Bin (Closes #73)
  • Customize the location of RecycleBin (Closes #75)
  • Split Recycle Bin folders by Category (Closes #77)
  • Added next run time at the end of finished run (Closes #78)

Bug fixes:

  • Unregistered torrents failing to delete when there are multiple trackers associated with the torrent
  • Failure when root_dir did not have a trailing backslash
  • Update dockerfile causing failures with ruamel.yaml version 0.17.19
  • Adds RecycleBin folders to default exclude_patterns when looking for orphaned files
  • Error caused by having empty Recycle Bin
  • Multitracker torrent being incorrectly marked as issue
  • torrents_json incorrectly overwriting deleted contents value

Full Changelog: v3.1.3...v3.1.4

v3.1.3

29 Dec 23:38
b4ef31e
Compare
Choose a tag to compare

Bug fixes:

  • Update Tag notifications not showing in Notifiarr when category is blank
  • Logging error message fix

Full Changelog: v3.1.2...v3.1.3