github wechaty/wechaty v0.6.0
DevOps CI/CD with Docker&NPM

latest releases: v0.56, v0.38, v0.30...
7 years ago

Release Notes

To use the nightly build:

$ docker pull zixia/wechaty:latest

$ npm install wechaty@next

New Feature

  1. Add support to save attachment in EMOTICNO/VOICE/VIDEO/MICROVIDEO message to file by MediaMessage #4
  2. Add Contact.remark(newRemark: string) support #34
  3. Use CI to publish wechaty@next NPM Module automatically. Now you can try nightly build by run npm install wechaty@next.

Bug Fix

  1. Add more DNS server when startup Docker by @JasLin #83
  2. Fix use obj.from instead of obj.id by @kyle-yu #68
  3. Fix a Singleton bug in Config.puppetInstance() by @JasLin #76
  4. Fix an undefined variable warning in Room.memberList() by @JasLin #78
  5. Ignore all emoji in room member names by @lijiarui #64

Enhancement

  1. Remove the WebDriverJS promise manager #72
  2. Remove all default exports in Wechaty Module #40
  3. Print more detail helps message for docker run zixia/wechaty
  4. Speed up startup time for docker run zixia/wechaty
  5. Use npm module is-docker to identify whether run inside a Docker Container
  6. Add BAT unit tests for Wechaty Docker, by running both JavaScript and TypeScript bot files, ensure it is workable in both language.
  7. Add more unit test for docker run zixia/wechaty
  8. Linting with TypeScript v2.1
  9. Lots of code & doc clean.

Don't miss a new wechaty release

NewReleases is sending notifications on new releases.