Releases: RocketChat/hubot-rocketchat
Releases · RocketChat/hubot-rocketchat
v1.0.11
v1.0.10
Bug fix release. v1.0.9 required Rocket.Chat version 0.57.0
This release is backwards compatible with older versions
v1.0.9
Note: Requires Rocket.Chat 0.57.0
Features
getRoomName
added #214- Add ability to turn responding to livechat messages on #211
- Emoji parameter now included in customMessage method #220
Fixes
- Fix attachments not being included #193
- Fix sendMessage not returning a promise #197
- Fix hanging on failed login #204
Other
V1.0.6
v1.0.5
- Add checks for var existance
v1.0.4
v1.0.3
Release only compatible with 0.36.0 or higher of Rocket.Chat. Please use v0.1.4 for older versions.
Additions:
- Using new streaming method introduced into 0.36.0 of Rocket.Chat server via #154
- Added attachment support via #148
Example Usage:
robot.respond /some string/, (resp) ->
if resp.message.attachment?
{attachment} = resp.message
console.log attachment.type, attachment.link
- Don't @mention a user when replying in a direct message via #152
- Allow sending of message with attachment via #150
- Fix ldap breakage via #155
If you have any bugs please post an issue. If you need help scripting, join us over in #hubot
Special thanks to all of our contributors!