aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
-rw-r--r--app/manifest.json2
-rw-r--r--docs/video_script.txt11
3 files changed, 12 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cfc633652..987afc975 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
## Current Master
+## 2.6.0 2016-07-11
+
- Fix formatting of ETH balance
- Fix formatting of account details.
- Use web3 minified dist for faster inject times
diff --git a/app/manifest.json b/app/manifest.json
index ebeaf16f6..d0207ee0e 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -1,7 +1,7 @@
{
"name": "__MSG_appName__",
"short_name": "Metamask",
- "version": "2.5.0",
+ "version": "2.6.0",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
diff --git a/docs/video_script.txt b/docs/video_script.txt
index 1b363324c..d9e37a4e2 100644
--- a/docs/video_script.txt
+++ b/docs/video_script.txt
@@ -20,8 +20,15 @@ After you submit a transaction, wait for the next block for the change to be ref
Now I have my own MetaMaskCoins! I can check my balance or, if I want to send some to another account, I can click the copy link on it. I check its balance, see it has none, then send it some meta-coins!
-This has been nice, but it’s all been on the test-net. I can always switch what blockchain I’m working on, say the main blockhain, and I’m ready issue a token with the full security of the Ethereum blockchain.
+This has been nice, but it’s all been on the Morden test net. But with Metamask, I can always switch what network I’m working on, say the main network, and I’m ready issue a token with the full security of the main Ethereum blockchain.
MetaMask connects to these blockchains with no synchronization time because we host blockchain nodes by default. You can always point MetaMask at your own Ethereum RPC Server, and fully control your connection to the blockchain.
-And that’s how MetaMask lets ordinary websites talk to a trusted Ethereum provider, all while letting the user store and manage their own private keys. We hope this will help enable a new wave of blockchain-enabled websites.
+And that’s how MetaMask lets ordinary websites talk to a trusted Ethereum provider, all while letting the user store and manage their own private keys. We hope this will make it easier than ever for people to get started creating and using a new wave of blockchain-enabled websites.
+
+If you’d like to get started with Metamask right now, go ahead and click here to get the Chrome extension.
+
+If you’d like to learn more about MetaMask, you can visit our website at metamask.io.
+
+You’re also welcome to join our slack, follow our twitter or read our source code. You can find all of those links and more at Metamask.io
+