Skip to content

Commit

Permalink
chore: @trezor/connect 9.2.4-beta.1 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
karliatto committed May 15, 2024
1 parent 0357f19 commit 853018a
Showing 1 changed file with 43 additions and 6 deletions.
49 changes: 43 additions & 6 deletions packages/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,46 @@
| Package | stable | canary |
| -------------------------------- | :----: | :----: |
| npm @trezor/connect | 9.2.2 | 9.2.3 |
| npm @trezor/connect-web | 9.2.2 | 9.2.3 |
| npm @trezor/connect-webextension | 9.2.2 | 9.2.3 |
| connect.trezor.io/9 | 9.2.2 | x |
| Package | stable | canary |
| -------------------------------- | :----: | :----------: |
| npm @trezor/connect | 9.2.2 | 9.2.4-beta.1 |
| npm @trezor/connect-web | 9.2.2 | 9.2.4-beta.1 |
| npm @trezor/connect-webextension | 9.2.2 | 9.2.4-beta.1 |
| connect.trezor.io/9 | 9.2.2 | x |

# 9.2.4-beta.1

- feat(connect): BackupDevice now has params (4120912)
- chore(connect): update protobuf messages (41bff13)
- chore(connect): add new TS3 CA pubkeys and update timestamp (3ae06ac)
- chore(connect): remove deprecated code, bump required fw to 1.8.1/2.1.0, fix typo in log, rename firmwareUpdate_v2 to firmwareUpdate (8af325a, 2f14ff6 649a197, b39030c, b67170c)
- chore(connect): popupPromise improvement, pin retries, invalidDeviceState, flattened onCall/inner (320c5a9,6515f13, 7666994, 99ac0e5, 4aa2b46, fa0974d, 9188727, 08a093b, dd6437e, 27d5a44)
- fix(connect): intermediary reconnect improved, device authenticity, multi-apps synchronization, reading translations, bin_outputs in txcache (115c718, de1b969, 140ec9a a881142, 88d7608, 0bb13d3)
- fix(connect): bin_outputs in txcache (0bb13d3)

## connect-popup

In general measures to address popup closing unexpectedly were taken. Update of content-script.js will be needed to make these changes effective.

- fix(connect-popup): update text in selectAccount (21f4382)
- fix(connect-popup): add delay before popup bootstrap to allow contentscript load (00b2056)
- fix(connect-popup): webextension example e2e (b9cce02)
- fix(connect-popup): typo in a comment (8e21eeb)
- fix(connect-popup): queue messages sent before init (8850665)
- fix(connect-popup): delay popup.js loading to allow content script to init (92d15bc)
- fix(connect-popup): wait for POPUP.LOADED in webextension (cb18673)

## connect-explorer

Connect-explorer has been completely revamped into a new design :tada:

## Dependencies update

- npm-release: @trezor/blockchain-link-utils 1.0.18-beta.1
- npm-release: @trezor/blockchain-link-types 1.0.17-beta.1
- npm-release: @trezor/analytics 1.0.17-beta.1
- npm-release: @trezor/connect-common 0.0.33-beta.1
- npm-release: @trezor/env-utils 1.0.17-beta.1
- npm-release: @trezor/protobuf 1.0.13-beta.1
- npm-release: @trezor/schema-utils 1.0.4-beta.1
- npm-release: @trezor/protocol 1.0.9-beta.1

# 9.2.3

Expand Down

0 comments on commit 853018a

Please sign in to comment.