|
1 | 1 | Changelog |
2 | 2 | ========= |
3 | 3 |
|
| 4 | +## 3.3.0 |
| 5 | + |
| 6 | +### Fixes |
| 7 | + |
| 8 | +- Fixed issue with hardware wallet delegation ([PR 2369](https://github.com/input-output-hk/daedalus/pull/2369)) |
| 9 | + |
| 10 | +### Chores |
| 11 | + |
| 12 | +- Updated `cardano-launcher` to version `0.20210215.0` ([PR 2363](https://github.com/input-output-hk/daedalus/pull/2363)) |
| 13 | +- Updated `cardano-wallet` to version `2021-02-15` ([PR 2363](https://github.com/input-output-hk/daedalus/pull/2363)) |
| 14 | +- Updated `cardano-wallet` to version `2021-02-12` ([PR 2358](https://github.com/input-output-hk/daedalus/pull/2358)) |
| 15 | +- Improved the error messages for the custom SMASH server url input ([PR 2355](https://github.com/input-output-hk/daedalus/pull/2355)) |
| 16 | + |
| 17 | +## 3.3.0-FC1 |
| 18 | + |
| 19 | +### Features |
| 20 | + |
| 21 | +- Added display of wallet balance in other currencies ([PR 2290](https://github.com/input-output-hk/daedalus/pull/2290)) |
| 22 | +- Implemented alternate Ledger wallet handling ([PR 2342](https://github.com/input-output-hk/daedalus/pull/2342)) |
| 23 | +- Re-enabled "Wallet import" feature ([PR 2308](https://github.com/input-output-hk/daedalus/pull/2308)) |
| 24 | +- Configured "Staking" sidebar icon to always be shown and added a "Staking Syncing" screen to be shown instead of the "Delegation center" until Daedalus fully syncs ([PR 2315](https://github.com/input-output-hk/daedalus/pull/2315)) |
| 25 | +- Implemented "Voting Center" ([PR 2315](https://github.com/input-output-hk/daedalus/pull/2315), [PR 2353](https://github.com/input-output-hk/daedalus/pull/2353), [PR 2354](https://github.com/input-output-hk/daedalus/pull/2354)) |
| 26 | +- Implemented transaction metadata display ([PR 2338](https://github.com/input-output-hk/daedalus/pull/2338)) |
| 27 | +- Displayed fee and deposit info in transaction details and in the delegation wizard ([PR 2339](https://github.com/input-output-hk/daedalus/pull/2339)) |
| 28 | +- Added SMASH server configuration options ([PR 2259](https://github.com/input-output-hk/daedalus/pull/2259)) |
| 29 | + |
| 30 | +### Fixes |
| 31 | + |
| 32 | +- Fixed issues with downloading logs and exporting transaction CSV history on Linux platform |
| 33 | +- Fixed an automatic update failure ([PR 2352](https://github.com/input-output-hk/daedalus/pull/2352)) |
| 34 | +- Fixed logging issue with too few `cardano-wallet` logs being packed into logs zip archive ([PR 2341](https://github.com/input-output-hk/daedalus/pull/2341)) |
| 35 | +- Fixed misalignment of the "i" icon on the "Set password" dialog ([PR 2337](https://github.com/input-output-hk/daedalus/pull/2337)) |
| 36 | +- Removed steps counter from the "Success" wallet restoration dialog step ([PR 2335](https://github.com/input-output-hk/daedalus/pull/2335)) |
| 37 | + |
| 38 | +### Chores |
| 39 | + |
| 40 | +- Disabled "Voting Center" for Flight builds |
| 41 | +- Updated `cardano-wallet` to revision `1ea5e882` ([PR 2356](https://github.com/input-output-hk/daedalus/pull/2356)) |
| 42 | +- Force public key export on every interaction with hardware wallet device ([PR 2342](https://github.com/input-output-hk/daedalus/pull/2342)) |
| 43 | +- Updated Hardware Wallets delegation deposit calculation ([PR 2332](https://github.com/input-output-hk/daedalus/pull/2332)) |
| 44 | +- Implemented dynamic TTL calculation for hardware wallets transactions ([PR 2331](https://github.com/input-output-hk/daedalus/pull/2331)) |
| 45 | +- Added link to connecting issues support article on the hardware wallet "Pairing" dialog ([PR 2336](https://github.com/input-output-hk/daedalus/pull/2336)) |
| 46 | +- Updated recovery phrase entry ([PR 2334](https://github.com/input-output-hk/daedalus/pull/2334)) |
| 47 | +- Adjusted sorting of table values on the "Rewards" screen ([PR 2333](https://github.com/input-output-hk/daedalus/pull/2333)) |
| 48 | +- Fixed error thrown when closing delegation wizard while transaction fees are being calculated ([PR 2330](https://github.com/input-output-hk/daedalus/pull/2330)) |
| 49 | +- Fixed number format for syncing percentage and stake pools count ([PR 2313](https://github.com/input-output-hk/daedalus/pull/2313)) |
| 50 | +- Updated `cardano-wallet` to version `2021-01-28` and `cardano-node` to version `1.25.1` ([PR 2270](https://github.com/input-output-hk/daedalus/pull/2270)) |
| 51 | +- Updated `react-polymorph` package ([PR 2318](https://github.com/input-output-hk/daedalus/pull/2318)) |
| 52 | +- Updated `bignumber.js` package ([PR 2305](https://github.com/input-output-hk/daedalus/pull/2305)) |
| 53 | +- Disabled application menu navigation before the "Terms of use" have been accepted ([PR 2304](https://github.com/input-output-hk/daedalus/pull/2304)) |
| 54 | + |
4 | 55 | ## 3.2.0 |
5 | 56 |
|
6 | 57 | ### Chores |
|
0 commit comments