Changelog
Everything we've shipped, newest first. Small, frequent, boring on purpose.
v1.4.2
March 14, 2025
- Fixed a rare progress stall on very large files near the end of an upload.
- Reworked the expired-link page so it's clear what happened instead of a generic error.
- Trimmed the stylesheet; the page paints a little faster on slow connections.
v1.4.0
Feature
February 2, 2025
- Added selectable link expiry — choose 1 hour, 24 hours, or 7 days per upload.
- Generated QR codes are now sharper on retina screens.
- The copy-link button now confirms with a quick “Copied!” instead of going silent.
v1.3.0
December 18, 2024
- Moved storage to an S3-compatible backend for steadier large-file throughput.
- Added optional password protection for links.
- Expiry timers are now enforced server-side as a backstop, not just by cleanup jobs.
v1.2.1
November 5, 2024
- Fixed drag-and-drop not firing in some Firefox versions when dropping onto the icon.
- Better handling of files with unusual characters in their names.
v1.2.0
Feature
September 23, 2024
- Raised the per-file limit to 2 GB.
- Added a dark theme that follows your system preference.
- Reduced memory use when hashing large files in the browser.
v1.1.0
August 1, 2024
- Switched logs to a 7-day retention window, then automatic deletion.
- Stopped recording IP addresses alongside upload identifiers.
- Faster QR generation — it now renders the moment a link is ready.
v1.0.0
Launch
June 14, 2024
- First public release: drop a file, get a link and a QR code, share it.
- Client-side encryption before upload.
- 24-hour default expiry on every link.