# Changelog
-## v0.10.5
+## v0.11.0
### Notable Changes
-Update domain name.
+#### NEW! Exodus wallet support
+
+Exodus wallet uses a non-standard derivation path for Nano accounts, and the
+derivation path in their documentation is not entirely accurate which has led to
+a lack of tooling support. This has been a thorn in the side of many Exodus
+users who want to manage their Nano funds on other wallets. Through
+pain-staking effort, the actual derivation algorithm used by Exodus to create
+Nano keypairs from the internal seed has been discovered, and `libnemo` now
+supports a new Wallet type of "Exodus". Since this is a feature that is
+difficult to test against, issues could occur and should be reported to
+<bug-libnemo@codecow.com>.
+
+#### Improved vault worker
+
+The previous version of the Web Worker for wallet vaults was constructed using
+complex stringification of worker code as well as dependencies. This limited
+worker functionality and complicated dependency management. Now, a separate
+build step allows all worker code, including external packages, to be bundled
+using esbuild. Consequently, bespoke implementations of Ed25519 andd secp256k1
+have been deprecated in favor of packages `nano25519` and `@noble/secp256k1`
+respectively.
+
+### Other Changes
+
+Nonces of 16 bytes can now be signed by Ledger devices.
+Vault worker and host now exchange domain and ID info to prevent cross-talk with
+other active workers.
+Build targets dropped back to ES2022 and Node 22 to improve compatibility.
+
+IIFE build removed.
+
+Dependencies and distribution file names updated.
+
+## v0.10.5
+
+### Notable Changes
+
+Update domain name.
## v0.10.4