Skip to content

Releases: Creit-Tech/Stellar-Wallets-Kit

v1.9.5

05 Sep 15:22

Choose a tag to compare

1.9.5 (2025-09-05)

Add

  • Update the supported wallets everytime the modal is opened instead of just when the kit instance is created

v1.9.4

05 Sep 15:02

Choose a tag to compare

1.9.4 (2025-09-05)

Change

  • Upgrade Freighter's module so it handles the two different ways Freighter answer to the signMessage method.

v1.9.3

03 Sep 18:40

Choose a tag to compare

1.9.3 (2025-09-03)

Change

  • Upgrade Freighter API's library to latest

Fix

  • Update the types in kit's class so it includes the new skipRequestAccess parameter

v1.9.2

03 Sep 00:04

Choose a tag to compare

1.9.2 (2025-09-02)

Add

  • Include a skipRequestAccess parameter for devs that need to ignore the requestAccess to freighter when calling the getAddress method.

v1.9.1

26 Aug 18:06

Choose a tag to compare

1.9.1 (2025-08-26)

Change

  • Downgrade Albedo library to 0.12.0

v1.9.0

26 Aug 02:05

Choose a tag to compare

1.9.0 (2025-08-25)

add

  • Add a new isPlatformWrapper logic so modules can check if they are the ones that will be used by the user without the need of the user manually picking it.
  • Klever wallet module

Change

  • Update @stellar/stellar-sdk version to latest
  • Update Trezor library

v1.8.0

13 Aug 19:13

Choose a tag to compare

1.8.0 (2025-08-13)

add

  • xBull message signing logic
  • Upgrade xBull Wallet Connect library version

v1.7.7

28 Jul 23:34

Choose a tag to compare

1.7.7 (2025-07-28)

Fix

  • Allow scrolling the modal (needed for small screens)

v1.7.6

10 Jul 04:28

Choose a tag to compare

1.7.6 (2025-07-10)

Fix

  • Make the isAvailable method for Rabet and Hana so it has a small delay to avoid checking before the extensions have placed the window object

v1.7.5

03 Jun 17:16

Choose a tag to compare

1.7.5 (2025-06-03)

Add

  • Include a new sep43Modules function that returns a list of only wallets that follow all the SEP-0043 methods
  • Add a new filterBy parameter for both allowAllModules and sep43Modules

Change

  • Make optional providing the default module when starting the kit and instead throw an error if someone tries to use one module before it has been selected.