Releases: synonymdev/bitkit
Releases · synonymdev/bitkit
v1.0.0-beta.35.
Bitkit Changelog v35
New Features
- Add Address Viewer by @coreyphillips in #831
- Add Rescan Addresses by @coreyphillips in #833
- Updated Send UI by @pwltr in #836
- Enable LNURL features: Auth, Channel, Pay & Withdraw for Testing by @coreyphillips in #846
- Retry onchain if LN fails with slashpay by @limpbrains in #848
- Allow Unknown Wallet Restore by @coreyphillips in #850
- Ignore Backup When Restoring by @coreyphillips in #851
- Add Safe Mode by @pwltr in #837
- Add invoice copy UI by @pwltr in #876
Bug Fixes
- Misc updates & fixes by @pwltr in #802
- Default Android Font by @pwltr in #811
- Auto-forward on invoice paste by @pwltr in #823
- Various UI fixes in Settings by @pwltr in #822
- 0 onchain balance Rebalance flow by @limpbrains in #830
- Use of DISABLE_SLASHTAGS env variable by @nazeh in #828
- Move blocktank order UI to Lightning channels in Settings by @pwltr in #829
- fix: restore UI by @pwltr in #842
- fix(wallet): Fix nextAvailableChangeAddress by @coreyphillips in #841
- fix(ui): fix electrum connectivity toast falsely triggering by @pwltr in #838
- fix(wallet): Update wallet-restore Test by @coreyphillips in #845
- fix(wallet): Wipe Previous Install During Onboarding by @coreyphillips in #844
- fix: improve slashpay by @limpbrains in #832
- fix: misc activity & channel ui fixes by @pwltr in #860
- fix(wallet): Disable Rescan Button During Rescan by @coreyphillips in #856
- fix(wallet): Update Tx Signing, Indexes & Fees by @coreyphillips in #859
- fix(recovery): Safe Mode: switch to taps by @pwltr in #858
- fix(send): ui improvements by @pwltr in #862
- fix: use Modal as a backdrop white dragging widgets by @limpbrains in #861
- fix(lightning): Refresh Wallet After Finalized Channel by @coreyphillips in #864
- fix(ui): fix scroll issues on Home screen by @pwltr in #867
- fix: implement prototype v33 by @pwltr in #868
- fix(ui): small layout fix by @pwltr in #869
- fix: various fixes by @pwltr in #847
- fix(wallet): Temporarily Comment Out sdk.join by @coreyphillips in #849
- fix(wallet): Increase Restore Address Amount by @coreyphillips in #855
- fix(ui): fix electrum connectivity toast (iOS) by @pwltr in #857
- fix(ui): bottom-sheet bg gradient banding by @pwltr in #875
- fix(wallet): Bump Recommended Base Fee by @coreyphillips in #878
- fix(profile): add scrollview to profile edit screen by @nazeh in #880
- fix(wallet): Add & Implement lodash.clonedeep by @coreyphillips in #871
- fix: various fixes by @pwltr in #882
- fix(security): UI issues w/ Biometrics checks by @pwltr in #883
- fix(activity): scrolling issue for ActivityFiltered screen by @pwltr in #884
- fix(wallet): Fix Receive Share Button by @coreyphillips in #886
- fix(restore): fix not restoring all addresses on Android by @pwltr in #885
Updates, New Tests, Cleanup
- docs: add missing iphone app testflight link by @MiguelMedeiros in #827
- refactor: add & change types for wallet and components by @pwltr in #818
- test: New send tests by @limpbrains in #798
- test: new wallet restore tests by @limpbrains in #824
- test: increase timout, check blocks once again by @limpbrains in #843
- tests: detox settings tests by @limpbrains in #852
- chore: uncomment sdk.swarm.join(seeders topic) by @nazeh in #870
- refactor(ui): add ready checks & types to navigation utils by @pwltr in #839
- Add contacts with no scheme by @nazeh in #881
Full Changelog: v1.0.0-beta.30...v1.0.0-beta.35
v1.0.0-beta.30.
What's Changed
Summary
- Bug fixes
- Performance improvements
- UI updates
- Draggable widgets
- Improved support requests
Bug Fixes, Updates, etc
- fix(wallet): types for addressTypes by @pwltr in #748
- fix(wallet): Minor TabNavigator Optimizations by @coreyphillips in #749
- fix: fancyslider throttle, Slideshow spark, LN CustomSetup values by @limpbrains in #750
- fix(wallet): Transition Fixes by @coreyphillips in #752
- fix(wallet): Tab Nav Stack Update by @coreyphillips in #754
- fix(wallet): Minor Performance Updates by @coreyphillips in #758
- fix(widgets): preview widget too early by @nazeh in #761
- fix(wallet): More Performance Updates by @coreyphillips in #760
- fix: try to close the app after Wipe App action by @limpbrains in #764
- fix: sort activity by timestamp and txType by @limpbrains in #767
- fix: catch errors in ldk restore flow by @limpbrains in #768
- fix(ui): BottomSheet onChange handler by @pwltr in #771
- Refactor: Suggestions Redux state by @pwltr in #769
- chore(wallet): Remove node-libs-react-native Dependency by @coreyphillips in #773
- refactor(ui): remove TabNavigator by @pwltr in #774
- fix(ui): Wallet screen BottomSheet z-index by @pwltr in #775
- fix: small UI fixes by @pwltr in #779
- Share LDK logs by @Jasonvdb in #778
- fix(suggestions): fix todos migration by @pwltr in #782
- fix: getNextAvailableAddress by @limpbrains in #783
- fix(widgets): fix auth widgets by @pwltr in #786
- fix(wallet): Reset Transaction Object by @coreyphillips in #784
- fix(ui): some UI issues on Android by @pwltr in #787
- Type cleanup and bugfixes by @pwltr in #788
- perf(ui): improve WalletScreen render time by @pwltr in #794
- fix: run jest tests on ubuntu vm by @limpbrains in #795
- fix(lightning): Fix getPendingOrders Method by @coreyphillips in #797
- fix(wallet): Update Dust Limit Logic by @coreyphillips in #799
- Fix GlowingBackground component by @pwltr in #803
- Update README.md by @aldertnl in #806
- chore: upgrade slashtags-sdk by @nazeh in #808
- fix: do not wrap widgets in NestableDraggableFlatList while not editing them by @limpbrains in #810
- fix(settings): Electrum Server Config screen by @pwltr in #807
- refactor: Components, Text & Icons by @pwltr in #809
- fix(wallet): Update Immutable Check Condition by @coreyphillips in #815
- chore(wallet): Update Android NDK Version by @coreyphillips in #812
- LDK update by @Jasonvdb in #816
- fix(wallet): Fix max_chan_spending Error by @coreyphillips in #820
- chore: add DISABLE_SLASHTAGS environment by @nazeh in #819
- fix: various LN payment fixes by @limpbrains in #817
- chore: react-native-ldk version bump by @Jasonvdb in #821
New Features
- feat: draggable widgets by @limpbrains in #745
- feat: v30 prototype updates by @pwltr in #747
- feat(wallet): Implement Reselect by @coreyphillips in #763
- feat: transfer flow by @pwltr in #753
- feat(ui): add Update Bitkit UI by @pwltr in #751
- feat(wallet): Continue Reselect Implementation by @coreyphillips in #772
- feat(wallet): Finalize Reselect Implementation by @coreyphillips in #776
- feat(wallet): Scan, Connect & Add Lightning Node ID's by @coreyphillips in #777
- feat: unified support link by @Jasonvdb in #793
- feat(lightning): Remove Unused Peers by @coreyphillips in #796
- feat: new integration tests by @limpbrains in #792
- feat(wallet): Improve Scanning Error Notifications by @coreyphillips in #801
New Contributors
Full Changelog: v1.0.0-beta.23...v1.0.0-beta.30
v1.0.0-beta.23.
What's Changed
Bug Fixes
- fix(ui): Updated Confetti workaround for iOS by @pwltr in #698
- fix: reduce flickering on restore flow by @limpbrains in #690
- fix(lightning): Update payWithTimeout Method by @coreyphillips in #709
- fix(lightning): Slashpay Lightning Update by @coreyphillips in #721
- fix: various fixes by @pwltr in #714
- fix: upgrade jest to v28 by @limpbrains in #676
- fix(wallet): getStore Updates by @coreyphillips in #717
- fix: channel balance calculation by @Jasonvdb in #723
- fix(wallet): Pass Network/Wallet Params by @coreyphillips in #736
- fix: use skia@156 when running e2e tests on iOS by @limpbrains in #732
- fix(wallet): Update Duplicate Check by @coreyphillips in #739
- fix: a hack to transform single instance of BigInt litreal to normal … by @nazeh in #741
- fix(send): add missing ReviewAndSend elements by @pwltr in #738
- fix(wallet): #735 balance by @pwltr in #742
- fix(widgets): facts widget icon by @pwltr in #743
New Features
- feat: add bip39 passphrase support by @limpbrains in #711
- feat: move to react-native-camera-kit by @limpbrains in #675
- feat: add detox for ios by @limpbrains in #643
- feat(profile): add QRCode image to sharing by @pwltr in #712
- feat(boost): update UI by @pwltr in #724
- feat(widgets): add Bitcoin facts widget by @nazeh in #729
- feat: Rearrange settings by @limpbrains in #727
Cleanup
- Update: v28 prototype by @pwltr in #707
- Clean slashtags hacks by @nazeh in #728
- perf: some small optimizations by @pwltr in #725
- perf(profile): hard code staging server topic for testing by @nazeh in #722
- chore(lightning): Upgrade LDK by @coreyphillips in #726
- chore: move seeder topic and base url to env by @nazeh in #730
- chore(lightning): Upgrade LDK by @coreyphillips in #737
- Misc enhancements by @nazeh in #740
Full Changelog: v1.0.0-beta.19...v1.0.0-beta23
v1.0.0-beta.19.
What's Changed
- fix(widgets): update feed edit UI by @pwltr in #628
- Use GitHub flavored issue templates by @pwltr in #627
- feat(lightning): Add & Save Lightning Peers by @coreyphillips in #629
- feat(wallet): Speed Up Transaction Signing by @coreyphillips in #640
- fix: increase pan gesture zone for FancySlider component by @limpbrains in #639
- fix(wallet): Optimize Receive View by @coreyphillips in #649
- Fix/send to seeder by @nazeh in #646
- fix(wallet): Limit Address Scanning by @coreyphillips in #645
- chore(lightning): Upgrade react-native-ldk by @coreyphillips in #654
- fix(wallet): Update Default Settings by @coreyphillips in #656
- Feat/delete auth widget by @nazeh in #650
- fix: various fixes by @pwltr in #652
- fix(lightning): Fix Navigation by @coreyphillips in #657
- fix(lightning): Reset Channel-Open Transactions by @coreyphillips in #660
- fix: Profile styles, Welcome swipe by @pwltr in #662
- fix(ui): remove unnecessary display flex by @pwltr in #664
- feat(wallet): Implemented react-native-v8 by @coreyphillips in #661
- fix(settings): About links by @pwltr in #658
- fix(lightning): Update react-native-ldk by @coreyphillips in #665
- chore: compress PNGs by @pwltr in #667
- fix(ui): remove dot from PIN NumberPads by @pwltr in #666
- fix(settings): types & cleanup by @pwltr in #663
- fix(ui): update suggestions by @pwltr in #670
- feat: move to react-native-camera-kit by @limpbrains in #668
- Revert "feat: move to react-native-camera-kit" by @limpbrains in #671
- fix(wallet): Filter UTXO's by @coreyphillips in #672
- fix: add migration for todos by @pwltr in #674
- feat(lightning): Adds Claimable Lightning Balances by @coreyphillips in #638
- feat: add Widget Preview by @pwltr in #677
- fix(lightning): Update react-native-ldk by @coreyphillips in #678
- fix(wallet): Revert Dependency Changes by @coreyphillips in #680
- fix: Workaround for Confetti on iOS by @pwltr in #682
- fix: Widgets overview by @pwltr in #683
- fix clean scripts not working on windows, add doc by @varsnotwars in #679
- docs: add docs for development & build by @pwltr in #684
- fix(lightning): Fix Lightning Invoice Generation Logic by @coreyphillips in #687
- fix(lightning): Fix Pending Lightning Balance by @coreyphillips in #685
- fix(lightning): Update Lightning Send Check by @coreyphillips in #688
- fix(lightning): Add Warning Dialog For Lightning TXs by @coreyphillips in #686
- feat: show version and build in settings menu by @Jasonvdb in #689
- fix(widgets): crash when adding widget by @pwltr in #693
- fix(wallet): Remove Pending Balances On Android by @coreyphillips in #692
- fix(ui): disable workaround for Android by @pwltr in #694
- fix(scan): freeze on Android by @pwltr in #695
- fix(lightning): Fix Fee Dialog by @coreyphillips in #696
- fix(lightning): Increase Lightning Invoice Expiry by @coreyphillips in #697
Full Changelog: https://github.com/synonymdev/bitkit/commits/v1.0.0-beta.19