Releases: MetaMask/metamask-extension
Releases · MetaMask/metamask-extension
Version 3.9.2
- 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
- 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
- Now detects and blocks known phishing sites.
Version 3.8.6: Resilient Red
- 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
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
- Improve transaction resubmit logic to fail more eagerly when a user would expect it to.
Version 3.8.3: Grey Gray Fox
- 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
- 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
- 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
- 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.