Skip to content

Releases: saadbruno/perforce-discord-webhook

Debugging

18 Aug 17:49
Compare
Choose a tag to compare

Sometimes it's hard to figure out why the webhook is not being sent. So i enabled debugging in the script.
By default it outputs a few information about the linux system, and the perforce server to ./output.log

You can enable / disable this behavior by commenting / uncommenting this line in the perforce-discord-webhook.sh:

# Uncomment this to enable debugging
exec &> $(dirname "$0")/output.log

After executing the script, you should see all the information in the output.log file.


Minor tweaks:

  • Fixed p4dctl typo in the readme

Better escaping of characters

12 May 19:55
Compare
Choose a tag to compare

Turns out we only need to escape quotes, instead of stripping almost all special characters.

So now we can submit changelists with a lot of special characters, even emojis:
image

The only limitation is double quotes, which are converted to single quotes. But that's still pretty good

Initial Release

17 Apr 15:53
Compare
Choose a tag to compare
1.0.0

fixing username not showing on readme