Releases: tsickert/discord-webhook
Releases · tsickert/discord-webhook
[Preview] v4.0.0 - Near-full API support and single embed
Pre-release
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
Pre-release
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
Content Support for File Uploads
Username and Avatar URL Support for File Uploads
File uploads can now use a username and avatar URL override.
Docker base image performance improvements
Performance increased 66%
v3.0.1-rc
Update base image
File upload support
Supports file uploads via webhooks. Use the filename
argument to check it out!
File upload support
v3.0.0-rc Simplify curl for file
Back to Bash
- Using bash instead of python to speed up action
v2.0.1
- Bug fixes