Skip to content

Releases: atomozero/LocalSend

LocalSend 1.1.1

17 Jun 19:33

Choose a tag to compare

What's new

Behavior-focused follow-up to v1.1.0. With the Deskbar replicant installed, LocalSend now actually stays on the LAN when you close
the window.

  • Stay discoverable when the window is closed. Closing the window hides it instead of quitting the app. The multicast announcer and the HTTPS receiver keep running, so other devices on the LAN still see this host.
  • Click the replicant to bring the window back (handled via B_SILENT_RELAUNCH).
  • Right-click the replicant for a context menu with Open LocalSend and Quit LocalSend — the latter performs a real exit, bypassing the hide-on-close.
  • Hidden from the Deskbar leaf menu and the Twitcher while running in the background. app_flags now includes B_BACKGROUND_APP, so the running-apps list no longer shows LocalSend; the replicant icon in the tray is the sole "is it running" indicator.

If the replicant is not installed, behaviour is unchanged: closin the window quits the app.

LocalSend 1.1.0 — Deskbar integration

14 Jun 14:35

Choose a tag to compare

What's new

  • Deskbar replicant — LocalSend now installs an optional item in the Deskbar for at-a-glance access. Toggle it from Settings → Integration → Add to Deskbar / Remove from Deskbar. The replicant uses the app's HVIF icon and adapts to the tray height.
  • HaikuPorts recipe included in the repo (localsend-1.1.0.recipe). PR to haikuports coming next.
  • Cleaner build — silenced all -Wextra warnings in main_gui.cpp (unused virtual-override parameters, history timestamp buffer size, full initialization of HttpServerResponse on the share-link page).

No protocol or compatibility changes: still LocalSend v2.1 over the wire, fully interoperable with Android, iOS, Windows, macOS, and Linux clients.

LocalSend for Haiku v1.0.0

08 Jun 23:04

Choose a tag to compare

Native Haiku client for the LocalSend v2.1 protocol. Share files and text messages over LAN with any device running LocalSend (Android, iOS, Windows, macOS, Linux) no internet, no third-party servers.

Highlights

  • GUI application with device discovery, drag & drop, and Tracker integration
  • Send & receive files and text messages via HTTPS
  • Share via browser link — any device on LAN can download without LocalSend
  • Automatic discovery via UDP multicast
  • Favorites with auto-accept
  • Transfer history with persistent log
  • Tracker add-on — right-click → "Send with LocalSend"
  • Parallel uploads for multiple files
  • PIN protection and accept/reject dialog
  • BFS MIME attributes on received files
  • Localized in Italian, English, Japanese, Chinese, and Spanish
  • CLI tools included (localsend-send, localsend-receive)