Skip to content

Latest commit

 

History

History
1479 lines (1135 loc) · 118 KB

CHANGELOG.md

File metadata and controls

1479 lines (1135 loc) · 118 KB

Changelog

vNext

Fixes

  • Fixed the overlap of the "X" button in the stake pools search box (PR 2251)

Chores

  • Canceled running fee estimation api requests once new request is made (PR 2239)

2.5.0

Features

  • Enabled the sharing functionality on the "Receive" screen (PR 2245)
  • Improved form field feedback UX (PR 2241)
  • Implemented "Filter and CSV export" feature on the "Transactions" screen (PR 2207)

Fixes

  • Fixed visual glitch on the transaction list switching between filters (PR 2249)
  • Fixed Newsfeed drop shadow when there is an update item (PR 2242)

Chores

  • Implemented Smart Tooltips across whole application (PR 2243)
  • Updated cardano-wallet to version 2020-11-17 (PR 2246)
  • Implemented a tool for quickly copying css properties on theme files (PR 2196)
  • Hided hardware wallet restoration support (PR 2237)

2.4.1

Fixes

  • Fixed leftovers not being displayed correctly (PR 2231)
  • Fixed prettier/flow linting issue (PR 2232)

2.4.1-FC1

Features

  • Updated stake pool ranking logic to display the same rank for all stake pools without potential rewards (PR 2227)
  • Replaced several tooltips with new react-polymorph PopOver component (PR 2210, PR 2223)

Fixes

  • Fixed Address validation on Shelley QA network (PR 2218)
  • Vertically centered empty news feed message (PR 2216)
  • Fixed the fix missing space in the App Update Overlay error message (PR 2219)

2.4.0

Features

  • Added tooltips to stake pools table view headers (PR 2214)
  • Added stake pools list view (PR 2186, PR 2215)
  • Implemented stake pool details explanation tooltips (PR 2211)
  • Re-enabled stake pool saturation info (PR 2200)
  • Implemented the wallet migration leftovers handling (PR 2178)
  • Implemented hiding ranking info for pools without non myopic member rewards on the stake pool tooltip panel (PR 2209)

Fixes

  • Fixed wrong number formatting on staking screens (PR 2213)
  • Removed broken feature requests link (PR 2212)
  • Fixed animation on wallet dropdown option during redemption process (PR 2191)
  • Fixed Cardano Explorer URLs (PR 2198)
  • Fixed Stake pool tooltip height issue (PR 2203)

Chores

  • Updated cardano-launcher to version 0.20201014.0 (PR 2205)
  • Updated cardano-wallet to version 2020-10-13 (PR 2205)
  • Update Nix installation instructions (PR 2200)
  • Updated cardano-wallet to revision be40d5f2 which includes cardano-node 1.21.1 (PR 2200)
  • Dependency update (PR 2190)

2.3.0

Features

  • Changed the way the update installer is launched, waiting first for the app to quit (PR 2195)

2.3.0-FC2

Chores

  • Bumped Daedalus version to 2.3.0-FC2

2.3.0-FC1

Features

  • Made stake pools ranking slider logarithmic (PR 2162)
  • Implemented fetching of epoch configuration from the Api instead of using hardcoded constants (PR 2165)
  • Enabled SMASH (PR 2154)

Fixes

  • Fixed the "Retirement" label on Stake Pools for yellow theme (PR 2189)
  • Fixed stake pool tooltip "Delegate to this pool" button background colors (PR 2181)
  • Removed one second delay on changing wallet selection and selecting delegating stake slider value on the "Stake pools" screen (PR 2180)
  • Improved rendering performance of the stake pools on the "Stake pools" screen (PR 2177)

Chores

  • Updated cardano-wallet to version 2020-09-22 (PR 2188)
  • Updated cardano-wallet to revision ffeca1d9 which includes cardano-node 1.20.0 (PR 2187)
  • Set "Delegation center" as default staking screen (PR 2185)
  • Changed the ordering of wallet addresses on the "Receive" screen so that the oldest one are on top and the newest one on the bottom of the list (PR 2176)
  • Fixed UI issues (PR 2152)
  • Updated list of team members on About screen (PR 2167)

2.2.0

Features

  • Handled random stake pool data during the first "Shelley" epochs (PR 2151, PR 2157)
  • Enabled wallet creation regardless of the sync progress (PR 2150)
  • Enabled restoration of "Shelley" wallets regardless of the sync progress (PR 2150)
  • Enabled restoration of Yoroi "Shelley" wallets (PR 2144)
  • Enabled "Send" screen for "Byron" wallets (PR 2147)
  • Added SMASH support (PR 2143)

Fixes

  • Fixed text copy on "Transfer funds" and "Delegation" wizards (PR 2153)
  • Fixed display priority of Daedalus shutdown messages on the "Loading" screen (PR 2150)
  • Fixed double loading spinner issue on stake pools list page (PR 2144)
  • Fixed the Japanese translation for "Byron" wallet label (PR 2147)
  • Fixed validation of spending passwords which include spaces (PR 2147)
  • Disabled ITN rewards redemption in case Daedalus is not fully in sync (PR 2146)

Chores

  • Updated cardano-wallet to revision 75b583a1 (PR 2157)
  • Updated cardano-wallet to revision a4fd49e3 (PR 2155)

2.1.0

Features

Chores

  • Updated cardano-wallet to revision 4a4d0a65
  • Updated cardano-wallet to revision d5b43356

2.0.1

Features

  • Disabled creating Byron wallets (PR 2126)
  • Transactions automatically spending rewards (PR 2131)

Fixes

  • Improved wallet delegation error messages (PR 2111)
  • Fixed Daedalus logo animation on the "Loading" screen (PR 2124)
  • Fixed text copy on the "Delegation center" screen (PR 2125)
  • Stake pools search performance (PR 2131)

Chores

  • Updated cardano-wallet to revision 03b7568b (PR 2119)
  • Updated cardano-wallet to revision e1890dbd (PR 2133)

2.0.0

Features

  • Implemented address validation (PR 2041)
  • Show block replay progress (PR 2110)

Fixes

  • Extended the recovery phrase verification to all possible phrase lengths (PR 2109)
  • Fixed epoch length and slot numbers info (PR 2108)

2.0.0-RC1

Features

  • Implemented Daedalus app automatic update (PR 2056)

Fixes

  • Fixed the epoch duration copy (PR 2107)
  • Handled errors from a wallet which has ONLY rewards account balance when sending a transaction or delegating (PR 2100)
  • Fixed cardano-wallet info shown on the "About" screen (PR 2097)
  • Updated stake pool tooltip to display "Produced blocks" instead of "Blocks (current epoch)" (PR 2096)
  • Fixed wallet recovery phrase length used on "ITN rewards redemption" wizard (PR 2095)

Chores

  • Updated cardano-wallet to revision ca96c435 (PR 2105)
  • Extended network-parameters Api endpoint integration with hardfork info (PR 2105)
  • Configured mainnet instance for Shelley hardfork (PR 2104)
  • Updated network-info Api endpoint integration (PR 2101)
  • Extended incident and alert newsfeed type (PR 2099)
  • Enable Cardano Explorer URLs for STN network (PR 2098)

1.6.0-STN5

Features

  • Added recovery phrase autocomplete on the wallet creation wizard (PR 2083)
  • Added restoration of 24-word Shelley wallets and 15-word ITN wallets (PR 2083)
  • Added restoration of legacy Byron hardware wallets (PR 2082)

Fixes

  • Fixed genesis file

Chores

  • Added handlers for new error messages (PR 2090)
  • Updated cardano-wallet to revision 71c0b8fd which includes cardano-node 1.18.0

1.5.0-STN4

Chores

  • Updated cardano-wallet to revision cb6fae7b which includes cardano-node 1.17.0

1.4.1-STN3

Fixes

  • Fixed wallet restoration success message text (PR 2080)

Chores

  • Re-enabled Byron wallet "Transfer funds" wizard (PR 2080)
  • Updated "Splash" screen text copy (PR 2080)

1.4.0-STN3

Features

  • Added Byron to Shelley transition (PR 2079)
  • Added UX improvements for the display of stake pool ID (PR 2074)
  • Updated application name and network identifiers for the Shelley Testnet Mainnet candidate network (PR 2078)

Fixes

  • Fixed double punctuation on delegation dialog (PR 2077)

Chores

  • Updated cardano-wallet to revision c01efcfe (PR 2078)

1.3.0-STN2

Features

  • Added display of stake pool id on the stake pool tooltip (PR 2071)
  • Added stake pool retirement info (PR 2068)
  • Removed stake pool saturation info (PR 2067)
  • Implemented calculation of wallet's total rewards (PR 2066)
  • Added display of transaction withdrawals within transaction details (PR 2065)
  • Implemented the Redeem Incentivized testnet rewards feature (PR 2042)
  • Ranked stake pools based on delegated amount configured by slider (PR 2051, PR 2063, PR 2072)
  • Enabled Byron wallets (PR 2062)

Chores

  • Removed 'ITN rewards redemption' icon from the sidebar (PR 2070)
  • Updated cardano-wallet to revision c90fe652 which includes cardano-node 1.15.1 (PR 2065)
  • Updated cardano-wallet to revision 23981129 (PR 2064)
  • Updated cardano-wallet to revision 52966c3d which includes cardano-node 1.15.0 (PR 2062)

1.2.0-STN1

Fixes

  • Fixed tooltip position on "Delegation center" and "Rewards" screens (PR 2049)

1.1.0-STN1

Features

  • Integrated react-polymorph PasswordInput component (PR 2038)

Fixes

  • Removed ITN message from the "Create Wallet" dialog in Daedalus Shelley Testnet builds (PR 2040)
  • Fixed transaction list screen showing data outside the component (PR 2033)

Chores

  • Resolved electron deprecation warnings (PR 2039)
  • Updated the copy for Shelley Testnet (PR 2037)

1.0.0-STN1

Features

  • Implemented a download manager (PR 2020)
  • Implemented Hardware wallets connection screens (PR 2016)

Fixes

  • Updated the copy to cover additional Friends & Family screens (PR 2030)
  • Fixed landing page rendering issue after initial startup of app (PR 2032)
  • Enabled the Recovery Phrase Verification feature of Shelley wallets on ITN (PR 2008)
  • Disabled button on forms when there is nothing to submit (PR 1998, PR 2010)
  • Fixed system locale detection (PR 2009)

Chores

  • Eliminate usage of UNSAFE_XXX legacy lifecycle methods (PR 2028)
  • Updated cardano-wallet to revision acc3eb94 (PR 2027)
  • Updated react, react-router, mobx, mobx-react-router and their related package versions (PR 1966)
  • Removed Resync Wallet feature from the codebase (PR 2024)
  • Updated Hardware wallet screens for all themes (PR 2023)
  • Updated cardano-wallet to revision 03183595 and updated transaction fee estimation Api endpoint implementation (PR 2021, PR 2022)
  • Improved wallet import dialogs (PR 2014)
  • Consolidated Japanese translations (PR 2003)
  • Prevented import for more than maximum number of wallets (PR 2012)
  • Implemented automated tests for wallet migration and import features (PR 2011)

1.1.0

Chores

1.1.0-FC1

Features

  • Integrated the recovery phrase verification and re-enabled "Recovery phrase verification" feature (PR 1929)

Fixes

  • Fixed Daedalus logo animation display on macOS (PR 2005)
  • Fixed cardano-wallet git revision (PR 1999)
  • Added a check which prevents installing Daedalus on unsupported Windows platform versions (PR 1947)

Chores

  • Bumped Daedalus version to 1.1.0-FC1 (PR 2006)
  • All smart error handlers covered with automated E2E tests(PR 1973)
  • Updated cardano-wallet to version v2020-04-28 which includes cardano-node 1.11.0 (PR 2004)
  • Improved "Delegate/Undelegate" wizard delegation fee calculation logic (PR 2002)
  • Improved "Wallet import" state handling (PR 2001)

1.0.0

Features

  • Implemented NTP force check (PR 1996)

Fixes

  • Fixed UI issues on wallet import overlays (PR 1983)

Chores

  • Rename "Daedalus" to "Daedalus Mainnet" and update state directory path (PR 1986)

1.0.0-FC5

Fixes

  • Handle duplicate wallets in import process (PR 1985, PR 1989, PR 1991)
  • Treat wallets with 100% syncing progress as synced wallets (PR 1984)
  • Fixed cardano-node / jormungandr and cardano-wallet info on the "Diagnostics" screen (PR 1980)
  • Persist "Blank screen fix" / "--safe-mode" flag between Daedalus restarts (PR 1979)
  • Track cardano-node / jormungandr PID and use it for safe shutdowns and improve cardano-launcher error handling (PR 1972)
  • Fixed "Wallet import" UI/UX issues (PR 1968)

Chores

  • Updated Daedalus installer file names to contain only Daedalus version, cluster name and build number (PR 1971)
  • Restore the paragraph about "Automatic wallet migration" on the Daedalus Flight "Splash" screen (PR 1967)
  • Updated Electron and it's related dependencies (PR 1887)

1.0.0-FC4

Fixes

  • Fixed active address handling (PR 1969)

1.0.0-FC3

Features

  • Implemented "Wallet Import" feature (PR 1956)
  • Force setting spending password on passwordless wallets (PR 1957)

Chores

  • Implemented smart error handler (PR 1962)
  • Separated handling of cardano-wallet and cardano-node logs (PR 1960)
  • Refactored and improved automated tests setup (PR 1912)
  • Updated README (PR 1953)
  • Updated cardano-wallet to revision 7140ff08 which includes cardano-node 1.10.1 (PR 1960)
  • Updated cardano-wallet to revision 745aaad6 with fee estimation fix (PR 1964)

1.0.0-FC2

Features

  • Removed "Syncing" screen (PR 1952)

Fixes

  • Disabled address generation for Yoroi wallets (PR 1961)
  • Fixed "Restoration" dialog validation (PR 1951)
  • Fixed the EPERM errors thrown in the console upon changing wallet name on the "Wallet Settings" screen (PR 1944)

Chores

  • Removed counter from Alert dialog if we have only one newsfeed alert to show (PR 1949)
  • Integrated react-polymorph ScrollBar CSS vars into each theme (PR 1827)
  • Implemented generation of an Byron wallet address after creating a Byron wallet (PR 1943)
  • Disabled "Force resync" feature for Byron wallets (PR 1946)

1.0.0-FC1

Features

  • Implemented NTP checks (PR 1925)
  • Disabled "Recovery phrase verification" feature (PR 1931)
  • Implemented automated wallet migration (PR 1905, PR 1922, PR 1930, PR 1935, (PR 1936)
  • Integrated network clock api endpoint (PR 1918)
  • Implements the Flight release information window (PR 1917)
  • Added new icon for Daedalus Flight (PR 1909)
  • Integrated network parameters api endpoint (PR 1915)
  • Implemented flight candidates changes (PR 1908)
  • Implemented new "Flight candidate" theme (PR 1914)
  • Implemented non-responding wallets handling (PR 1901)
  • Added support for building both cardano-node and jormungandr installers (PR 1894)
  • Added support for cardano-node "Selfnode" network (PR 1897)
  • Enabled Byron wallet creation for Haskell node builds (PR 1895)
  • Enabled all Mainnet Daedalus features for Byron wallets for Haskell node builds (PR 1895)
  • Enabled changing spending password in "Wallet settings" for Haskell node builds (PR 1902)
  • Enabled "Send" feature for Haskell node builds (PR 1902)
  • Disabled transfer funds notification for Haskell node builds (PR 1902)
  • Disabled Shelley wallets and delegation features for Haskell node builds (PR 1895)
  • Disabled "Data layer migration" notification for Haskell node builds (PR 1895)
  • Disabled "Paper wallet certificate" creation for Haskell node builds (PR 1895)
  • Removed hardware and Shelley wallet restoration options for Haskel node builds (PR 1895)
  • Integrated new cardano-launcher (PR 1886)

Fixes

  • Fixed Cardano Node version shown on the About screen (PR 1941)
  • Fixed UI issues across all themes (PR 1916)
  • Removed the click and mark from spinner component (PR 1885)
  • Removed locale specific rules from the CSS files (PR 1871)

Chores

  • Added new "Terms of use" (PR 1934)
  • Updated About screen (PR 1928)
  • Configured Daedalus Flight to use it's own newsfeed (PR 1927)
  • Reduced "connection timeout limit" for Byron Reboot builds to 5 minutes (PR 1926)
  • Updated Daedalus name and version for the Daedalus Flight 1.0.0-FC1 release (PR 1910)
  • Enabled "Wallet UTXO distribution" feature for Byron wallets(PR 1913)
  • Enabled Byron wallet name editing (PR 1911)
  • Updated UI copy (PR 1907)
  • Updated Byron Haskell address validation (PR 1902)
  • Updated test configuration to cover Byron features only (PR 1895)
  • Optimized e2e tests (PR 1874)
  • Updated react-polymorph dependency (PR 1882)
  • Updated small 3rd party dependencies (PR 1877, PR 1924)
  • Updated React dependencies (PR 1873)
  • Updated Storybook dependencies (PR 1873)
  • Updated node and yarn dependencies (PR 1883)
  • Re-enabled theme selection on the "Settings" screen (PR 1872)
  • Implemented acceptance tests for custom number, date and time formats (PR 1868)

2.3.1-ITN1

Fixes

  • Fixed stake pool rank coloring within the stake pool tooltip (PR 1891)
  • Fixed missing notarization on macOS installers (PR 1890)
  • Fixed issues with loading stake pools on the "Stake pools" screen (PR 1888)

Chores

  • Updated cardano-wallet to version 2020-03-16 which includes Jormungandr 0.8.14 (PR 1888)

2.3.0-ITN1

Fixes

  • Fixed "Decentralization countdown" Storybook story (PR 1863)

Chores

  • Implemented acceptance tests for "Rewards" screen (PR 1861)
  • Updated test environment dependencies (PR 1867)
  • Updated Flow and ESLint dependencies (PR 1866)
  • Updated husky dependency (PR 1865)
  • Updated stylelint and stylelint-order dependencies (PR 1864)
  • Updated cardano-wallet to version 2020-03-03 which includes Jormungandr 0.8.13 (PR 1870)

2.2.0-ITN1

Features

  • Added "block-0" to the installers in order to speed up the initial bootstrap phase (PR 1857)
  • Implemented transactions filtering dialog on wallet "Transactions" screen (PR 1815)

Fixes

  • Fixed pending delegation preferences handling (PR 1856)

Chores

  • Implemented unit tests for scrambling and unscrambling mnemonics (PR 1849)
  • Implemented acceptance tests for wallet delegation (PR 1814)
  • Improved loading state of the "Stake pools" screen (PR 1814)
  • Updated cardano-wallet to version 2020-02-17 (PR 1856)
  • Updated cardano-wallet to revision 573a7038 (PR 1862)

2.1.0-ITN1

Features

  • Added stake pools saturation info and ordering based on desirability (PR 1826)
  • Implemented "Resync wallet" feature (PR 1822)
  • Implemented "Hardware wallets" restoration (PR 1801)
  • Implemented "Yoroi wallets" restoration (PR 1740)
  • Implemented new menu shortcuts (PR 1780)
  • Implemented React-Polymorph "Link" component (PR 1799)
  • Implemented a spinner on Wallet delegation screens for wallets in the restoration process (PR 1847)
  • Implemented experimental data UI (PR 1845, PR 1850)
  • Implemented pending delegation preferences (PR 1842)
  • Renamed "Profit margin" into "Pool margin" on the stake pool tooltip (PR 1841)

Fixes

  • Fixed a routing issue after wallet deletion (PR 1823)
  • Fixed a typo on the "Staking pools" screen (PR 1785)
  • Fixed a typo in the Daedalus ITN "Terms of Service" (PR 1809)
  • Fixed handling of duplicated wallet IDs when restoring Yoroi Balance and Rewards wallets from the same wallet recovery phrase (PR 1805)
  • Fixed stake pool descriptions text clipping on stake pool tooltip (PR 1832)
  • Fixed "Low disk space" notification not being shown for Incentivized testnet (PR 1833)
  • Fixed download logs link underline color (PR 1831)

Chores

  • Improved notification display (PR 1748)
  • Improved delete wallet text copy (PR 1819)
  • Improved the paper wallet recovery phrase validation (PR 1818)
  • Improved network screen with responsive main copy box (PR 1797)
  • Updated checkboxes, radio buttons and switchers sizes and borders (PR 1793)
  • Updated cardano-wallet to revision b89cfa19 which includes Jormungandr 0.8.9 (PR 1834)
  • Updated cardano-wallet to revision 23e12d1a which includes Jormungandr 0.8.7 (PR 1828)
  • Updated cardano-wallet to revision d188a5fc (PR 1825)
  • Updated cardano-wallet to revision e6316404 (PR 1826)
  • Updated cardano-wallet to revision 254575e4 which includes Jormungandr 0.8.6 (PR 1821)
  • Updated cardano-wallet to revision 132a5faf (PR 1740)
  • Improved GitHub pull request template (PR 1843)
  • Removed unused locales and translation files (PR 1840)
  • Improved acceptance tests setup with "rerun" feature (PR 1835
  • Implemented acceptance tests for Daedalus Balance wallets (PR 1816, PR 1828)
  • Implemented acceptance tests for stake pools loading (PR 1820)
  • Bumped cardano-wallet dependecy to 4ea622c694768bf61bd5c9d04a6e59fe1de3fd53 (PR 1851)

2.0.0-ITN1

Features

  • Added stake pool metadata registry for "SelfNode" network (PR 1771)
  • Added list stake pools API endpoint errors handlers (PR 1765)
  • Added "Terms of use" for the Incentivized Testnet v1 - Rewards network (PR 1741)
  • Updated stake pool ranking logic to use apparent_performance from the Api response (PR 1757)
  • Integrated V2 API endpoint for join/quit fee estimation (PR 1752)
  • Integrated stake pool join V2 API endpoint and "Delegation" wizard updated (PR 1744)
  • Integrated the V2 API endpoint for fetching stake pool data (PR 1733)
  • Integrated stake pool Quit V2 API endpoint and added "Undelegate" dialog (PR 1737)
  • Added support for new number formats to the React-Polymorph "Numeric input" on the "Send" screen (PR 1735)
  • Added script which checks for "integrity" lines in yarn.lock file (PR 1715)
  • Added new Mainnet and Testnet icons (PR 1716)
  • Added number of pending transactions to “Wallet Summary” screen (PR 1705)

Fixes

  • Fixed undelegation issue (PR 1774)
  • Fixed the display of headlines on the "Network" splash screen (PR 1770)
  • Fixed spending password error handling (PR 1767)
  • Fixed an issue where "Balance" wallet notification wasn't offering an option to create a "Rewards" wallet in case none are available (PR 1761)
  • Fixed the middle ellipsis for different addresses lengths (PR 1736)
  • Fixed missing "hamburger" icon on wallet menu while there are only legacy wallets in the UI (PR 1730)
  • Fixed issues with wrong transaction amounts when new number formats are used (PR 1726)
  • Fixed naming of labels on "Daedalus Diagnostics" screen and status icons on "Loading" screen from "Node..." to "Cardano node..." (PR 1723)
  • Adjusted the Stake pool logic for ranking color to account for the total number of stake pools (PR 1719)
  • Fixed styling issues on the "Network info" overlay on all the themes (PR 1708)
  • Fixed read newsfeed items ID duplication in local storage (PR 1710)
  • Fixed the themes:check:createTheme script and updated the createTheme object (PR 1709)
  • Fixed disabled button background color on all of the themes (PR 1707)
  • Fixed select language e2e tests (PR 1702)
  • Fixed yellow frame around the "Diagnostics" dialog (PR 1699)
  • Fixed the Japanese translation for timeAgo in "Wallet settings" stories (PR 1701)

Chores

  • Updated newsfeed (PR 1786)
  • Changed Incentivized TestNet "Having trouble syncing" URL to point to one specific to TestNet (PR 1795)
  • Updated cardano-wallet to revision d3d93ba3 (PR 1784)
  • Updated cardano-wallet to revision e341d288 (PR 1779)
  • Reduced stake pools fetching interval to 1 minute (PR 1779)
  • Updated cardano-wallet to version 2019.12.13 (PR 1775)
  • Updated stake pool details tooltip with profit margin & cost (PR 1773, PR 1779)
  • Updated react-polymorph to version 0.9.0-rc.26 (PR 1772)
  • Updated wallet delegation / undelegation (PR 1766)
  • Updated webpack package to version 4.39.1 (PR 1769)
  • Improved "Delegration Center" epoch countdown to use epoch info from the Api (PR 1751)
  • Updated cardano-wallet to revision 555b5e82 (PR 1764)
  • Updated rewards screen note and learn more button style (PR 1760)
  • Updated message for current stake pool being selected (PR 1758)
  • Updated "Delegation" UI Support portal article URLs (PR 1759)
  • Updated serialize-javascript package dependency (PR 1756)
  • Updated minimum amount of ada for delegation to be available (PR 1753)
  • Enabled "Delegation" UI in Daedalus builds (PR 1750)
  • Updated cardano-wallet to revision d4571952 which includes Jormungandr 0.8.0-rc8 (PR 1749)
  • Improved the unit and e2e test setup (PR 1743)
  • Updated to react-polymorph@0.9.0-rc.25 which includes a theme var for checkbox icon color ((PR 1742))
  • Updated cardano-wallet to revision 833f9d4e which includes Jormungandr 0.8.0-rc7 (PR 1739)
  • Updated stake header info component and adds new information with the countdown timer for next epoch (PR 1729)
  • Removed "StakePool" from Wallet domain (PR 1738)
  • Refactored wallet navigation to use new React-Polymorph Dropdown component (PR 1593)
  • Improved error messages on the "Send" screen (PR 1724)
  • Improved menu items while adding external link icon on menu items which open external links (PR 1727, PR 1728)
  • Updated cardano-js package to version 0.2.2 and improved address validation (PR 1712)
  • Removed unused dependencies (PR 1706)
  • Improved the error message shown on the "Change password" dialog when too short current password is submitted (PR 1703)

1.1.0-ITN0

Features

  • Implemented the new Wallet Receive screen (PR 1700)
  • Added Japanese "Terms of use" text (PR 1691)

Fixes

  • Fixed Wallet name length UI issues on smaller screen sizes (PR 1689)
  • Fixed "Number of words in your recovery phrase" default state on "Restore a wallet" dialog (PR 1692)
  • Fixed "Verify wallet recovery phrase" button text vertical centering (PR 1693)
  • Disabled "Latest version check" call and fixed "Legacy" wallet ordering after wallet restoration (PR 1690)
  • Increased Sync and Report sync-issue threshold to 10 mins (PR 1697)

Chores

  • Bumped Daedalus version to "1.1.0-ITN0" (PR 1695)

1.0.0-ITN0

Features

  • Added the Cardano Explorer URL's for ITN (PR 1674)
  • Hide legacy wallet notification during wallet restoration / syncing (PR 1667)
  • Implemented the necessary UI changes for the Incentivized Testnet network (PR 1657)
  • Implemented syncing and connecting screens for the Incentivized Testnet network (PR 1673)
  • Implemented cancel pending transaction V2 API endpoint and UI for legacy wallets (PR 1651)
  • Implemented cancel pending transaction V2 API endpoint and UI (PR 1633)
  • Implemented "Transfer funds" wizard for Incentivized Testnet version of Daedalus (PR 1634, PR 1659, PR 1660)
  • Implemented "Network info" overlay (PR 1655, PR 1676)
  • Disable "Manual update" notification for Incentivized Testnet version of Daedalus (PR 1652)
  • Update rewards screen for incentivized testnet (PR 1643)
  • Implement restoration of both 12 and 15 mnemonic words phrases in Wallet Restore dialog (PR 1629)
  • Replace sidebar "Bug-report" icon with a "Network" badge (PR 1622)
  • Implemented "Spending password" as required parameter for Cardano V2 API (PR 1631)
  • Implemented "Incentivized Testnet" theme for Incentivized Testnet version of Daedalus (PR 1620)
  • Removed "Decentralization countdown", "Decentralization info", and "Staking epochs" screens for Incentivized Testnet Daedalus version (PR 1625)
  • Implemented address validator (PR 1609, PR 1618)
  • Add "frontend-only" mode utility that has no dependency on nix (PR 1583)
  • Added Jormungandr support for Cardano V2 API (PR 1567
  • Integrated Cardano V2 API endpoints (PR 1548, PR 1551, PR 1552, PR 1553, PR 1555, PR 1556, PR 1557, PR 1558, PR 1559, PR 1560, PR 1575, PR 1577, PR 1579, PR 1604, PR 1613, PR 1637, PR 1639, PR 1641)
  • Add internal link support in newsfeed items and verification hash generator script (PR 1617)
  • Implemented date, time and number format user options (PR 1611)

Chores

  • Daedalus copy updates for Incentivized Testnet - Balance check (PR 1680)
  • Added "Terms of use" for Incentivized Testnet version of Daedalus (PR 1664)
  • Added Legacy Wallet UI changes (PR 1647)
  • Removed wallet recovery phrase verification feature for Incentivized Testnet version of Daedalus (PR 1645)
  • Changed wallet restoration notification message (PR 1644)
  • Removed parallel wallet restoration limitation (PR 1638)
  • Disabled create a paper wallet certificate feature (PR 1640)
  • Removed all notions of account indexes from the codebase (PR 1614)
  • Removed "Block consolidation status" dialog (PR 1610)
  • Fixed build mode of webpack auto dll plugin (PR 1606)
  • Changed delete wallet button layout for emphasized location/importance and removed export wallet feature (PR 1612, PR 1619)
  • Speedup storybook builds in development (PR 1607)
  • Added note to UTXO screen showing pending transactions (PR 1589)
  • Fixed broken source maps (PR 1594)
  • Reorganized Storybook by domain (PR 1537)
  • Reorganized Tests by domain (PR 1540)

Fixes

  • Fixed incentivized testnet theme (PR 1677, PR 1684)
  • Fixed wrong "Jormugandr" process name (PR 1669)
  • Fixed paper wallet certificate restoration (PR 1055)
  • Reduce layout re-renderings (PR 1595)
  • Fixed green Cardano theme white color and borders color (PR 1584)
  • Fixed flat button color (PR 1586)

0.15.1

Fixes

  • Fixed newsfeed content loading issue (PR 1653)

0.15.0

Features

  • Implemented "Newsfeed" feature (PR 1570)
  • Implemented "Wallet recovery phrase verification" feature (PR 1565)
  • Implemented new "Automated update" notification design (PR 1491)
  • Improved "Wallets" list scrollbar UX (PR 1475)
  • Removed "Ada Redemption" feature (PR 1510)
  • Updated behavior of system dialogs (PR 1494)

Fixes

  • Fixed the "Numeric input" component caret positioning issues (PR 1511)
  • Fixed the "Feature Request" menu item Japanese translation (PR 1533)
  • Implemented disk space check error handling (PR 1562)
  • Implemented platform specific main window minimum heights (PR 1485)
  • Implemented pluralization for number of confirmations in transaction details (PR 1531)
  • Minor UI fixes:
    • Fixed external and copy icons positioning inconsistencies (PR 1512)
    • Fixed minor UI issues across different themes (PR 1547)
    • Fixed "White" theme styling (PR 1532)
    • Removed select dropdown arrow (PR 1550)
    • Removed tooltip from connection error message on "Daedalus Diagnostics" screen (PR 1535)
  • Storybook fixes:
    • Fixed Storybook dialog content overflow issues in Chrome 76+ versions (PR 1536)
    • Fixed Storybook "Wallets" stories (PR 1473)

Chores

  • Implemented automatic sorting of CSS properties (PR 1483)
  • Improved "Netlify" build setup (PR 1509)
  • Unified "Support request" data handling (PR 1472)
  • Updated Storybook to the latest version (PR 1426)
  • Updated "Buildkite" to use "daedalus" queue for macOS builds (PR 1568)
  • Theming improvements:
    • Improved scalability of theme management code (PR 1502)
    • Renamed themes:check script and updated "Daedalus Theme Management" documentation (PR 1525)

Specifications

  • Newsfeed (PR 1569)
  • New "Wallet Creation" process (PR 1499, PR 1515, PR 1530)
  • "Delegation" screens UI:
    • Improved "Delegation setup" wizard (PR 1503)
    • Implemented "Stake pools" screen "Search and Filtering" logic (PR 1468)
    • Implemented "Delegation countdown" design update (PR 1481)
    • Fixed minor UI issues on the "Delegation center" screen and "Delegation setup" wizard (PR 1545)

0.14.0

Features

  • Implemented guided manual updates (PR 1410, PR 1423)
  • Application menu improvements:
    • Implemented "Help" application menu item with "Known Issues", "Blank Screen Fix", "Safety Tips", "Feature Request", "Support Request", "Download Logs", "Block Consolidation Status" and "Daedalus Diagnostics" options (PR 1382, PR 1459, PR 1487, PR 1488, PR 1493, PR 1518, PR 1523)
    • Improved the "Ada redemption" menu item UX by disabling the option while Daedalus is not fully synced (PR 1458)
  • Application dialogs improvements:
  • Implemented detection of system locale during Daedalus startup (PR 1348)
  • Logging improvements:
    • Implemented "Daedalus versions" log file (PR 1401)
    • Implemented "State-snapshot.json" log file (PR 1456)
    • Improved file extension of Daedalus logs (PR 1381, PR 1384)
    • Improved Daedalus log file rotation logic (PR 1448)
  • "Loading" screen improvements:
    • Implemented animated Daedalus logo (PR 1457)
    • Implemented status icons (PR 1325, PR 1365, PR 1452)
    • Improved "Having trouble connecting/syncing?" notification (PR 1453, PR 1479, PR 1489)
    • Improved handling of "Invalid TLS certificate" error (PR 1344), (PR 1471)
    • Improved clock synchronisation checks (NTP) (PR 1462)
    • Improved code structure by adding containers for each overlay (PR 1446)
  • Implemented "Wallet UTXO distribution" screen (PR 1353, PR 1437, PR 1526)
  • Implemented "External link" icon on all links which open external content (PR 1447, PR 1455, PR 1476)
  • Implemented "Preparing logs for download" notification (PR 1341)
  • Implemented autmated scrolling of error messages into view (PR 1383)
  • Implemented timestamp on "Paper wallet certificate" PDF (PR 1385, PR 1400, PR 1482)
  • Implemented three new themes: "Yellow", "White" and "Dark Cardano" (PR 1480, PR 1517)
  • "Delegation" screens UI:

Fixes

  • Fixed validation rules for passwords containing non-Latin characters (PR 1354)
  • Minor UI fixes:
    • Fixed content truncation on the "Receive" screen of wallets with spending password while Daedalus is in minimized mode (PR 1407)
    • Fixed content truncation on the "Add Wallet" screen during wallet restoration (PR 1405)
    • Fixed spending password being asked on the "Receive" screen when clicking on the "Copy address" link (PR 1392)
    • Fixed the "download logs" link position in Japanese version of the "Support" screen (PR 1372)
    • Fixed incorrect capitalization by replacing "Ada" with "ada" (PR 1317, PR 1336)
  • Routing logic fixes:
    • Fixed screen flashes during Daedalus loading stage (PR 1444)
    • Fixed routing logic which allowed the display of "Settings" screens before the wallet data is fully loaded (PR 1373)
    • Fixed shutting down screen priority (PR 1428)

Chores

  • Code improvements:
    • Implemented Storybook menu using queryStrings over localStorage (PR 1426)
    • Implemented Storybook build script for deployment to "Netlify" (1391)
    • Implemented Storybook theme and language selection (PR 1408)
    • Implemented prettier formatting tool and set up automation for basic maintainance tasks (PR 1335, PR 1347, PR 1352, PR 1375)
    • Improved internal IPC communication (PR 1332, PR 1368)
    • Improved switching of the application menu screens (PR 1419)
    • Improved Webpack 4 build performance (PR 1320)
    • Refactored store async functions to use mobx runInAction calls (PR 1367)
    • Refactored the current epoch calculation (PR 1339)
    • Removed legacy references to report server (PR 1338, PR 1425)
    • Removed legacy references to npm in favour of yarn (PR 1399, PR 1402)
    • Resolved dependency vulnerabilities (PR 1414, PR 1467)
    • Resolved EKG port collision in Linux development environment (PR 1393)
    • Updated React-Polymorph to version 0.8.6 (PR 1396)
    • Updated PR template (PR 1376)
  • Theming improvements:
    • Implemented createTheme utility function for rapid generation of new themes (PR 1371, PR 1445)
    • Implemented themes:check script for checking missing definitions on createTheme object (PR 1424)
    • Implemented themes:update script for automatically generating color values using createTheme and writing the updates to all themes (PR 1464)
  • Testing improvements:
    • Implemented unit tests for mnemonic generation and validation (PR 1379)
    • Implemented acceptance tests for the "Loading" screen and "Block Consolidation Status" dialog (PR 1318)
    • Simplified the test setup (PR 1378)

0.13.1

Fixes

  • Improved text on the "Support" screen (PR 1361)
  • Fixed Daedalus log file rotation (PR 1358)

0.13.0

Features

  • New validation message for transactions which are to big in data size (PR 1308, PR 1331)
  • Structured logging for Daedalus in JSON format, matching the structured logging format used in Cardano SL (PR 1299)
  • Additional instructions for paper wallet certificate creation (PR 1309)
  • Performant rendering of big lists using virtual lists, applied to lists of transactions and addresses (PR 1276, PR 1303, PR 1305, PR 1306, PR 1312, PR 1313, PR 1340)
  • "System-info.json" file saved in the public log folder, containing the system specification of the user's computer running Daedalus (PR 1292)
  • Block storage consolidation status screen, available from the application menu (PR 1275, PR 1294)
  • Application menu in English and Japanese (PR 1262, PR 1296)
  • Notification for log download completion (PR 1228)
  • Handling low disk space operation, including warning message and stopping Cardano node to prevent data corruption (PR 1157)
  • Improved clock synchronisation checks (NTP) (PR 1258, PR 1319)
  • Support for "frontend-only" mode (PR 1241, PR 1260)
  • Improved user experience for multiple running Daedalus instances by replacing "Daedalus is already running" dialog with focusing of the already running Daedalus instance (PR 1229)
  • Replaced in-app support request with links to support page (PR 1199, PR 1331)
  • Improved user experience for inline editing fields (like wallet renaming) (PR 1231)
  • Added a BESTPRACTICES.md document containing rules and recommendations for writing better JavaScript and CSS (PR 1233)
  • Refactoring to disable Node JS integration in Electron's rendering processes (PR 1099)
  • Daedalus Windows installer/uninstaller multi-language support and English and Japanese translations (PR 1287, PR 1298, PR 1322)

Fixes

  • Fixed "Daedalus" state directory on "Staging" and "Testnet" builds (PR 1316)
  • Fixed Dev-Tools initialization in development mode (PR 1302)
  • Fixed text selection issues (disabled drag and drop of selected text and enabled unselect option) (PR 1289)
  • Disabled the default behavior of the context menu following a right click for non-input elements (PR 1281)
  • Initial setup of language locale and terms of use available before Cardano node is connected to network (PR 1279, PR 1284)
  • Fixed ps-list issues which caused false detection of already running Daedalus instance (PR 1266)
  • Fixed getTransactionHistory API endpoint account index query parameter name (PR 1255)
  • Fixed issues with custom lock files by implementing "instance-lock" feature from Electron 3 (PR 1229, PR 1244)
  • Fixed application reloading issues in the Ada Redemption page (PR 1217)
  • Fixed the contents of /etc/nix/nix.conf file listed as a part of Cardano setup in Daedalus README file (PR 1215)
  • Fixed the partly broken Flow setup (PR 1124)
  • Fixed failing apply-node-update test (PR 1156)
  • Removed antivirus notification which was presented during wallet restoration (PR 1164)
  • Fixed design implementations issues (PR 1209)
  • Fixed the flickering issue on "Network Status" screen syncing chart (PR 1206)

Chores

  • Added support for newly introduced UtxoNotEnoughFragmented API error message (PR 1297)
  • Changed the behavior of "Network status" from screen to dialog (PR 1286)
  • Updated the list of contributors on the "About" screen (PR 1282)
  • Added more logging for API errors (PR 1278
  • Removed node version check as nix shell is enforcing the version (PR 1236)
  • Fixed Daedalus shell to evaluate embedded variables properly (PR 1235)
  • Added --rp prefixed CSS variables to Daedalus themes to configure styles of React-Polymorph components and removed SimpleTheme imports previously used for React-Polymorph overrides in favor of using ThemeProvider's themeOverrides feature (PR 1139)
  • Changed API call logging level from debug to info (PR 1183)
  • Enabled Cardano Wallet API documentation server in development mode - reacheable on https://localhost:8091/docs/v1/index/ (PR 1187)
  • Updated application dependencies (PR 1201, PR 1216, PR 1227, PR 1251, PR 1265)

0.12.1

Fixes

  • Fixed the transactions loading logic (PR 1261, PR 1267)
  • Fixed the network block stalling logic in order to prevent showing "Network connection lost - reconnecting..." screen in case network block height is stalling while local block height is still increasing (PR 1246)

0.12.0

Features

Fixes

  • Added support for non-Latin characters in spending password (PR 1196)
  • Fixed an issue which allowed to submit invalid form on the "Send" screen using an "enter" key (PR 1002)
  • Fixed an issue which caused the send bug report form to hang and not send the support request if the logs were downloaded before attempting to send the request (PR 1176)
  • Fixed an issue which would show a runtime JavaScript error in case Daedalus is not started using Launcher (PR 1169)
  • Fixed an issue which would trigger submission of the "Generate address" button on the "Receive" screen on right-mouse click (PR 1082)
  • Fixed an issue with the "Having Trouble Connecting" notification not showing up on the "Connection lost. Reconnecting..." screen (PR 1112)
  • Fixed broken "Export wallet to file" dialog and improved "Wallet settings" screen dialogs file structure and namings (PR 998)
  • Fixed special buttons outline color (PR 990)
  • Fixed the close button's hover state within the AntivirusRestaurationSlowdownNotification so it's full height (PR 1131)
  • Fixed uninstaller unicode issue (PR 1116)
  • Fixed window icon quality issue on Linux (PR 1170)
  • Implement design review fixes and improvements (PR 1090)
  • Pinned eslint-scope version via the yarn resolutions feature (PR 1017)
  • Prevented wallet data polling during wallet deletion (PR 996)
  • Removed transaction status and number of confirmation during wallet restoration (PR 1189)

Chores

  • Added acceptance tests for node update notification with apply and postpone update scenarios (PR 977)
  • Added acceptance tests for maximum wallets limit (PR 979)
  • Added acceptance tests for the "About" dialog (PR 975)
  • Added acceptance tests for wallets, transactions and addresses ordering (PR 976)
  • Added Daedalus and Cardano version to Daedalus log (PR 1094, PR 1137)
  • Added dynamic prefix derivation to local storage keys used to store previous Cardano node PID and added dynamic derivation of Cardano node process names based on the current platform (PR 1109)
  • Added logging of "GPU-crashed" events (PR 1083)
  • Added NETWORK info to the application title bar (PR 1174)
  • Added screenshot recording of failed acceptance tests (PR 1103)
  • Added Storybook stories for the wallet screens (942)
  • Disabled logging to cardano-node.log since it was not needed for the support and it was impacting performance (PR 1027)
  • Enabled Cardano node EKG for non-mainnet networks and made it accessible from the "Network status" screen (PR 1188)
  • Fixated all npm dependencies and update script names (PR 1014)
  • Fixed broken storybook (PR 1041)
  • Improved compress/download logs handling (PR 995)
  • Integrated latest React-Polymorph features: render props architecture, theme composition, and a ThemeProvider HOC (PR 950)
  • Integrated latest React-Polymorph with a fix for NumericInput component carrot positioning issues (PR 1172)
  • Made nodelLogPath entry in launcher-config.yaml optional (PR 1027)
  • Made port and ca of Ada Api configurable during runtime (PR 1067)
  • Removed all ETC specific files (PR 1068, PR 1108)
  • Removed Wallet export and import features for the "Testnet" network (PR 1168)
  • Switched from npm to yarn (PR 989)

0.11.2

Fixes

  • Update Cardano SL revision to version 1.3.2 (PR 1181)

0.11.1

Features

  • Added support for configurable Api port (PR 992)
  • Added initial configuration for a testnet build of Daedalus (PR 991)

Fixes

  • Changed the information we are sending on support requests to the reporting server (PR 1036)
  • Fixed an issue on Windows where Daedalus couldn't start if the Windows username contained non-ASCII characters (PR 1057)
  • Fixed a issue with Electron which results in blank/white screen rendering on some OS/Graphics-card/Drivers combinations (PR 1007)
  • Fixed Daedalus icon scaling issues on Windows (PR 1064)
  • Implemented error dialog shown in case Daedalus is not started using Launcher (PR 1054)
  • Improved paper wallet certificate QR code compatibility (PR 999)
  • Updated to electon@1.7.16 to avoid the known vulnarability CVE-2018-15685 (PR 1066)

Chores

  • Implemented NETWORK specific Cardano Blockchain Explorer links (Mainnet, Testnet, Staging) (PR 1051)
  • Improved network label in the Top bar (PR 988)
  • Added "Testnet" label to paper wallet certificates which are not generated on the mainnet (PR 1055)

0.11.0

Features

  • Implemented a switch instead of a link for "hide used" addresses on the Receive screen (PR 935)
  • Added a notification for Windows users that using antivirus software might slow down wallet restoration (PR 1020)

Fixes

  • Disabled dragging of static UI images elements (PR 910)
  • Disabled webview tags to prevent XSS attacks (PR 946)
  • Fixed 633 npm audit issues by upgrading dependencies (PR 944)
  • Fixed a bug related to rendering of transactions with duplicated IDs (PR 947)
  • Fixed broken translation on create wallet dialog (PR 930)
  • Fixed huge build file sizes (PR 886)
  • Fixed Linux Kanji characters support (PR 971)
  • Fixed Storybook configuration issues (PR 928)
  • Fixed text wrapping within wallet navigation tabs (PR 911)
  • Reduced resource usage (PR 886)
  • Refactored about window to normal UI dialog to save resources (PR 965)
  • Removed mocked ETC wallet data injection in Cardano Daedalus builds (PR 955)
  • Removed the Ada Redemption link from the "app bar" menu and added it to system menu (PR 972)

Chores

  • Added "Author" and "Status" information to all Daedalus README files (PR 901)
  • Added acceptance tests for displaying transactions in various contexts (PR 870)
  • Added acceptance tests for hide/show used addresses feature (PR 957)
  • Added flow checks and linting for storybook code (PR 938)
  • Added PR template with PR review checlist (PR 882)
  • Fixed wallet restoration and import fragile acceptance tests steps definitions (PR 885)
  • Improved re-build times with caching (PR 915)
  • Improved request body length calculation (PR 892)
  • Improved text display by reducing letter-spacing (PR 973)
  • Log expected errors as debug messages only (PR 916)
  • Refactored npm scripts to use colon style (PR 939)
  • Refactored various magic numbers & strings into constants (PR 881)

0.10.1

Fixes

  • Fixed issues with printing paper wallet certificate PDFs on printers with low amount of memory by replacing the SVG assets with transparent PNG images (PR 951)
  • Fixed presentation bug that caused only ten wallets to be shown in the wallets list, even though there were more than ten wallets in the application (PR 958)
  • Fixed reporting server URL used for submitting support requests for the Linux build of Daedalus (PR 959)
  • Fixed missing launcher log file (PR 963)
  • Fixed issue with multiple cardano-node processes running and windows allowing skipping of files in installer (PR 953)
  • Limited maximum number of wallets to 20 (PR 966)

0.10.0

Features

  • Asynchronous wallet restoration (PR 849)
  • Added wallet restore indicator in the sidebar (PR 862)
  • Added Daedalus version in application title (PR 826)
  • Added "Show more transactions" button on the summary screen (PR 848)
  • Added "Recovery - regular" and "Recovery - force vended" tabs on "Ada redemption" screen (PR 933)
  • Setting spending password to "ON" by default (PR 856)
  • Paper wallet certificate generation (PR 779)
  • Paper wallet certificate restoration (PR 794)
  • Update paper wallet certificate generation to use more random bits (PR 871)

Fixes

  • Fixed color of Ada logo color on the loading screen (logo was too transparent) (PR 850)
  • Fixed styling of "click to upload" text on Ada redemption screen (text was too bold) (PR 850)
  • Fixed node syncing state bubble background color in Dark blue theme (PR 850)
  • Fixed cropped log list within the support request dialog (PR 850)
  • Fixed submit button flicker within the support request dialog (PR 850)
  • Fixed "Download logs" button bug where it would throw Javascript error in case user does not select destination directory for saving logs file (PR 850)
  • Updated moment.js dependency to the latest version which fixes ReDOS vulnerability (PR 782)
  • Updated Electron dependency to the latest version which fixes vulnerability issues (PR 855)
  • Extended About dialog size in order to display increased team members list (PR 880)
  • Created screen for Ada redemption in case there are no wallets (PR 970)

Chores

  • Improved build system (PR 692)
  • Added instructions for accessing FAQ, reporting a problem and downloading logs on the support page in general settings (PR 818)
  • Removed sending logs to remote server feature (PR 818)
  • Improved support dialog by default switching the "Attach logs" switch to active (PR 829)
  • Improved support dialog logs list (logs are now alphabetically ordered) (PR 828)
  • Improved manual bug report submission dialog text color in Dark blue theme (PR 824)
  • Improved transaction element addresses: addresses and hashes now act like linkes to Cardano Explorer (PR 850)
  • Improved transaction element toggling: click on the white areas should collapse view (not only click on the top part) (PR 850)
  • Improved transaction element transaction state handling: transaction with 0 confirmations is now shown in pending state (PR 825)
  • Improved wallet creation dialogs handling: clicking outside of the dialogs should not close them (PR 832)
  • Improved Dark blue theme styling of update and restoration notifications (PR 827)
  • Improved About dialog (team members are updated and alphabetically ordered) (PR 830)
  • Improved copy icons visibility on Receive screen (PR 850)
  • Improved error message on the NTP time synchronisation error screen (PR 852)
  • Improved Loading screen timeouts logic (PR 860)
  • Updated sidebar bug icon action to open Settings Support page instead of Support Request dialog (PR 858)
  • Updated the way parallel restore/imports are explaned to the user by disabling the restore/import buttons on the Add wallet dialog and presenting a user friendly message (PR 861)
  • Updated main and acceptance tests readme files with new acceptance tests setup information (PR 831)
  • Paper wallet certificate generation and wallet restoration from a paper wallet certificate acceptance tests (PR 807)
  • Use UTC time in Daedalus logs (PR 833)
  • Disabled text selection on static UI elements (PR 868)
  • Updated Daedalus and Cardano team members on the about dialog (PR 872)

0.9.1

Features

  • New Edit section in system menu with copy & paste and related actions (PR 817)

Fixes

  • A presentation bug has been fixed that caused only five recent transactions to be shown on the transaction list, even though there were more than five transactions in the wallet (PR 778)
  • An issue has been fixed that stopped copy and paste operations from working when initiated using the right-click context menu (PR 817)
  • On Windows, the desktop icon was not showing the Daedalus image; this has now been fixed (837)
  • An error has been fixed that in some cases prevented users creating a wallet with a name containing non-latin characters, like Japanese Kanji or Chinese (PR 840)

0.9.0

Features

  • Do not block the UI while wallet is being restored/imported (PR 457)
  • Start and stop Mantis Client from Daedalus main process (PR 568)
  • Add Ada and Mantis logo to loader screens (PR 584)
  • New Edit section in system menu with copy & paste and related actions (PR 817)

Fixes

  • Use correct Daedalus version in bug reports (PR 948)
  • Fixed about dialog for ETC build (PR 586)
  • Made Light Blue theme the default for ETC build (PR 586)
  • Fixed a bug related to gas limit when sending transactions (PR 586)
  • Remove transactions sorting (PR 587)
  • Improve ETC transaction amount validation (PR 590)
  • Fixed storybook and resolver issues (PR 617)
  • Time of your machine is different from global time. You are 0 seconds behind (PR 678)
  • Updated copy for the sync error screen (PR 657)
  • Detect when wallet is disconnected (PR 689)
  • Improve connecting/reconnecting messages on Loading screen (PR 696)
  • Send bug reports with logs from Daedalus (PR 691)
  • Poll local time difference every 1 hour, only when connected (PR 719)
  • Fixed various styling issues and updated to React-Polymorph 0.6.2 (PR 726)
  • Fixed async restore/import dialogs logic (PR 735)
  • Fixed minor UI issue on receive screen when generating wallet addresses with spending password (PR 738)
  • Fixed Time sync error notification not showing up in case blocks syncing has not started (PR 752)
  • Properly wait for node update request (PR 949)

Chores

  • Update DLL package and cleanup translation files (PR 566)
  • Replace electron-json-storage with electron-storage (PR 579)
  • Update terms of use for ETC version (PR 606)
  • Update Electron to version 1.7.11 which resolves security issues (PR 677)
  • Document Cardano SL build (PR 654)
  • Update about dialog content (PR 680)
  • Ada redemption tests modified to run in mainnet mode (PR 681)
  • Log file moved to public folder and Electron crash reporter removed (PR 682)

0.8.3

Fixes

  • Improved messages for update notifications (PR 526)

0.8.2

Features

  • Postpone Update Api call integration (PR 485)
  • Wallet restore recovery phrase textarea replaced with React-Polymorph Autocomplete (PR 516)
  • Instructions for setting up NTP on Daedalus website (PR 531)

Fixes

  • Fix error message text for A to A transaction error (PR 484)
  • Fix "label prop type" checkbox issue in React-Polymorph (PR 487)
  • Remove all drag and drop instructions from UI (PR 495)
  • Preferences saved to local storage prefixed with network (PR 501)
  • Disable wallet import and export features for the mainnet (PR 503)
  • Correctly prevent max-window-size in electron (PR 532)
  • Make sure wallet import and restore in-progress notification is hidden once process is done (PR 540)
  • Fix broken translation files loading (PR 559)
  • Fix async wallet import/restore issues (PR 562)

Chores

  • Update version in About dialog to 0.8.2 (PR 496)
  • Set Dark theme as default one for the mainnet (PR 497)
  • JS-Api integration (PR 525)
  • Only log errors to papertrail (PR 509)
  • Update MobX React Form to latest version (PR 533)
  • Update Electron, electron-devtools-installer, electron-packager and electron-rebuild to latest versions (PR 541)
  • Update flow-bin to version 0.59.0 (PR 544)
  • Cleanup and standardization of ETC Api calls (PR 549)
  • Unused vendor dependencies cleanup and DLL file optimization (PR 555)
  • Introduce testReset endpoint for ETC API (PR 558)
  • Update acceptance tests suite dependencies (PR 561)
  • Refactor Cardano type declarations to type folder (PR 557)

0.8.1

Fixes

  • Fix all features eslint warnings (PR 468)
  • Fix for disabled buttons on dark-blue theme (PR 473)
  • Remove maximum screen width and height in full-screen mode (PR 472)
  • Fix "label click" dropdown issue in React-Polymorph (PR 479)

0.8.0

Features

  • Opt-in mode for sending logs to the remote server
  • Added support for Cmd+H hotkey shortcut for hiding application window on OSX (PR 404)
  • Setup environment variable for testnet/mainnet mode (PR 400)
  • Export wallet to file (PR 426)
  • Add theming options in settings (PR 370)
  • About page, available from the system menu (PR 430)
  • Setup default themes for TN and MN and introduce new theme names (PR 451)
  • Transaction fees UX improvements on wallet sent screen (PR 449)
  • Acceptance tests for General Settings screens (PR 466)
  • Simple confirmation dialog for sending money (PR 481)
  • Japanese terms of use for the mainnet (PR 486)

Fixes

  • Implement MomentJs internationalization
  • Also quit whole app when last window is closed on osx
  • Daedalus and Cardano node update notification text messages change (PR 392)
  • Fixed brittle acceptance test steps (wallet latest transaction amount check) (PR 393)
  • Fixed Numeric component caret position bug on wallet send screen (PR 394)
  • Fixed all design implementation issues (PR 397)
  • Fixed eslint syntax warnings (PR 403)
  • Fixed wallet spending password fields error messages positioning on wallet create/restore/import dialogs (PR 407)
  • Fixed inline-editing success-messages on wallet settings screen (PR 408)
  • Fixed dialogs cut-off content on smaller screens (PR 370)
  • Fixed the issue of dialogs being closable while wallet import/creation/restoring is happening (PR 393)
  • Fixed calculation and display of transaction assurance levels (PR 390)
  • Fixes Transaction additional info showing/hiding affects all user's wallets (PR 411)
  • Fixed promise handling for unmounted wallet send form (PR 412)
  • Fixes Transaction toggle issue on active wallet change (PR 421)
  • Fixed missing 'used address' styling for default wallet address on wallet receive screen (PR 422)
  • Terms of service for the mainnet (PR 425)
  • Fixed failing acceptance tests (PR 424)
  • Show correct error message on sending money to Ada redemption address (PR 423)
  • Fixed ENOENT error on log file rotation (PR 428)
  • Fixed logging error (PR 431)
  • Add theming support on UI which was introduced after introduction of Theming feature (PR 434)
  • Speed-up About page opening time (PR 450)
  • Importing a wallet from a file updated-API integration (PR 439)
  • Exporting a wallet updated-API integration (PR 438)
  • Show correct error message for A -> A transaction error (PR 441)
  • Improved QR code colors on wallet send screen for dark themes (PR 448)
  • Fixed transaction fees flicker on wallet send screen form submit (PR 456)
  • Fixed failing acceptance-tests (PR 454)
  • Prevent application window auto focusing while running acceptance-tests (PR 458)
  • Limit and validate wallet's name maximum length (PR 465)
  • UI/UX fixes (PR 476)

Chores

  • Added readme file for running acceptance tests (PR 395)
  • Improved webpack build performance (PR 402)
  • Updated README file "Development - network options" section (PR 410)
  • All CSS hardcoded values replaced with variables (PR 370)
  • Implemented sync progress and payment requests with new JS API as first step to remove the purescript API (PR 437)
  • Speed optimizations for page reloads while running tests by loading bundled up for one-time tests runs (PR 448)
  • Optimized structure and naming of theming files (PR 453)
  • Added testnet label, loaded from translations for release candidate (PR 460)

0.7.0

Features

  • Sidebar is no longer auto-hiding if application window is width is greater than 1150px
  • When user opens or closes the sidebar using the hamburger icon it stays open or closed
  • Optionally setting a password during wallet creation
  • "Terms of use" screen on first application start
  • Spending password on "Send money" form
  • Optionally setting a password during wallet restore
  • Ada redemption disclaimer
  • "Terms of use" page in settings section
  • Change wallet password dialog UX improvements
  • New receive screen with support for HD wallets
  • Wallet rename
  • Multiple input and output addresses in transaction details
  • Ada redemption acceptance tests
  • Show BTC and ETC currencies as coming soon in create wallet dialog
  • Remove currencies dropdown on create wallet dialog
  • Spending password on wallet receive page
  • Prepared UI dialogs for exporting paper wallets
  • Prepared UI dialogs for importing paper wallets
  • Spending password on "Import wallet" dialog
  • Spending password on "Ada redemption" forms
  • Acceptance test for "Restore wallet with and without spending password" feature
  • Acceptance test for "Create wallet with spending password" feature
  • Acceptance test for "Import wallet with/without spending password" feature
  • Acceptance test for "Send money from a wallet with spending password" feature
  • Acceptance test for "Generate wallet address" feature
  • Acceptance test for "Wallet settings management" features
  • Final version of Daedalus logo added on the loading screen
  • Final version of Daedalus logo added in the top-bar
  • Receive page design update
  • UI for displaying transaction fees on wallet send screen
  • Correct placeholder text for Ada redemption "Ada amount" input

Fixes

  • Verification of mnemonic recovery phrase during wallet backup is not working if it contains duplicate words
  • Pending confirmation amounts split (incoming and outgoing)
  • Prevent wallet send form reset on submit
  • Prevent redemption key reset after unsuccessful redemption
  • Ghost boxes on "Loading" screen
  • Reset Ada redemption form values on page load and certificate add/remove events
  • Prevent sidebar auto-hiding feature and always show submenus on wallets page load
  • Apply grammatical fixes to redemption instructions
  • Prevent sidebar visual glitch on sidebar open
  • Added missing "Add wallet" button label translation key
  • Prevent "Delete wallet" dialog from closing until deletion is over
  • Improved error handling on "Set/Change wallet password" dialog
  • Improved API response errors handling
  • Update active wallet after wallet update actions
  • Last generated address was not being reset when switching wallets and it was shown on the receive screen for the wrong wallet
  • Improved API nextUpdate response errors handling
  • Improved active wallet data refresh after wallet balance/settings change
  • Fixed failing wallet add/restore/import acceptance tests
  • Polling for wallet data and system update should be disabled while node is syncing with the blockchain
  • Prevent syncing icon from being always stuck in syncing state by refactoring in-sync state calculation
  • Acceptance test for "Sending money" feature should check receiver wallet's balance
  • Improved spending password validation rules
  • Improved acceptance tests for generating new addresses
  • Removed temporary workaround for creating new accounts during wallet create and wallet restore
  • Prevent React key duplicates in transaction from/to addresses lists
  • Acceptance tests configuration fix for the timeouts
  • Show more specific error messages on "Change password" dialog
  • Update password fields placeholders to match latest designs
  • Prevent selected wallet reset on "Ada redemption" screen on tab or certificate change
  • Fixed sending amount maximum value validation
  • Use correct styling for used addresses marking on wallet receive screen

Chores

  • Prevent logging of harmless error messages to the terminal
  • Purge "translation/messages/app" as a part of npm dev script
  • Use markdown for "Terms of use" content
  • Added manually written Flow types for API responses
  • Testnet version on the testnet label bumped from 0.3 to 0.5
  • Replaced all React-Toolbox components with React-Polymorph ones (PR 361)
  • Temporary workaround for missing Japanese translations for Terms of Use that allows users to accept them in English

0.6.2

Features

  • Ada redemption testnet disclaimer on Ada redemption pages

0.6.1

Fixes

  • Wallet name on the send screen was hardcoded in Japanese translation
  • Button on the wallet send screen is too large
  • Hamburger button" and wallet's name are present on the "Ada redemption" and "Settings" screens
  • Ada redemption button is not enabled as soon as inputs are valid
  • Prevent navigation on file drop event in the application window

Chores

  • Logging improved by stringifying API requests and responses being logged
  • Added system information to logs: OS, OS version, CPU and total RAM information

0.6.0

Features

  • Ada redemption with certificate decryption and parsing to extract the redemption key
  • Transaction assurance level with color coding for transactions and settings for a normal or strict mode
  • Wallet settings page with wallet deletion and transaction assurance level settings
  • User interface language option on application start and in settings with English and Japanese translations
  • Ada amounts formatting with thousands separator for displaying and entering amounts
  • Application header updated to show wallet name and amount of money in the wallet
  • Copy wallet address to the clipboard with UI notification
  • Testnet label
  • Application level settings page with language choice option
  • Wallet summary page
  • Showing absolute percentage with two decimals on the blockchain sync page
  • File logging and sending logs to Papertrail logging service without sensitive user data

Fixes

  • Toggling the application bar not working properly
  • UI glitch when quickly typing in Ada amounts on the send money form
  • "Add wallet" dialog does not disappear immediately after wallet creation
  • Clearing correctly entered backup recovery phrase should not be possible
  • Sidebar "randomly" closes/opens when navigating
  • Ada redemption overlay should also cover the wallet navigation
  • No transactions message is not vertically centered on Transactions page
  • Transactions ordering
  • Smaller UI improvements and fixes

0.5.0

![Main Wallet screenshot in 0.5.0](screenshots/2016-11-24 release 0.5.0 main-wallet.png) ![Main Wallet screenshot in 0.5.0](screenshots/2016-11-24 release 0.5.0 profile-settings.png)

Features

  • Infinite loading for transaction list, testable with "Main wallet"
  • Simple transaction search by title
  • Adding new personal wallet via sidebar menu
  • Profile settings screen
  • "No transactions" message for wallets with no transactions
  • "No transactions found" message when transaction search returns no results
  • Loading indicator on application startup

Fixes

  • Improved sidebar UX when there is no sub-menu
  • Transaction icons updated to design specs
  • Improved transaction list page styling
  • Active input field styled to design specs

Chores

  • Fixed and improved first acceptance test, made API data configurable for future test cases

0.4.0

![Screenshot from Release 0.4.0](screenshots/2016-11-16 release 0.4.0.png)

Features

  • Sidebar with "Wallets" and "Settings" categories and list of dummy wallets
  • Switch between wallets via the sidebar
  • Selected wallet is highlighted in sidebar
  • New transactions list design
  • Transactions are grouped by date
  • Click on transaction title toggles the details

Fixes

  • Fixed many styling issues
  • Improved font rendering

Chores

  • First version of the backend API
  • Improved and simplified mobx state management

0.3.0

Features

  • Added wallet creation screen that appears when there is no wallet yet
  • Updated to the latest design specs and refactor to react-toolbox instead of material-ui for the UI components. This gives us much better style customization and theming options.
  • Cleaned up the boilerplate app menus
  • Added basic form validations using mobx-react-form
  • Added i18n support with react-intl
  • Added wallet send / receive / transactions screens
  • Form submitting UX updated to the design specifications with introduction of button loading spinners and support for submitting the form with enter key
  • Added cut, copy & paste application menu items and keyboard shortcuts

Fixes

  • Fixed problems with the form validations
  • Fixed the electron build process & ensured that it worked

Chore

  • Updated to react-router v4
  • Testing setup with cucumber & spectron