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.0.0-rc.1

06 Jul 10:33
Compare
Choose a tag to compare
1.0.0-rc.1 Pre-release
Pre-release

Welcome to the first release candidate!

⚠️ Important bugfixes in Libcore that required us to migrate the local database (schema changed). Hopefully everything is transparent for you but please make sure to perform a full synchronization and only use your app if it says ✔️Synchronized, it might take a bit longer than usual.

🐩 Features

  • support of prefork / unsplit accounts (BTG / BCH) 👏
  • Add missing Privacy row

🐞 Bugfixes

  • 🚀 🚀 🚀 Fix device performance struggle on Windows
  • Fix bug that was failing all Sentry report logs
  • Fix release note to not pull at app start but only when modal opens
  • More precise errors in Manager
  • Fix fees that appear in Operation Details just after a broadcast
  • Fix Linux app icon

1.0.0-beta.8

05 Jul 14:33
@gre gre
Compare
Choose a tag to compare
1.0.0-beta.8 Pre-release
Pre-release

🚀Important bugfixes in Libcore that required us to migrate the local database (schema changed). Hopefully everything is transparent for you but please make sure to perform a full synchronization and only use your app if it says ✔️Synchronized, it might take a bit longer than usual. 🚀

otherwise many polishes and fixes.

🐕 Features

  • finish off Firmware Update
  • Manager will track the device disconnection to reload itself if not in a critical step

🐛 Fixes

  • Fix a genuine check false-positive case
  • prevent multiple app instance to be opened
  • fix the Operation Details to close itself a few seconds after opened (after a broadcast)

✏️ Polishes

  • handle external link of markdown
  • properly display nano vs blue in manager
  • anonymize sentry logs
  • analytics

1.0.0-beta.7

03 Jul 14:17
@gre gre
Compare
Choose a tag to compare
1.0.0-beta.7 Pre-release
Pre-release

Progress on wordings, important bugfixes, better logs.

Critical bug fixes

  • fix a bug that was always "remounting" the elements. For instance, glitch in the confetti animation. It was a fundamental bug in our build tools caused by UglifyJS #782
  • fix edge-cases where the app was crashing at boot: "LOCK" could still have happened / internal process zombie.

Features

  • Refactor settings sections
  • synchronize every 10s when an operation is 'broadcasting'
  • github link to repo link
  • fix going back on Portfolio after a reset and passing onboarding
  • Disclaimer modal

Other fixes

  • Ethereum gasLimit field to not fallback on empty
  • Bitcoin fees field to handle Custom properly
  • Fix many race conditions in Send step1
  • Fix wrong calculation of the fees in case you input same amount as your balance
  • select will automatically placed either down or up based on the available space
  • polish on Manager: smoother progress bar
  • Polish the device interaction steps

1.0.0-beta.5

29 Jun 16:29
Compare
Choose a tag to compare
1.0.0-beta.5 Pre-release
Pre-release

a lot of wording fixes and pixel pushes.

Fixes

  • a lot of wording fixes
  • many pixel pushes
  • many bugfixes

Features

  • firmware update progress
  • new UI for device interaction, integrated on all steps
  • new stepper system for better performance

1.0.0-beta.3

26 Jun 15:46
@gre gre
Compare
Choose a tag to compare
1.0.0-beta.3 Pre-release
Pre-release

Many polishes and bugfixes on this beta.3.

Some highlights:

Features

  • installer is now signed on Windows!
  • Better error reporting when error are thrown from internal process (serialize/deserialize error objects)
  • add a confirm when clicking Reset on crash screen
  • Many improvement of manager especially regarding error cases.
  • Onboarding animation
  • Better sync state
  • more reliable app list

Fixes

  • Fix error to show during DeviceConnect step
  • major bugfix on a crash at boot on windows: Fixes zombies process. After quitting the app, some process was still running on Windows which was creating a crash at boot because some db locks was still alive 🔒
  • minor bugfix: some device connect/disconnect event where returning null in ledgerjs
  • fix amount rounding to occur at critical parts. When we have enough space, we better display the true balance of your account instead of trying to round unsignificant digits. this address confusions when trying to empty your account as well.

Misc

  • "Stepper" refactoring
  • clean up images / icons in the project
  • Failproof native deps building by explicitly set target
  • Prevent env pollution
  • renderer bundle is no longer mangle for better error stacktrace
  • allow to configure window min-height with LEDGER_MIN_HEIGHT env, until we decide on a default one.
  • windows: disable ia32 build until we fix it

1.0.0-beta.2

22 Jun 15:21
@gre gre
Compare
Choose a tag to compare
1.0.0-beta.2 Pre-release
Pre-release

Minor release with some fixes.

  • better errors displayed and getting reported.
  • Manager show more error cases for better user experience.
  • also add missing clubcoin.

1.0.0-beta.1

22 Jun 10:13
@gre gre
Compare
Choose a tag to compare
1.0.0-beta.1 Pre-release
Pre-release

🎉 We are finally proud to release the first internal beta of the app.

Features

  • Support 22 crypto-currencies (BTC ETH XRP BCH LTC DASH ETC QTUM ZEC BTG STRAT DOGE DGB HSR KMD PIVX ZEN VTC PPC VIA XST POSW CLUB)
  • Onboarding
  • Dashboard with all your accounts and operations
  • Import accounts with your Ledger device
  • Receive and Send crypto-currencies
  • Account page with operations history
  • Install/Uninstall Apps from the Manager
  • Many settings
  • Countervalues support for many crypto-currencies, fiats and exchanges.
  • Keyboard navigation
  • Auto updates with in-app releases notes

0.1.0-alpha.14

21 Jun 14:33
@gre gre
Compare
Choose a tag to compare
0.1.0-alpha.14 Pre-release
Pre-release

This is a bugfix release.

Features

  • Add Ctrl+E to export logs
  • Add empty account tile
  • Great improvement in onboarding wording
  • Wording update (WIP)
  • Better splashscreen
  • new countervalues api
  • Improve OperationDetails
  • latest ledger-core (2.0.0-rc.3)
  • tweak some constants to make the app better on Windows.

Bugfixes

  • fix scroll container padding bug
  • fix a account scanning bug. was impacting crypto like Ethereum.
  • fix the Manager to go back to first screen at random time.
  • fix network usage to fix errors like "Internal Error" and properly show "No network" errors

0.1.0-alpha.13

20 Jun 13:46
@gre gre
Compare
Choose a tag to compare
0.1.0-alpha.13 Pre-release
Pre-release

🎉 This is a bugfix release with important changes on design (new logo, new onboarding).

Fixes

  • Fix 'genuine' step to pass
  • Fix seeing twice New Account in case of XRP
  • if app crash at boot, we now render the error like a runtime error
  • new version of the websocket server
  • There were a bug where importing an account and closing the app was not saving the account.
  • Fix clean cache

Features

  • logo and app icons
  • splashscreen
  • error rendering integrated like designed
  • placeholder for main graph when countervalues are not loaded
  • New design for the installer
  • Genuine check is skipable as fallback, in case our server is down. you can also Retry it.
  • mcu flash call
  • timeouts on the Genuine check and sync
  • cache on the fees and select exchange
  • catching more error cases for the sockets
  • publicKey is saved in ETH/ETC/XRP accounts so we can easily migrate them to libcore in future.

0.1.0-alpha.12

19 Jun 15:33
@gre gre
Compare
Choose a tag to compare
0.1.0-alpha.12 Pre-release
Pre-release

This is still an alpha update. With many improvments.

Features

  • Account Settings: Ripple node can be configured. (now default to s2).
  • Add Genuine check on Onboarding + a way to skip if server is not accessible.
  • All the wording is internationalized, we are soon ready for opening translations.

Fixes

  • account name have a maxlength and is trimmed
  • Big performance improvement in the scroll. We are now back to a native scroll.
  • the time range (Week/Month/Year) you select is now saved as a user preferences across the whole app.
  • libcore bugfixes
  • hide ActivityIndicator when no accounts
  • app min-height to 768px
  • update banner style + also show if there is no accounts
  • fix some missing padding

Misc

  • we have rewrote README.md
  • all constants of the app are in config/constants