Description:
This release features a lot of fixes and improvements, but most importantly, it also features release binaries for FreeBSD and macOS (M1) on the arm64 architecture.
About macOS arm64 (M1) binaries
The current arm64 are not signed, meaning that users need to turn off apple quarantine attribute for gatekeeper to be able to start them. See fyne-io/fyne-cross#39 (comment) for more information about this issue. The best solution would be to have the application available in the macOS App Store but this has not been possible due to lack of funding for an Apple Developer Account. Consider supporting the project on GitHub Sponsors if this is something that you want to happen.
Changelog:
- Added support for receiving from custom codes (sending will be in the next big release)
- Fixed received data not showing until after download completes, #17.
- Fixed a possible incorrect error that could happen when a text receive failed.
- Fixed an issue with the project module structure that made it impossible to download using
go get
orgo install
. - Slightly faster application startup time.
- Fix issue with send items sometimes not being unselected correctly.
- Very minor performance improvement for receives.
- Avoid hardcoded defaults for advanced settings. We now use the defaults from
ẁormhole-william
directly instead. - Release binaries are now available for FreeBSD and macOS (M1) on the arm64 architecture.
- Release binaries for macOS are now called that instead of
darwin
for clarity. - Release binaries are now built with
Go 1.16.7
.- Fixes a couple security issues and contains a few bug fixes.
- Updated
compress
to v1.13.3.- Better and faster zip compression and decompression (brings faster directory sends and receives).
- Updated
fyne
to v2.0.4.- The title bar on Windows 10 now matches the system theme (light or dark theme).
- Fixed the Windows 10 notifications view showing the text "app-id" as application name.
- Fixed a couple issues when running in fullscreen.
- Improved performance when drawing transparent rectangles or whitespace strings.