Back to Freedom.Tech Back
All Ledger Live Desktop releasesAll versions
Release Thu, May 21, 2026 5 min read

Ledger Live Desktop 4.5.0

Original release notes

4.5.0

Minor Changes

  • #17097 2100626 Thanks @claudiiafg! - Fix asset detail section action links (pointer cursor and stray navigation on click); refactor asset detail address list to MVVM
  • #17387 8ec4bce Thanks @aussedatlo! - Bump @ledgerhq/device-management-kit to 1.4.1 and @ledgerhq/device-signer-kit-ethereum to 1.15.1
  • #17463 adf2154 Thanks @claudiiafg! - Keep Asset Detail navbar sticky while scrolling and fix page content wrappers so sticky positioning spans the full main scroll area.
  • #17157 c37f7f4 Thanks @sarneijim! - Mount Ledger Sync activation drawer globally and derive analytics page from the current route
  • #17096 abdb866 Thanks @ishaba! - Add GraphQL read-side transport for Sui (balances, stakes, lastBlock, checkpoint) behind the suiGraphqlTransport feature flag.
  • #17004 f334155 Thanks @ishaba! - feat(canton): add disclaimer step and terms modal to add-account flow
  • #16865 1aa20cc Thanks @acewf! - Add a pop-up message prompting users to perform the internal transaction when attempting to deregister a staking account that has rewards and no active DRep delegation.

and initialise state synchronously via useReducer's lazy initialiser, removing the previous use(Promise) suspension path entirely.

All call sites in desktop and mobile updated to obtain the bridge via useAccountBridge / useAccountBridgeOrNull and pass it as the first argument to useBridgeTransaction (LIVE-29193).

  • #17286 3439a20 Thanks @sarneijim! - Align portfolio finish-onboarding banner with Recover store state and wallet40 config
  • #17443 f9a71ab Thanks @sarneijim! - Open finish-onboarding dialog from sync onboarding completion when Wallet40 finish widget is enabled
  • #17122 db214f7 Thanks @mcayuelas-ledger! - Update transaction history copy: rename top bar entry to "Transactions", page title to "Transaction History", and CSV export button to "Export".
  • #17422 e3eca65 Thanks @LucasWerey! - Bump lumen UI to 0.1.31 (React) / 0.1.32 (React Native), lumen-design-core to 0.1.13 and lumen-ui-react-visualization to 0.1.10. Migrate Input call sites from removed errorMessage prop to helperText + status="error".
  • #17237 d5bfdee Thanks @claudiiafg! - Add an Asset Detail portfolio orchestrator that composes total balance, addresses, and transactions with account-based visibility.
  • #17151 d71d0ee Thanks @mcayuelas-ledger! - Apply the Wallet 4.0 background and layout to the Asset Detail page (/asset/*) when the aggregated assets feature flag is enabled.
  • #17291 8d8db1e Thanks @claudiiafg! - Add a contextual Asset Detail action bar with MVVM view-model state for buy, receive, sell, and send CTAs.
  • #17288 641d027 Thanks @claudiiafg! - Add a dedicated market price section on Asset Details with daily percentage and fiat variation.
  • #17432 de6291e Thanks @cfloume! - Align Recover subscription state sync with the mobile app: update Redux on Recover webview close instead of intercepting every wallet-api storage.set call.
  • #17383 e4818e2 Thanks @mcayuelas-ledger! - Introduce @ledgerhq/asset-detail shared lib with the useAssetMarketData hook, AssetDetailMarketInfo / AssetMarketData types, and resolveAssetDetailMarketInfo utils. The desktop Asset Detail feature now consumes the shared module instead of maintaining its own implementation, so mobile can plug in next without re-implementing the fetching strategy.
  • #17294 dac90a1 Thanks @cfloume! - Default analytics sharing to off until you explicitly opt in via the consent prompt. Existing preferences are preserved for returning users.