Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

26 lines (17 loc) · 1.63 KB

0.3.1 / 2018-06-11

  • [BUGFIX] Escape emojis in messages #22, thanks @caarlos0.

0.3.0 / 2018-05-15

  • [FEATURE] Allow for multiple bot admin users #19, thanks @slrz.
  • [FEATURE] Add log.level and log.json as cli flags [9050ff4].
  • [ENHANCEMENT] Handle Ctrl+C interrupts and shutdown bot gracefully [07c2356].
  • [ENHANCEMENT] Internal refactoring of HTTP calls #15, thanks @vtolstov.

0.2.1 / 2017-11-04

  • [BUGFIX] /chats command send to the sender and not the chat #10

0.2.0 / 2017-10-17

  • [BREAKING] Change the STORE env var to switch on the store backend instead of path
  • [FEATURE] The Bot now ignores its own name as suffix on command in a group chat [aae2dc5]
  • [FEATURE] Use libkv as store backend [6419064]
  • [ENHANCEMENT] Use dep to pin dependencies [b7e085b]
  • [ENHANCEMENT] Use the Option pattern to change the Bot's default values in NewBot().

0.1.0 / 2017-03-31

Initial release.