nifty-wallet/CHANGELOG.md

68 lines
2.8 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-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
- 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.
2016-04-25 13:49:53 -07:00
2016-04-22 15:25:56 -07:00
# 1.6.0 2016-04-22
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-15 10:01:46 -07:00
# 1.5.1 2016-04-15
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.