Releases: ensingerphilipp/Premiumizearr-Nova
Releases · ensingerphilipp/Premiumizearr-Nova
v1.4.7
Changelog
- Add Lidarr Support ty @FuJa0815
- Fix Blackhole Polling ty @jannikw
- Fix Table Ordering in Premiumize Transfers
- Fix Arm Build
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.7
Can use premiumizearr-nova:latest but dont forget to pull new releases.
Changelog
- 2fcf819 Add Index to Transfers Api Transform
- 7685206 Create FUNDING.yml
- 281feae Merge pull request #48 from jannikw/fix-blackhole
- bdc63e8 Merge pull request #49 from FuJa0815/lidarr-support
- d63be64 Update FUNDING.yml
- b13d5bc Update Makefile
- 2b986e5 Update README.md
- c74675f Update README.md
- 4d7a884 Update README.md
- a77986f added lidarr support
- c647cb0 fix watching blackhole directory
Full Changelog: v1.4.5...v1.4.7
v1.4.5
Changelog
- Fix API History Query with Sonarr and Radarr
- Make Added Date Readable
- Update Dependencies
- Fix incorrect download counting
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.5
Changelog
- fe4f89c Change Zebra Behvaior, Update Bootup Ascii Art
- 6faa12a Create renovate.json
- d6f22a8 Dependency Change
- 291505a Fix Incorrect Download Counting due to sleep in asnyc tasks
- 789d5be Fix Issue #24 wrong api endpoint
- 59c5650 Make Added Date Readable in Web-UI
- 7cba9e1 Merge pull request #25 from pr0j3ctx/patch-1
- 192826f Merge pull request #27 from ensingerphilipp/renovate/carbon-components-svelte-0.x
- 40f3273 Merge pull request #28 from ensingerphilipp/renovate/carbon-preprocess-svelte-0.x
- 2b20503 Merge pull request #29 from ensingerphilipp/renovate/go-1.x
- 2c547ec Merge pull request #30 from ensingerphilipp/renovate/webpack-5.x-lockfile
- bc4ab69 Merge pull request #34 from ensingerphilipp/renovate/actions-setup-go-5.x
- f9956b3 Merge pull request #35 from ensingerphilipp/renovate/carbon-icons-svelte-13.x
- 04724cc Merge pull request #36 from ensingerphilipp/renovate/copy-webpack-plugin-13.x
- d4d6977 Merge pull request #37 from ensingerphilipp/renovate/css-loader-7.x
- e1750b9 Trigger Renovate
- 0464020 Update Dependencies
- f2806a1 Update README.md
- 1999c0f Update README.md
- d8f2a0f Update README.md
- c059bb2 Update README.md
- a8d13cb Update README.md
- 1b0f8ea Update actions/setup-go action to v5
- f4cbdd8 Update dependency carbon-components-svelte to ^0.88.0
- aba81fc Update dependency carbon-icons-svelte to v13
- a5cf409 Update dependency carbon-preprocess-svelte to ^0.11.0
- ef98722 Update dependency copy-webpack-plugin to v13
- c28a587 Update dependency css-loader to v7
- a388c2d Update dependency go to v1.24.2
- 160d416 Update dependency webpack to v5.98.0
Full Changelog: v1.4.4...v1.4.5
v1.4.4
Changelog
- Small Bugfix Release
- Fix GUI Row Reordering
- Fix API Transformations
- See v1.4.3 for important Changes
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.4
Changelog
Full Changelog: v1.4.3...v1.4.4
v1.4.3
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
v1.4.1-rc1
Premiumizearr Pre-Release v1.4.1-rc1
Changelog
- e274608 #2
- f815c8e Change gorerelease prerelease
- 6e32dd2 Reduce transfermanager run interval to 60 seconds
Full Changelog: v1.4.0...v1.4.1-rc1
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
v1.3.3
Changelog
- Downloads now resume up to 4 days after being created - beware this means downlaoded data is preserved for 4 days!
- Limitation: Downloads do not resume if container is restarted, Downloads can only resume if the server supports seeking
- 305043f Merge pull request #9 from ensingerphilipp/resumeable_downloads
Full Changelog: v1.3.2...v1.3.3
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.3
v1.3.2
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
1.3.0-rc1
Key Points:
- Fix permission problems
- Update Downloader Implementation
- Fix EOF Datastream Error
- Drastically improve Downloadspeed
Full Changelog: https://github.com/ensingerphilipp/Premiumizearr-Nova/commits/1.3.0-rc1
Example Docker Run Command:
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=$(id -g) \
-e PUID=$(id -u) \
-p 8182:8182 \
--restart unless-stopped \
ghcr.io/ensingerphilipp/premiumizearr-nova:1.3.0-rc1
Prerequisites:
- Install Docker
- Create Folder Structure for mounting
- Make sure all Folders and Files are owned and accessible for UID and GID 1000
- Create or choose the correct Docker Network
- You might need to run it as a User with UID GID 1000 too (i havent tested yet)
- Important: Do not use sudo
PGID and PUID might need to be 1000
Docker Image (amd64 for now - tested on Ubuntu 24.10):
https://ghcr.io/ensingerphilipp/premiumizearr-nova:1.3.0-rc1