Skip to content

Releases: rpatterson/prunerr

v3.0.0b0

09 Nov 20:46
Compare
Choose a tag to compare
v3.0.0b0 Pre-release
Pre-release

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

01 Nov 02:01
Compare
Choose a tag to compare

prunerr 2.0.0 (2023-11-01)

No significant changes.

v2.0.0b4

31 Oct 22:13
Compare
Choose a tag to compare
v2.0.0b4 Pre-release
Pre-release

prunerr 2.0.0b4 (2023-10-31)

Bugfixes

  • Fix the CI/CD release process.

v2.0.0b2

30 Oct 19:32
Compare
Choose a tag to compare
v2.0.0b2 Pre-release
Pre-release

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

29 Oct 21:12
Compare
Choose a tag to compare
v2.0.0b1 Pre-release
Pre-release

prunerr 2.0.0b1 (2023-10-29)

Bugfixes

  • Trigger a release after the v2.0.0b0 release failure.

v1.1.13

10 May 20:39
Compare
Choose a tag to compare

prunerr 1.1.13 (2023-05-10)

No significant changes.

v1.1.13b2

10 May 20:11
Compare
Choose a tag to compare
v1.1.13b2 Pre-release
Pre-release

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

08 May 20:58
Compare
Choose a tag to compare

prunerr 1.1.12 (2023-05-08)

Bugfixes

  • Fix pushing README to Docker Hub.

v1.1.11b0

08 May 19:39
Compare
Choose a tag to compare
v1.1.11b0 Pre-release
Pre-release

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

05 May 23:14
Compare
Choose a tag to compare
v1.1.9b1 Pre-release
Pre-release

prunerr 1.1.9b1 (2023-05-05)

Bugfixes

  • Workaround the broken previous release not being published.