![image.png](https://files.peakd.com/file/peakd-hive/therealwolf/23xVW3j82YT88JkhUs8jzC8Wr8qWeXq42Y3rUmAptRjSjZ3VtWWESnW2ELkAyVozyAdUo.png) --- [Vessel](https://gitlab.syncad.com/hive/vessel/-/releases/1.0.2), the Hive Desktop Wallet for Mac has a new version - [v1.0.2](https://gitlab.syncad.com/hive/vessel/-/releases/1.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](https://gitlab.syncad.com/hive/vessel) - [Releases](https://gitlab.syncad.com/hive/vessel/-/releases/1.0.2) - [Binaries](https://github.com/Rishi556/vessel/releases/tag/V1.0.2) --- ### 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*

See: Vessel v1.0.2 Release by @therealwolf