Releases: coursehero/slacktee
Releases · coursehero/slacktee
v1.2.14
- Enforce character limits as described in docs
- Add a copyright notice
v1.2.13
- 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
v1.2.11
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
v1.2.9
- 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
- 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
Add --config
option to specify a configuration file in a command line option
v1.2.6
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