- [minor] Update to work with newer qbittorrent version - @Drapersniper
- Bump to qbittorrent-api==2022.8.38 - @Drapersniper
- Bump stefanzweifel/git-auto-commit-action from 4.14.1 to 4.15.0 - @dependabot[bot]
- De Morgan's laws - @Drapersniper
- Bump ujson from 5.2.0 to 5.4.0 - @dependabot[bot]
- Update README.md - @Drapersniper
- [patch] allow qbitrr to run agaisnt qBitTorrent 4.4+ - @Drapersniper
- Closes #58 by allowing qbitrr to run against qBitTorrent 4.4+ - <4.5, Historically this has broken several things as the API for qbittorrent was returning bad values. - @Drapersniper
- Bump ujson from 5.1.0 to 5.2.0 - @dependabot[bot]
- Bump crazy-max/ghaction-import-gpg from 4 to 5 - @dependabot[bot]
- Bump actions/setup-python from 3 to 4 - @dependabot[bot]
- Bump docker/login-action from 1 to 2 - @dependabot[bot]
- Bump stefanzweifel/git-auto-commit-action from 4.13.1 to 4.14.1 - @dependabot[bot]
- Bump actions/upload-artifact from 2 to 3 - @dependabot[bot]
- Bump docker/setup-buildx-action from 1 to 2 - @dependabot[bot]
- Bump docker/setup-qemu-action from 1 to 2 - @dependabot[bot]
- Bump github/codeql-action from 1 to 2 - @dependabot[bot]
- Bump docker/build-push-action from 2 to 3 - @dependabot[bot]
- Bump actions/setup-python from 2 to 3 - @dependabot[bot]
- Bump actions/checkout from 2 to 3 - @dependabot[bot]
- Bump actions/setup-node from 2 to 3 - @dependabot[bot]
- [patch] allow setting
FileExtensionAllowlist
to an empty list to allow all file extensions - @Drapersniper
- [patch] hotfix to handle edge case - @Drapersniper
- [minor] Catch
TypeError
when building an Arr instance and build an invalid path when required - @Drapersniper
- [patch] apply "fix" in all relevant locations - @Drapersniper
- [patch] the qbittorrent api is being weird af ... why is it returning non existing torrents with missing attributes - @Drapersniper
- [minor] Add Environment variable support for some config as well as overrides for some variables - @Drapersniper
- [patch] Fix broken log line - @Drapersniper
- [patch] Fix indentation which was causing a crash - @Drapersniper
- [patch] Improvements for docker build - @Drapersniper
- [Feature] Add the ability to run the search functionality without a running instant of qBitTorrent - @Drapersniper
- [Dep] Update black dev dependency to 22.1.0 - @Drapersniper
- [enhancement] a Significant improvement for missing episode searches - @Drapersniper
- [minor] ensure the script does not run on unsupported version of qbittorrent. - @Drapersniper
- [dev] Improve maintainability of requirements - @Drapersniper
- [patch] Fixed seeding logic finally? - @Drapersniper
- Merge remote-tracking branch 'origin/master' - @Drapersniper
- [patch] Fix seeding logic to avoid these stupid ass conflicts - @Drapersniper
- [patch] Fixed both bugs reported by stats on discord - @Drapersniper
- Ensure that binaries and docker contain the frozen version requirements - @Drapersniper
- Fix a crash caused when attempting to get release data but the API didn't return a string as documented - @Drapersniper
- [dep] Better docker env detection - @Drapersniper
- [patch] Push a tag with version to keep historical versions - @Drapersniper
- [patch] Query release date from overseerr to avoid searching movies/series that have not been released - @Drapersniper
- improve the code around GET requests to make it more maintainable - @Drapersniper
- [Fix] Fix an issue where torrents were not allowed to seed regardless of the setting in config - @Drapersniper
- [docs] Add tty:true key to docker compose example to ensure correct logs colour when using
docker-compose logs
- @Drapersniper - Bump stefanzweifel/git-auto-commit-action from 4.12.0 to 4.13.1 - @dependabot[bot]
- [minor] Add support for Docker and create a docker image (#26) - @Drapersniper
- [patch] Fix yet another edge case around marking torrents as failed when they aren't actually failed - @Drapersniper
- [patch] Deploy release - @Drapersniper
- [Admin] Optimize GitHub workflows to reuse variables and depend on one another also add the binary workflow to pull requests - @Drapersniper
- [fix] Make the loops sleep if qBitTorrent is unresponsive and raises an api error - @Drapersniper
- [patch] Fix for #6 - @Drapersniper
- [fix] Fix an issue that causes a specific log line to fail. - @Drapersniper
- [fix] Fix an issue where an old table field was causing crashes with Radarr file searches - @Drapersniper
- [patch] Fix the previous issue properly - @Drapersniper
- [patch] Resolve bad conflict resolution - @Drapersniper
- [patch] Full fix for https://github.com/Drapersniper/Qbitrr/issues/19#issuecomment-999970944 - @Drapersniper
- [patch] Temp fix for https://github.com/Drapersniper/Qbitrr/issues/19#issuecomment-999970944 - @Drapersniper
- Update setup instructions - @Drapersniper
- [patch] Hotfix - Remove ujson support for any python implementation that is not CPython due to the SystemError crash that occurred on PyPy - @Drapersniper