Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
Resolve: Prepare v0.14.1
Browse files Browse the repository at this point in the history
Close #2251
  • Loading branch information
veado committed May 7, 2022
1 parent 564a5ce commit 95fc158
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# 0.14.1 (2022-05-xx)
# 0.14.1 (2022-05-07)

## Update

- [PoolDetail] Improve pool details view (loading behavior, error handling, caching data, latest `react-chartjs`) behavior [#2240](https://github.com/thorchain/asgardex-electron/pull/2240), [#2241](https://github.com/thorchain/asgardex-electron/pull/2241)
- [PoolDetail] Improve pool details view behavior (loading behavior, error handling, caching data) [#2240](https://github.com/thorchain/asgardex-electron/pull/2240), [#2241](https://github.com/thorchain/asgardex-electron/pull/2241)
- [Swap] Change default slippage tolerance to 3% [#2237](https://github.com/thorchain/asgardex-electron/issues/2237)

## Fix

- White screen with Ledger Terra wallet connected (#2227)[https://github.com/thorchain/asgardex-electron/issues/2227]
- [Wallet] Locking wallet at Deposit or Withdraw failed (#2233)[https://github.com/thorchain/asgardex-electron/issues/2233]
- [Ledger] White screen with Ledger Terra wallet connected [#2227](https://github.com/thorchain/asgardex-electron/issues/2227)
- [Wallet] Locking wallet at Deposit or Withdraw failed [#2233](https://github.com/thorchain/asgardex-electron/issues/2233)
- [e2e] Testcafe is failing [#750](https://github.com/thorchain/asgardex-electron/issues/750)
- [Swap] Consider fees in swap limit [#2243](https://github.com/thorchain/asgardex-electron/pull/2242)
- [Swap] Recipient address lost [#2244](https://github.com/thorchain/asgardex-electron/issues/2244)
- [Swap] Recipient keystore address lost [#2244](https://github.com/thorchain/asgardex-electron/issues/2244)
- [Swap] Recipient Ledger address lost [#2252](https://github.com/thorchain/asgardex-electron/issues/2252)

## Internal

- Update npm dependencies (04-25-2022) - (incl. Electron@18.x, React 18.x, latest xchain-\* etc.) [#2228](https://github.com/thorchain/asgardex-electron/issues/2228)
- Update `npm` dependencies (04-25-2022) - incl. Electron@18.x, React 18.x, latest xchain-\* etc. [#2228](https://github.com/thorchain/asgardex-electron/issues/2228)

# 0.14.0 (2022-04-23)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "asgardex",
"productName": "ASGARDEX",
"version": "0.14.0",
"version": "0.14.1",
"description": "WALLET AND EXCHANGE CLIENT FOR THORCHAIN",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 95fc158

Please sign in to comment.