nifty-wallet/CHANGELOG.md

225 lines
8.4 KiB
Markdown
Raw Normal View History

2016-03-22 10:43:56 -07:00
# Changelog
2016-04-05 12:27:41 -07:00
## Current Master
2016-07-06 17:09:53 -07:00
2016-07-27 16:49:11 -07:00
## 2.7.1 2016-07-27
2016-07-25 17:51:28 -07:00
- Fix bug where web3 would sometimes not be injected in time for the application.
2016-07-26 17:02:31 -07:00
- Fixed bug where sometimes when opening the plugin, it would not fully open until closing and re-opening.
2016-07-27 16:49:11 -07:00
- Got most functionality working within Firefox (still working on review process before it can be available).
2016-07-26 23:34:12 -07:00
- Fixed menu dropdown bug introduced in Chrome 52.
2016-07-26 17:02:31 -07:00
2016-07-21 13:42:09 -07: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 10:16:18 -07:00
## 2.6.2 2016-07-20
2016-07-15 17:53:31 -07: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-15 17:53:31 -07:00
2016-07-14 00:11:49 -07:00
## 2.6.1 2016-07-13
- Fix tool tips on Eth balance to show the 6 decimals
2016-07-11 20:44:56 -07:00
- Fix rendering of recipient SVG in tx approval notification.
2016-07-12 12:08:56 -07: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-11 20:44:56 -07:00
2016-07-11 15:54:32 -07:00
## 2.6.0 2016-07-11
2016-07-06 17:09:53 -07:00
- Fix formatting of ETH balance
2016-07-05 12:08:08 -07:00
- Fix formatting of account details.
2016-07-06 20:22:20 -07:00
- Use web3 minified dist for faster inject times
2016-07-06 20:11:49 -07:00
- Fix issue where dropdowns were not in front of icons.
2016-07-06 22:57:00 -07:00
- Update transaction approval styles.
- Align failed and successful transaction history text.
2016-07-07 16:28:40 -07:00
- Fix issue where large domain names and large transaction values would misalign the transaction history.
2016-07-11 17:45:20 -07:00
- Abbreviate ether balances on transaction details to maintain formatting.
- General code cleanup.
2016-04-05 12:27:41 -07:00
2016-07-01 20:15:27 -07:00
## 2.5.0 2016-06-29
2016-06-30 14:57:17 -07:00
- Implement new account design.
2016-06-29 16:31:27 -07:00
- Added a network indicator mark in dropdown menu
- Added network name next to network indicator
2016-06-29 14:40:13 -07: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 11:42:10 -07:00
- Fix bug where confirmation view would be shown twice.
2016-06-29 13:53:37 -07:00
## 2.4.5 2016-06-29
2016-06-24 11:26:17 -07: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 11:26:17 -07:00
2016-06-23 12:56:14 -07:00
## 2.4.4 2016-06-23
- Update web3-stream-provider for batch payload bug fix
## 2.4.3 2016-06-23
2016-06-22 16:27:26 -07:00
- Remove redundant network option buttons from settings page
2016-06-22 15:49:17 -07:00
- Switch out font family Transat for Montserrat
2016-06-22 11:06:06 -07:00
## 2.4.2 2016-06-22
2016-06-21 15:08:24 -07:00
- Change out export icon for key.
- Unify copy to clipboard icon
2016-06-21 17:21:55 -07:00
- Fixed eth.sign behavior.
2016-06-22 11:06:06 -07:00
- Fix behavior of batched outbound transactions.
2016-06-21 15:08:24 -07:00
2016-06-20 15:36:47 -07:00
## 2.4.0 2016-06-20
2016-06-14 15:01:58 -07:00
- Clean up UI.
- Remove nonfunctional QR code button.
- Make network loading indicator clickable to select accessible network.
2016-06-14 15:27:15 -07:00
- Show more characters of addresses when space permits.
2016-06-14 15:42:40 -07:00
- Fixed bug when signing messages under 64 hex characters long.
2016-06-16 17:22:26 -07:00
- Add disclaimer view with placeholder text for first time users.
2016-06-12 10:33:17 -07:00
2016-06-09 15:25:11 -07:00
## 2.3.1 2016-06-09
2016-06-08 12:13:45 -07:00
- Style up the info page
- Cache identicon images to optimize for long lists of transactions.
2016-06-09 15:25:11 -07:00
- Fix out of gas errors
2016-06-06 11:22:04 -07: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 11:47:31 -07:00
## 2.2.0 2016-06-02
2016-05-26 15:21:04 -07:00
- Redesigned init, vault create, vault restore and seed confirmation screens.
2016-05-26 14:34:04 -07: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 11:46:35 -07:00
- Update provider-engine to fix intermittent out of gas errors.
2016-05-26 15:21:04 -07:00
2016-05-26 10:15:01 -07:00
## 2.1.0 2016-05-26
2016-05-23 15:31:41 -07: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-25 15:51:37 -07:00
- Fixed bug where error warning was sometimes not cleared on view transition.
- Updated eth-lightwallet to fix a critical security issue.
2016-05-23 15:31:41 -07:00
2016-05-23 12:34:01 -07: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 12:53:53 -07:00
- Added ability to generate new accounts.
2016-05-20 16:30:30 -07:00
- Added ability to locally nickname accounts.
2016-05-11 02:50:12 -07:00
2016-05-13 18:09:36 -07:00
## 1.8.4 2016-05-13
2016-05-13 15:29:58 -07:00
- Point rpc servers to https endpoints.
2016-05-12 03:03:27 -07:00
## 1.8.3 2016-05-12
- Bumped web3 to 0.6.0
- Really fixed `eth_syncing` method response.
2016-05-11 13:54:46 -07:00
## 1.8.2 2016-05-11
2016-05-11 12:54:19 -07:00
- Fixed bug where send view would not load correctly the first time it was visited per account.
2016-05-11 13:10:54 -07:00
- Migrated all users to new scalable backend.
2016-05-11 13:54:46 -07:00
- Fixed `eth_syncing` method response.
2016-05-11 12:54:19 -07:00
2016-05-10 15:45:46 -07: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 10:48:46 -07:00
## 1.8.0 2016-05-10
2016-05-03 14:44:36 -07:00
- Add support for calls to `eth.sign`.
2016-05-10 10:48:46 -07:00
- Moved account exporting within subview of the account detail view.
2016-05-04 18:18:58 -07:00
- Added buttons to the account export process.
2016-05-04 20:44:47 -07:00
- Improved visual appearance of account detail transition where button heights would change.
- Restored back button to account detail view.
2016-05-05 13:27:00 -07: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 14:44:36 -07:00
2016-04-29 17:20:38 -07:00
## 1.7.0 2016-04-29
2016-04-25 13:49:53 -07: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 14:16:07 -07:00
- Selected account is now persisted between sessions, so the current account stays selected.
2016-04-29 12:45:46 -07:00
- Account icons are now "identicons" (deterministically generated from the address).
2016-04-29 12:15:50 -07: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 13:49:53 -07:00
2016-04-29 17:20:38 -07:00
## 1.6.0 2016-04-22
2016-04-22 15:25:56 -07:00
2016-04-18 17:25:03 -07: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-19 19:00:27 -07:00
- Added transaction list to account detail view.
2016-04-18 17:44:06 -07:00
- Fix bug on config screen where current RPC address was always displayed wrong.
2016-04-19 19:00:27 -07:00
- Fixed bug where entering a decimal value when sending a transaction would result in sending the wrong amount.
2016-04-22 14:41:24 -07: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 14:21:45 -07:00
- Users have been migrated from old test-net RPC to a newer test-net RPC.
2016-04-18 17:25:03 -07:00
2016-04-29 17:20:38 -07:00
## 1.5.1 2016-04-15
2016-04-15 10:01:46 -07:00
2016-04-13 12:51:35 -07:00
- Corrected text above account list. Selected account is visible to all sites, not just the current domain.
2016-04-13 15:47:40 -07:00
- Merged the UI codebase into the main plugin codebase for simpler maintenance.
2016-04-14 13:22:02 -07:00
- Fix Ether display rounding error. Now rendering to four decimal points.
2016-04-15 09:42:20 -07:00
- Fix some inpage synchronous methods
- Change account rendering to show four decimals and a leading zero.
2016-04-13 12:51:35 -07:00
2016-04-13 10:15:16 -07:00
## 1.5.0 2016-04-13
2016-04-12 12:59:54 -07:00
- Added ability to send ether.
- Fixed bugs related to using Javascript numbers, which lacked appropriate precision.
2016-04-12 14:58:37 -07:00
- Replaced Etherscan main-net provider with our own production RPC.
2016-04-12 12:59:54 -07:00
2016-04-08 17:18:18 -07:00
## 1.4.0 2016-04-08
2016-04-05 12:27:41 -07:00
- Removed extra entropy text field for simplified vault creation.
2016-04-06 12:01:10 -07: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-08 17:18:18 -07:00
- Fix popup's web3 stream provider
- Temporarily deactivated fauceting indication because it would activate when restoring an empty account.
2016-04-05 12:27:41 -07:00
2016-04-05 12:20:21 -07: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 10:43:56 -07:00
## 0.14.0
Added the ability to restore accounts from seed words.