Skip to content

v1.3.2

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jan 20:59
· 23 commits to main since this release

Changelog

  • Add .torrent Support - thanks @besendorf
  • Upgrade to Alpine 3.21
  • Upgrade to GO 1.23 and update dependencies
  • Update NPM Dependencies
  • Clean Up & Fix Build Files

Full Changelog: 1.3.0-rc1...v1.3.2

Use Docker Images for amd64 and arm64:

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.3.2