metamask-extension

The MetaMask browser extension enables browsing Ethereum blockchain enabled websites

OTHER License

Stars
11.4K
Committers
494

Bot releases are visible (Hide)

metamask-extension - Version 6.1.0

Published by danfinlay over 5 years ago

  • #6182: Change "Token Address" to "Token Contract Address"
  • #6177: Fixes #6176
  • #6146: * Add Copy Tx ID button to transaction-list-item-details
  • #6133: Checksum address before slicing it for the confirm screen
  • #6147: Add button to force edit token symbol when adding custom token
  • #6124: recent-blocks - dont listen for block when on infura providers
  • #5973: Fix incorrectly showing checksums on non-ETH blockchains (issue 5838)
metamask-extension - Version 6.0.1

Published by danfinlay over 5 years ago

  • #6139 Fix advanced gas controls on the confirm screen
  • #6134 Trim whitespace from seed phrase during import
  • #6119 Update Italian translation
  • #6125 Improved Traditional Chinese translation
metamask-extension - Version 6: Out with the Old

Published by danfinlay over 5 years ago

This is a historic release for MetaMask, we are finally sunsetting the "old" UI (actually the second version of the UI, making this current one the third major revision).

This will allow our development team to focus more of our resources on new features, and less on maintaining two interfaces. Get ready for an exciting 2019!

  • #6082: Migrate all users to the new UI
  • #6114: Add setting for inputting gas price with a text field for advanced users.
  • #6091: Add Swap feature to CurrencyInput
  • #6090: Change gas labels to Slow/Average/Fast
  • #6112: Extract advanced gas input controls to their own component
  • #5929: Update design of phishing warning screen
  • #6120: Add class to sign footer button
  • #6116: Fix locale codes contains underscore never being preferred
metamask-extension - Version 5.3.5

Published by danfinlay over 5 years ago

  • #6084: Privacy mode fixes
metamask-extension - Version 5.3.4

Published by danfinlay over 5 years ago

  • #6079: fix - migration 30
metamask-extension - Version 5.3.3

Published by danfinlay over 5 years ago

  • #6006: Update privacy notice
  • #6072: Improved Spanish translations
  • #5854: Add visual indicator when displaying a cached balance.
  • #6044: Fix bug that interfered with using multiple custom networks.
metamask-extension - Version 5.3.2

Published by danfinlay over 5 years ago

  • #6021: Order shapeshift transactions by time within the transactions list
  • #6052: Add and use cached method signatures to reduce provider requests
  • #6048: Refactor BalanceComponent to jsx
  • #6026: Prevent invalid chainIds when adding custom rpcs
  • #6029: Fix grammar error in Current Conversion
  • #6024: Disable account dropdown on signing screens
metamask-extension - Version 5.3.1

Published by danfinlay almost 6 years ago

  • #5966: Update Slovenian translation
  • #6005: Set auto conversion off for token/eth conversion
  • #6008: Fix confirm screen for sending ether tx with hex data
  • #5999: Refine app description
  • #5997: Harden Drizzle test runner script
  • #5995: Fix bug where MetaMask user calls non-standard ERC20 methods such as mint, tokenData will be undefined and an uncaught error will break the UI
  • #5970: Fixed a word in french translation (several occurrences of connection instead of connexion)
  • #5977: Fix Component#componentDidUpdate usage
  • #5992: Add scrolling button to account list
  • #5989: fix typo in phishing.html title
metamask-extension - Version 5.3.0

Published by danfinlay almost 6 years ago

  • #5978: Fix etherscan links on notifications
  • #5980: Fix drizzle tests
  • #5922: Prevent users from changing the From field in the send screen
  • #5932: Fix displayed time and date in the activity log. Remove vreme library, add luxon library.
  • #5924: transactions - throw an error if a transaction is generated while the network is loading
  • #5893: Add loading network screen
metamask-extension - Version 5.2.2

Published by danfinlay almost 6 years ago

  • #5925: Fix speed up button not showing for transactions with the lowest nonce
  • #5923: Update the Phishing Warning notice text to not use inline URLs
  • #5919: Fix some styling and translations in the gas customization modal
metamask-extension - Version 5.2.1

Published by danfinlay almost 6 years ago

  • [#5917] bugfix: Ensures that advanced tab gas limit reflects tx gas limit
metamask-extension - Version 5.2.0

Published by danfinlay almost 6 years ago

  • [#5704] Implements new gas customization features for sending, confirming and speeding up transactions
  • [#5886] Groups transactions - speed up, cancel and original - by nonce in the transaction history list
  • [#5892] bugfix: eliminates infinite spinner issues caused by switching quickly from a loading network that ultimately fails to resolve
  • [#5902] bugfix: provider crashes caused caching issues in json-rpc-engine. Fixed in (https://github.com/MetaMask/json-rpc-engine/commit/6de511afbd03ccef4550ea43ff4010b7d7a84039)
metamask-extension - Version 5.1.0: East Bay Represent

Published by danfinlay almost 6 years ago

  • #5860: Fixed an infinite spinner bug.
  • #5875: Update phishing warning copy
  • #5863: bugfix: normalize contract addresss when fetching exchange rates
  • #5843: Use selector for state.metamask.accounts in all cases.
  • Adds support for events on accountChanged and networkChanged.
metamask-extension - Version 5.0.3: The Gross Release

Published by danfinlay almost 6 years ago

Our 144th release, making one gross of MetaMasks!

  • #5547: Bundle some ui dependencies separately to limit the build size of ui.js
  • Resubmit approved transactions on new block, to fix bug where an error can stick transactions in this state.
  • Fixed a bug that could cause an error when sending the max number of tokens.
metamask-extension - Version 5.0.2

Published by danfinlay almost 6 years ago

  • Fixed bug that caused accounts to update slowly to sites. #5717
  • Fixed bug that could lead to some sites crashing. #5709
metamask-extension - Version 5.0.1

Published by danfinlay almost 6 years ago

  • Fixed bug in privacy mode that made it not work correctly on Firefox.
metamask-extension - Version 5.0.0

Published by danfinlay almost 6 years ago

  • Introduces Privacy mode, a soft launch of our EIP 1102 support. Read more
metamask-extension - Version 4.17.1

Published by danfinlay almost 6 years ago

  • Revert chain ID lookup change which introduced a bug which caused problems when connecting to mainnet via Infura's RESTful API.
metamask-extension - Version 4.17.0

Published by kumavis almost 6 years ago

  • Fix bug where data lookups like balances would get stale data (stopped block-tracker bug)
  • Transaction Details now show entry for onchain failure
  • #5559 Localize language names in translation select list
  • #5283: Fix bug when eth.getCode() called with no contract
  • #5563 Feature: improve Hatian Creole translations
  • Feature: improve Slovenian translations
  • Add support for alternate wallet_watchAsset rpc method name
  • Attempt chain ID lookup via eth_chainId before net_version
  • Fix account display width for large currency values
metamask-extension - Version 4.16.0

Published by kumavis about 6 years ago

  • Feature: Add toggle for primary currency (eth/fiat)
  • Feature: add tooltip for view etherscan tx
  • Feature: add Polish translations
  • Feature: improve Korean translations
  • Feature: improve Italian translations
  • Bug Fix: Fix bug with "pending" block reference
  • Bug Fix: Force AccountTracker to update balances on network change
  • Bug Fix: Fix document extension check when injecting web3
  • Bug Fix: Fix some support links