Discord.sh Versions Save

Write-only command-line Discord webhooks integration written in 100% Bash script

v2.0.0

1 year ago

What's Changed

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

Full Changelog: https://github.com/fieu/discord.sh/compare/v1.7.1...v2.0.0

v1.7.1

1 year ago

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: https://github.com/fieu/discord.sh/compare/v1.6.1...v1.7.1

v1.6.1

2 years ago

Changelog:

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

v1.6

2 years ago

Changelog:

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

v1.5

3 years ago

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

4 years ago

This release provides the following changes:

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

v1.3

5 years ago

Added:

  • Help text

Thanks, Matt! -weg

v1.2

5 years ago

Added:

  • File upload support

v1.1

5 years ago

v1.0-alpha.1

5 years ago

Adds support for:

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