Skip to content

v1.1.2

Choose a tag to compare

@github-actions github-actions released this 08 May 12:31
· 836 commits to main since this release

Changelog:

  • Added Payment Disclosure support. Users can now share or receive and verify single transaction disclosure key to prove payments without sharing entire wallet history
  • Improved transaction detail UX with inline copy buttons and cleaner sent transaction disclosure presentation
  • Lowered the wallet confirmation requirement from 10 confirmations to 1 confirmation across the app/backend
  • Added adaptive sync profiles that tune sync batch sizes and worker behavior based on device capability
  • Improved mobile sync stability for lower-end devices and heavy/spam block ranges
  • Improved reorg handling with safer sync-state rollback, witness-anchor consistency checks, and better recovery behavior
  • Made block fetching more resilient on slow or unstable networks
  • Improved wallet lifecycle handling so interrupted sync sessions can downgrade safely and avoid repeated crash loops
  • Fixed Android secure text-entry focus issues where the keyboard could open and instantly close on some devices/keyboards
  • Fixed Linux/mobile clipboard behavior so copied seed phrases respect the intended 30-second clear timer instead of clearing immediately on app pause/background
  • Improved desktop window sizing across Windows, Linux, and macOS
  • Hid unavailable fee values for incoming transactions instead of showing 0 fee
  • Updated CLI & SDK docs
  • Updated dependencies
  • Hardened Github Actions CI/CD workflow