Releases: Jacalz/rymdport
v2.0.0 - Massive release with lots of new features and changes
Description:
This is a monumental new release that improves upon almost every part of earlier versions. It has a whole new theme thanks to fyne v1.4.0, support for sending folders, a new UI for showing sends and receives along with a lot more. Binaries for linux/arm64
are now included as part of the release binaries. Binaries for freeBSD
will be available with the next release.
Changelog:
- Massive rework and rewrite of code to simplify and make it more maintainable.
- Use new list widget with custom layout for showing sends and receives.
- Show a button for copying the send code. See #3 for more information.
- Show an icon for each file, folder, or text snippet that is sent.
- Includes MIME type and extension information.
- Big UI refresh thanks to new theme rework in
fyne v1.4.0
. - Added support for sending and receiving folders.
- Sending files now properly closes them afterwards.
- Fixed a bug that caused component length to not be saved between application restarts.
- Switch to adaptive theme by default.
- Will changes depending on dark/light mode on
windows 10
andmacOS
.
- Will changes depending on dark/light mode on
- Added folder picker for selecting a downloads directory.
- Multiple performance and memory improvements.
- Sends and receives are reusing the same
wormhole
client instead of creating a new one each time. - Dialogs are now created once and then shown when appropriate (not when showing errors).
- Themes are no longer checked too many times on startup.
- Using less goroutines and channels internally.
- Sends and receives are reusing the same
- The
Makefile
now supports uninstalling too (for Linux and BSD). - Release binaries are now built for
linux/arm64
as well. - Add initial build and package support for BSD.
- The next big release will have binaries for
freeBSD/amd64
.
- The next big release will have binaries for
- Updated
fyne
to v1.4.0.
v1.3.0 - Code refractoring, new features and fixes
Description:
A new big release with a lot of fixes, features changes and improvements for the better.
Changelog:
- Refactored code to simplify and be more maintainable.
- Added support for sending notifications on send and receive.
- Can be turned on in settings.
- Added an about page with logo and version number.
- Added build scripts and
.desktop
file for Linux packaging. - Added a new fancy way of displaying text files.
- Support for saving text to a file on receive.
- Support for copying all text to clipboard on receive.
- Make sure that sending text updates progress too.
- Changed arrow down icon to download icon.
- Make file saves more reliable.
- Release binaries are built using
fyne-cross
v2.2.0.- Now built with
Go 1.13.15
.
- Now built with
- Updated
wormhole-william
to v1.0.4. - Updated
fyne
from v1.3.1 to v1.3.3.- Brings a bunch of bugfixes and favourite icons in file picker.
v1.2.0 - Application icon, fixes and new features
Description
The third release adds a lot of useful changes to make the application more usable day to day.
Changelog
- Fixed text transfer between devices.
- Only set the max value for progressbars once.
- Add support for receiving on pressing enter/return.
- Added an application icon based on an actual wormhole.
- Moved out custom widget code to it's own package.
- Added code copy popup menu on right click to send codes.
New features and fixes
Description
The second release consists of a few nice new features along with some needed fixes.
Changelog
- Added progression bars when sending files.
- Added filename and status information to the receive page.
- Made headers bold for information on the send and receive tabs.
- Fixed an issue with the EventQueue filling up due to blocking calls.
First release of wormhole-gui
This is the very first release of wormhole-gui. It was created during just one day to show how easy and simple it is to build applications using fyne. There are more features coming in the future, so stay tuned.