v0.6.0
版本发布时间: 2016-11-11 20:31:31
wechaty/wechaty最新发布版本:v0.56(2021-01-25 16:29:30)
Release Notes
To use the nightly build:
$ docker pull zixia/wechaty:latest
$ npm install wechaty@next
New Feature
- Add support to save attachment in EMOTICNO/VOICE/VIDEO/MICROVIDEO message to file by MediaMessage #4
- Add
Contact.remark(newRemark: string)
support #34 - Use CI to publish
wechaty@next
NPM Module automatically. Now you can try nightly build by runnpm install wechaty@next
.
Bug Fix
- Add more DNS server when startup Docker by @JasLin #83
- Fix use
obj.from
instead ofobj.id
by @kyle-yu #68 - Fix a Singleton bug in
Config.puppetInstance()
by @JasLin #76 - Fix an undefined variable warning in
Room.memberList()
by @JasLin #78 - Ignore all emoji in room member names by @lijiarui #64
Enhancement
- Remove the WebDriverJS promise manager #72
- Remove all default exports in Wechaty Module #40
- Print more detail helps message for
docker run zixia/wechaty
- Speed up startup time for
docker run zixia/wechaty
- Use npm module
is-docker
to identify whether run inside a Docker Container - Add BAT unit tests for Wechaty Docker, by running both JavaScript and TypeScript bot files, ensure it is workable in both language.
- Add more unit test for
docker run zixia/wechaty
- Linting with TypeScript v2.1
- Lots of code & doc clean.