From 4eef2c57cf9178cdf5b0a882d6fae0dcdcfae89a Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Thu, 15 Sep 2016 20:51:41 -0700 Subject: Show loading indication when selecting ShapeShift --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index f1acb1d15..14b96ce70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ # Changelog ## Current Master + - Show "Buy Ether" button and warning on tx confirmation when sender balance is insufficient +- Show loading indication when selecting ShapeShift as purchasing method. ## 2.12.1 2016-09-14 -- cgit From e197e3808ff70058ccf3eca0d11255e61180373a Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Mon, 19 Sep 2016 10:15:19 +0800 Subject: Drop origin key from requests for Parity compatibility --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index c1483b7cc..a66389213 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - 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. - Show "Buy Ether" button and warning on tx confirmation when sender balance is insufficient +- Change behavior that prevented Parity client compatibility, where we included a request site origin on rpc calls. ## 2.12.1 2016-09-14 -- cgit From 9d5cdbcbe6d44ac3f26c5ae912531a8dd5d5c37d Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Mon, 19 Sep 2016 22:58:10 +0800 Subject: Version 2.13.0 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index a66389213..6f72c83d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,12 @@ ## Current Master +## 2.13.0 2016-09-18 + +- Add Parity compatibility, fixing Geth dependency issues. - 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. - Show "Buy Ether" button and warning on tx confirmation when sender balance is insufficient -- Change behavior that prevented Parity client compatibility, where we included a request site origin on rpc calls. ## 2.12.1 2016-09-14 -- cgit From b6bbe2d7e822e891500cd31e56f3b99afda215a5 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Fri, 23 Sep 2016 10:45:28 +0800 Subject: Version 2.13.1 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index d77308838..a0ff662fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,17 @@ ## Current Master +## 2.13.1 2016-09-23 + +- Fix a bug with estimating gas on Parity +- Show loading indication when selecting ShapeShift as purchasing method. + ## 2.13.0 2016-09-18 - Add Parity compatibility, fixing Geth dependency issues. - 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. - Show "Buy Ether" button and warning on tx confirmation when sender balance is insufficient -- Show loading indication when selecting ShapeShift as purchasing method. ## 2.12.1 2016-09-14 -- cgit From f28de37a8cbbc05978be3499bc8eb672108a8ed4 Mon Sep 17 00:00:00 2001 From: Frankie Date: Sat, 1 Oct 2016 09:38:53 +0800 Subject: Add to CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index a0ff662fe..84a074480 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Master +- Fix bug where chosen FIAT exchange rate does no persist when switching networks + ## 2.13.1 2016-09-23 - Fix a bug with estimating gas on Parity -- cgit