Releases: rpatterson/prunerr
v3.0.0b0
prunerr 3.0.0b0 (2023-11-09)
Features
-
Add support for setting the download client's timeout. This involves adding support for
configuring each download client individually, as opposed to only a list of URLs, and as
such requires a configuration change::...
download-clients:
Transmission:
url: "http://transmission:secret@localhost:9091/transmission/"
timeout: "30.0"
max-download-bandwidth: 100
min-download-time-margin: 600
...
v2.0.0
v2.0.0b4
prunerr 2.0.0b4 (2023-10-31)
Bugfixes
- Fix the CI/CD release process.
v2.0.0b2
prunerr 2.0.0b2 (2023-10-30)
Bugfixes
-
Fix handling of empty top-level keys in the configuration file::
DEBUG:prunerr.runner:Sub-command
exec
completed in 89.50181317329407s
Traceback (most recent call last):
File "/usr/local/bin/prunerr", line 8, in
sys.exit(main())
^^^^^^
File "/usr/local/lib/python3.11/site-packages/prunerr/init.py", line 241, in main
_main(args=args)
File "/usr/local/lib/python3.11/site-packages/prunerr/init.py", line 288, in _main
if (result := parsed_args.command(runner, **command_kwargs)) is not None:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/prunerr/init.py", line 181, in daemon
runner.daemon(*args, **kwargs)
File "/usr/local/lib/python3.11/site-packages/prunerr/runner.py", line 337, in daemon
poll = self.config.get("daemon", {}).get("poll", 60)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'get' -
Get default values from
the example configuration file <https://gitlab.com/rpatterson/prunerr/blob/main/src/prunerr/home/.config/prunerr.yml>
_.
v2.0.0b1
prunerr 2.0.0b1 (2023-10-29)
Bugfixes
- Trigger a release after the v2.0.0b0 release failure.
v1.1.13
prunerr 1.1.13 (2023-05-10)
No significant changes.
v1.1.13b2
prunerr 1.1.13b2 (2023-05-10)
Bugfixes
- Upgrade all requirements to the latest versions as of Wed May 10 06:49:51 PM UTC 2023.
v1.1.12
prunerr 1.1.12 (2023-05-08)
Bugfixes
- Fix pushing README to Docker Hub.
v1.1.11b0
prunerr 1.1.11b0 (2023-05-08)
Bugfixes
- Upgrade all requirements to the latest versions as of Sun May 7 09:27:36 AM UTC 2023.
v1.1.9b1
prunerr 1.1.9b1 (2023-05-05)
Bugfixes
- Workaround the broken previous release not being published.