Releases: aaroncox/vessel
Releases · aaroncox/vessel
Release list
0.2.9
0.2.8
- 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
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:
0.2.6
- 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
- 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.3
- 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
appdataportion of the URL (after the#)
0.2.2
0.2.1
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
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.