Skip to content

v0.2.2

Compare
Choose a tag to compare
@n8maninger n8maninger released this 02 Dec 20:13
· 727 commits to master since this release
v0.2.2
755de5d

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)
  • Volumes can now be written to while initializing, reducing the time new hosts have to wait before accepting renter data (#209)
  • The revenue graph is now a bar stack, much more clearly showing earned vs potential revenue (#214)
  • The metrics graphs now show a y-axis label (#214)
  • App preferences no longer list unused GPU settings (#214)
  • Revenue metrics no longer show negative potential (#220)
  • Earned revenue stat cards are now clearly labeled (#220)
  • Registry data has been removed from the UI (#220)
  • Wallet transactions are now paginated (#220)

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)
  • Fixed a rare race condition between sector deletion and sector migration (#215)