Releases: kasunkv/slack-notification
Releases · kasunkv/slack-notification
v5.0.x
Improvements
- Added exception monitoring to the extension.
- Fixed the issue with newline characters
- Documentation improvements
v4.0.10
Breaking Change
- Removed support for using Message Destination to set where the message is sent (eg. channel or user)
- Add support for sending multiple messages/uploads to channels/users using the same task. #13
- Use # to detect the channels, @ to detect the user and if not the value is taken as real_name or display_name
Improvements
- More detailed logging in the debug mode.
v3.1.1
- Added support for sending notifications to users by Slack user name type. Eg. Name, Real Name, Display Name
v3.0.1
New Features
- Added support for sending direct messages to Slack Users #7
v2.3.1
Updates
- #8 Added the option to toggle adding timestamp to the attachment footer
v2.1.1
Fixed
- The issue with missing vsts-task-lib
v2.0.0
Features
- Support Uploading a File to a Slack Channel. (#3 )
Improvements
- Made the Message input not required. (#4)