Skip to content

Releases: kasunkv/slack-notification

v5.0.x

02 Nov 03:32
Compare
Choose a tag to compare

Improvements

  • Added exception monitoring to the extension.
  • Fixed the issue with newline characters
  • Documentation improvements

v4.0.10

22 Jul 12:20
Compare
Choose a tag to compare

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

08 Jul 09:09
Compare
Choose a tag to compare
  • Added support for sending notifications to users by Slack user name type. Eg. Name, Real Name, Display Name

v3.0.1

03 Jun 07:22
Compare
Choose a tag to compare

New Features

  • Added support for sending direct messages to Slack Users #7

v2.3.1

17 May 17:24
Compare
Choose a tag to compare

Updates

  • #8 Added the option to toggle adding timestamp to the attachment footer

v2.2.5

15 Apr 05:17
Compare
Choose a tag to compare

Changes

  • Some code refactoring

v2.1.1

14 Apr 16:58
Compare
Choose a tag to compare

Fixed

  • The issue with missing vsts-task-lib

v2.0.0

14 Apr 16:43
Compare
Choose a tag to compare

Features

  • Support Uploading a File to a Slack Channel. (#3 )

Improvements

  • Made the Message input not required. (#4)