Enhancements:
- Allow channel @username (DM)
Enhancements:
- Make channel config optional on webhook because webhook has its defaul channel setting (thanks to @hirakiuc)
Enhancements:
- Avoid Encoding::UndefinedConversionError from ASCII-8BIT to UTF-8 on to_json by doing String#scrub! (thanks @yoheimuta)
Enhancements:
- Add
as_user
option (thanks @yacchin1205)
Enhancements:
- Add
verbose_fallback
option to show fallback (popup) verbosely (thanks @eisuke)
Fixes:
- escape special characters in message (thanks @fujiwara)
Fixes:
- Support ruby 1.9.3
This version has impcompatibility with previous versions in default option values
Enhancements:
- Support
link_names
andparse
option.link_names
option istrue
as default
Changes:
- the default payload of Incoming Webhook was changed
color
isnil
as defaulticon_emoji
isnil
as defaultusername
isnil
as defaultmrkdwn
istrue
as default
Enhancements:
- Support Slackbot Remote Control API
Enhancements:
- Support
mrkdwn
option
Enhancements:
- Support
https_proxy
option
Enhancements:
- Support
icon_url
option (thanks to @jwyjoy)
Enhancements:
- Support
auto_channels_create
option to automatically create channels.
Enhancements:
- Support
message
andmessage_keys
options - Support
title
andtitle_keys
options - Support
channel_keys
options to dynamically change channels