Skip to content

Releases: fieu/discord.sh

v2.0.0 - 🧪 Webhook modification support

06 Feb 11:47
804645e
Compare
Choose a tag to compare

What's Changed

  • Add support for webhook modification by @fieu in #54

Warning
discord.sh now requires base64 and file commands. These can be added through most package managers.

Full Changelog: v1.7.1...v2.0.0

v1.7.1 - 🧹 Cleanup

05 Feb 20:48
Compare
Choose a tag to compare

v1.7.1 - 2023-02-05

Merged

  • Bump nokogiri from 1.13.4 to 1.13.6 in /docs #47
  • Bump nokogiri from 1.13.3 to 1.13.4 in /docs #44

Commits

  • Update copyright notice within script 597baf1
  • Remove netcat stuff and just output dry-run via echo & jq 76f7f1c
  • Add --dry-run & --file options to usage 6f1dcf0
  • Get rid of Travis related files ec9b0aa
  • Conform GitHub Actions secret to discord.sh 8393be2
  • Print output of failing tests 7bd480b
  • Remove test script (make it a Makefile rule) c9eaec1
  • Define $TERM for tests f0dd307
  • Prettify test output d1a0588
  • Cleanup lint rule a24ee09
  • Remove docs site 94f3493
  • Remove useless exit 326253e
  • Support dark/light-mode faf6259
  • Update GitHub link 0f1892e
  • Fix typo 054bf62
  • Fix tests 569937b
  • Make file standalone message more clear 577dd50
  • Merge pull request #42 from keevan/41-update-docs 88c0f94
  • [#41] docs: fix dependency list, add bash f7bc2fd

New Contributors

Full Changelog: v1.6.1...v1.7.1

v1.6.1 - Date fix for FreeBSD & macOS

27 Mar 23:31
Compare
Choose a tag to compare

Changelog:

  • FIx date command in get_ts() for FreeBSD and macOS machines.

v1.6 - Add support for fields

23 Jun 05:31
Compare
Choose a tag to compare

Changelog:

  • Add support for fields. Usage: --field <name,value,inline>
  • Change from TravisCI over to GitHub Actions.

v1.5 - Fix symlink handling

16 Jan 00:37
81d8fae
Compare
Choose a tag to compare

Changes:

  • Use readlink to get the actual location of the discord.sh script, rather than the location of the symlink.
    • Thanks to @dayne for this contribution! PR: #24
    • This mostly impacts the location where you'll put your .webhook file, if you choose to define the webhook URL that way.
      The .webhook file will need to be in the same directory as the actual discord.sh script.

v1.4 - Fix --help/-h and add proper tests!

07 Apr 13:47
Compare
Choose a tag to compare

This release provides the following changes:

  • --help|-h working now
  • Added proper tests

v1.3 - Help text added!

08 Sep 22:04
Compare
Choose a tag to compare

Added:

  • Help text

Thanks, Matt! -weg

v1.2 - File Upload Support

19 Aug 02:10
Compare
Choose a tag to compare

Added:

  • File upload support

v1.1 First Stable Release

17 Aug 15:57
Compare
Choose a tag to compare
Remove docker stuff

First release

14 Aug 20:53
Compare
Choose a tag to compare
First release Pre-release
Pre-release

Adds support for:

  • ./discord.sh say ...
  • --username <username>
  • --text <content> -- raw text only
  • --avatar-url <url>
  • --dry-run
  • --tts