Releases: coursehero/slacktee
Releases · coursehero/slacktee
v1.5.3
v1.5.2
v1.5.1
No difference from v1.5.0. Please ignore this version
v1.5.0
- Support specifying multiple
-c
options for sending a message to multiple channels - Add
-s
/--skip-setup
option toinstall.sh
v1.4.2
v1.4.1
v1.4.0
This release includes following changes.
- #60 Use chat.postMessage API for posting a message
- #61 Continue the process even if posting a message to Slack is failed
Note: From this version, webhook_url
is marked as deprecated and using token
is recommended.
For the backward compatibility, webhook_url
still has greater precedence than token
but following warning is output in stderr when it's specified.
slacktee.sh: webhook_url is deprecated but still set. Recommend to remove it and use token instead.
v1.3.1
- Fix bugs with --streaming option
v1.3.0
- Add
--streaming
option
This option post the input to Slack without buffering, but unlike--no-buffering
option,--streaming
option is appending the new input to the message posted at the beginning.
v1.2.15
- Added no output option (-q / --no-output)