Files
bee-dashboard/CHANGELOG.md
T
bee-worker cda1d4bbb1 chore: release 0.7.0 (#189)
* chore: release 0.7.0

* chore: update the changelog

Co-authored-by: Vojtech Simetka <vojtech@simetka.cz>
2021-08-31 14:12:36 +02:00

10 KiB

Changelog

0.7.0 (2021-08-31)

Features

  • removed dark theme and theme switching (#190) (d1720e2)
  • separate info and status page (#183) (02a7bff)
  • styling of the sidebar (#194)

Bug Fixes

  • bee 1.1.0 version reporting workaround (#197)

0.6.0 (2021-08-24)

Features

  • add retry to accounting (#166) (a62243f)
  • add tooltips and health indicator to peers (#169) (480f6dc)
  • bee provider caching the state of the app and refreshing periodically (#172) (2624cf0)
  • changing API urls does not need the app refresh (#173) (d6d03bf)
  • remove the last update component (#179) (56df3a2)
  • synchronized platform tabs (#165) (ec42eaf)

Bug Fixes

  • enum index for supported platforms (#170) (dcec6e0)
  • remove nested ternary operator and simplify ping peer functionality (#181) (2b120e4)

0.5.0 (2021-08-09)

Features

  • updated troubleshooting instructions and links for mainnet (#161) (960ffb8)

Bug Fixes

0.4.0 (2021-06-29)

Features

  • display postage batch usage percentage (#149) (6f645dc)

Bug Fixes

0.3.1 (2021-06-03)

Bug Fixes

  • don't display version alert when unable to retrieve version from bee node (#138) (5ace762)
  • typeerror in the postage stamps form (#137) (465df17)

0.3.0 (2021-06-02)

Features

  • added Dockerfile (#75) (aab0462)
  • added tolerance to version check and warning if not exact to what we tested (#133) (353db10)
  • postage stamps support (#115) (4074a9d)
  • unified notification with notistack (#127) (bec8405)
  • upload files with postage stamps (#126) (92c727e)

Bug Fixes

0.2.0 (2021-05-20)

This release supports the Bee's 0.6.0 release and is fully compatible with it. Due to the amount of breaking changes Bee Dashboard no longer supports the Bee version 0.5.3.

Features

  • update to bee 0.6.0 and bee-js 0.9.0 (#99) (7f5fbd3)

Bug Fixes

0.1.0 (2021-04-29)

Features

  • added error boundary for each page so errors don't crash the whole app (#84) (fdc5f64)
  • cashing out for each peer and single page accounting (#69) (9d19b5e)
  • initial Proof of Concept UI (#1) (34d2dfd)
  • npm release support (#88) (0fb73f8)
  • reviewed and simplified the node status check (#63) (9e4e58f)
  • simplified the steps to run the web app (#79) (bea9d55)
  • split api status checks (#37) (fc1a8cb)
  • various UI improvements (#36) (0e4e9bc)

Bug Fixes

  • bee api hooks isLoading value now defaults to true (#61) (6f0655d)
  • changed chequebook troubleshooting to be more in line with recommended path (#77) (d77e184)
  • file download redirects to bee node, upload limited to 1 file (#62) (5608b91)
  • if any step has error, the first step could not be expanded (#85) (d3da895)
  • Setting explicit Typography components to fix invalid DOM (#25) (325a590)
  • withdraw/deposit converts from BZZ (10^16 base units) (#66) (825772c)