Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Releases: LedgerHQ/ledger-live-desktop

1.5.0

04 Mar 10:16
9abaa05
Compare
Choose a tag to compare

🎊 Features

  • Add Ledger Nano X compatibility in onboarding, Manager, send and receive. (1, 2, 3)
  • Block the possibility to send a transaction with zero fees (Bitcoin and its derivatives). (#1812)

🐞 Bugfixes

  • Fixed a USB bug that was stopping device communication after some (race) condition (for instance, stuck on "Navigate to the Dashboard on your device") (#1832)
  • Fixed a UI glitch in the description of rate provider settings. (#1826)
  • Fixed a UI glitch that was displaying download percentage without rounding. (#1811)

but also...

  • Include developer mode setting in LiveQR code.
  • Set nLockTime for KMD transactions. (#1825 thanks to lukechilds)
  • Terminate HSR and POSW service.

Internal developer notes:

  • clean cache has been refactored to use libcore implementation (so it's technically less intense and more reliable)
  • new libcore version
  • partners list is shared in live-common.

v1.4.1

18 Feb 09:55
3d0996b
Compare
Choose a tag to compare

🎊 Features

  • Improved modals with scrollbars, vertical centering and improved animation performance.
  • A new update process including download progress bar and opt-in button.
  • Announcement for Ledger Live mobile.
  • Show error if XRP recipient address is the same as the sending address.

Bugfixes

  • ZEC-related bugfixes.
  • A fix in the device repair tool that wrongly asked to reboot in bootloader mode.

Other

  • Various improvements in user experience.

v1.3.4

29 Jan 15:49
7a0cffa
Compare
Choose a tag to compare

🐛 This release contains important bug fixes. 🐛

General

  • Fix a UI glitch displaying miscalculated or negative fees in operation details and send flow.
  • Allow Ledger Live to display notifications for crypto asset events.
  • Added two more platforms to buy crypto: BTC-Direct and Coinberry.
  • Minor improvements in UI.

Crypto assets related

  • Prepare future support of XSN and KMD through Sapling.
  • ETH and ETC: scan for Metamask accounts.
  • DCR: fix transaction bug affecting some users.
  • HSR and POSW: blockchain synchronization and send feature fixed.
  • Other crypto assets: fix "getVarint" errors for various assets.

1.3.2

22 Jan 18:24
991b903
Compare
Choose a tag to compare

🐛 Bugfixes

  • Fix the MCU not genuine issue

1.3.0

08 Jan 10:37
@gre gre
884a063
Compare
Choose a tag to compare

✨ Features

  • New export screen for mobile app
  • Show progress on app install
  • Improved Manager performance
  • Improved firmware update

🐛 Bugfixes

  • Fixed broken order when missing provider/balance
  • Fixed unselectable fee levels
  • Fixed custom fees value field
  • Fixed auto-lock firing too early

Others

  • Better logs for internal errors
  • Wording adjustments

1.2.7

07 Dec 07:46
@gre gre
0310b56
Compare
Choose a tag to compare

✨ Features

  • Decred support (#1644)
  • Auto-Lock feature (#1409)

Others

  • Wording adjustments

1.2.6

21 Nov 16:58
@gre gre
9e5cad5
Compare
Choose a tag to compare

✨ Features

  • Added an alert to Send, Receive and Add Accounts when a network service is disrupted (#1649)
  • 3 additions to the Buy/Trade section (#1636)

🐛 Bugfixes

  • Fixed Segwit transactions in some altcoins (e.g. QTUM) (#1641)
  • Fixed a link to Privacy Policy link (#1638)
  • Fixed a display bug causing the app to be “Paused” during a network disruption (#1645)
  • An improvement to app search in the Manager (#1647)

v1.2.5

15 Nov 07:34
55e4db7
Compare
Choose a tag to compare

Features

  • Support for more derivations (#1599)
  • Provide a way to inform users of eventual service disruption (#1615)
  • Add links to Terms & Privacy Policy

🐛 Bugfixes

  • Handle gaps in sqlite accounts (#1609)
  • Wording fixes

v1.2.3

29 Oct 12:22
cc57da2
Compare
Choose a tag to compare
  • Support ZCash Sapling upgrade. 🌲

v1.2.1

23 Oct 12:29
a0869f8
Compare
Choose a tag to compare

This release addresses many bugs found in Ledger Live.

🐛 Bugfixes

  • Fix crash occuring on Fedora 28, caused by incompatible openssl version (#1010)
  • Fixes some 0x6f01 errors caused by incorrect transaction sequence (#1386)
  • Ensure sqlite folder is removed after clear cache or hard reset (#1554)
  • Correctly restore window size & position after restart (#1428)
  • Fix identifier display in firmware update workflow (#1576)
  • Fix incorrect mouse pointer on various places (#1468)
  • Fix input/select autofocus inside Modal (#1588)
  • Resolve all npm audit issues (#1569)

Others

  • Expose db/commands/store to global window object, for debugging purposes (#1572)
  • Wording adjustments