QuickDrop v1.3.0 Release Notes
Major Features
-
Chunked Upload
Large files can now be uploaded in smaller pieces, improving reliability on slow or unstable connections. -
Disable “View Files” Page
New option to hide the built-in file listing page for enhanced privacy or when you only want private links.
Enhancements
-
Share Button for Public Files
If the app is globally password protected, the “Share” button now appears even for publicly accessible files. -
Share Modal Overhaul
- Consolidated all file-sharing links and options into a single modal.
- Specify the number of days for the unrestricted link to be valid.
- A spinner is shown while generating unrestricted links to indicate it’s working.
-
Improved Mobile Layout
The Admin Dashboard’s file actions now behave more responsively on smaller screens. -
File Life Renewals Logging
Every time a file’s lifetime is extended, it’s now logged. -
“No Files” Message
If no files exist on the “View Files” page, it displays a friendly “No uploaded files” message instead of an empty list. -
Daily Database Clean-Up
A scheduled job checks whether a file has been removed from the filesystem and, if so, automatically deletes its record from the database. -
Error Page
A more user-friendly error page for unhandled scenarios or missing resources.
Bug Fixes
- Multiple minor issues resolved to enhance stability and address user-reported bugs.
Getting the Latest Docker Image
The Docker image is available on Docker Hub:
# Pull version 1.3.0 specifically:
docker pull roastslav/quickdrop:v1.3.0
# Or pull the latest tag:
docker pull roastslav/quickdrop:latest