From 7d121a6320b47fdac4f7919aac6df240abc51346 Mon Sep 17 00:00:00 2001 From: Zhuohuan LI Date: Sat, 18 Jun 2016 13:45:07 +0800 Subject: [PATCH] v0.1.7 --- README.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86f718fa..930dc006 100644 --- a/README.md +++ b/README.md @@ -403,9 +403,10 @@ Know more about TAP: [Why I use Tape Instead of Mocha & So Should You](https://m # Version History -## v0.1.6 (master) +## v0.1.7 (master) 1. add a watchdog to restore from unknown state 2. add support to download image message by `ImageMessage.readyStream()` +3. fix lots of stable issues with webdriver exceptions & injection js code compatible ## v0.1.1 (2016/6/10) 1. add support to save & restore wechat login session diff --git a/package.json b/package.json index eb77e105..1a40938b 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wechaty", - "version": "0.1.6", + "version": "0.1.7", "description": "Wechat for Bot. (Personal Account, NOT Official Account)", "main": "index.js", "scripts": { -- GitLab