github Nasogaa/immich-drop v0.4.0-beta

9 hours ago

New Features

🔐 Login + Menu

  • Login with your Immich credentials to access the menu.
  • The menu lets you list/create albums and create invite links.
  • The menu is always behind login; logout clears the session.

🔗 Invite Links

  • Links are always public by URL (no login required to use).
  • You can make links one‑time (claimed by the first browser session) or indefinite / limited uses.
  • Set link expiry (e.g., 1, 2, 7 days). Expired links are inactive.
  • Copy link and view a QR code for easy sharing.

🔑 Invite Passwords (New)

  • When creating an invite, you can optionally set a password.
  • Recipients must enter the password before they can upload through the link.
  • The app stores only a salted hash server‑side; sessions that pass the check are marked authorized.

🧩 Chunked Uploads (New)

  • Opt‑in support for splitting large files into chunks to bypass proxy limits (e.g., Cloudflare 100MB).
  • Enable with CHUNKED_UPLOADS_ENABLED=true; tune CHUNK_SIZE_MB (default 95MB).
  • The frontend automatically switches to chunked mode only for files larger than the configured chunk size.

📱 Device‑Flexible HMI (New)

  • Fully responsive UI with improved spacing and wrapping for small and large screens.
  • Mobile‑safe file picker and a sticky bottom “Choose files” bar on phones.
  • Safe‑area padding for devices with notches; refined dark/light theme behavior.
  • Desktop keeps the dropzone clickable; touch devices avoid accidental double‑open.

♻️ Reliability & Quality of Life (New)

  • Retry button to re‑attempt any failed upload without re‑selecting the file.
  • Progress and status updates are more resilient to late/reordered WebSocket events.
  • Invites can be created without an album, keeping uploads unassigned when preferred.

Full Changelog: v0.3.1-beta...v0.4.0-beta

Don't miss a new immich-drop release

NewReleases is sending notifications on new releases.