1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +02:00
metamask-extension/CHANGELOG.md

696 lines
26 KiB
Markdown
Raw Normal View History

2016-03-22 18:43:56 +01:00
# Changelog
2016-04-05 21:27:41 +02:00
## Current Master
2017-08-17 02:06:45 +02:00
- Fix bug where some transaction submission errors would show an empty screen.
2017-08-17 00:43:34 +02:00
## 3.9.8 2017-8-16
2017-08-16 18:49:44 +02:00
- Reenable token list.
- Remove default tokens.
2017-08-15 21:58:53 +02:00
## 3.9.7 2017-8-15
2017-08-15 21:13:06 +02:00
- hotfix - disable token list
2017-08-12 00:53:01 +02:00
- Added a deprecation warning for web3 https://github.com/ethereum/mist/releases/tag/v0.9.0
2017-08-10 08:05:50 +02:00
## 3.9.6 2017-8-09
2017-08-06 18:57:49 +02:00
- Replace account screen with an account drop-down menu.
2017-08-10 08:05:50 +02:00
- Replace account buttons with a new account-specific drop-down menu.
2017-08-04 06:02:01 +02:00
2017-08-04 23:16:19 +02:00
## 3.9.5 2017-8-04
2017-08-10 08:05:50 +02:00
- Improved phishing detection configuration update rate
2017-08-04 23:16:19 +02:00
2017-08-04 07:06:26 +02:00
## 3.9.4 2017-8-03
- Fixed bug that prevented transactions from being rejected.
2017-08-04 02:01:09 +02:00
## 3.9.3 2017-8-03
2017-08-04 07:06:26 +02:00
- Add support for EGO ujo token
2017-07-27 01:30:54 +02:00
- Continuously update blacklist for known phishing sites in background.
2017-07-27 01:57:58 +02:00
- Automatically detect suspicious URLs too similar to common phishing targets, and blacklist them.
2017-07-27 01:30:54 +02:00
2017-07-26 23:15:24 +02:00
## 3.9.2 2017-7-26
- 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
2017-07-27 00:31:16 +02:00
- Enhance blacklister functionality to include levenshtein logic. (credit to @sogoiii and @409H for their help!)
2017-07-19 20:56:53 +02:00
## 3.9.1 2017-7-19
2017-07-17 22:38:44 +02:00
- No longer automatically request 1 ropsten ether for the first account in a new vault.
2017-07-13 19:38:56 +02:00
- 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.
2017-07-19 00:30:32 +02:00
- Fixed bug in nonce tracker where an incorrect nonce would be calculated.
2017-07-19 20:44:00 +02:00
- Lowered minimum gas price to 1 Gwei.
2017-07-13 19:38:56 +02:00
2017-07-13 01:38:56 +02:00
## 3.9.0 2017-7-12
2017-07-12 22:14:18 +02:00
- Now detects and blocks known phishing sites.
2017-07-12 01:00:20 +02:00
## 3.8.6 2017-7-11
- Make transaction resubmission more resilient.
2017-07-11 20:59:56 +02:00
- No longer validate nonce client-side in retry loop.
- Fix bug where insufficient balance error was sometimes shown on successful transactions.
2017-07-11 20:59:56 +02:00
2017-07-08 05:05:03 +02:00
## 3.8.5 2017-7-7
- Fix transaction resubmit logic to fail slightly less eagerly.
2017-07-07 20:24:33 +02:00
## 3.8.4 2017-7-7
- Improve transaction resubmit logic to fail more eagerly when a user would expect it to.
2017-07-06 19:05:51 +02:00
## 3.8.3 2017-7-6
- Re-enable default token list.
- Add origin header to dapp-bound requests to allow providers to throttle sites.
2017-07-06 08:26:58 +02:00
- Fix bug that could sometimes resubmit a transaction that had been stalled due to low balance after balance was restored.
2017-07-04 03:06:47 +02:00
## 3.8.2 2017-7-3
- No longer show network loading indication on config screen, to allow selecting custom RPCs.
2017-07-04 00:13:26 +02:00
- Visually indicate that network spinner is a menu.
- Indicate what network is being searched for when disconnected.
2017-06-30 22:55:04 +02:00
## 3.8.1 2017-6-30
- 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.
2017-06-28 19:41:58 +02:00
## 3.8.0 2017-6-28
2017-06-27 23:19:28 +02:00
- No longer stop rebroadcasting transactions
2017-06-14 02:57:18 +02:00
- Add list of popular tokens held to the account detail view.
- Add ability to add Tokens to token list.
2017-06-14 19:13:34 +02:00
- 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.
2017-06-21 00:41:34 +02:00
- Fix bug where badge count did not reflect personal_sign pending messages.
2017-06-21 03:26:08 +02:00
- Seed word confirmation wording is now scarier.
2017-06-27 01:15:11 +02:00
- Fix error for invalid seed words.
2017-06-27 00:48:41 +02:00
- Prevent users from submitting two duplicate transactions by disabling submit.
2017-06-27 19:34:02 +02:00
- Allow Dapps to specify gas price as hex string.
2017-06-28 19:22:12 +02:00
- Add button for copying state logs to clipboard.
2017-06-14 19:13:34 +02:00
2017-06-13 00:57:01 +02:00
## 3.7.8 2017-6-12
2017-08-06 18:57:49 +02:00
- Add an `ethereum:` prefix to the QR code address
2017-03-14 05:15:21 +01:00
- The default network on installation is now MainNet
2017-06-06 01:25:02 +02:00
- Fix currency API URL from cryptonator.
2017-06-03 00:20:41 +02:00
- Update gasLimit params with every new block seen.
2017-06-13 01:57:31 +02:00
- Fix ENS resolver symbol UI.
2017-06-03 00:20:41 +02:00
2017-06-09 01:44:11 +02:00
## 3.7.7 2017-6-8
2017-06-09 01:21:16 +02:00
- Fix bug where metamask would show old data after computer being asleep or disconnected from the internet.
2017-06-06 01:27:15 +02:00
2017-06-06 00:36:18 +02:00
## 3.7.6 2017-6-5
- Fix bug that prevented publishing contracts.
2017-06-05 22:40:26 +02:00
## 3.7.5 2017-6-5
- Prevent users from sending to the `0x0` address.
- Provide useful errors when entering bad characters in ENS name.
- Add ability to copy addresses from transaction confirmation view.
2017-06-06 01:25:02 +02:00
2017-06-02 20:08:59 +02:00
## 3.7.4 2017-6-2
- Fix bug with inflight cache that caused some block lookups to return bad values (affected OasisDex).
- Fixed bug with gas limit calculation that would sometimes create unsubmittable gas limits.
2017-06-01 19:18:20 +02:00
## 3.7.3 2017-6-1
- Rebuilt to fix cache clearing bug.
2017-05-31 23:06:13 +02:00
## 3.7.2 2017-5-31
2017-05-25 05:18:09 +02:00
- Now when switching networks sites that use web3 will reload
2017-05-24 02:27:51 +02:00
- Now when switching networks the extension does not restart
2017-05-24 19:01:45 +02:00
- Cleanup decimal bugs in our gas inputs.
- Fix bug where submit button was enabled for invalid gas inputs.
2017-05-25 01:23:31 +02:00
- Now enforce 95% of block's gasLimit to protect users.
2017-05-25 22:43:53 +02:00
- Removing provider-engine from the inpage provider. This fixes some error handling inconsistencies introduced in 3.7.0.
2017-05-31 23:06:13 +02:00
- Added "inflight cache", which prevents identical requests from clogging up the network, dramatically improving ENS performance.
- Fixed bug where filter subscriptions would sometimes fail to unsubscribe.
2017-05-26 09:45:58 +02:00
- Some contracts will now display logos instead of jazzicons.
2017-05-26 19:25:00 +02:00
- Some contracts will now have names displayed in the confirmation view.
2017-05-24 02:27:51 +02:00
2017-05-23 23:49:45 +02:00
## 3.7.0 2017-5-23
- Add Transaction Number (nonce) to transaction list.
- Label the pending tx icon with a tooltip.
2017-05-23 00:25:31 +02:00
- Fix bug where website filters would pile up and not deallocate when leaving a site.
2017-05-23 20:49:25 +02:00
- Continually resubmit pending txs for a period of time to ensure successful broadcast.
- ENS names will no longer resolve to their owner if no resolver is set. Resolvers must be explicitly set and configured.
2017-05-17 23:36:50 +02:00
## 3.6.5 2017-5-17
- Fix bug where edited gas parameters would not take effect.
2017-05-11 21:31:08 +02:00
- Trim currency list.
2017-05-17 01:21:50 +02:00
- Enable decimals in our gas prices.
- Fix reset button.
2017-05-16 02:13:13 +02:00
- Fix event filter bug introduced by newer versions of Geth.
- Fix bug where decimals in gas inputs could result in strange values.
2017-05-11 21:31:08 +02:00
2017-05-10 02:08:33 +02:00
## 3.6.4 2017-5-8
- Fix main-net ENS resolution.
2017-05-09 07:05:38 +02:00
## 3.6.3 2017-5-8
- Fix bug that could stop newer versions of Geth from working with MetaMask.
2017-05-09 01:20:37 +02:00
## 3.6.2 2017-5-8
2017-05-08 01:53:14 +02:00
- Input gas price in Gwei.
- Enforce Safe Gas Minimum recommended by EthGasStation.
2017-05-08 21:04:57 +02:00
- Fix bug where block-tracker could stop polling for new blocks.
2017-05-08 22:32:45 +02:00
- Reduce UI size by removing internal web3.
2017-05-09 01:03:28 +02:00
- Fix bug where gas parameters would not properly update on adjustment.
2017-05-08 01:53:14 +02:00
2017-04-30 22:33:05 +02:00
## 3.6.1 2017-4-30
2017-04-30 21:39:17 +02:00
2017-05-01 03:56:11 +02:00
- Made fox less nosy.
2017-04-29 01:10:26 +02:00
- Fix bug where error was reported in debugger console when Chrome opened a new window.
2017-04-30 22:33:05 +02:00
## 3.6.0 2017-4-26
- Add Rinkeby Test Network to our network list.
2017-04-25 19:55:00 +02:00
## 3.5.4 2017-4-25
- Fix occasional nonce tracking issue.
- Fix bug where some events would not be emitted by web3.
- Fix bug where an error would be thrown when composing signatures for networks with large ID values.
2017-04-24 22:58:46 +02:00
## 3.5.3 2017-4-24
2017-03-29 19:42:02 +02:00
- Popup new transactions in Firefox.
2017-04-05 22:39:49 +02:00
- Fix transition issue from account detail screen.
2017-04-24 22:58:46 +02:00
- Revise buy screen for more modularity.
- Fixed some other small bugs.
2017-03-29 19:42:02 +02:00
2017-03-29 00:01:01 +02:00
## 3.5.2 2017-3-28
- Fix bug where gas estimate totals were sometimes wrong.
2017-03-27 22:06:05 +02:00
- Add link to Kovan Test Faucet instructions on buy view.
2017-03-28 02:43:15 +02:00
- Inject web3 into loaded iFrames.
2017-03-27 22:06:05 +02:00
2017-03-27 22:39:19 +02:00
## 3.5.1 2017-3-27
2017-03-27 22:33:54 +02:00
- Fix edge case where users were unable to enable the notice button if notices were short enough to not require a scrollbar.
2017-03-27 20:48:10 +02:00
## 3.5.0 2017-3-27
2017-03-22 17:49:44 +01:00
- Add better error messages for when a transaction fails on approval
2017-03-09 00:48:18 +01:00
- Allow sending to ENS names in send form on Ropsten.
2017-03-14 19:44:54 +01:00
- Added an address book functionality that remembers the last 15 unique addresses sent to.
2017-03-14 00:46:33 +01:00
- Can now change network to custom RPC URL from lock screen.
2017-03-16 19:16:03 +01:00
- Removed support for old, lightwallet based vault. Users who have not opened app in over a month will need to recover with their seed phrase. This will allow Firefox support sooner.
2017-03-21 14:59:08 +01:00
- Fixed bug where spinner wouldn't disappear on incorrect password submission on seed word reveal.
2017-03-21 16:57:19 +01:00
- Polish the private key UI.
2017-03-22 23:30:49 +01:00
- Enforce minimum values for gas price and gas limit.
- Fix bug where total gas was sometimes not live-updated.
- Fix bug where editing gas value could have some abrupt behaviors (#1233)
2017-03-22 21:06:48 +01:00
- Add Kovan as an option on our network list.
2017-03-23 16:28:52 +01:00
- Fixed bug where transactions on other networks would disappear when submitting a transaction on another network.
2017-03-09 00:48:18 +01:00
2017-03-08 22:38:55 +01:00
## 3.4.0 2017-3-8
2017-02-23 00:13:29 +01:00
- Add two most recently used custom RPCs to network dropdown menu.
2017-02-25 01:15:31 +01:00
- Add personal_sign method support.
2017-03-08 22:38:55 +01:00
- Add personal_ecRecover method support.
2017-03-01 00:46:26 +01:00
- Add ability to customize gas and gasPrice on the transaction approval screen.
2017-03-08 06:30:27 +01:00
- Increase default gas buffer to 1.5x estimated gas value.
2017-02-23 00:13:29 +01:00
2017-02-20 23:46:55 +01:00
## 3.3.0 2017-2-20
- net_version has been made synchronous.
2017-02-15 20:16:35 +01:00
- Test suite for migrations expanded.
2017-02-16 00:38:38 +01:00
- Network now changeable from lock screen.
2017-02-14 06:30:08 +01:00
- Improve test coverage of eth.sign behavior, including a code example of verifying a signature.
2017-02-10 03:21:11 +01:00
## 3.2.2 2017-2-8
- Revert eth.sign behavior to the previous one with a big warning. We will be gradually implementing the new behavior over the coming time. https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_sign
2017-02-14 06:30:08 +01:00
- Improve test coverage of eth.sign behavior, including a code example of verifying a signature.
2017-02-10 03:21:11 +01:00
## 3.2.2 2017-2-8
- Revert eth.sign behavior to the previous one with a big warning. We will be gradually implementing the new behavior over the coming time. https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_sign
2017-02-08 22:12:40 +01:00
## 3.2.1 2017-2-8
2017-02-10 02:34:05 +01:00
- Revert back to old style message signing.
2017-02-08 22:12:40 +01:00
- Fixed some build errors that were causing a variety of bugs.
## 3.2.0 2017-2-8
2017-02-08 01:11:30 +01:00
- Add ability to import accounts in JSON file format (used by Mist, Geth, MyEtherWallet, and more!)
2017-02-01 20:55:26 +01:00
- Fix unapproved messages not being included in extension badge.
2017-08-06 18:57:49 +02:00
- Fix rendering bug where the Confirm transaction view would let you approve transactions when the account has insufficient balance.
2017-01-24 23:04:29 +01:00
## 3.1.2 2017-1-24
- Fix "New Account" default keychain
2017-01-20 23:29:07 +01:00
## 3.1.1 2017-1-20
- Fix HD wallet seed export
2017-01-18 21:23:48 +01:00
## 3.1.0 2017-1-18
2017-01-18 01:35:57 +01:00
- Add ability to import accounts by private key.
2017-01-18 20:48:34 +01:00
- Fixed bug that returned the wrong transaction hashes on private networks that had not implemented EIP 155 replay protection (like TestRPC).
2017-01-18 01:35:57 +01:00
2017-01-17 09:14:25 +01:00
## 3.0.1 2017-1-17
2017-01-17 08:58:25 +01:00
- Fixed bug that prevented eth.sign from working.
2017-01-18 21:10:49 +01:00
- Fix the displaying of transactions that have been submitted to the network in Transaction History
2017-01-17 08:58:25 +01:00
2017-01-16 23:14:06 +01:00
## 3.0.0 2017-1-16
2017-01-16 19:59:01 +01:00
- Fix seed word account generation (https://medium.com/metamask/metamask-3-migration-guide-914b79533cdd#.t4i1qmmsz).
2017-08-06 18:57:49 +02:00
- Fix Bug where you see an empty transaction flash by on the confirm transaction view.
- Create visible difference in transaction history between an approved but not yet included in a block transaction and a transaction who has been confirmed.
2017-01-11 09:48:06 +01:00
- Fix memory leak in RPC Cache
- Override RPC commands eth_syncing and web3_clientVersion
2017-01-03 20:24:03 +01:00
- Remove certain non-essential permissions from certain builds.
2017-01-03 20:26:19 +01:00
- Add a check for when a tx is included in a block.
2017-01-10 23:20:51 +01:00
- Fix bug where browser-solidity would sometimes warn of a contract creation error when there was none.
2017-01-05 00:08:39 +01:00
- Minor modifications to network display.
- Network now displays properly for pending transactions.
2017-01-02 23:41:04 +01:00
- Implement replay attack protections allowed by EIP 155.
2017-01-04 23:02:13 +01:00
- Fix bug where sometimes loading account data would fail by querying a future block.
2016-12-21 23:31:07 +01:00
2016-12-20 17:58:18 +01:00
## 2.14.1 2016-12-20
2017-01-10 21:19:02 +01:00
- Update Coinbase info. and increase the buy amount to $15
2016-12-20 23:11:00 +01:00
- Fixed ropsten transaction links
- Temporarily disable extension reload detection causing infinite reload bug.
2016-12-21 01:45:30 +01:00
- Implemented basic checking for valid RPC URIs.
2016-12-19 22:24:38 +01:00
## 2.14.0 2016-12-16
2016-12-16 01:10:47 +01:00
- Removed Morden testnet provider from provider menu.
- Add support for notices.
- Fix broken reload detection.
- Fix transaction forever cached-as-pending bug.
2016-12-07 23:59:20 +01:00
2016-11-24 01:59:48 +01:00
## 2.13.11 2016-11-23
- Add support for synchronous RPC method "eth_uninstallFilter".
2016-12-19 23:56:27 +01:00
- Forgotten password prompts now send users directly to seed word restoration.
2016-11-22 23:51:33 +01:00
## 2.13.10 2016-11-22
- Improve gas calculation logic.
- Default to Dapp-specified gas limits for transactions.
- Ropsten networks now properly point to the faucet when attempting to buy ether.
- Ropsten transactions now link to etherscan correctly.
2016-11-22 04:14:22 +01:00
2016-11-21 21:24:27 +01:00
## 2.13.9 2016-11-21
- Add support for the new, default Ropsten Test Network.
- Fix bug that would cause MetaMask to occasionally lose its StreamProvider connection and drop requests.
- Fix bug that would cause the Custom RPC menu item to not appear when Localhost 8545 was selected.
- Point ropsten faucet button to actual faucet.
- Phase out ethereumjs-util from our encryptor module.
2016-11-17 01:00:32 +01:00
## 2.13.8 2016-11-16
2016-11-11 06:26:10 +01:00
- Show a warning when a transaction fails during simulation.
- Fix bug where 20% of gas estimate was not being added properly.
2016-11-17 01:00:32 +01:00
- Render error messages in confirmation screen more gracefully.
2016-11-08 17:51:14 +01:00
## 2.13.7 2016-11-8
2016-11-08 17:32:34 +01:00
- Fix bug where gas estimate would sometimes be very high.
- Increased our gas estimate from 100k gas to 20% of estimate.
2017-08-06 18:57:49 +02:00
- Fix GitHub link on info page to point at current repository.
2016-10-31 17:30:22 +01:00
2016-10-26 20:48:42 +02:00
## 2.13.6 2016-10-26
- Add a check for improper Transaction data.
2016-10-26 01:43:56 +02:00
- Inject up to date version of web3.js
2016-10-26 01:54:43 +02:00
- Now nicknaming new accounts "Account #" instead of "Wallet #" for clarity.
2016-10-25 23:17:15 +02:00
- Fix bug where custom provider selection could show duplicate items.
- Fix bug where connecting to a local morden node would make two providers appear selected.
- Fix bug that was sometimes preventing transactions from being sent.
2016-10-20 00:26:19 +02:00
2016-10-18 23:07:47 +02:00
## 2.13.5 2016-10-18
2016-10-18 23:00:33 +02:00
- Increase default max gas to `100000` over the RPC's `estimateGas` response.
- Fix bug where slow-loading dapps would sometimes trigger infinite reload loops.
2016-10-17 19:37:23 +02:00
## 2.13.4 2016-10-17
- Add custom transaction fee field to send form.
2016-10-16 00:33:55 +02:00
- Fix bug where web3 was being injected into XML files.
- Fix bug where changing network would not reload current Dapps.
2016-10-16 00:33:55 +02:00
## 2.13.3 2016-10-4
- Fix bug where log queries were filtered out.
- Decreased vault confirmation button font size to help some Linux users who could not see it.
2016-10-04 22:13:58 +02:00
- Made popup a little taller because it would sometimes cut off buttons.
2016-10-12 01:00:31 +02:00
- Fix bug where long account lists would get scrunched instead of scrolling.
2016-10-05 06:49:06 +02:00
- Add legal information to relevant pages.
- Rename UI elements to be more consistent with one another.
- Updated Terms of Service and Usage.
2016-10-07 11:11:14 +02:00
- Prompt users to re-agree to the Terms of Service when they are updated.
2016-10-04 20:58:31 +02:00
## 2.13.2 2016-10-4
2016-10-01 03:38:53 +02:00
- Fix bug where chosen FIAT exchange rate does no persist when switching networks
- Fix additional parameters that made MetaMask sometimes receive errors from Parity.
2016-10-04 20:58:31 +02:00
- Fix bug where invalid transactions would still open the MetaMask popup.
- Removed hex prefix from private key export, to increase compatibility with Geth, MyEtherWallet, and Jaxx.
2016-10-01 03:38:53 +02:00
2016-09-23 04:45:28 +02:00
## 2.13.1 2016-09-23
- Fix a bug with estimating gas on Parity
- Show loading indication when selecting ShapeShift as purchasing method.
2016-09-19 16:58:10 +02:00
## 2.13.0 2016-09-18
- Add Parity compatibility, fixing Geth dependency issues.
2016-09-16 03:16:15 +02:00
- Add a link to the transaction in history that goes to https://metamask.github.io/eth-tx-viz
too help visualize transactions and to where they are going.
2016-09-15 22:22:05 +02:00
- Show "Buy Ether" button and warning on tx confirmation when sender balance is insufficient
2016-09-15 00:51:50 +02:00
## 2.12.1 2016-09-14
2016-09-14 20:36:56 +02:00
- Fixed bug where if you send a transaction from within MetaMask extension the
popup notification opens up.
2016-09-15 00:51:50 +02:00
- Fixed bug where some tx errors would block subsequent txs until the plugin was refreshed.
2016-09-14 20:36:56 +02:00
2016-09-14 20:35:50 +02:00
## 2.12.0 2016-09-14
- Add a QR button to the Account detail screen
2016-09-13 21:54:30 +02:00
- Fixed bug where opening MetaMask could close a non-metamask popup.
- Fixed memory leak that caused occasional crashes.
## 2.11.1 2016-09-12
- Fix bug that prevented caches from being cleared in Opera.
2016-09-13 00:45:32 +02:00
## 2.11.0 2016-09-12
2016-09-08 23:53:49 +02:00
- Fix bug where pending transactions from Test net (or other networks) show up In Main net.
2016-09-07 02:31:24 +02:00
- Add fiat conversion values to more views.
2016-09-09 23:24:16 +02:00
- On fresh install, open a new tab with the MetaMask Introduction video. Does not open on update.
2016-09-07 00:30:30 +02:00
- Block negative values from transactions.
2016-09-07 03:57:18 +02:00
- Fixed a memory leak.
2016-09-08 21:51:14 +02:00
- MetaMask logo now renders as super lightweight SVG, improving compatibility and performance.
2017-08-06 18:57:49 +02:00
- Now showing loading indication during vault unlocking, to clarify behavior for users who are experiencing slow unlocks.
2016-09-09 04:50:55 +02:00
- Now only initially creates one wallet when restoring a vault, to reduce some users' confusion.
2016-09-07 02:31:24 +02:00
2016-09-02 22:51:22 +02:00
## 2.10.2 2016-09-02
- Fix bug where notification popup would not display.
2016-09-02 21:48:50 +02:00
## 2.10.1 2016-09-02
2016-08-29 21:37:38 +02:00
- Fix bug where provider menu did not allow switching to custom network from a custom network.
2016-09-01 20:33:54 +02:00
- Sending a transaction from within MetaMask no longer triggers a popup.
2016-09-02 23:15:15 +02:00
- The ability to build without livereload features (such as for production) can be enabled with the gulp --disableLiveReload flag.
2016-09-02 21:48:50 +02:00
- Fix Ethereum JSON RPC Filters bug.
2016-08-29 21:37:38 +02:00
2016-08-29 20:14:18 +02:00
## 2.10.0 2016-08-29
2016-08-23 00:04:13 +02:00
- Changed transaction approval from notifications system to popup system.
2016-08-29 20:14:18 +02:00
- Add a back button to locked screen to allow restoring vault from seed words when password is forgotten.
2016-08-26 00:27:19 +02:00
- Forms now retain their values even when closing the popup and reopening it.
2016-08-29 20:14:18 +02:00
- Fixed a spelling error in provider menu.
2016-08-26 00:27:19 +02:00
2016-08-25 03:38:15 +02:00
## 2.9.2 2016-08-24
- Fixed shortcut bug from preventing installation.
2016-08-25 01:32:15 +02:00
## 2.9.1 2016-08-24
2016-08-23 23:32:47 +02:00
- Added static image as fallback for when WebGL isn't supported.
- Transaction history now has a hard limit.
- Added info link on account screen that visits Etherscan.
2016-08-25 01:02:47 +02:00
- Fixed bug where a message signing request would be lost if the vault was locked.
2016-08-24 20:24:46 +02:00
- Added shortcut to open MetaMask (Ctrl+Alt+M or Cmd+Opt/Alt+M)
2017-08-06 18:57:49 +02:00
- Prevent API calls in tests.
2016-08-25 00:43:42 +02:00
- Fixed bug where sign message confirmation would sometimes render blank.
2016-08-25 23:16:57 +02:00
2016-08-22 20:24:34 +02:00
## 2.9.0 2016-08-22
- Added ShapeShift to the transaction history
- Added affiliate key to Shapeshift requests
2016-08-16 23:13:18 +02:00
- Added feature to reflect current conversion rates of current vault balance.
2016-08-19 01:04:51 +02:00
- Modify balance display logic.
2016-08-16 23:13:18 +02:00
2016-08-15 19:56:01 +02:00
## 2.8.0 2016-08-15
2016-08-13 22:48:49 +02:00
- Integrate ShapeShift
2016-08-25 23:16:57 +02:00
- Add a form for Coinbase to specify amount to buy
2016-08-04 20:24:25 +02:00
- Fix various typos.
- Make dapp-metamask connection more reliable
- Remove Ethereum Classic from provider menu.
2016-08-04 20:24:25 +02:00
2016-07-29 22:28:10 +02:00
## 2.7.3 2016-07-29
- Fix bug where changing an account would not update in a live Dapp.
2016-07-29 22:08:57 +02:00
## 2.7.2 2016-07-29
2016-07-28 19:54:25 +02:00
- Add Ethereum Classic to provider menu
- Fix bug where host store would fail to receive updates.
2016-07-28 19:54:25 +02:00
2016-07-28 01:49:11 +02:00
## 2.7.1 2016-07-27
2016-07-26 02:51:28 +02:00
- Fix bug where web3 would sometimes not be injected in time for the application.
2016-07-27 02:02:31 +02:00
- Fixed bug where sometimes when opening the plugin, it would not fully open until closing and re-opening.
2016-07-28 01:49:11 +02:00
- Got most functionality working within Firefox (still working on review process before it can be available).
2016-07-27 08:34:12 +02:00
- Fixed menu dropdown bug introduced in Chrome 52.
2016-07-27 02:02:31 +02:00
2016-07-21 22:42:09 +02:00
## 2.7.0 2016-07-21
- Added a Warning screen about storing ETH
- Add buy Button!
- MetaMask now throws descriptive errors when apps try to use synchronous web3 methods.
- Removed firefox-specific line in manifest.
2016-07-20 19:16:18 +02:00
## 2.6.2 2016-07-20
2016-07-16 02:53:31 +02:00
- Fixed bug that would prevent the plugin from reopening on the first try after receiving a new transaction while locked.
- Fixed bug that would render 0 ETH as a non-exact amount.
2016-07-16 02:53:31 +02:00
2016-07-14 09:11:49 +02:00
## 2.6.1 2016-07-13
- Fix tool tips on Eth balance to show the 6 decimals
2016-07-12 05:44:56 +02:00
- Fix rendering of recipient SVG in tx approval notification.
2016-07-12 21:08:56 +02:00
- New vaults now generate only one wallet instead of three.
- Bumped version of web3 provider engine.
- Fixed bug where some lowercase or uppercase addresses were not being recognized as valid.
- Fixed bug where gas cost was misestimated on the tx confirmation view.
2016-07-12 05:44:56 +02:00
2016-07-12 00:54:32 +02:00
## 2.6.0 2016-07-11
2016-07-07 02:09:53 +02:00
- Fix formatting of ETH balance
2016-07-05 21:08:08 +02:00
- Fix formatting of account details.
2016-07-07 05:22:20 +02:00
- Use web3 minified dist for faster inject times
2016-07-07 05:11:49 +02:00
- Fix issue where dropdowns were not in front of icons.
2016-07-07 07:57:00 +02:00
- Update transaction approval styles.
- Align failed and successful transaction history text.
2016-07-08 01:28:40 +02:00
- Fix issue where large domain names and large transaction values would misalign the transaction history.
2016-07-12 02:45:20 +02:00
- Abbreviate ether balances on transaction details to maintain formatting.
- General code cleanup.
2016-04-05 21:27:41 +02:00
2016-07-02 05:15:27 +02:00
## 2.5.0 2016-06-29
2016-06-30 23:57:17 +02:00
- Implement new account design.
2016-06-30 01:31:27 +02:00
- Added a network indicator mark in dropdown menu
- Added network name next to network indicator
2016-06-29 23:40:13 +02:00
- Add copy transaction hash button to completed transaction list items.
- Unify wording for transaction approve/reject options on notifications and the extension.
2016-06-30 20:42:10 +02:00
- Fix bug where confirmation view would be shown twice.
2016-06-29 22:53:37 +02:00
## 2.4.5 2016-06-29
2016-06-24 20:26:17 +02:00
- Fixed bug where MetaMask interfered with PDF loading.
- Moved switch account icon into menu bar.
- Changed status shapes to be a yellow warning sign for failure and ellipsis for pending transactions.
- Now enforce 20 character limit on wallet names.
- Wallet titles are now properly truncated in transaction confirmation.
- Fix formatting on terms & conditions page.
- Now enforce 30 character limit on wallet names.
- Fix out-of-place positioning of pending transaction badges on wallet list.
- Change network status icons to reflect current design.
2016-06-24 20:26:17 +02:00
2016-06-23 21:56:14 +02:00
## 2.4.4 2016-06-23
- Update web3-stream-provider for batch payload bug fix
## 2.4.3 2016-06-23
2016-06-23 01:27:26 +02:00
- Remove redundant network option buttons from settings page
2016-06-23 00:49:17 +02:00
- Switch out font family Transat for Montserrat
2016-06-22 20:06:06 +02:00
## 2.4.2 2016-06-22
2016-06-22 00:08:24 +02:00
- Change out export icon for key.
- Unify copy to clipboard icon
2016-06-22 02:21:55 +02:00
- Fixed eth.sign behavior.
2016-06-22 20:06:06 +02:00
- Fix behavior of batched outbound transactions.
2016-06-22 00:08:24 +02:00
2016-06-21 00:36:47 +02:00
## 2.4.0 2016-06-20
2016-06-15 00:01:58 +02:00
- Clean up UI.
- Remove nonfunctional QR code button.
- Make network loading indicator clickable to select accessible network.
2016-06-15 00:27:15 +02:00
- Show more characters of addresses when space permits.
2016-06-15 00:42:40 +02:00
- Fixed bug when signing messages under 64 hex characters long.
2016-06-17 02:22:26 +02:00
- Add disclaimer view with placeholder text for first time users.
2016-06-12 19:33:17 +02:00
2016-06-10 00:25:11 +02:00
## 2.3.1 2016-06-09
2016-06-08 21:13:45 +02:00
- Style up the info page
- Cache identicon images to optimize for long lists of transactions.
2016-06-10 00:25:11 +02:00
- Fix out of gas errors
2016-06-06 20:22:04 +02:00
## 2.3.0 2016-06-06
- Show network status in title bar
- Added seed word recovery to config screen.
- Clicking network status indicator now reveals a provider menu.
2016-06-02 20:47:31 +02:00
## 2.2.0 2016-06-02
2016-05-27 00:21:04 +02:00
- Redesigned init, vault create, vault restore and seed confirmation screens.
2016-05-26 23:34:04 +02:00
- Added pending transactions to transaction list on account screen.
- Clicking a pending transaction takes you back to the transaction approval screen.
2016-06-02 20:46:35 +02:00
- Update provider-engine to fix intermittent out of gas errors.
2016-05-27 00:21:04 +02:00
2016-05-26 19:15:01 +02:00
## 2.1.0 2016-05-26
2016-05-24 00:31:41 +02:00
- Added copy address button to account list.
- Fixed back button on confirm transaction screen.
- Add indication of pending transactions to account list screen.
2016-05-26 00:51:37 +02:00
- Fixed bug where error warning was sometimes not cleared on view transition.
- Updated eth-lightwallet to fix a critical security issue.
2016-05-24 00:31:41 +02:00
2016-05-23 21:34:01 +02:00
## 2.0.0 2016-05-23
- UI Overhaul per Vlad Todirut's designs.
- Replaced identicons with jazzicons.
- Fixed glitchy transitions.
- Added support for capitalization-based address checksums.
- Send value is no longer limited by javascript number precision, and is always in ETH.
2016-05-20 21:53:53 +02:00
- Added ability to generate new accounts.
2016-05-21 01:30:30 +02:00
- Added ability to locally nickname accounts.
2016-05-11 11:50:12 +02:00
2016-05-14 03:09:36 +02:00
## 1.8.4 2016-05-13
2016-05-14 00:29:58 +02:00
- Point rpc servers to https endpoints.
2016-05-12 12:03:27 +02:00
## 1.8.3 2016-05-12
- Bumped web3 to 0.6.0
- Really fixed `eth_syncing` method response.
2016-05-11 22:54:46 +02:00
## 1.8.2 2016-05-11
2016-05-11 21:54:19 +02:00
- Fixed bug where send view would not load correctly the first time it was visited per account.
2016-05-11 22:10:54 +02:00
- Migrated all users to new scalable backend.
2016-05-11 22:54:46 +02:00
- Fixed `eth_syncing` method response.
2016-05-11 21:54:19 +02:00
2016-05-11 00:45:46 +02:00
## 1.8.1 2016-05-10
- Initial usage of scalable blockchain backend.
- Made official providers more easily configurable for us internally.
2016-05-10 19:48:46 +02:00
## 1.8.0 2016-05-10
2016-05-03 23:44:36 +02:00
- Add support for calls to `eth.sign`.
2016-05-10 19:48:46 +02:00
- Moved account exporting within subview of the account detail view.
2016-05-05 03:18:58 +02:00
- Added buttons to the account export process.
2016-05-05 05:44:47 +02:00
- Improved visual appearance of account detail transition where button heights would change.
- Restored back button to account detail view.
2016-05-05 22:27:00 +02:00
- Show transaction list always, never collapsed.
- Changing provider now reloads current Dapps
- Improved appearance of transaction list in account detail view.
2016-05-03 23:44:36 +02:00
2016-04-30 02:20:38 +02:00
## 1.7.0 2016-04-29
2016-04-25 22:49:53 +02:00
- Account detail view is now the primary view.
- The account detail view now has a "Change acct" button which shows the account list.
- Clicking accounts in the account list now both selects that account and displays that account's detail view.
2016-04-25 23:16:07 +02:00
- Selected account is now persisted between sessions, so the current account stays selected.
2016-04-29 21:45:46 +02:00
- Account icons are now "identicons" (deterministically generated from the address).
2016-04-29 21:15:50 +02:00
- Fixed link to Slack channel.
- Added a context guard for "define" to avoid UMD's exporting themselves to the wrong module system, fixing interference with some websites.
- Transaction list now only shows transactions for the current account.
- Transaction list now only shows transactions for the current network (mainnet, testnet, testrpc).
- Fixed transaction links to etherscan blockchain explorer.
- Fixed some UI transitions that had weird behavior.
2016-04-25 22:49:53 +02:00
2016-04-30 02:20:38 +02:00
## 1.6.0 2016-04-22
2016-04-23 00:25:56 +02:00
2016-04-19 02:25:03 +02:00
- Pending transactions are now persisted to localStorage and resume even after browser is closed.
- Completed transactions are now persisted and can be displayed via UI.
2016-04-20 04:00:27 +02:00
- Added transaction list to account detail view.
2016-04-19 02:44:06 +02:00
- Fix bug on config screen where current RPC address was always displayed wrong.
2016-04-20 04:00:27 +02:00
- Fixed bug where entering a decimal value when sending a transaction would result in sending the wrong amount.
2016-04-22 23:41:24 +02:00
- Add save button to custom RPC input field.
- Add quick-select button for RPC on `localhost:8545`.
- Improve config view styling.
2016-04-22 23:21:45 +02:00
- Users have been migrated from old test-net RPC to a newer test-net RPC.
2016-04-19 02:25:03 +02:00
2016-04-30 02:20:38 +02:00
## 1.5.1 2016-04-15
2016-04-15 19:01:46 +02:00
2016-04-13 21:51:35 +02:00
- Corrected text above account list. Selected account is visible to all sites, not just the current domain.
2016-04-14 00:47:40 +02:00
- Merged the UI codebase into the main plugin codebase for simpler maintenance.
2016-04-14 22:22:02 +02:00
- Fix Ether display rounding error. Now rendering to four decimal points.
2016-04-15 18:42:20 +02:00
- Fix some inpage synchronous methods
- Change account rendering to show four decimals and a leading zero.
2016-04-13 21:51:35 +02:00
2016-04-13 19:15:16 +02:00
## 1.5.0 2016-04-13
2016-04-12 21:59:54 +02:00
- Added ability to send ether.
- Fixed bugs related to using Javascript numbers, which lacked appropriate precision.
2016-04-12 23:58:37 +02:00
- Replaced Etherscan main-net provider with our own production RPC.
2016-04-12 21:59:54 +02:00
2016-04-09 02:18:18 +02:00
## 1.4.0 2016-04-08
2016-04-05 21:27:41 +02:00
- Removed extra entropy text field for simplified vault creation.
2016-04-06 21:01:10 +02:00
- Now supports exporting an account's private key.
- Unified button and input styles across the app.
- Removed some non-working placeholder UI until it works.
2016-04-09 02:18:18 +02:00
- Fix popup's web3 stream provider
- Temporarily deactivated fauceting indication because it would activate when restoring an empty account.
2016-04-05 21:27:41 +02:00
2016-04-05 21:20:21 +02:00
## 1.3.2 2016-04-04
- When unlocking, first account is auto-selected.
- When creating a first vault on the test-net, the first account is auto-funded.
- Fixed some styling issues.
## 1.0.1-1.3.1
Many changes not logged. Hopefully beginning to log consistently now!
## 1.0.0
Made seed word restoring BIP44 compatible.
2016-03-22 18:43:56 +01:00
## 0.14.0
Added the ability to restore accounts from seed words.