Skip to content

Releases: aaroncox/vessel

0.2.9

Choose a tag to compare

@aaroncox aaroncox released this 27 May 20:46
457fbec
  • Added the ability to sign custom json operations with the active key.

0.2.8

Choose a tag to compare

@aaroncox aaroncox released this 09 Apr 18:29
e100d38
  • Fixed an issue where the tabs on the accounts section wouldn't load.
  • Removed old account creation code (didn't work, needs updating to RC system).
  • Allow user to send encrypted memo when sending transfer to other user and private memo key is present. (Thanks @netuoso)

0.2.7

0.2.7 Pre-release
Pre-release

Choose a tag to compare

@aaroncox aaroncox released this 24 Jan 23:24

Upgraded Electron to 1.7.11 to fix recently discovered security vulnerability for Windows users.

All Windows users are encouraged to upgrade immediately.

More information can be found here:

https://electronjs.org/blog/protocol-handler-fix

0.2.6

0.2.6 Pre-release
Pre-release

Choose a tag to compare

@aaroncox aaroncox released this 15 Jan 23:10
  • Vessel now actively monitors it's connection and notifies you if you're disconnected.
  • When Vessel is not connected to a server, a red status message will appear at the top indicating it's attempts to reconnect.
  • From within this status message, users can choose to force an attempt to reconnect or choose a different server.
  • When choosing a new server, a pre-populated list of servers are checked against to see which are operational, and reports a UTC datetime of the last block that server has processed.
  • Security Fix: removed an external dependency (semantic-ui.min.css) from loading externally.
  • Fixed bugs involving the dsteem library and it's incorrect server usage (preventing account creation).
  • Fixed a display issue for both VESTS and SP when estimating the account creation cost.

0.2.5

0.2.5 Pre-release
Pre-release

Choose a tag to compare

@aaroncox aaroncox released this 12 Jan 07:17
  • You can now change your Preferred Steem Node from the initial welcome screen.
  • Fixed a bug where the default node wasn't being specified and defaulting to a decommissioned server.
  • The default node has been updated to rpc.buildteam.io temporarily.
  • Attempting to clarify the wording in the account creation process so users realize there's one final step.

0.2.4

0.2.4 Pre-release
Pre-release

Choose a tag to compare

@aaroncox aaroncox released this 03 Jan 08:53
  • Fixed a bug preventing the application from quitting in Windows.
  • Removed the debug console.

0.2.3

0.2.3 Pre-release
Pre-release

Choose a tag to compare

@aaroncox aaroncox released this 22 Dec 01:59
  • The delegation operation prompt will now display a notice if you have an existing delegation you are going to overwrite.
  • Distribution of Vessel through Snapcraft (https://snapcraft.io/vessel/).
  • Vessel will now prompt for operations if Vessel is not already open.
  • Bug fixes to allow Linux/Windows users to be prompted via links.
  • Removed the requirement of the appdata portion of the URL (after the #)

0.2.2

0.2.2 Pre-release
Pre-release

Choose a tag to compare

@aaroncox aaroncox released this 14 Dec 10:39

Vessel is currently in beta and may contain bugs - please be cautious.

  • Fixes for linux/deb package
  • Added snap build which can be installed via snap install vessel

0.2.1

0.2.1 Pre-release
Pre-release

Choose a tag to compare

@aaroncox aaroncox released this 14 Dec 00:20

Vessel is currently in beta and may contain bugs - please be cautious.

Two changes:

  • Fix for Windows users who weren't being prompted through the custom URI scheme
  • When prompting a user for a delegation, if an existing delegation exists, it will now inform the user that they are overwriting their existing delegation (and not adding to it).

0.2.0 - Steem URIs

0.2.0 - Steem URIs Pre-release
Pre-release

Choose a tag to compare

@aaroncox aaroncox released this 09 Dec 21:45

Vessel is currently in beta and may contain bugs - please be cautious.

Implements a custom URI scheme allowing the prompting of operations from any HTML link using the steem:// protocol. Additionally, the opbuilder tool has been released to help craft these special URIs.