diff options
author | Dan Finlay <dan@danfinlay.com> | 2016-09-19 22:58:10 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2016-09-19 22:58:10 +0800 |
commit | 9d5cdbcbe6d44ac3f26c5ae912531a8dd5d5c37d (patch) | |
tree | 84074f0d0b540dfcbe8c729be71484719cc6a2d6 | |
parent | 57d9481d9d9276446fd33fbaf6422432e7041475 (diff) | |
download | tangerine-wallet-browser-9d5cdbcbe6d44ac3f26c5ae912531a8dd5d5c37d.tar tangerine-wallet-browser-9d5cdbcbe6d44ac3f26c5ae912531a8dd5d5c37d.tar.gz tangerine-wallet-browser-9d5cdbcbe6d44ac3f26c5ae912531a8dd5d5c37d.tar.bz2 tangerine-wallet-browser-9d5cdbcbe6d44ac3f26c5ae912531a8dd5d5c37d.tar.lz tangerine-wallet-browser-9d5cdbcbe6d44ac3f26c5ae912531a8dd5d5c37d.tar.xz tangerine-wallet-browser-9d5cdbcbe6d44ac3f26c5ae912531a8dd5d5c37d.tar.zst tangerine-wallet-browser-9d5cdbcbe6d44ac3f26c5ae912531a8dd5d5c37d.zip |
Version 2.13.0
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | app/manifest.json | 2 |
2 files changed, 4 insertions, 2 deletions
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 diff --git a/app/manifest.json b/app/manifest.json index daf9ef94a..1af4d76d2 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "MetaMask", "short_name": "Metamask", - "version": "2.12.1", + "version": "2.13.0", "manifest_version": 2, "author": "https://metamask.io", "description": "Ethereum Browser Extension", |