Skip to content

Releases: coursehero/slacktee

v1.2.4

31 Oct 00:22
Compare
Choose a tag to compare
  • -i option supports a direct URL to an image
  • Some whitespace issues were fixed

v1.2.3

17 Oct 07:37
Compare
Choose a tag to compare

Fix a bug that slacktee exits after posting 1st line in the no-buffering mode

v1.2.2

10 Oct 01:02
Compare
Choose a tag to compare
  • Return appropriate exit code
  • Improve install.sh

v1.2.1

03 Sep 23:09
Compare
Choose a tag to compare

Support direct messaging using '@username' channel notation.

Example)

echo "Submit Your Expense Reimbursement Form By Friday!" | slacktee.sh -c "@chuck"

v1.2.0

16 May 01:51
Compare
Choose a tag to compare

Added following options to support sending richly-formatted messages using Attachments

-a, --attachment [color]          Use attachment (richly-formatted message)
                                  Color can be 'good','warning','danger' or any hex color code (eg. #439FE0)
                                  See https://api.slack.com/docs/attachments for more details.
-e, --field title value           Add a field to the attachment. You can specify this multiple times
-s, --short-field title value     Add a short field to the attachment. You can specify this multiple times

v1.1.3: Merge pull request #12 from mkrcah/master

13 Apr 17:02
Compare
Choose a tag to compare

Bugfix: Preserve white spaces in messages

v1.1.2

26 Feb 07:44
Compare
Choose a tag to compare

Added installation script

v1.1.1

25 Feb 19:41
Compare
Choose a tag to compare

Fixed a bug:

  • Double and single quote mark weren't escaped correctly

v1.1.0

19 Feb 08:09
Compare
Choose a tag to compare

Added a few useful options.

  • Added the message formatting option. Now you can notify team members using @ command in link_names formatting mode.
  • Added the plain text option.
  • Added the interactive setup mode.

Fixed the issue #8

07 Jan 19:43
Compare
Choose a tag to compare

Fixed a following issue:

  • Unnecessary colons were added to the icon, when -i option was used