Skip to content

Releases: fieu/discord.sh

v2.0.1 - 📝 stdin text input

Choose a tag to compare

@fieu fieu released this 27 Oct 09:50
76cc2ca

What's Changed

  • Adding ability to have --stdin overwrite --text by @ericloyd in #64

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0 - 🧪 Webhook modification support

Choose a tag to compare

@fieu fieu released this 06 Feb 11:47
804645e

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

Choose a tag to compare

@fieu fieu released this 05 Feb 20:48

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

Choose a tag to compare

@fieu fieu released this 27 Mar 23:31

Changelog:

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

v1.6 - Add support for fields

Choose a tag to compare

@fieu fieu released this 23 Jun 05:31

Changelog:

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

v1.5 - Fix symlink handling

Choose a tag to compare

@ChaoticWeg ChaoticWeg released this 16 Jan 00:37
81d8fae

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!

Choose a tag to compare

@fieu fieu released this 07 Apr 13:47

This release provides the following changes:

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

v1.3 - Help text added!

Choose a tag to compare

@fieu fieu released this 08 Sep 22:04

Added:

  • Help text

Thanks, Matt! -weg

v1.2 - File Upload Support

Choose a tag to compare

@fieu fieu released this 19 Aug 02:10

Added:

  • File upload support

v1.1 First Stable Release

Choose a tag to compare

@fieu fieu released this 17 Aug 15:57
Remove docker stuff