Skip to content

v1.4.3

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Mar 11:25
· 44 commits to main since this release

Changelog

  • Bugfix Single File Downloads
  • Improve GUI Sorting
  • Add Ability to Limit Download-Speed in WebUI and ConfigFile
  • Fix Download Counting
  • Fix Orphaned File Deletion after 4 days

Running

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

Detailed Commits.

  • 72a5b66 Add --no-use-server-timestamps to Wget to ensure ModTime On Disk is Time of Download
  • 429d647 Add Sleep Timers to prevent overlapping Timestamp
  • c86611a Add folder suffix to created Folders
  • 448fa76 Add possibility to define parent_id in Folder Creation
  • 40be813 Added Funcitonality for Single File Downloads
  • cd5748d Bugfix Download Counting
  • 77e524e Fix Config UI
  • 4cedb56 Fix Simulatanous Downloads Count and add rate-limit for downloads
  • 38e8fed Fix static error messages
  • fea63ac Removed all ZIP Functionality, Added Download Folder clearing after 4 days
  • 2bf8917 Rename Variables

Full Changelog: v1.4.1-rc1...v1.4.3