Skip to content

Releases: hugoalh/send-discord-webhook-ghaction

7.0.4

23 Dec 04:43
fa288b2
Compare
Choose a tag to compare

〰️ Changes

  • Update dependencies and runtimes (@hugoalh)(N/A)

7.0.3

21 Nov 04:22
2c03ad0
Compare
Choose a tag to compare

〰️ Changes

  • Update dependencies and runtimes (@hugoalh)(N/A)

7.0.2

19 Oct 03:13
460d12a
Compare
Choose a tag to compare

〰️ Changes

7.0.1

10 Oct 05:54
6bf1def
Compare
Choose a tag to compare

〰️ Changes

7.0.0

13 Sep 09:36
b0f5e0e
Compare
Choose a tag to compare

🔦 Spotlights

  • Support poll
  • Support thread tags

💥 Break Changes

  • Change some of the inputs list separator (@hugoalh)(N/A)
  • Move from NodeJS based to Docker and Deno based, runner now require support Docker instead (@hugoalh)(N/A)
  • Rename some of the special colour namespaces: (@hugoalh)(N/A)
    • "Default" to "Discord Embed Default"
    • "Embed Background Dark" to "Discord Embed Background Dark"
  • Replace input allowed_mentions_parse with inputs: (@hugoalh)(N/A)
    • allowed_mentions_parse_everyone
    • allowed_mentions_parse_roles
    • allowed_mentions_parse_users

〰️ Changes

  • Add input files_glob to control Glob behaviour of input files (@hugoalh)(N/A)
  • Add input notification to whether trigger push and desktop notifications (@hugoalh)(N/A)
  • Add input thread_tags for forum thread tags (@hugoalh)(N/A)
  • Add inputs for poll: (@hugoalh)(N/A)
    • poll_question
    • poll_answers
    • poll_duration
    • poll_allow_multiselect
  • Fix inputs default value may lost due to the different entrypoints (@hugoalh)(N/A)
  • Implement more tests (@hugoalh)(N/A)
  • Implement rate limit protection (@hugoalh)(N/A)
  • Improve segmentation to prevent Discord resolve and display matches links in the content as embed under the message (@hugoalh)(N/A)
  • Update dependencies (@hugoalh)(N/A)

7.0.0 Beta 1

09 Sep 03:20
81d4ec2
Compare
Choose a tag to compare
7.0.0 Beta 1 Pre-release
Pre-release

🔦 Spotlights

  • Support poll
  • Support thread tags

💥 Break Changes

  • Change some of the inputs list separator (@hugoalh)(N/A)
  • Move from NodeJS based to Docker and Deno based, runner now require support Docker instead (@hugoalh)(N/A)
  • Rename some of the special colour namespaces: (@hugoalh)(N/A)
    • "Default" to "Discord Embed Default"
    • "Embed Background Dark" to "Discord Embed Background Dark"
  • Replace input allowed_mentions_parse with inputs: (@hugoalh)(N/A)
    • allowed_mentions_parse_everyone
    • allowed_mentions_parse_roles
    • allowed_mentions_parse_users

〰️ Changes

  • Add input files_glob to control Glob behaviour of input files (@hugoalh)(N/A)
  • Add input notification to whether trigger push and desktop notifications (@hugoalh)(N/A)
  • Add input thread_tags for forum thread tags (@hugoalh)(N/A)
  • Add inputs for poll: (@hugoalh)(N/A)
    • poll_question
    • poll_answers
    • poll_duration
    • poll_allow_multiselect
  • Fix inputs default value may lost due to the different entrypoints (@hugoalh)(N/A)
  • Implement more tests (@hugoalh)(N/A)
  • Implement rate limit protection (@hugoalh)(N/A)
  • Improve segmentation to prevent Discord resolve and display matches links in the content as embed under the message (@hugoalh)(N/A)
  • Update dependencies (@hugoalh)(N/A)

6.0.2

09 Mar 07:14
Compare
Choose a tag to compare

〰️ Changes

  • Fix issues related to attachments/files: (@hugoalh)(N/A)
    • "Cannot send an empty message!" were caused by incorrect request header
    • ERR_INVALID_ARG_TYPE were caused by legacy file reader
    • "File is not accessible, exist, and/or readable!" were caused by duplicated path root
  • Move to TypeScript based (@hugoalh)(N/A)
  • Remove unnecessary codes of variables reassign (@hugoalh)(N/A)
  • Update dependencies (@hugoalh)(N/A)

6.0.1

17 Dec 05:24
Compare
Choose a tag to compare

〰️ Changes

6.0.0

08 Nov 04:00
Compare
Choose a tag to compare

🔦 Spotlights

  • Ability to prevent Discord resolve and display specific links in the content as embed under the message
  • Input files now support Glob selection (@hugoalh)(3870d4d)

💥 Break Changes

  • Change input wait default value to true to wait for Discord confirmation of message send before response (@hugoalh)(N/A)
  • Change target GitHub Actions Runner from >= v2.297.0 to >= v2.310.0 (@hugoalh)(N/A)
  • Change target NodeJS from ^ v16.13.0 to ^ v20.9.0 (@hugoalh)(N/A)
  • Input embeds[*].color no longer case insensitive (@hugoalh)(1c5d681)
  • Input files now require syntax of simple multiple line instead of JSON or YAML (@hugoalh)(N/A)
  • Remove input method and always detect suitable method (@hugoalh)(N/A)
  • Replace inputs thread_type and thread_value with inputs thread_id and thread_name (@hugoalh)(N/A)
  • Replace input payload with inputs: (@hugoalh)(N/A)
    • content
    • username
    • avatar_url
    • tts
    • embeds
    • allowed_mentions_parse
    • allowed_mentions_roles
    • allowed_mentions_users

〰️ Changes

6.0.0 Beta 6

07 Nov 08:00
Compare
Choose a tag to compare
6.0.0 Beta 6 Pre-release
Pre-release

〰️ Changes

  • Escape links in the content should happen before truncate (@hugoalh)(1a33503)