Releases: polkadot-js/extension
v0.51.1
Contributed:
- Update XCM Analyser to v1.3.1 (Thanks to https://github.com/dudo50) (#1419)
- Fix: ensure the service worker is awake before every port message (Thanks to https://github.com/F-OBrien) (#1433)
- NOTE: The extension-base now exposes a set of functions for port connection stability.
setupPort
wakeUpServiceWorker
ensurePortConnection
Changes:
v0.50.1
Contributed:
- Update subscribed accounts when connected site authorizations are modified (Thanks to https://github.com/F-OBrien)
- Deprecates
public udateCurrentTabsUrl
inclass State
in favor ofpublic updateCurrentTabsUrl
.
- Deprecates
Changes:
- Add support for the Ledger Generic App (Thanks to https://github.com/bee344)
- Add support for the Ledger Migration App (Thanks to https://github.com/bee344)
- Note: In order to use the ledger migration app, you must toggle the setting inside of settings. That will enable the migration app for use.
- Fix extension stuck in ... loading ... screen after service_worker got terminated (Thanks to https://github.com/bee344)
v0.49.3
Changes:
- Fix ID used in manifest_firefox.json by adding brackets
- The previous patch required brackets arount the ID...
v0.49.2
Changes:
- Fix ID used in manifest_firefox.json
- This is internal, and is only necessary for publishing to the store
v0.49.1
Breaking Changes:
- Update from Manifest v2 to v3 for Chrome
- Update from Manifest v2 to v3 for Firefox
Note: These are very large breaking changes. Please review the following PR's to see exactly what has changed and for any additional information that can assist you in your migration.
Changes:
- Update xcm analyzer to 1.3.0
- Upgrade Polkadot.js Deps
- @polkadot/common -> 13.0.2 (Introduces the interface for the new ledger app. This will be implemented in the next release)
- @polkadot/api -> 12.2.1
- @polkadot/phishing -> 0.23.1
- @polkadot/ui -> 3.7.1
- Update module resolution to bundler
- Clean the manifest build process
v0.48.2
Contributed:
- Fix: forget account for legacy account without authorizedAccounts (Thanks to https://github.com/Tbaut)
Changes:
- Adjust ui imports for deterministic bundling
v0.48.1
- Important Not published to the stores, aligns with latest released packages.
Changes:
- Bump @polkadot/api to 12.0.2
- NOTE: We are doing a minor bump because the api in this version now gives the option
to modify payloads forsignAndSend
,signAsync
, anddryRun
which the extension does not use. That being said, for any user that digests that package it will be available to use as a feature.
- NOTE: We are doing a minor bump because the api in this version now gives the option
- Bump @polkadot/phishing to 0.22.10
v0.47.6
Changes:
- Bump @polkadot/api to 11.3.1
- Bump @polkadot/phishing to 0.22.9
- Update build process to enable review by Firefox store
- Adds
corepack enable
to CI process - Removes hardcoded path to
.yarn/release
in .yarnrc.yml - Updates zip script to ensure correct compression
- Adds
v0.47.5
- Important Only published to the chrome store, pending review on firefox
Changes:
- Bump @polkadot/api to 11.1.1
- Bump @polkadot/phishing to 0.22.8
- Bump @polkadot/dev to 0.79.3
We are encountering issues due to very long approval delays on the Mozilla Extension Store.
However, you can install the latest version of the extension manually using this signed XPI file below.
Steps:
1. Download the attached signed xpi file below
2. Enter about:addons
in the firefox url.
3. Drag and drop the file into firefox
4. You can install the extension and have it live in parallel with your previous extension.
5. Now that it is installed feel free to import and export any accounts across your extensions. Here is a guide. When importing your accounts ensure you connect them by clicking the Connected
button on the top of the extension.
Disclaimer: Do this at your own risk, no guarantees.
XPI file removed since the release has been successfully added to the Firefox store.
v0.47.4
- Important Not published to the stores, aligns with latest released packages.
Changes:
- Bump polkadot/api to 11.0.3 and @polkadot/phishing to 0.22.7