Skip to content

Releases: tonyantony300/dashbeam

AltSendme 0.6.1

AltSendme 0.6.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Jul 16:25

Release highlights

  • Fixing #241 & #47
  • Ci - Add setup for pinned linuxdeploy to improve AppImage compatibility on Wayland

Improvements

  • Language switcher - Update country flag rendering and styling for improved layout

Full Changelog: v0.6.0...v0.6.1


See the assets below to download and install this version.

0.6.0 - Paired Devices

Choose a tag to compare

@github-actions github-actions released this 15 Jul 17:09

Release highlights

  • Introducing paired devices - Pairing runs on a dedicated Iroh control protocol (altsendme/control/1). Devices exchange a pairing code (endpoint id), mutually authenticate with signed identities over QUIC, then persist trusted peers locally. After that, a long-lived control connection carries presence and delivers each share’s usual one-time blob ticket as an in-app invite - pairing doesn’t replace tickets; it routes them over a trusted channel.
  • Portable - Adding support for Windows portable ZIP
  • Themes - Adding 5 new themes - Midnight, Paper, Ocean, Forest and High Contrast

Bug fixes

  • UI - Content density under windows DPI - better dimensions on windows
  • Context menu - Implement Windows context menu synchronization and cleanup for uninstallation

New contributors

Thanking @ananthan199601 for UI fixes and @noordeen123 for test coverage and new features.

Full Changelog: v0.5.0...v0.6.0


See the assets below to download and install this version.

AltSendme 0.5.0 - Web

Choose a tag to compare

@github-actions github-actions released this 09 Jul 04:26

What's Changed

  • Web version available at app.altsendme.com
  • Zero analytics, please raise issues as you come across them
  • Harden app trust boundaries
  • More test coverage - added end-to-end test cases verifying receiver temporary directory lifecycle and resume behavior
  • Added disarm mechanism to AutoCleanupDir to support preserving partial downloads for resume
  • Bug fixes

Thanking @Retengart for security fixes and @noordeen123 for test coverage.

Full Changelog: v0.4.2...v0.5.0


See the assets below to download and install this version.

AltSendme 0.4.2

Choose a tag to compare

@github-actions github-actions released this 27 Jun 10:49

Release highlight

  • Modern Debian & Ubuntu support. The .deb package now declares compatible dependency alternatives (libayatana-appindicator3-1, libgtk-3-0t64) alongside the older Ubuntu 22.04 names, so it installs cleanly on Debian and Ubuntu 24.04+.

  • Fixed settings sidebar header being covered by the custom title bar on Linux.

What's Changed

  • #172 Fixed

  • #168 Addressed

  • feat(tauri): support for modern debian (80f548d)

  • fix(setting-sidebar): linux-only custom title bar covering nav header (fb55c9d)

Full Changelog: v0.4.1...v0.4.2


See the assets below to download and install this version.

AltSendme 0.4.1 - Relays

Choose a tag to compare

@github-actions github-actions released this 26 Jun 11:38
bc97e98

Release Highlights

  • Self-hosted relays: Run your own iroh relay so transfers don't rely on public infrastructure. Includes a full deployment template in deploy/relay/ with Docker Compose for a VPS and configuration examples for production use.
  • Fly.io support: One-click deploy template for Fly.io, including a quick-start config (fly.dev.toml) for testing without a custom domain, plus production setup with Let's Encrypt and your own hostname.
  • Relay settings UI: New Settings → Network panel to choose how AltSendme connects: automatic public relays, custom self-hosted URLs (with optional auth token), or disabled. Test connections, verify latency, and see live relay status in the footer.
  • Disable relays: Turn off relay servers entirely when you only need same-network transfers (e.g. LAN). Direct connections only. No relay hop required when devices can reach each other.
  • Android graduates from beta: Android is now part of the regular release cycle alongside desktop. APKs ship with each version (universal, arm64, and armv7).

Other improvements

  • Private relay access control via shared auth token
  • Relay fallback notifications when a custom relay is unreachable
  • Broadcast mode toggle in sharing settings
  • Android release build fixes (split-per-ABI APKs, universal APK preservation)
  • UI polish: mobile safe-area insets, dropzone layout, transfer progress animation
  • Bug fixes for minification-related serialization issues and system tray icon loading

What's Changed

  • feat(relay): add relay status functionality and settings UI (a120cdf)
  • feat(relay): implement custom relay server configuration and verification (51276c7)
  • feat(relay): add configuration for private relay access and enhance observability features (48fbabf)
  • feat(relay): enhance relay URL validation, display connection status (d4fffa0)
  • feat(relay): add RelayChangeGuard component and enhance relay-related translations (16ba514)
  • feat(broadcast): add toggle setting for broadcast mode in sharing UI (ca6d977)
  • fix(relay): correct QUIC discovery port, pin image, templatize fly.dev (52a2ba5)
  • fix: More broken serialization due to minification (67491a9)
  • fix(android): preserve true universal APK across per-ABI builds (e9f256f)
  • fix(ui): conditional safe-area insets padding on mobile (1182f0e)
  • refactor(transfer): CircularRing component animation fix (944572b)
  • chore(android): drop x86 and x86_64 release APKs, keep universal+arm64+armv7 (34ada0b)

Full Changelog: v0.4.0...v0.4.1


See the assets below to download and install this version.

AltSendme 0.4.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 07:28

Release Highlights

  • Networking: Upgraded to Iroh 1.0, the first stable release underlying peer-to-peer networking stack, featuring stable APIs, wire compatibility across v1 releases, QUIC multipath support, and improved direct connectivity
  • Releases: Added support for additional platform targets
  • Stability: Multiple bug fixes and refinements to improve overall application reliability

Note: Android releases will be included in the next patch.

What's Changed

  • feat: Cleanup orphan folders on startup (09aa03f)
  • feat: Add UI for copy-to-cache progress and cancellation (f12d978)
  • feat: Notify of progress in copy to cache (509c858)
  • chore(deps): upgrade Iroh to 1.0 and align ecosystem dependencies (39ea7ed)
  • chore(bump): upgrade to Iroh 1.0 (3480e8f)
  • fix(tray): harden icon loading with resolve path and safe fallback (3b355bd)
  • fix(tray): correct InvalidIcon fallback for 128x128 tray icon (7b38ca7)
  • fix(tray): remove helper fn to fix Image lifetime mismatch (32ffd6f)
  • fix: use larger 128x128 icon for system tray instead of default small icon (d06575b)
  • fix: handle resource_dir and icon errors properly (1ea6df8)
  • fix(ui): forward refs in ScrollArea and Button to resolve React warnings (e241725)
  • fix: translation on General settings page (d74f421)
  • fix: regression gap on mobile and desktop layouts (7ecea8f)

Full Changelog: v0.3.6-beta.1...v0.4.0


See the assets below to download and install this version.

AltSendme Android Beta

Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 May 13:09

After months of development, we are thrilled to share the first look at our Android version. This is an early-stage prototype, and your insights are vital to helping us shape the final experience.

What is possible now

  • Android to Android transfers
  • Send between Android to Windows, Linux or MacOS
  • Send from Android to CLI (using Iroh's sendme)
  • Send stuff outside of your local network to anywhere you want

How you can help:

  • Report any performance issues or bugs.
  • Share your thoughts on the overall navigation.

Join discord to discuss the issues you might find Discord

A huge thank you to @Rubensei ❤️ for the incredible contributions to this build. Special Thanks to @blackmouse572 for his contributions on the frontend ❤️

This is incomplete without expressing our gratitude to the folks at n0-computer for their work on Iroh 🙌 - Thank you!!

Known Issues

  • Android system navigation overlapping the app footer
  • Cache cleanup after transfer might fail silently
  • The process of copying to cache is not synchronous currently, so the UI has no info about when the files are actually ready to be sent. This should only affect big files (+100mb, maybe more on high end devices). A solution is already being worked on

AltSendme 0.3.5

Choose a tag to compare

@github-actions github-actions released this 07 Apr 14:08

What's Changed

  • Preview feature - See what you are about to download when pasting a ticket
  • Mobile version - Build android version locally.
  • Introducing Settings page for future customization capabilities.
  • Receive notification on receiving end when a transfer is complete

Full Changelog: v0.3.4...v0.3.5


See the assets below to download and install this version.

What's Changed

New Contributors

Full Changelog: v0.3.4...v0.3.5

AltSendme 0.3.4

Choose a tag to compare

@github-actions github-actions released this 11 Feb 03:40

What's Changed

Full Changelog: v0.3.3...v0.3.4


See the assets below to download and install this version.

What's Changed

New Contributors

Full Changelog: v0.3.3...v0.3.4

AltSendme 0.3.3

Choose a tag to compare

@github-actions github-actions released this 01 Feb 17:09
  • chore: bump version to 0.3.3 (3234244)

Full Changelog: v0.3.2...v0.3.3


See the assets below to download and install this version.

What's Changed

  • chore: remove old NPM scripts by @gotnoklu in #101
  • fix(linux): prevent AppImage crashes by disabling DMABUF by @lordaimer in #105
  • fix(web-app): move AppProviders to main.tsx to fix appTitle translation in titlebar failing on linux by @lordaimer in #106

Fixing window not appearing issue on Linux binaries

adding fix for #47 #59 #71 #96

Full Changelog: v0.3.2...v0.3.3