|
1 | | -Changelog |
2 | | -========= |
| 1 | +# Changelog |
3 | 2 |
|
4 | | -## vNext |
| 3 | +## 4.4.0 |
| 4 | + |
| 5 | +### Features |
| 6 | + |
| 7 | +- Implemented the wallet Tokens dedicated screen ([PR 2671](https://github.com/input-output-hk/daedalus/pull/2671), [PR 2701](https://github.com/input-output-hk/daedalus/pull/2701), [PR 2703](https://github.com/input-output-hk/daedalus/pull/2703)) |
| 8 | + |
| 9 | +### Fixes |
| 10 | + |
| 11 | +- Fixed wallet settings screen - no space at the bottom when scrolled down ([PR 2686](https://github.com/input-output-hk/daedalus/pull/2686)) |
| 12 | +- Fixed the missing text for the DAPP static screens ([PR 2693](https://github.com/input-output-hk/daedalus/pull/2693)) |
| 13 | + |
| 14 | +### Chores |
| 15 | + |
| 16 | +- Added the possibility to unpair a hardware wallet from Daedalus ([PR 2676](https://github.com/input-output-hk/daedalus/pull/2676)) |
| 17 | + |
| 18 | +## 4.3.2 |
5 | 19 |
|
6 | 20 | ### Features |
7 | 21 |
|
8 | 22 | - Implemented static screens for signing dApp interaction transactions ([PR 2626](https://github.com/input-output-hk/daedalus/pull/2626)) |
9 | 23 |
|
10 | 24 | ### Fixes |
11 | 25 |
|
| 26 | +- Fixed font used for unavailable staking while updating messages ([PR 2680](https://github.com/input-output-hk/daedalus/pull/2680)) |
12 | 27 | - Fixed crash when Yubikey is connected ([PR 2673](https://github.com/input-output-hk/daedalus/pull/2673)) |
13 | 28 | - Updated Electron and related packages ([PR 2206](https://github.com/input-output-hk/daedalus/pull/2206)) |
14 | 29 | - Fixed some Japanese translations for the external currencies ([PR 2667](https://github.com/input-output-hk/daedalus/pull/2667)) |
15 | 30 |
|
16 | 31 | ### Chores |
17 | 32 |
|
| 33 | +- Updated `cardano-wallet` to version `2021-09-29` which includes `cardano-node` 1.30.1 |
18 | 34 | - Updated `trezor-connect` dependency to version `8.2.0` ([PR 2675](https://github.com/input-output-hk/daedalus/pull/2675)) |
19 | 35 |
|
20 | 36 | ## 4.3.1 |
@@ -1104,7 +1120,7 @@ Changelog |
1104 | 1120 | - Fixed paper wallet certificate restoration ([PR 1055](https://github.com/input-output-hk/daedalus/pull/1055)) |
1105 | 1121 | - Reduce layout re-renderings ([PR 1595](https://github.com/input-output-hk/daedalus/pull/1595)) |
1106 | 1122 | - Fixed green Cardano theme white color and borders color ([PR 1584](https://github.com/input-output-hk/daedalus/pull/1584)) |
1107 | | -- Fixed flat button color ([PR 1586](https://github.com/input-output-hk/daedalus/pull/1586)) |
| 1123 | +- Fixed flat button color ([PR 1586](https://github.com/input-output-hk/daedalus/pull/1586)) |
1108 | 1124 |
|
1109 | 1125 | ## 0.15.1 |
1110 | 1126 |
|
@@ -1506,6 +1522,7 @@ Changelog |
1506 | 1522 | ## 0.9.1 |
1507 | 1523 |
|
1508 | 1524 | ### Features |
| 1525 | + |
1509 | 1526 | - New Edit section in system menu with copy & paste and related actions ([PR 817](https://github.com/input-output-hk/daedalus/pull/817)) |
1510 | 1527 |
|
1511 | 1528 | ### Fixes |
@@ -1853,15 +1870,15 @@ Changelog |
1853 | 1870 |
|
1854 | 1871 | - Added wallet creation screen that appears when there is no wallet yet |
1855 | 1872 | - Updated to the latest design specs and refactor to |
1856 | | -[react-toolbox](http://react-toolbox.com/) instead of |
1857 | | -material-ui for the UI components. This gives us much better style |
1858 | | -customization and theming options. |
| 1873 | + [react-toolbox](http://react-toolbox.com/) instead of |
| 1874 | + material-ui for the UI components. This gives us much better style |
| 1875 | + customization and theming options. |
1859 | 1876 | - Cleaned up the boilerplate app menus |
1860 | 1877 | - Added basic form validations using [mobx-react-form](https://github.com/foxhound87/mobx-react-form) |
1861 | 1878 | - Added i18n support with [react-intl](https://github.com/yahoo/react-intl) |
1862 | 1879 | - Added wallet send / receive / transactions screens |
1863 | 1880 | - Form submitting UX updated to the design specifications with introduction of button loading spinners |
1864 | | -and support for submitting the form with enter key |
| 1881 | + and support for submitting the form with enter key |
1865 | 1882 | - Added cut, copy & paste application menu items and keyboard shortcuts |
1866 | 1883 |
|
1867 | 1884 | ### Fixes |
|
0 commit comments