Releases: polkadot-js/extension
Releases · polkadot-js/extension
v0.40.1
- Important The signatures generated now via the extension will be a wrapped data set, i.e.
signRaw
cannot be used directly to sign transactions, rather it is only meant to be used for actual messages
Contributed:
- Support signing of raw data via Qr (Thanks to https://github.com/Tbaut, prior 0.38.4)
- Add Polish language support (Thanks to https://github.com/ccris02, prior 0.38.8)
- Add Thai language support (Thanks to https://github.com/Chakrarin)
- Display Ethereum formatted addressed for compatible chains (Thanks to https://github.com/joelamouche)
- Allow import of Metamask addresses for compatible chains (Thanks to https://github.com/joelamouche)
- Add configurable popup location (Thanks to https://github.com/shawntabrizi)
Changes:
- Raw signing interfaces will now always place a
<Bytes>...</Bytes>
wrapper around signed data (viawrapBytes
inextension-dapp
) - Adjust raw signing outputs with data wrapper
- Adjust settings menu layouts
- Cater for v14 metadata formats
- Cater for
#
in phishing Urls as part of the checks - Bump
@polkadot/api
&@polkadot/util
to latest versions
v0.39.3
v0.39.2
v0.39.1
v0.38.8
Important Not published to the stores, aligns with latest released packages.
Contributed:
- Add pl i18n (Thanks to https://github.com/ccris02)
Changes:
- Bump
@polkadot/api
to4.17.1
- Bump
@polkadot/util
to6.11.1
v0.38.7
v0.38.6
v0.38.5
v0.38.4
Important Not published to the stores, just made available to expose {unwrap, wrap}Bytes
Contributed:
- Support signing of raw data via Qr (Thanks to https://github.com/Tbaut)
Changes:
- Raw signing interfaces will now always place a
<Bytes>...</Bytes>
wrapper around signed data
v0.38.3
Contributed:
- Fix Chromium not displaying accounts due to height mismatch (Thanks to https://github.com/wirednkod)