1
1
| Package | stable | canary |
2
2
| -------------------------------- | :----: | :----------: |
3
- | npm @trezor/connect | 9.2.2 | 9.2.4-beta.2 |
4
- | npm @trezor/connect-web | 9.2.2 | 9.2.4-beta.2 |
5
- | npm @trezor/connect-webextension | 9.2.2 | 9.2.4-beta.2 |
6
- | connect.trezor.io/9 | 9.2.2 | x |
3
+ | npm @trezor/connect | 9.2.4 | 9.2.4-beta.2 |
4
+ | npm @trezor/connect-web | 9.2.4 | 9.2.4-beta.2 |
5
+ | npm @trezor/connect-webextension | 9.2.4 | 9.2.4-beta.2 |
7
6
8
- # 9.2.4-beta.2
7
+ | Connect explorer | stable | canary |
8
+ | ------------------- | :----: | :----------: |
9
+ | connect.trezor.io/9 | 9.2.4 | 9.2.4-beta.2 |
9
10
11
+ User the persistent link connect.trezor.io/9 to access the latest stable version of Connect Explorer.
12
+
13
+ # 9.2.4
14
+
15
+ - chore: BigNumber wrapper (d18ba9a879)
16
+ - chore(connect): add Rabby to knownHosts (1ec4c5bfc5)
17
+ - chore(transport): make Session type literal (72570f2219)
10
18
- chore(connect): re-add feature support checking in cardanoSignTransaction (acf9ffc2cb)
11
19
- chore(connect): fw-update: add error message when binary is too small (b0c1173f8d)
12
20
- chore(connect): remove legacyresults from cardano fixtures (acd9e1e510)
18
26
- chore(connect): remove DataManager from DeviceList (afc8760213)
19
27
- chore(connect): remove DataManager dependency from DeviceList constructor (7971515d71)
20
28
- chore(connect): simplify reduce code duplication in DeviceList (0cf8a04ed0)
21
-
22
- ## connect-explorer
23
-
24
- - fix(connect-explorer): method testing tool scrollbars (f15f6487d8)
25
- - fix(connect-explorer): support GitHub emoji (fda80e5aa3)
26
-
27
- ## connect-popup
28
-
29
- - fix(connect-popup): use PassphraseTypeCardLegacy (629d6f8671)
30
-
31
- ## transport
32
-
33
- - feat(transport): make signal required param in constructor (4b82f8d505)
34
-
35
- ## Dependencies update
36
-
37
- - npm-release: @trezor/blockchain-link 2.1.30-beta.2
38
- - npm-release: @trezor/blockchain-link-types 1.0.17-beta.2
39
- - npm-release: @trezor/connect-analytics 1.0.15-beta.1
40
- - npm-release: @trezor/transport 1.1.29-beta.1
41
-
42
- # 9.2.4-beta.1
43
-
44
29
- feat(connect): BackupDevice now has params (4120912)
45
30
- chore(connect): update protobuf messages (41bff13)
46
31
- chore(connect): add new TS3 CA pubkeys and update timestamp (3ae06ac)
49
34
- fix(connect): intermediary reconnect improved, device authenticity, multi-apps synchronization, reading translations, bin_outputs in txcache (115c718, de1b969, 140ec9a a881142, 88d7608, 0bb13d3)
50
35
- fix(connect): bin_outputs in txcache (0bb13d3)
51
36
37
+ ## connect-examples
38
+
39
+ - Update building process to allow multiple lines replacing of url mv2 and mv3 (e88b6f6f47)
40
+
41
+ ## connect-explorer
42
+
43
+ Connect-explorer has been completely revamped into a new design :tada :
44
+
45
+ - feat(connect-explorer): use relative paths for assets and connect (f6f7cdf32c)
46
+ - fix(connect-explorer): method testing tool scrollbars (f15f6487d8)
47
+ - fix(connect-explorer): support GitHub emoji (fda80e5aa3)
48
+
52
49
## connect-popup
53
50
54
51
In general measures to address popup closing unexpectedly were taken. Update of content-script.js will be needed to make these changes effective.
55
52
53
+ - fix(connect-popup): use PassphraseTypeCardLegacy (629d6f8671)
56
54
- fix(connect-popup): update text in selectAccount (21f4382)
57
55
- fix(connect-popup): add delay before popup bootstrap to allow contentscript load (00b2056)
58
56
- fix(connect-popup): webextension example e2e (b9cce02)
@@ -61,20 +59,25 @@ In general measures to address popup closing unexpectedly were taken. Update of
61
59
- fix(connect-popup): delay popup.js loading to allow content script to init (92d15bc)
62
60
- fix(connect-popup): wait for POPUP.LOADED in webextension (cb18673)
63
61
64
- ## connect-explorer
62
+ ## transport
65
63
66
- Connect-explorer has been completely revamped into a new design : tada :
64
+ - feat(transport): make signal required param in constructor (4b82f8d505)
67
65
68
66
## Dependencies update
69
67
70
- - npm-release: @trezor/blockchain-link-utils 1.0.18-beta.1
71
- - npm-release: @trezor/blockchain-link-types 1.0.17-beta.1
72
- - npm-release: @trezor/analytics 1.0.17-beta.1
73
- - npm-release: @trezor/connect-common 0.0.33-beta.1
74
- - npm-release: @trezor/env-utils 1.0.17-beta.1
75
- - npm-release: @trezor/protobuf 1.0.13-beta.1
76
- - npm-release: @trezor/schema-utils 1.0.4-beta.1
77
- - npm-release: @trezor/protocol 1.0.9-beta.1
68
+ - npm-release: @trezor/blockchain-link 2.1.30
69
+ - npm-release: @trezor/blockchain-link-utils 1.0.18
70
+ - npm-release: @trezor/blockchain-link-types 1.0.17
71
+ - npm-release: @trezor/connect-analytics 1.0.15
72
+ - npm-release: @trezor/analytics 1.0.17
73
+ - npm-release: @trezor/connect-common 0.0.33
74
+ - npm-release: @trezor/env-utils 1.0.17
75
+ - npm-release: @trezor/transport 1.1.29
76
+ - npm-release: @trezor/protobuf 1.0.13
77
+ - npm-release: @trezor/schema-utils 1.0.4
78
+ - npm-release: @trezor/protocol 1.0.9
79
+ - npm-release: @trezor/utxo-lib 2.0.10
80
+ - npm-release: @trezor/utils 9.0.24
78
81
79
82
# 9.2.3
80
83
0 commit comments