Skip to content

v1.0.2-beta.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@n8maninger n8maninger released this 24 Jan 17:26
· 187 commits to master since this release
v1.0.2-beta.4
55c49d7

Added

  • The configuration page now has menu options to download or copy an image of the current configuration for easier sharing. (#268)
  • Experimental support for Prometheus on some endpoints (#273, #300)
    • GET /state/host?response=prometheus
    • GET /state/consensus?response=prometheus
    • GET /settings?response=prometheus
    • GET /metrics?response=prometheus
    • GET /wallet?response=prometheus

Screenshot 2024-01-24 at 9 07 18 AM

Changed

  • The announce button is now disabled unless the net address does not match the last announcement (#268)

Fixed

  • Fixed an issue using the API with wget (#279)
  • Fixed an issue where the base RPC and sector access price calculation was off by 10. (#278)
  • Fixed an issue where the lack of a host announcement would crash the UI. (#278)
  • Fixed the free space calculation in the resize volume dialog. (#278)
  • Fixed an issue where the app would not navigate when the metrics data interval was set to ALL. (#278)
  • Fixed an issue where siacoin and numeric input values would jump to an incorrect value. (#268)
  • Fixed a panic in build range proof (#269, #297)