Skip to content

v1.1.0

Compare
Choose a tag to compare
@n8maninger n8maninger released this 20 May 16:44
· 187 commits to master since this release
v1.1.0

Added

  • Users can now pin their prices to various currencies. When enabled, prices will be automatically updated to match the current exchange rate. (#316, #379)
  • hostd now has an additional config section for explorer data (#316)
    • Users can configure any explorer URL as long as it follows the hostd explorer spec or turn off explorer data entirely
    • This is only used for price pinning currently but will be expanded in the future for supplemental data in other areas
  • OpenBSD support to disk utils (#365) OpenBSD cannot be fully supported until we finish migrating to core consensus
  • Toast notifications can now be dismissed. (#354)

Changed

  • New volumes will no longer be filled with random data (#369)
  • The host will now include its release version in its settings (e.g., hostd v1.1.0-beta.2) (#353)

Fixed

  • Read/write errors are standardized to ErrSectorNotFound, ErrNotEnoughStorage, or ErrHostInteralError instead of exposing the system error (#390)
  • The peer dialog now accepts IPv6 addresses (#394)
  • The configuration panel is now centered on larger screens. (#354)
  • Removed a race condition between the consensus and tpool (#387, #391)