Skip to content

Releases: synonymdev/bitkit

v1.0.0-beta.102.

07 Feb 16:37
fc270d2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-beta.98...v1.0.0-beta.102

v1.0.0-beta.98.

23 Jan 09:40
4da70eb
Compare
Choose a tag to compare

Highlights

  • Pay to Lightning addresses
  • Save on fees when transferring to savings
  • Request support within the app

What's Changed

New Contributors

Full Changelog: v1.0.0-beta.92...v1.0.0-beta.98

v1.0.0-beta.92.

11 Dec 16:17
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0-beta.86...v1.0.0-beta.92

v1.0.0-beta.86.

16 Oct 18:42
572a0fa
Compare
Choose a tag to compare

Highlights

  • Receive instant payments without setup
  • Connect to Lightning instantly
  • Pay to and withdraw from LNURLs
  • Pay to Taproot addresses
  • Add the redesigned widgets

What's Changed

Read more

v1.0.0-beta.60.

18 Jul 13:39
Compare
Choose a tag to compare

Highlights

  • Use the app in Español, Русский, Italiano, čeština, and more languages.
  • Click on Bitcoin invoices in other apps to open and pay with Bitkit.
  • Configure the app to lock after 90 seconds of inactivity.
  • Force close your Lightning connections on the recovery screen.

What's Changed

  • Transaction timestamps have been updated for improved tracking.
  • Backup-related issues have been fixed and updates implemented for better data protection.
  • The support link has been fixed and is now fully operational.
  • An address index check has been added to enhance security.
  • Improved name display in profile section with the introduction of a two-line limit.
  • Address viewer sweep issue has been resolved.
  • Fixed the RefreshControl crash on Android devices.
  • The react-native-biometrics component has been upgraded for enhanced security.
  • The Android StatusBar background color has been changed for better visibility.
  • Lightning Development Kit (LDK) fees are now synced during refresh.
  • A series of UI updates have been implemented for a smoother user experience.
  • Improved language detection functionality.
  • Conversion from sats to BTC is now without scientific notation, making it easier to read.
  • Deep linking for bitcoin & lightning URIs has been added.
  • PIN on idle introduced for increased security.
  • LDK now allows force close of all channels from the recovery screen.
  • Toast notifications have been introduced for better user interaction.
  • The LDK has been updated to accommodate reorg changes.
  • The react-native-ldk version has been upgraded.
  • Lnurl withdrawal now allows users to specify an amount.

Bug Fixes

New Features

Refactor

Chores

Docs

  • Include translations in README.md by @mattrdec in #1115

Tests

Full Changelog: v1.0.0-beta.51...v1.0.0-beta.60

v1.0.0-beta.51.

05 Jun 14:04
ba35745
Compare
Choose a tag to compare

What's Changed

  • Metadata saved for LN transactions
  • Fixes and refactoring in send flow
  • Improved auto read clipboard UX
  • Added wallet wipe feature
  • Lightning balances displayed
  • Transaction state reset implemented
  • Error handling for generating addresses
  • Error displayed if unable to afford channel
  • Receive tags saved on ReceiveDetails screen
  • Payment data processing improvement
  • Activity confirmTimestamp and filter updates
  • ActivityDetail UI updated
  • QRCode sharing on iOS enabled
  • Profile link form moved to bottom-sheet
  • Fallback blocktank peers added
  • Fixed callback parsing bug in @synonymdev/react-native-lnurl
  • Handled "channel closed" error for SlashtagsAuthClient.authz
  • Fixed crash when closing bottom-sheet with keyboard open
  • Temporarily hid delete contact button
  • Fixed widgets gesture issues
  • Tag manager added
  • Updated LN onboarding flow
  • Reorgs and RBFs detection
  • Added eslint rules for promises and fixed errors
  • Removed unused wallet store fields
  • Renamed send transaction types & functions
  • Reanimated library upgraded
  • Updated e2e workflow
  • Updated react-native-ldk and dev dependencies
  • Fixed styled-components types
  • Updated README.md
  • Buildcache added
  • Disabled toasts in e2e tests
  • Fixed lnurl test
  • Added optional .json to LDK logs

Bug Fixes

New Features

Refactor

  • Add eslint rules for promises, fix ensuing errors by @pwltr in #1040
  • Remove unused wallet store fields by @pwltr in #1045
  • Rename send transaction types & functions by @pwltr in #1049

Chores

Docs

Tests

Misc

  • (optionally) add .json to LDK logs by @pwltr in #1037

Full Changelog: v1.0.0-beta46...v1.0.0-beta.51

v1.0.0-beta.46.

12 May 07:01
a67695a
Compare
Choose a tag to compare

What's Changed

  • We've simplified the onboarding process to the Lightning Network by abstracting details related to reserve balance and receiving capacity limits. This makes it easier for you to set up instant payments.
  • We've fixed an issue that caused transfers from spending to the savings balance to get stuck when on-chain transaction fees get volatile.
  • Your recovery phrase is not the only piece of information that needs to be backed up. You also need backups of your connections, transaction log, contacts, etc. We were already managing these backups for you, but now we also show you their status and allow manual retries if needed.
  • We've refined the number pad to make it more user-friendly, enabling smoother input of the amounts you want to send and receive.

Bug Fixes

New Features

UI

Chores

Tests

Full Changelog: v1.0.0-beta43...v1.0.0-beta46

v1.0.0-beta.43.

20 Apr 13:24
b6a17d3
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • fix: iOS target bumped to 13 for ldk by @Jasonvdb in #908
  • fix: consider onboarding done if profile is not empty by @Nuhvi in #912
  • fix(contacts): resolve Contact's profile in Contact screen by @Nuhvi in #913
  • fix(lightning): set channel opening tx fallback fee by @pwltr in #911
  • fix(settings): transaction speed setting by @pwltr in #915
  • fix: ellipsis utility by @pwltr in #923
  • fix(send): update available/max amount calculation by @pwltr in #918
  • fix: UI fixes by @pwltr in #920
  • fix: test address by @limpbrains in #906
  • fix: Lightning UI & channel open/close issues by @pwltr in #928
  • fix: add missing strings to i18n by @limpbrains in #929
  • fix(ui): another fix for confetti (iOS) by @pwltr in #932
  • fix: LDK fee calculation by @Jasonvdb in #936
  • fix(profile): force resolving profiles after restoring the wallet by @Nuhvi in #948
  • fix: e2e wrong address test by @limpbrains in #941
  • fix: ease of use clipboard read & redirect by @pwltr in #930
  • fix: Update Crash Screen by @pwltr in #950
  • fix: add await, slashtags env variables by @limpbrains in #949
  • fix(wallet): #780 skipping addressIndex by @pwltr in #934
  • fix(widgets): app crashing when reopening price feed settings by @Nuhvi in #925
  • fix(widgets): better default decoder to handle Objects and stringifie… by @Nuhvi in #926
  • fix(widgets): handle malformed slashfeed.json where fields are not ar… by @Nuhvi in #927
  • fix(lightning): Fix Lingering Claimable/Pending Balance by @coreyphillips in #962
  • fix: Updated ldk to prevent scorer read crash by @Jasonvdb in #966
  • fix: add polyfill for Promise.allSettled by @limpbrains in #967
  • fix(ui): bottom-sheet animations by @pwltr in #959

Refactor

  • refactor(wallet): send transaction state by @pwltr in #899

New Features

Chores

Docs

Tests

  • test(settings): add tests for dev settings & crash screen by @pwltr in #953
  • test(ui): add e2e test for NumberPad by @pwltr in #961

Full Changelog: v1.0.0-beta.39...v1.0.0-beta43

Updater

20 Mar 13:58
4a20ae2
Compare
Choose a tag to compare
Updater Pre-release
Pre-release

This "release" serves as the static file store to signal to Bitkit when an update is available.

v1.0.0-beta.36.

02 Mar 07:12
2321a9c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-beta.35...v1.0.0-beta.36