Skip to content

Releases: coursehero/slacktee

v1.5.3

11 May 16:45
bc1ab44
Compare
Choose a tag to compare
  • Fix the icon_url issue reported by PR #77 and #78

v1.5.2

12 Apr 20:11
3e8edf9
Compare
Choose a tag to compare
  • Fix #75 : Removing carriage return characters from the message in order to avoid sending error

v1.5.1

12 Apr 20:09
Compare
Choose a tag to compare

No difference from v1.5.0. Please ignore this version

v1.5.0

15 Oct 23:43
Compare
Choose a tag to compare
  • Support specifying multiple -c options for sending a message to multiple channels
  • Add -s/--skip-setup option to install.sh

v1.4.2

17 Dec 06:37
12a56d3
Compare
Choose a tag to compare
  • Fix the issue CTRL+C is not handled correctly (#64)

v1.4.1

12 Nov 19:56
cc54554
Compare
Choose a tag to compare

This release includes following changes.

  • #62 Fix the issue color doesn't stay in the streaming mode

v1.4.0

27 Aug 17:46
817ee81
Compare
Choose a tag to compare

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

23 Jul 04:41
86522a9
Compare
Choose a tag to compare
  • Fix bugs with --streaming option

v1.3.0

19 Jul 07:59
a9e97cf
Compare
Choose a tag to compare
  • 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

04 Oct 01:12
Compare
Choose a tag to compare
  • Added no output option (-q / --no-output)