Releases: hugoalh/send-discord-webhook-ghaction
Releases · hugoalh/send-discord-webhook-ghaction
7.0.4
〰️ Changes
- Update dependencies and runtimes (@hugoalh)(N/A)
7.0.3
〰️ Changes
- Update dependencies and runtimes (@hugoalh)(N/A)
7.0.2
7.0.1
7.0.0
🔦 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 inputfiles
(@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
🔦 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 inputfiles
(@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
〰️ 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
〰️ Changes
- Update dependencies (@hugoalh)(N/A)
6.0.0
🔦 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 totrue
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
andthread_value
with inputsthread_id
andthread_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
- Add input
content_links_no_embed
(@hugoalh)(#400, #405, ef7365d, 3f021b1, 1a33503) - Implement on demand
allowed_mentions.roles
andallowed_mentions.users
for the payload (@hugoalh)(286d701) - Improve error message and show error type and stack (@hugoalh)(1c5d681, 1d94211, 7a5094b)
- Merge multiple color namespace lists for faster query (@hugoalh)(1c5d681)
- Update dependencies (@hugoalh)(N/A)