Skip to content

Releases: tsickert/discord-webhook

[Preview] v4.0.0 - Near-full API support and single embed

24 Sep 06:25
Compare
Choose a tag to compare

This preview adds support for the discord webhook execute endpoint. Some fields are left off as described by the API, so the structures don't match, but the available behaviors should be there.

Key differences

  • Added the ability to include embeds with file uploads. The embeds are sent in a second message, but it allows users to add embeds to webhooks that write files, which is not supported by the discord API.
  • The discord API allows for up to 10 embeds. Currently, this action restricts to one. The full 10 may be supported before v4 is released.
  • Embeds do not have fields. Implementing them seemed tedious and they seem to be a bold heading above an unbolded message, so are still reproducable by users. If requested, I can look into adding them.

[Preview] v4.0.0 - Near-full API support and single embed

24 Sep 02:44
Compare
Choose a tag to compare

This preview adds support for the discord webhook execute endpoint. Some fields are left off as described by the API, so the structures don't match, but the available behaviors should be there.

Key differences

  • Added the ability to include embeds with file uploads. The embeds are sent in a second message, but it allows users to add embeds to webhooks that write files, which is not supported by the discord API.
  • The discord API allows for up to 10 embeds. Currently, this action restricts to one. The full 10 may be supported before v4 is released.
  • Embeds do not have fields. Implementing them seemed tedious and they seem to be a bold heading above an unbolded message, so are still reproducable by users. If requested, I can look into adding them.

Content Support for File Uploads

23 Sep 16:26
3c31808
Compare
Choose a tag to compare

Content Support for File Uploads

Username and Avatar URL Support for File Uploads

23 Sep 09:11
b8feaf8
Compare
Choose a tag to compare

File uploads can now use a username and avatar URL override.

Docker base image performance improvements

31 Aug 05:36
e47d567
Compare
Choose a tag to compare

v3.0.1-rc

31 Aug 05:23
Compare
Choose a tag to compare
v3.0.1-rc Pre-release
Pre-release
Update base image

File upload support

20 Jul 05:28
769f7b0
Compare
Choose a tag to compare

Supports file uploads via webhooks. Use the filename argument to check it out!

File upload support

20 Jul 05:19
Compare
Choose a tag to compare
File upload support Pre-release
Pre-release
v3.0.0-rc

Simplify curl for file

Back to Bash

25 Feb 08:46
Compare
Choose a tag to compare
  • Using bash instead of python to speed up action

v2.0.1

17 Jan 23:57
Compare
Choose a tag to compare