Skip to content

v1.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Mar 15:45
· 58 commits to main since this release

Changelog

  • Replace ZIP-Downloads with direct downloads
  • Fix Folder Structure Errors
  • Fix unreachable Errors due to inconsistencies when using ipv6
  • Add API-Wrappers needed for direct downloads

Running

docker run -d --name premiumizearr \
  --network=compose_default \
  -v /mount/premiumize/data:/data \
  -v /mount/premiumize/blackhole:/blackhole \
  -v /mount/premiumize/downloads:/downloads \
  -v /mount/premiumize/unzip:/unzip \
  -e PGID=1000 \
  -e PUID=1000 \
  -p 8182:8182 \
  --restart unless-stopped \
  ghcr.io/ensingerphilipp/premiumizearr-nova:v1.4.0

Detailed Commits:

Full Changelog: v1.3.3...v1.4.0