Vessel, the Hive Desktop Wallet for Mac has a new version - v1.0.1.
It's still experimental, so please use it at your own risk!
If there are any problems or bugs, please let me know as comment on this post or on Gitlab.
Full List for v1.0.1:
- Added Conversion (HBD => HIVE) and Collateralised Conversion (HIVE => HBD) // Tip: to check your pending conversions please use peakd.com
- Improved Send page to make it easier to deposit to/withdraw from savings
Repository: https://gitlab.syncad.com/hive/vessel
Releases: https://gitlab.syncad.com/hive/vessel/-/releases/1.0.1
Binaries: https://github.com/Rishi556/vessel/releases/tag/V1.0.1
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
@mahdiyari and @rishi556 were added as beneficiaries to these post's rewards. Thanks guys, your work around Hive is much appreciated!