Releases: tonyantony300/alt-sendme
AltSendme 0.3.4
What's Changed
- release version 0.3.4 (9d23f13)
Full Changelog: v0.3.3...v0.3.4
See the assets below to download and install this version.
What's Changed
- Bumped iroh version by @Rubensei in #110 - this PR advancing work for future version bumps
- Added tabs animation to ui by @blackmouse572 in #115
- Security fixes - skip problematic paths, hardening against various attack vectors @Retengart in #113
- fix(progress): clamp transferred bytes to prevent >100% display by @Retengart in #116
- fix(theme): resolve light mode color inconsistencies by @Retengart in #117
- Added functionality to clear selected file by @tonyantony300 in #119
- Add Hungarian language support by @hcodename47 in #112
New Contributors
- @hcodename47 made their first contribution in #112
- @Rubensei made their first contribution in #110
- @Retengart made their first contribution in #113
Full Changelog: v0.3.3...v0.3.4
AltSendme 0.3.3
- 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
AltSendme 0.3.2
What's Changed
chore: bump version to 0.3.2 (77169e5)
- Includes Hotfix for missing auto updater change
Full Changelog: v0.3.1...v0.3.2
See the assets below to download and install this version.
Full Changelog: v0.3.1...v0.3.2
AltSendme 0.3.1
What's Changed
- chore: bump version to 0.3.1 (da0dc8c)
Full Changelog: v0.3.0...v0.3.1
See the assets below to download and install this version.
What's Changed
- Release/v0.3.0 by @tonyantony300 in #92
- feat(single-instance): enforce app to run only one instance at a time by @lordaimer in #94
- feat(windows): implement context menu integration by @ManasayJoseph in #93
- feat(updater): add updater system via tauri-plugin-updater by @lordaimer in #97
New Contributors
- @ManasayJoseph made their first contribution in #93
Full Changelog: v0.3.0...v0.3.1
AltSendme 0.3.0
What’s New in v0.3.0 🎉
✨ New Features
- Multi-transfer / Broadcast mode - Send files and folders to multiple recipients at once using a single ticket, with concurrent transfers. (#80)
- Quick “Open” button on receive - Jump straight to the downloaded files in your file explorer. (#78)
- Design system introduced - A more accessible, scalable, and maintainable UI powered by cossui.
(Thanks @blackmouse572) (#83) - System tray support - Close the app while transfer in progress, transfer will continue to system tray.
(Thanks @lordaimer) (#76) - Tailwind CSS upgraded to v4
(Thanks @blackmouse572) (#83) - Light & Dark mode support
(Thanks @blackmouse572) - Transfer ETA display — See estimated time remaining during transfers. (#81)
🛠️ Improvements & Maintenance
- Improved development workflow and code organization
(Thanks @gotnoklu) (#74) - Integrated Biome for consistent code quality checks
(Thanks @gotnoklu) (#77) - Formatting checks added to CI for more reliable builds
(Thanks @gotnoklu) (#86)
🌍 New Translations
- Bengali — @arg387 (#72)
- Hindi, Polish, Ukrainian — @Ajo-jojo (#46, #54)
- Norwegian — @realguse (#60)
- Serbian — @aceydot (#52)
- Persian — @MobinMardi (#50)
- Turkish — @BERKVY (#49)
Full Changelog:
v0.2.4...v0.3.0
⬇️ See the assets below to download and install this release.
AltSendme 0.2.4 - Stable
What's Changed
-
chore: bump version to 0.2.4 (a75d07f)
-
Folder share premature success screen fix
-
MacOs code notarization fix
Full Changelog: v0.2.3...v0.2.4
See the assets below to download and install this version.
AltSendme 0.2.3
What's Changed
- Hotfix for v0.2.2
Full Changelog: v0.2.2...v0.2.3
See the assets below to download and install this version.
AltSendme 0.2.2
What's Changed
-
chore: bump version to 0.2.2 (5849358)
-
Code signing added for macOS
-
Receiver end progress bar bug fix
-
Folder share gets progress bar
-
Spanish, Korean, Brazilian Portuguese, Arabic localizations added
Contributor
- @isaacdeveloper contributed Spanish localization
Full Changelog: v0.2.1...v0.2.2
See the assets below to download and install this version.
0.2.1
What's New
-
Improved User Experience - Files and directories received by the app now open automatically in your system’s file explorer (Finder on macOS).
-
New Translations - Added support for Italian (
it) and Czech (cs). -
macOS Universal Binary - A single universal macOS binary is now provided, compatible with both Apple Silicon and Intel processors.
New Contributors
- @Gax-il made their first contribution in feat: add Czech localization #24
- @Bugg4 made their first contribution in Add italian localization #22
Downloads
See the assets below to download and install this release.
macOS Users
Download the universal build (supports Apple Silicon and Intel).
This app is not code-signed.
On first launch, macOS may block it. To allow it, run the following in Terminal:
cd /Applications && xattr -dr com.apple.quarantine AltSendme.appAltSendme v0.2.0
Reliability and Performance improvements
Hi all,
This version should improve reliability of this tool significantly with noticeable bugs mostly gone.
Another step towards frictionless, reliable & private sharing that anybody can use.
Code signing will be added very soon.
macOS Users
This app is not code-signed. When you first open it:
Terminal:
cd /Applications && xattr -dr com.apple.quarantine AltSendme.app