Skip to content

Releases: MineBartekSA/discord-webhook

v2.1 - Minor improvement

12 Sep 19:22
f65c087
Compare
Choose a tag to compare

In this version, action will automatically escape " and \ characters.
This is just a minor improvement for those who don't want to deal with escaping.

v2 - File upload and more

12 Aug 19:16
c9d90dc
Compare
Choose a tag to compare

And this should mark the completion of this action.
The most notable addition to this version is file upload!
I've also added support for components (but you need an application-owned webhook to use them).

v1.4 - A lot better

10 Aug 13:40
7629983
Compare
Choose a tag to compare

After a lot of working, testing, and once again testing, I've finally (hopefully) tested this action throughout and fixed some major bugs.

  • You can finally send messages with only content set
  • Fixed allowed mentions
  • Embeds are now able to include multiline text without the need to write \n
  • Debugged the issue where you can't run this action multiple times in one job. Turns out, this is a bug in Github Actions, and I can do nothing about it. (added warning in README)

v1.3 - Multiline the way

08 Aug 22:22
49bc807
Compare
Choose a tag to compare

Finally got the multiline working

Initial public release

08 Aug 20:01
253d692
Compare
Choose a tag to compare

Finished writing this action, made a tag, and then needed to fix something, so v1.1 is the first public release.
Anyways, enjoy!