Skip to content

Latest commit

 

History

History
659 lines (495 loc) · 26.2 KB

CHANGELOG.md

File metadata and controls

659 lines (495 loc) · 26.2 KB

Changelog

2.0.1 - 2021-12-24

Fixed

  • #3021 Fix version handling to detect client updates

2.0.0 - 2021-12-23

2.0.0-rc.2 - 2021-09-14

Added

  • #2882 Add new quick pay feature

2.0.0-rc.1 - 2021-08-13

1.1.0 - 2021-08-09

1.0.0 - 2021-06-16

0.17.0 - 2021-06-15

Fixed

  • #2671 Fix preventing transfers to partners with closed channel
  • #2675 Fix insecure behavior on navigation without connected token
  • #2754 Fix empty logs in production mode
  • #2774 Fix duplicated navigation error after doing a backup

Added

  • #2599 Add WalletConnect as another wallet/provider
  • #2685 Add a hint dialog when the connection process takes very long
  • #2690 Allow user to reset connections while in progress
  • #2630 Allow user to customize WalletConnection options
  • #2598 Allow user to customize direct RPC provider options
  • [#2689] Add new connection manager to let the user select and configure provider
  • #2604 Improve layout to work everywhere on narrow mobile screens
  • Full setup to build dApp for Android and iOS
  • Full setup to automate publishing of Android app to the Google Play Store

0.16.0 - 2021-04-01

Fixed

  • #2590 Fix back arrow not visible on account screen when disconnected
  • #2606 Fix NoTokens screen not being displayed
  • #2420 Fix withdraw and deposit button for channels on mobile
  • #2421 Fix account menu on mobile devices by making it scrollable
  • #2422 Fix broken layout on RaidenAccount screen for mobile virtual keyboard
  • #2383 Fix broken handling of path/query parameters of transfer route
  • #2607 Fix endless navigation loop when canceling open channel route
  • #2617 Fix automatic token selection on external open channel event for new accounts

Added

  • #1515 Button for disconnecting the dApp

0.15.0 - 2021-01-26

Fixed

  • #2415 Fix sorting latest transaction on top in transactions list
  • #2391 Fix notification icon handling for special scenarios
  • #2410 Fix transfer history list not showing third entry initially
  • #2426 Display total available capacity in transfer view
  • #2431 Disable UDC 'withdraw' button when no eth is is raiden account
  • #2476 Fix persitence to remember disclaimer acceptance if selected
  • #2430 Remember token selection during navigation
  • #2474 Fix TransferHeader behaviour with no available capacity
  • #2485 Show better message in case the PFS doesn't suggest partners
  • #2418 Channel close button incorrectly inactivated

Added

  • #211 Hub proposal when connecting to new token network
  • #2379 Illustrations for info overlays
  • #2435 Sync indicator when connecting to dApp
  • #2399 Hint for user to stay online while receving transfers
  • #2458 Click on notification snackbar to open notification panel
  • #2446 Add VUE_APP_SUBKEY_ORIGIN_URL env variable to recover backups
  • #2527 Add check if browser supports all necessary features or block dApp

Changed

  • #2409 Lower default payment expiration to 1.1 × reveal timeout
  • #2448 Align basic route design in open channel user flow
  • #2414 Allow the dApp do be served from cache after first load
  • #2440 Establish a strict and secure update mechanism

0.14.0 - 2020-11-25

Fixed

  • #2376 Fix Raiden Account tokens not showing up for withdrawal

Added

  • #698 Info overlay
  • #1693 Customizable privacy policy
  • #2308 Show status of planned user deposit withdrawals
  • #2372 Provide navigation link for withdrawn notification

Changed

  • #2369 Overall re-design of accounts UDC screen
  • #2307 Enhanced user flow and information for withdrawal screen

0.13.0 - 2020-11-10

Fixed

Added

  • #2178 Backup state reminder notification
  • #2285 Add custom Cypress attributes to selectors
  • #2274 Add Cypress tests for closing/settling channel

Changed

  • #2334 Blockchain related notifications handle confirmation status updates

0.12.0 - 2020-10-22

Fixed

  • #2237 Displays RDN token on Withdrawal screen
  • #2026 Removed delay time on tooltips
  • #2098 Input fields disabled on transfer screen when no channels are open
  • #1838 Fixes Disclaimer mobile layout
  • #2096 Fixes buggy wallet connection procedure
  • #2108 Fixes red underline under amount input fields on production builds
  • #2144 Fixes navigation to transfer screen when token was selected
  • #2159 Fixes routing issues for account and transfer steps
  • [#2238] Fixes broken token overlay for too many connected tokens
  • #2224 Show ETH balance of correct account when withdrawing from UDC

Added

  • #1941 Notification for opening channels
  • #1255 Optional identifier query parameter for transfers

Changed

  • #1929 Design adjustments to settlement notifications and notification panel

0.11.1 - 2020-08-18

Fixed

  • #2047 Conversion and token amount display in UDC deposit dialog

Added

  • #2039 Dialog with redirect button if all channels are settled

Changed

  • #1951 Update to be compatible with Raiden Python client v1.1.1

0.11.0 - 2020-08-04

Fixed

  • #2031 "No open channels" displayed instead of 0 balance on transfer screen

Added

  • #1786 Introduces snackbar display for notifications
  • #1824 Listen to channel settle events and push notifications for them
  • #2002 Add support to VUE_APP_MATRIX_LIST_URL transpile-time env var
  • #1658 Add a disclaimer that the user needs to accept to get access to the app

Changed

  • #1925 Transfer screen style alignments
  • #2001 Pending transfers removed from identicon
  • #1770 Updated UDC deposit dialog for mainnet
  • #1931 dApp always uses hash mode on router
  • #1769 Updated UDC deposit dialog for testnet
  • #1768 Updated UDC screen
  • #1265 Reduce logs size by hiding superfluous actions entries
  • #1875 Redact sensitive information (transport's accessToken, transfer's secrets) from logs
  • #2033 Transfer history gets filtered for the selected token

0.10.0 - 2020-07-13

Added

  • #1791 Introduces configuration for token network monitoring.
  • #1374 Adds notifications when a monitoring service submits a proof.
  • #1421 Dialog to withdraw from the user deposit.
  • #249 Withdraw from channel functionality
  • #168 Notification panel

Fixed

  • #1788 Bug where button is displayed and modal not closing on UDC withdrawal
  • #1781 Transparent dialog overlay for Firefox
  • #1783 Minor visual alignments
  • #1579 Removes minting references when detected network is mainnet.
  • #1773 Fix performance issues of progress indicators
  • #1756 Fix non-informative error message on SDK's wrapped errors
  • #1805 Fix unintended automatic stop of Raiden Service by web-browser
  • #1876 Show error message on Channels screen if an exception occurs

Changed

  • #1460 New transfer screen
  • #1610 Adds alderaan compatibility.
  • #1540 Adds title to channels list to clarify that only channels for the selected token display.

0.9.0 - 2020-05-28

Added

  • #1473 Notify when receiving transfers get disabled (e.g. by low UDC balance)
  • #1489 UDC balance view

Fixed

  • #1541 Truncates long token names in the transfer screen.
  • #1516 Fixed truncation of address on Account screen
  • #1506 Fixed error label display on transfer screen for amount input.
  • #1493 Properly handles tokens with zero decimals, fixes transaction history token display.
  • #1485 Fixed token list sorting.

Changed

  • #1443 Eth transfer screen redesign
  • [#842] Disable mainnet w/ environment variable.

0.8.0 - 2020-05-14

Added

  • #1212 Allows user to view history of all transactions that has been made.
  • #1380 Allow the user to withdraw tokens from the Raiden Account.
  • #1371 Mint and deposit utility token to pay Monitoring Service.
  • #1302 Raiden Account as default account.

Fixed

  • #1490 Fixes scrollbar always showing up in channels screen.

0.7.0 - 2020-05-08

Added

  • #1365 Allow user to transfer ETH between Main and Raiden account.
  • #1424 Sort tokens in token list by balance and symbol.

Fixed

  • #1402 Aligning token symbol on input fields
  • #1413 Token select overlay closes as soon as a new token is selected.
  • #1395 Fixes navigation issues due to early redirect.
  • #1381 Summary screen display exact amounts on hover
  • #1300 General screen shows Raiden account balance when using subkey.
  • #1382 Better error handling when PFS can't find routes between nodes.
  • #1427 Scroll bar issue in Channel List view.

Changed

  • #1458 General screen has been renamed to account.

0.6.0 - 2020-04-21

Added

  • #1222 Enables state upload

Fixed

  • #1305 Redirects to home view upon shutdown
  • #1306 Redirects to home view upon page refresh
  • #1310 Disable state download if not connected to web3 provider.

0.5.2 - 2020-04-07

  • No changes

0.5.1 - 2020-04-06

Added

  • #694 Show protocol progress steps on transfer modal.
  • #687 Ghost action buttons.

Fixed

  • #1243 Fix width of transfer input on mobile screens.
  • #1242 Fix transfer modal not closing instantly.

0.5.0 - 2020-03-27

Added

  • #691 Auto-suggesting hub on Goerli.
  • #921 Transfer identifier on summary screen.
  • #1136 Ability to scan QR codes.
  • #1160 Ability to submit forms via enter.
  • #300 Enter amounts with leading "." (dot).
  • #1222 dApp window as home screen

0.4.2 - 2020-03-05

Fixed

  • #1139 Fix AddressInput value resetting when validation fails

0.4.1 - 2020-03-04

Fixed

  • #1116 Fixed unhandled exception on transfer error dialog on PFS expected errors
  • #1118 Fixed token list in token overlay.
  • #1115 Fixed error message when trying to connect to main net.
  • #1078 Various mobile UI improvements.

0.4.0 - 2020-02-28

Added

  • #745 Possibility to connect LC with derived subkey
  • #1015 More prominent warning for low UDC token balance
  • #695 Skipping of transfer steps.
  • #1071 Mint token feature.
  • #1112 Implement log storage across sessions

Changed

  • #693 Localized error messages for Pathfinding errors.

Fixed

  • #1065 Prevent select hub dialog from being accidentally dismissed.
  • #1067 Fixed displayed service fee on summary screen.
  • #1066 Fixed continue button enabled w/o selected PFS.

0.3.0 - 2020-02-07

Added

  • #218 Matrix availability check to address inputs.
  • #585 Pending transfer badge icon
  • #930 Display complete address on hover
  • #543 Added transfer summary

Changed

  • User can now dismiss/hide the transfer progress dialog.
  • Fix utility token display on PFS route selection.
  • Adjust the token fetching to work with the latest SDK changes.
  • Stepper replaced with the new modal when opening a channel

Fixed

  • #712 Fix AddressInput.vue validity not updating on presence changes.
  • #704 Amount and address input styles.
  • #740 Fix empty start screen on first time connect.
  • #642 Various UI improvements.
  • #715 Fixed action button disabled color.
  • #885 Fixed AddressInput validation not working properly.

0.2 - 2019-11-29

Added

  • Add PFS route selection functionality.
  • Add PFS service selection functionality.
  • Add hint that additional messages may pop up and require signing.
  • Add flow for selecting PathFinding Service and route.
  • Add mint and deposit functionality for PathFinding service flow.
  • Add new Home screen.
  • Add offline detection and notification.
  • Add update notification when there is a new version deployed.

Changed

  • Optimize token loading.
  • Add query parameters to routes.
  • Implement new token Transfer screen.
  • Change wording on user interface from 'Payment' to 'Transfer'.
  • Button style in a some screens.
  • Minor layout changes to be consistent with the designs.
  • Change token amount display across the dApp.

Fixed

  • Fix Address and Amount input validation.
  • Fix performance issues when changing network.
  • Fix lose of query parameters when redirecting to SPA.
  • Fix account address copy button tooltip.
  • Fix address input invalidation when resolving an ens address.
  • Fix typo in then dialog when closing a closing.
  • Fix stepper background color.
  • Fix scrollbar color and theme on Firefox and Webkit based browsers.
  • Fix UI implementation/design inconsistencies.

Removed

  • Remove back button from transfer screen.
  • Remove connected token screen.

0.1.1 - 2019-10-07

Added

  • Add route guards.

Changed

  • Simplifies transfer screen.
  • Change transfer to proper monitor transfer state.

Fixed

  • Fix channel stepper view.
  • Fix address input error message cutoff and alignment.
  • Fix deposit modal (on transfer screen) closing after a successful deposit.
  • Fix transfer/deposit erroneously allowing the user to deposit/transfer when no open channel exists.

0.1 - 2019-08-21

Added

  • Add a basic dApp layout.
  • Add an error screen when no provider is detected.
  • Add integration with the channel lifecycle (open/close/settle).
  • Add channel deposit screen.
  • Add channel monitoring.
  • Add checksum address validation to address input.
  • Add basic loading screen.
  • Add token list screen.
  • Add channel list screen.
  • Add noscript error message.
  • Add network information on the header.
  • Add disclaimer to the footer of the dApp.
  • Add link to privacy policy.
  • Add basic transfer screen.