v1.4.0
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:
- 99d0b8d Add Correct Manager Download Listings
- df14db8 Add recursive Folder Downloading via File Links
- f50f5b1 Change Default IP from localhost to 127.0.0.1
- c12a69c Correct Folder Structure Generation
- 870e707 Fix Folder Structure Generation #2
- 5980b77 Fix Several Coding Errors
- 18661c3 Fix capitalization of file type
- 72f30b2 Fix failed Zip Resuming, Add Fallback to Zip Download for Single Files without Folders
- 4cacb2a Merge branch 'main' of https://github.com/ensingerphilipp/Premiumizearr-Nova
- 73341d6 Move Defer Downloads
- bb522fc ReAdd DeleteFolder from Premiumize
- cedfd2b Remove Zip Downloads from DownloadLogic, Remove handling of single FIles
- 09e9b1e Resolve nil-Pointer dewreference
- e703370 Update README.md
- c4fe54c Update README.md
- de37a20 Update README.md
- bceac0b Update README.md
- 5320708 Update README.md
- 3256dd2 Update README.md
- d7ee5d9 add generateFileLink to Premiumizeme API
Full Changelog: v1.3.3...v1.4.0