Releases: synonymdev/bitkit-android
v2.1.0
Store Release Notes
Added support for all Bitcoin address types, a new pending payment screen during sends, and pending payment notifications. Improved Lightning peer discovery and channel recovery reliability, fixed currency display formatting, and locked screen orientation for a more stable experience.
What's Changed
- fix: add spacing before suffix currency symbol by @ovitrif in #785
- chore: bump version 2.0.2 by @ovitrif in #786
- feat: vss ldk debug ui by @ovitrif in #779
- chore: release 2.0.2 by @ovitrif in #795
- Replace node restart with dynamic address type APIs by @ben-kaufman in #789
- fix: probing tool validation and error messages by @jvsena42 in #791
- fix: update LND4 IP and bump ldk-node to rc.26 by @ben-kaufman in #798
- fix: add retry and logging for channel monitor migration by @jvsena42 in #760
- fix(lightning): update external scorer url by @pwltr in #805
- fix: reconnect custom channel peers after migration by @jvsena42 in #784
- chore: update ldk-node to rc.28 by @ovitrif in #812
- chore: update ldk-node to rc.29 by @ovitrif in #814
- fix: claude workflows + remove updater by @ovitrif in #816
- fix: handle counterparty channel closes by @jvsena42 in #806
- fix: recover orphaned channel monitors from RN backup by @jvsena42 in #802
- fix: settle invalid migration transfers from unpaid orders by @jvsena42 in #813
- test: split android e2e local and regtest (e2e multiple address) by @piotr-iohk in #820
- fix: remove app from recents on close by @ovitrif in #822
- feat: support all address types by @ben-kaufman in #788
- fix: use send-all fee for channel funding by @ovitrif in #823
- feat: add pending payment notifications by @ovitrif in #828
- fix(ui): prevent screen rotation by @pwltr in #830
- feat: add send payment pending UI by @ovitrif in #825
- fix: orphaned channel recovery pre-startup by @jvsena42 in #826
New Contributors
Full Changelog: v2.0.3...v2.1.0
v2.0.3
Hotfix: improved Lightning peer discovery and reconnection reliability after infrastructure updates. Updated trusted peer handling reduces failed retries and helps channels reconnect more consistently.
What's Changed
- feat: peer cards with labels + use ldk-node from GH by @ovitrif in #800
- fix: update LND4 IP and bump ldk-node to rc.26 by @ben-kaufman in #798
Full Changelog: v2.0.2...v2.0.3
Updater
v2.0.2
Highlights
This release focuses on stability, UX polish, and Lightning reliability: better payment and transfer error handling, fixes for balance visibility and tab navigation, backup/restore flows, and improvements to QR and deep-link handling.
Bug fixes
Payments & Lightning
Remove empty message parameter from BIP21 URLs (@jvsena42, #750)
Improve Lightning payment failure messages (@ben-kaufman, #741)
Strip Lightning scheme prefix from scanned QR codes (@jvsena42, #767)
Fix node lifecycle race condition after background payment (@jvsena42, #740)
Handle dust change in max transfer to spending (@jvsena42, #748)
Network & sync
Auto-recover stale network graph cache (@jvsena42, #765)
Add network error retry for transfer polling (@jvsena42, #763)
Don’t close store on sub-resource errors (@jvsena42, #773)
Update balance on channel close from connections (@jvsena42, #774)
Skip auto-refresh for disabled widgets (@jvsena42, #757)
Privacy & balance
Hide monetary values in activity detail (@jvsena42, #752)
Lift hide-balance state to parent composable (@jvsena42, #755)
Skip backup warning after wallet restore (@jvsena42, #747)
UI & navigation
Show tab bar on savings and spending screens (@jvsena42, #751)
Disable Details button until activity is available (@jvsena42, #759)
Prevent accidental sheet dismissal when tapping amount (@jvsena42, #756)
Fix blurry splash screen icon (@jvsena42, #783)
Add spacing before suffix currency symbol (@ovitrif, #785)
Place currency symbol correctly based on locale (@piotr-iohk, #771)
Other
Increase Chatwoot timeout to 1 minute (@jvsena42, #749)
Clearer QR code decoding error message (@jvsena42, #762)
Fix crash on backup confirm mnemonic screen (@jvsena42, #782)
Unified deep-link Lightning selection (@jvsena42, #776)
Delete VSS network graph using new FFI client (@ovitrif, #775)
New features
External scores from Blocktank — use Blocktank-provided scores (@jvsena42, #781)
VSS LDK debug UI — debug interface for VSS/LDK (@ovitrif, #779)
Probing tool in dev settings — probing tool added to developer settings (@jvsena42, #766)
Refactors & maintenance
Move backup verification logic to BackupRepo (@jvsena42, #754)
Bump version 2.0.1 → 2.0.2 (#744, #786)
Expand issue templates (@piotr-iohk, #753)
Update README for production (@jvsena42, #758)
Full Changelog: v2.0.1...v2.0.2
v2.0.1
Bitkit 2.0 is a major upgrade with fully rebuilt native apps. Enjoy faster performance, a smoother interface, background Lightning payments with Wake to Pay, improved reliability, a built in Bitcoin Map, cleaner send and receive flows, and seamless migration that keeps your wallet and settings.