Skip to content

Releases: p-hueber/prefetcharr

0.9.0

04 Jan 22:49
4f9a3e8
Compare
Choose a tag to compare

Added

  • Add an optional setting to retry the initial connection probing. This is
    always set by the Dockerfile.

0.8.2

01 Dec 21:28
ee29bd3
Compare
Choose a tag to compare

Fixed

  • Use the correct episode count from Sonarr to not consider monitored episodes
    as downloaded.

Added

  • Add a Docker template for Unraid. (@f0rc3d)

0.8.1

31 Oct 09:53
e776abc
Compare
Choose a tag to compare

Fixed

  • Plex sessions were not detected since 0.8.0.

0.8.0

20 Oct 15:08
2d8caf7
Compare
Choose a tag to compare

Added

  • Optional allow list for media server users. (@aksiksi)

0.7.4

07 Oct 20:05
9cfc5a1
Compare
Choose a tag to compare

Changed

  • Update dependencies (futures-util got yanked for soundness issues)

0.7.3

28 May 00:39
4d76672
Compare
Choose a tag to compare

Fixed

  • Fix an issue where the second season is not requested under specific
    circumstances.

Changed

  • Update dependencies.

0.7.2

30 Apr 19:36
a75e07d
Compare
Choose a tag to compare

Added

  • Add license text files.

Changed

  • Update dependencies.

0.7.1

17 Apr 05:35
577ce2a
Compare
Choose a tag to compare

Fixed

  • Fix an authentication issue with Sonarr.

0.7.0

14 Apr 16:36
d400279
Compare
Choose a tag to compare

Added

  • Trigger on pilot episodes.
  • Probe all connections at startup.

Changed

  • Better reporting of errors returned by Sonarr or the media server.
  • Put all API keys into request headers instead of URL queries and never log
    them.

0.6.0

05 Apr 22:20
67ae603
Compare
Choose a tag to compare

Added

  • Docker images are published to Docker Hub as phueber/prefetcharr:latest.

Changed

  • Always log to stderr, regardless of the --log-dir flag.
  • Only log with ANSI colors if stderr is a terminal.
  • Use rustls instead of openssl.
  • Reduce binary and docker image size.