Skip to content

Latest commit

 

History

History
306 lines (271 loc) · 14.8 KB

CHANGELOG.md

File metadata and controls

306 lines (271 loc) · 14.8 KB

Changelog

Added

  • #655 Integrated MetaMask for easily filling up the Raiden account with ETH and tokens.

1.2.1 - 2020-04-26

Fixed

  • Fixed a problem in the build process of v1.2.0.

1.2.0 - 2020-04-26

Added

  • #556 New dialog for interacting with the UDC. The dialog enables depositing and withdrawing tokens.
  • #195 Services tokens can be minted from the UDC dialog.

Changed

  • #557 Moves the token mint button next to the token on-chain balance in the header.
  • #556 New dark dialog design.

Fixed

  • #590 Fixed a bug that prevented to select the all networks view.
  • #603 Error screen was not showing up when API connection failed.
  • #598 Filters the address of the user account from the suggested connections when using Quick Connect.
  • #542 Fixed the layout to not get broken by big token balances.

1.1.1 - 2020-12-03

Fixed

  • #580 Show error message in quick connect dialog when no pathfinding service is set.

1.1.0 - 2020-12-02

Changed

  • #547 Connection manager is replaced by a new quick connect dialog which transparently opens channels with suggestions by a pathfinding service.

Added

  • #345 Adds the input field for a payment identifier to the transfer dialog again (was removed in the redesign).

1.0.2 - 2020-07-14

Added

  • #485 Header shows the RDN tokens deposited to the UDC and token on-chain balances.

1.0.1 - 2020-06-17

Fixed

  • #476 Set Content-Type header of requests to application/json.
  • #475 Retry connection to RPC provider when it failed initially.

1.0.0 - 2020-06-12

Changed

  • Complete redesign of the UI
  • #189 Only shows one notification for a channel deposit.
  • #244 Transfer button asks for quick connect if user has no channels.

Added

  • #6 View for the transfer history and history per token.
  • #239 Adds a QR code overlay for the user address.
  • #238 Search functionality for filtering tokens, channels, contacts and transfer history.
  • #270 Add a contact for a new address from the transfer and open channel dialogs.
  • #186 Shows the available tokens in the deposit/withdraw, open channel and quick connect dialogs.
  • #297 ENS support on Goerli test network.
  • #389 Shut down Raiden node button.
  • #341 API not ready yet view with a progress bar for the blocks to sync.

Fixed

  • #138 Fixes the decimals of token amount inputs to not get cut off on Firefox.
  • #339 Disallows negative token amounts in dialogs.

Removed

  • #227 Removes non-decimal input for token amounts.
  • #265 Possibility to add funds to the connection manager later.

0.11.1 - 2020-05-26

Added

  • #432 Warning for transfers of small amounts, which may fail when the transfer is mediated.

0.11.0 - 2019-12-20

Changed

  • #205 Dialogs can be submitted by pressing enter.
  • #190 Updates the user address when Raiden is restarted with a different address.
  • #218 Fixes the sorting on the tokens and channels pages to not get reset when polling.
  • #141 Only shows the connected tokens in the payment dialog token field.
  • #203 Clears token amount input field on focus.
  • #207 Fixes header content to fit on lower resolutions.

Added

  • #16 Adds a confirmation dialog for payments which are retried by the user.
  • #18 Shows the error screen when API is down.
  • #12 Adds a token sorting option to show connected networks first.
  • #196 Shows channels while they are being opened.

0.10.4 - 2019-12-10

Changed

  • #212 Fixes a bug that could cause the body parameters of API requests to be wrongly formatted.

0.10.3 - 2019-12-06

Changed

  • #208 Adapts the WebUI to the changed typing of integer values of the Raiden API.

0.10.2 - 2019-12-03

Changed

  • #194 Fixes that no notifications for pending transfers were shown.
  • #179 Shows an error message if ENS is not supported on current network.
  • #184 Fixes showing no notification when initiating a payment.
  • #181 Fixes that the pending transfer notifications were not removed.

0.10.1 - 2019-10-22

Changed

  • #167 Improves the animation of disappearing toast notifications to make it clear where the notification panel is accessible.
  • #171 Fixes the Raiden API not available notification on Firefox to only appear once.
  • #168 Improves notification messages to be more consistent.

Added

  • #167 Shows toast notifications for new pending actions.
  • #172 Adds a close button to notification panel.
  • #83 Marks balance of newly opened channels as awaiting while the deposit is pending.

0.10.0 - 2019-09-27

Changed

  • #144 Fixes channels pagination to update the page immediately.
  • #117 Converts most of the internal numeric values to BigNumber.js instances to prevent overflows.
  • #131 Fixes the instant validation feedback for token amount input when decimals are unchecked.
  • #139 Fixes the paginator to fit material card on mobile.
  • #140 Fixes mobile navigation menu to toggle correctly.
  • #157 Fixes the token symbol to be shortened when it would cause an overlay.
  • #146 Fixes the error screen to appear in case of a rpc error.

Added

  • #156 Exposes Raiden and WebUI version on About page with a button to copy environment to clipboard.
  • #30 Adds a notification panel which shows pending and finished actions.
  • #16 Adds notifications for in flight payments.

0.9.2 - 2019-08-07

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.

0.9.1 - 2019-07-26

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.

0.9.0 - 2019-07-24

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.

0.8.0 - 2019-01-25

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.

0.7.1 - 2019-01-11

Changed

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

0.7.0 - 2019-01-04

Changed

  • #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.

0.6.0 - 2018-12-05

Changed

  • First python package release.