Skip to content

Releases: bitrise-steplib/steps-slack-message

2.7.0

22 Feb 13:13
Compare
Choose a tag to compare
  • More customizable and better default Slack messages
  • New inputs:
    • author_name: A small text used to display the author's name
    • buttons: A list of buttons attached to the message as link buttons
    • channel_on_error: Target Slack channel, group or username if the build failed
    • fields: A list of fields to be displayed in a table inside the attachment
    • footer: Adds some brief text as footer
    • footer_icon: Renders a small icon beside the footer text
    • pretext: An optional text that appears above the attachment block
    • pretext_on_error: Pretext if the build failed
    • text: Text of the message to send (Different from the attachment's message)
    • text_on_error: Text if the build failed
    • thumb_url: A URL to an image file that will be displayed as a thumbnail
    • thumb_url_on_error: Thumb URL if the build failed
    • timestamp: Show the current time as part of the attachment's footer?
    • title: The title of the attachment
    • title_on_error: The title of the attachment if the build failed
    • title_link: A URL that will hyperlink the title

2.6.5

31 Jan 15:26
Compare
Choose a tag to compare
  • Even better default messages

2.6.4

26 Jan 14:34
Compare
Choose a tag to compare
  • Better default messages

2.6.3

30 Oct 15:03
Compare
Choose a tag to compare
  • Missing image_url_on_error warning indent unified

2.6.2

28 Aug 07:45
Compare
Choose a tag to compare
  • check if body string is ok (#23)

2.6.1

07 Aug 12:24
Compare
Choose a tag to compare

Add option for Linkifying user name and channel name #22 - thanks @tomoima525 for the PR! ;)

2.5.0

22 May 15:26
Compare
Choose a tag to compare

Auto converting \ + n character sequences to the \n newline escape sequence in the Message inputs, to ensure that \n always means "newline" in the Slack message (instead of printing \n in the message when the character sequence is \ + n instead of the ASCII 10 character represented by the \n escape character).

Related discussion: https://discuss.bitrise.io/t/slack-step-does-not-treat-n-as-a-newline-when-message-generated-by-a-bash-script-step/1776

2.4.1

09 May 18:34
Compare
Choose a tag to compare

Quickfix: the title of the image_url_on_error input changed from Image URL to Image URL - if build failed

50b7707

2.4.0

09 May 15:33
Compare
Choose a tag to compare

Embedded image / GIF support, thanks to the PR by @simonmartyr !

2.3.0

12 Sep 16:18
Compare
Choose a tag to compare

Thanks to @Bunk we discovered that there's indeed a Slack API option to enable markdown formatting support in attachments too, so we removed the formatting_mode input, using only attachment API mode, but markdown is now enabled for the text fields. This means colors+markdown formatting at the same time! 🚀

BREAKING: removed formatting_mode, as there's no use for it anymore