Skip to content

Releases: radixdlt/connector-extension

v1.4.1

20 Jun 11:41
c183056
Compare
Choose a tag to compare

1.4.1 (2024-06-20)

⭐ Feature

🐛 Fixes

  • improve error handling in content scripts (d9ca35b)
  • remove management permission requirement (b302d41)
  • send confirmation after interaction cancel (84ff1fb)

v1.4.1-alpha.4

20 Jun 08:45
Compare
Choose a tag to compare
v1.4.1-alpha.4 Pre-release
Pre-release

1.4.1-alpha.4 (2024-06-20)

🐛 Fixes

  • go to dashboard on account address click (9d7722e)

v1.4.1-alpha.3

18 Jun 20:38
Compare
Choose a tag to compare
v1.4.1-alpha.3 Pre-release
Pre-release

1.4.1-alpha.3 (2024-06-18)

🐛 Fixes

  • remove management permission requirement (b302d41)

v1.4.1-alpha.2

17 Jun 09:55
Compare
Choose a tag to compare
v1.4.1-alpha.2 Pre-release
Pre-release

1.4.1-alpha.2 (2024-06-17)

🐛 Fixes

  • error handling in content scripts (d9ca35b)

v1.4.1-alpha.1

13 Jun 09:19
Compare
Choose a tag to compare
v1.4.1-alpha.1 Pre-release
Pre-release

1.4.1-alpha.1 (2024-06-13)

🐛 Fixes

  • send confirmation after interaction cancel (84ff1fb)

v1.4.0

04 Jun 12:24
aee11a2
Compare
Choose a tag to compare

1.4.0 (2024-06-04)

Introduce capability of linking multiple wallets using single Connector Extension. Add accounts sharing feature.

⚠️ This extension is only compatible with Radix Wallets greater than 1.6

🔁 Chore

  • change semantic release chrome dependency (b05b16d)
  • trigger dev deployment (903ec89)

🔧 Build

  • add missing semantic-release-replace-plugin (f91580f)

⚡ Refactor

  • create smaller functions (b5bdd7b)
  • prettier (5e2b79d)
  • rename functions & add comments (fa706c3)
  • use exponential backoff from RDT (119b545)

✨ Features

  • add accounts sharing (9072f5a)
  • add HTML logs to offscreen page (9864255)
  • add origin to extension interactions (acc7879)
  • add relink warning for existing users (16d41d2)
  • add worker failed log (a2a1d01)
  • add wrapped wallet interaction handling (b6e2b2a)
  • adjust account list message format (19773e9)
  • bump rdt, remove schemas (6a8d69f)
  • open wallet's account list after linking (e4b81be)
  • set name after linking (b694425)
  • support multiple wallet connections (#224) (8bc59dd)
  • use RDT's gateway module (86a954b)

🐛 Fixes

  • add types for internal CE messages (acc0bc9)
  • adjust re-link warning ui (9d27205)
  • do not destroy WalletConnectionClient if not required (3a60b5a)
  • expected message data type (696ef06)
  • initialization messages and ui improvements (d564070)
  • remove everyTwoMinutes$ (f574fa6)
  • remove not needed code (d2edb62)
  • remove not used code (09c0362)
  • replacement on beta vita file templating (c2768d7)
  • restart connector client on wake up (b3aa8f3)
  • route ledger response to correct wallet (3955d4e)
  • save hex instead of uint8array (dfa715e)
  • send extension status after linking (dd16969)
  • Session id updates (#247) (10b6574)
  • single background ts file (e804b21)
  • wallet simulator (57e121a)

🔁 CI

  • Add beta version on merge to develop [DO-2188] (#238) (48fd55c)
  • add phylum analysis job [DO-2511] (#255) (e6b974c)
  • Change beta artifact visibility on Chrome Webstore (9514dee)
  • Change beta artifact visibility on Chrome Webstore (8a9303c)
  • fix snyk sbom (93382bb)
  • use forked verified github actions (5433ba7)

v1.4.0-alpha.14

03 Jun 09:37
c60e455
Compare
Choose a tag to compare
v1.4.0-alpha.14 Pre-release
Pre-release

1.4.0-alpha.14 (2024-06-03)

🐛 Fixes

  • initialization messages and ui improvements (d564070)

v1.4.0-alpha.13

27 May 12:29
f29d723
Compare
Choose a tag to compare
v1.4.0-alpha.13 Pre-release
Pre-release

1.4.0-alpha.13 (2024-05-27)

✨ Features

  • open wallet's account list after linking (e4b81be)

v1.4.0-alpha.12

24 May 15:08
a416ea4
Compare
Choose a tag to compare
v1.4.0-alpha.12 Pre-release
Pre-release

1.4.0-alpha.12 (2024-05-24)

✨ Features

v1.4.0-alpha.11

17 May 09:11
1c126da
Compare
Choose a tag to compare
v1.4.0-alpha.11 Pre-release
Pre-release

1.4.0-alpha.11 (2024-05-17)

✨ Features

🐛 Fixes

  • do not destroy WalletConnectionClient if not required (3a60b5a)
  • expected message data type (696ef06)
  • remove everyTwoMinutes$ (f574fa6)

⚡ Refactor

  • create smaller functions (b5bdd7b)
  • rename functions & add comments (fa706c3)