Releases: p-hueber/prefetcharr
Releases · p-hueber/prefetcharr
0.9.0
Added
- Add an optional setting to retry the initial connection probing. This is
always set by the Dockerfile.
0.8.2
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
Fixed
- Plex sessions were not detected since 0.8.0.
0.8.0
Added
- Optional allow list for media server users. (@aksiksi)
0.7.4
Changed
- Update dependencies (
futures-util
got yanked for soundness issues)
0.7.3
Fixed
- Fix an issue where the second season is not requested under specific
circumstances.
Changed
0.7.1
Fixed
- Fix an authentication issue with Sonarr.
0.7.0
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
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.