Skip to content

Releases: MetaMask/metamask-extension

Version 3.9.2

26 Jul 21:22
Compare
Choose a tag to compare
  • Fix bugs that could sometimes result in failed transactions after switching networks.
  • Include stack traces in txMeta's to better understand the life cycle of transactions.

Version 3.9.1

19 Jul 20:11
Compare
Choose a tag to compare
  • No longer automatically request 1 ropsten ether for the first account in a new vault.
  • Now redirects from known malicious sites faster.
  • Added a link to our new support page to the help screen.
  • Fixed bug where a new transaction would be shown over the current transaction, creating a possible timing attack against user confirmation.
  • Fixed bug in nonce tracker where an incorrect nonce would be calculated.
  • Lowered minimum gas price to 1 Gwei.

Version 3.9.0

12 Jul 23:45
Compare
Choose a tag to compare
  • Now detects and blocks known phishing sites.

Version 3.8.6: Resilient Red

11 Jul 23:06
Compare
Choose a tag to compare
  • Make transaction resubmission more resilient.
  • No longer validate nonce client-side in retry loop.
  • Fix bug where insufficient balance error was sometimes shown on successful transactions.

Version 3.8.5

08 Jul 03:02
Compare
Choose a tag to compare

MetaMask 3.8.5 now published to the Chrome Store! It should auto-update soon!
2017-7-7

  • Fix transaction resubmit logic to fail slightly less eagerly.

Version 3.8.4: Recoiling Red

07 Jul 18:27
Compare
Choose a tag to compare
  • Improve transaction resubmit logic to fail more eagerly when a user would expect it to.

Version 3.8.3: Grey Gray Fox

06 Jul 17:30
Compare
Choose a tag to compare
  • Re-enable default token list.
  • Add origin header to dapp-bound requests to allow providers to throttle sites.
  • Fix bug that could sometimes resubmit a transaction that had been stalled due to low balance after balance was restored.

Version 3.8.2: Visual Vulpes

04 Jul 01:18
Compare
Choose a tag to compare
  • No longer show network loading indication on config screen, to allow selecting custom RPCs.
  • Visually indicate that network spinner is a menu.
  • Indicate what network is being searched for when disconnected.

Version 3.8.1: Conscious Corsac

30 Jun 21:10
Compare
Choose a tag to compare
  • Temporarily disabled loading popular tokens by default to improve performance.
  • Remove SEND token button until a better token sending form can be built, due to some precision issues.
  • Fix precision bug in token balances.
  • Cache token symbol and precisions to reduce network load.
  • Transpile some newer JavaScript, restores compatibility with some older browsers.

Version 3.8.0: Frolicking Fennec

28 Jun 17:49
Compare
Choose a tag to compare
  • No longer stop rebroadcasting transactions
  • Add list of popular tokens held to the account detail view.
  • Add ability to add Tokens to token list.
  • Add a warning to JSON file import.
  • Add "send" link to token list, which goes to TokenFactory.
  • Fix bug where slowly mined txs would sometimes be incorrectly marked as failed.
  • Fix bug where badge count did not reflect personal_sign pending messages.
  • Seed word confirmation wording is now scarier.
  • Fix error for invalid seed words.
  • Allow Dapps to specify gas price as hex string.
  • Add button for copying state logs to clipboard.