Skip to content

v0.2.2-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@n8maninger n8maninger released this 14 Nov 22:33
· 752 commits to master since this release
da44153

Added

  • Hosts will now automatically reannounce every 180 blocks or when the net address is changed (#195)
  • New users will now see an onboarding wizard that prompts the user to complete the necessary setup steps - it also shows the status and progress of each. (#193)
  • The command palette now includes navigation to configuration sections. (#193)
  • Data tables refresh themselves without user interaction or refocusing the app, even more frequently if a long-running operation is in progress. (#193)
  • The configuration page will now show pricing suggestions for storage, ingress, and egress.

Changed

  • The configuration now has a simple and advanced mode to simplify first-time UX (#193)

Fixed

  • Fixed an issue when the host consensus database changes that causes resolved contracts to be moved to active (#208)
  • Fixed an issue where fiat input fields values were not displaying properly. (#193)

New Contributors