Skip to content

Releases: coursehero/slacktee

v1.2.14

10 Sep 06:26
Compare
Choose a tag to compare
  • Enforce character limits as described in docs
  • Add a copyright notice

v1.2.13

18 Aug 16:56
Compare
Choose a tag to compare
  • Allow to change the script name of slacktee.sh during the installation
  • Show an error message if curl fails to install
  • Use the default webhook icon if 'icon' is unset

v1.2.12

08 Mar 09:44
Compare
Choose a tag to compare

Addressed the issue #35.

  • Checks the existence of 'curl' command in the setup mode and tries to install it if it doesn't exist
  • Checks the existence of 'curl' command in the check_configuration and displays an error message if it doesn't exist
  • Prepend the command name to the error message

v1.2.11

12 Oct 06:09
Compare
Choose a tag to compare

Escape special characters properly:

  • Handle backslash properly
  • Escape the value of the command line options
  • Add test cases to check the escape function. Also, clean up existing tests.

v1.2.10

18 Jul 22:44
Compare
Choose a tag to compare
  • Merged a pull request #28: fixes conditional prefix constantly being added to the title
  • Updated README

v1.2.9

20 May 17:15
Compare
Choose a tag to compare
  • Add a conditional prefix option (-d or --cond-prefix). If a regex pattern specified with this option matches with the input, its corresponding prefix is prepended to the message.

v1.2.8

16 May 05:52
Compare
Choose a tag to compare
  • Add a conditional coloring option (-o or --cond-color). If a regex pattern specified with this option matches with the input, its corresponding color is used for posting the message.
  • Create test directory and move test files into it.
  • Consolidate redundant code

v1.2.7

27 Jan 06:55
Compare
Choose a tag to compare

Add --config option to specify a configuration file in a command line option

v1.2.6

20 Jan 20:29
Compare
Choose a tag to compare

Support new format of the file object which is used in the 'file' mode (-f option).
Since url and url_download have been deprecated, use url_private and url_private_download instead.
Also, channels parameter is set in the file upload API call for making the uploaded file accessible.

For more detail about the file object, please refer this page.
https://api.slack.com/types/file

v1.2.5

06 Jan 01:33
Compare
Choose a tag to compare

Fixed the issue #24 : Error happens when input is empty with -f option