Skip to content

Latest commit

 

History

History
391 lines (232 loc) · 12 KB

CHANGELOG.md

File metadata and controls

391 lines (232 loc) · 12 KB

CHANGELOG

0.37.3-x

Important In the 6.0 version the default package type has been changed to ESM modules by default. Important Not published to the stored, just made available to ensure users can have access to a version that uses the latest @polkadot/{api, util}

Contributed:

Changes:

  • Bump @polkadot/api & @polkadot/util to latest released versions

0.37.2 Feb 28, 2021

Important Not published to the stored, just made available to ensure users can have access to a version that uses the latest @polkadot/{api, util}

Contributed:

Changes:

  • Bump @polkadot/api & @polkadot/util to latest released versions

0.37.1 Feb 10, 2021

Contributed:

Changes:

  • Support for latest JS APIs
  • Adjust phishing detection to check newly opened tabs

0.36.1 Jan 5, 2021

Contributed:

Changes:

  • Swap to using Webpack 5 for reproducible builds
  • Swap to using TypeScript type imports
  • Hide parent/derivation-path when account is not derived

0.35.1 Nov 29, 2020

Contributed:

Changes:

  • Adjust web3Enable for better on-load detection
  • Support for all latest Substrate/Polkadot types

0.34.1 Sep 15, 2020

Contributed:

Changes:

  • Support for latest Metadata v12 formats

0.33.4 Sep 9, 2020

Contributed:

Changes:

  • Reproducible builds with Webpack optimization flags

0.33.2 Sep 7, 2020

Changes:

  • Fix zip output to correctly include all source files

0.33.1 Sep 7, 2020

Contributed:

Changes:

  • Add option to not ask password for 15 minutes (when signing transactions)
  • Derived accounts uses the parent genesisHash by default (attaches to same chain)
  • Make import from seed, QR & JSON options available on first-start
  • Adjust popup width, allowing full display of e.g. addresses
  • Always display network selection on all accounts
  • Handling signing rejections (any order) transparently
  • Small overall UI and use adjustments
  • Latest upstream polkadot-js dependencies
  • Prepare for i18n translations with initial i18next setup
  • Rendering optimizations for Extrinsic displays

0.32.1 Jul 27, 2020

Contributed:

Changes:

  • Allow enter on signing to screens to submit
  • Update to v3 JSON file format (with kdf)
  • Update Polkadot naming (dropping CC1)
  • Add base known chain info to icon/ss58 display lookups
  • Adjust IdentityIcon backgrounds between dark/light themes

0.31.1 Jun 24, 2020

Changes:

  • Indicate password error when account cannot be unlocked on signing
  • Support for new Polkadot/Kusama/Substrate signing payloads

0.30.1 Jun 8, 2020

Contributed:

Changes:

  • Rework account creation with top-level menu
  • Allow accounts to be hidden, i.e. not injected (per account setting)
  • Adjust allowed mnemonic seed strengths, 12, 15, 18, 21 & 24 all allowed
  • Allow accounts to be tied to a specific network genesis (along with display)
  • Allow accounts to be made hidden, i.e. not injected into dapps
  • Remove duplication with Default/Substrate prefixes in dropdown (equivalent, only generic displayed)
  • Display child accounts when no parent has been found (orphans)
  • Display derived suri alongside parent account names
  • Remove all bundled metadata, update is available for dapps to keep current
  • Sorting of injected accounts based on created timestamp

0.25.1 May 14, 2020

Contributed:

Changes:

  • Adjust web3Enable promise to only resolve after the document has been loaded (is interactive)
  • Update signedExtensions to cater for new chains
  • Update metadata for latest Kusama

0.24.1 Apr 19, 2020

Contributed:

Changes:

  • Latest dependency updates, base types for all latest Polkadot/Substrate chains
  • Rework base storage access & cross-browser interfaces for consistency
  • UI consistency adjustments & code maintainability cleanups

0.23.1 Mar 26, 2020

Contributed:

Changes:

  • Expose available genesisHash/specVersion to the dapps using the extension
  • Allow prompts for metadata from dapps before decoding
  • Add latest metadata for the Kusama network

0.22.1 Mar 03, 20202

Contributed:

Changes:

  • Dependencies updated to latest versions

0.21.1 Feb 07, 20202

Changes:

  • Rebuild for re-publish
  • Dependencies updated to latest versions

0.20.1 Jan 27, 2020

Contributed:

Changes:

  • Account copy now respects the address formatting
  • Updated to latest polkadot-js/api

0.14.1 Dec 10, 2019

Contributed:

Changes:

  • Support for Kusama CC3
  • Allow the use of hex seeds as part of account creation

0.13.1 Oct 25, 2019

Contributed:

Changes:

  • Add a setting to switch off camera access
  • Support for latest Polkadot/Substrate clients with v8 metadata & v4 transactions
  • Remove support for non-operational Kusama CC1 network

0.12.1 Oct 02, 2019

Changes:

  • Support for Kusama CC2
  • Update to to latest stable dependencies

0.11.1 Sep 20, 2019

Changes:

  • Cleanup metadata handling, when outdated for a node, transparently handle parsing errors
  • Added Edgeware chain & metadata information
  • Display addresses correctly formatted based on the ss58 chain identifiers
  • Display identity icons based on chain types for known chains
  • Integrate latest @polkadot/util, @polkadot-js/ui & @polkadot/api dependencies
  • Updated to Babel 7.6 (build and runtime improvements)

0.10.1 Sep 10, 2019

Changes:

  • Support for external accounts as presented by mobile signers, e.g. the Parity Signer
  • Allow the extension UI to be opened in a new tab
  • Adjust embedded chain metadata to only contain actual calls (for decoding)
  • Minor code maintainability enhancements

0.9.1 Aug 31, 2019

Changes:

  • Fix an initialization error in extension-dapp

0.8.1 Aug 25, 2019

Changes:

  • Add basic support for seed derivation as part of the account import. Seeds can be followed by the derivation path, and derivation is applied on creation.
  • Update the polkadot-js/api version to 0.90.1, the first non-beta version with full support for Kusama

0.7.1 Aug 19, 2019

Changes:

  • Updated the underlying polkadot-js/api version to support the most-recent signing payload extensions, as will be available on Kusama

0.6.1 Aug 03, 2019

Changes:

  • Support Extrinsics v3 from substrate 2.x, this signs an extrinsic with the genesisHash

0.5.1 Jul 25, 2019

Changes:

  • Always check for site permissions on messages, don't assume that messages originate from the libraries provided
  • Change the injected Signer interface to support the upcoming Kusama transaction format

0.4.1 Jul 18, 2019

Changes:

  • Transactions are now signed with expiry information, so each transaction is mortal by default
  • Unneeded scrollbars on Firefox does not appear anymore (when window is popped out)
  • Cater for the setting of multiple network prefixes, e.g. Kusama
  • Project icon has been updated

0.3.1 Jul 14, 2019

Changes:

  • Signing a transaction now displays the Mortal/Immortal status
  • Don't request focus for popup window (this is not available on FF)
  • yarn build:zip now builds a source zip as well (for store purposes)

0.2.1 Jul 12, 2019

Changes:

  • First release to Chrome and FireFox stores, basic functionality only