github andrii-kryvoviaz/slink v1.11.0

7 hours ago

📦 Release Notes

🚀 New Features

  • i18n / Multi-Language Support: Full localization framework added across the app, with translations for German, Spanish, French, Italian, Japanese, Polish, Ukrainian, and Chinese (English remains the source language). (#178)
  • Refined Media Access Control: Per-image visibility and permission model for finer-grained sharing decisions. (#180)
  • Password-Protected Shares: Optionally require a password to access a shared image. (#183)
  • Expiring Shares: Set an expiration date on a share so it auto-revokes after a chosen time. (#182)
  • Published Share Listing: Browse and manage all your published shares from a dedicated page. (#184)
  • Hardened Runtime: FrankenPHP now runs with no Linux capabilities for a tighter container security baseline. (#181)

🛠️ Improvements & Fixes

  • Faster Listings: SSR now checks for existing items up front, eliminating the brief empty-state flicker on first paint.
  • Quick-Copy Polish: New clipboard utility with a subtle sound cue; copy is suppressed while selecting text on the info page.
  • UX Refresh: More compact ViewModeToggle, responsive SearchBar, redesigned upload page, improved share skeleton states, footer positioning, and Popover/DatePicker responsiveness.
  • Notifications: Better grouping behavior.
  • Auth & Sessions: Cleaner exception status codes and more reliable session handling in Auth and the API proxy.
  • Maintenance: Dependencies updated to their latest versions.

Important

Slink is moving away from "always accessible by link" shares. All shares are now fully private by default and only become accessible to whoever holds the link (same outcome as before, but it gives you far more flexibility for per-image access control).

Shares can now be listed and edited from their own page. This release ships an automatic migration from legacy shares and creates missing share records so existing behavior continues to work without intervention. Shares with custom parameters must be migrated manually.

Note

Translations may contain inconsistencies; roughly 99% are AI-translated. Contributions to fix incorrect or awkward wording in any language are very welcome.

New Contributors

Full Changelog: v1.10.6...v1.11.0

Don't miss a new slink release

NewReleases is sending notifications on new releases.