Vessel, the Hive Desktop Wallet for Mac has a new version - v1.0.2
It's still experimental, so please use it at your own risk!
If there are any problems or bugs, please let me know as a comment on this post or on Gitlab.
Changelogs for v1.0.2:
- Added Gate.io exchange
- Removed automatic setting of liquid/savings when choosing
same account
as target - Reduced columns of the confirmation modal on the Send page (see thumbnail)
- Bumped electron npm version
Links
Repository - Releases - Binaries
How to build binaries yourself
# Install Wine if you want to build for windows
sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
sudo apt update
sudo apt install --install-recommends winehq-stable
# install dependencies if not done yet
yarn
# build files
yarn run build
# create binaries (m = mac / w = windows / l = linux)
# if you only need one of those, i.e. mac => run npx electron-builder -m
npx electron-builder -mwl
Thanks to @rishi556 for building the binaries once again