Skip to content

Releases: raiden-network/webui

v0.9.2

07 Aug 09:59
Compare
Choose a tag to compare

Changed

  • #129 Fixes the address book download to have .json extension on Firefox.
  • #127 Fixes the token page to always refresh connections for showing updated token actions.
  • #29 Changes the polling mechanism to retry requesting after an error occurs.
  • #133 Changes minted token amount to higher value.

v0.9.1

26 Jul 12:48
d2fceab
Compare
Choose a tag to compare

Changed

  • #119 Fixes an issue with the flex layout of the token input component.
  • #123 Fixes the animation of the payment dialog to not show the payment identifier expanded.
  • #121 Fixes the token page failing to load the tokens.

v0.9.0

24 Jul 09:03
fc8c28a
Compare
Choose a tag to compare

Changed

  • #60 Adds layout optimizations for mobile devices.
  • #105 Fixes an issue which prevented the address book download button to work on Firefox.
  • #101 Fixes the reset button of the payment dialog to reset the validity and input values correctly.
  • #5 Changes numeric amounts to be displayed in decimal notation.
  • #87 Fixes the notification for a successful token registration.

Added

  • #94 Adds withdraw functionality.
  • #79 Adds ens resolution support.
  • #85 Adds account's eth balance on the header.
  • #49 Adds error screen for JSON RPC connection failure.
  • #33 Exposes environment and chain information.
  • #103 Adds instant validation feedback on input fields.
  • #15 Adds a button to the header linking to a faucet on testnets.
  • #11 Adds a token mint button for testnets.
  • #111 Adds payment identifier field to payment dialog.

v0.8.0

25 Jan 10:24
5d5205b
Compare
Choose a tag to compare

Changes

Changed

  • #66 Fixes an issue where token information would fail to load.
  • #8 Fixes truncation of long token network names.
  • #55 WebUI does not show notification when user opens their first channel.
  • #43 Changes the layout in tokens/channels to make only the entries scrollable.

Added

  • #31 Add a general Send Token button in the channels page.
  • #13 Adds an Add Funds button to the Token Card that allows to add funds to the connection manager after joining a token network.
  • #34 Adds an address book functionality.

v0.7.1

11 Jan 13:07
11c3147
Compare
Choose a tag to compare

Changes

  • #48 WebUI fails to load on Firefox with Parity due to CORS errors.

v0.7.0

04 Jan 17:00
f03893b
Compare
Choose a tag to compare

Changes

  • #44 Fixes an issue with the types in TokenInfoRetriever that would cause issue on amount input.
  • #41 WebUI should allow you to open a channel without any balance
  • #37 Remove debug events from the WebUI
  • #9 Optimize the WebUI to handle a great number of tokens

v0.6.0

05 Dec 14:43
c889b06
Compare
Choose a tag to compare
  • First release as an independent python package.