Skip to content

0.4.0

Latest
Compare
Choose a tag to compare
@antichris antichris released this 16 Mar 12:02

⚠️ Important!

This release switches core lib Node.js bindings to use the version tags that are prefixed with a v (e.g., v6.14.5 instead of 6.14.5).

If you have built the Ledger Live Desktop application or the core lib bindings with a previous release, you now have to delete the coreNPM version sentinel file from your build directory to ensure version consistency:

cd build # Or the path of your build directory.
rm .dep/coreNPM/v/*

Failure to do so may result in failing artifact builds in the best case, and broken artifacts that behave erratically and/or silently corrupt your data during the run-time in the worst.

Fixed

  • Core lib Node bindings to use the v-prefixed tag, as v6.14.5 points to a newer commit than 6.14.5
  • Makefile recipe for Djinni not to remove NJSPreferencesBackendCpp.?pp files, of which there used to be two conflicting versions generated, with discrepant file name capitalization
  • Yarn timing out during Desktop builds by increasing its network timeout to 5 minutes

Updated

  • Ledger Live components:
    • Desktop to 2.39.2
    • core lib bindings for Node.js to v6.14.5 (note the "v")

Downgraded