Releases: fieu/discord.sh
Releases · fieu/discord.sh
v2.0.0 - 🧪 Webhook modification support
What's Changed
Warning
discord.sh
now requiresbase64
andfile
commands. These can be added through most package managers.
Full Changelog: v1.7.1...v2.0.0
v1.7.1 - 🧹 Cleanup
v1.7.1 - 2023-02-05
Merged
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
Changelog:
- FIx
date
command inget_ts()
for FreeBSD and macOS machines.
v1.6 - Add support for fields
Changelog:
- Add support for fields. Usage:
--field <name,value,inline>
- Change from TravisCI over to GitHub Actions.
v1.5 - Fix symlink handling
Changes:
- Use
readlink
to get the actual location of the discord.sh script, rather than the location of the symlink.
v1.4 - Fix --help/-h and add proper tests!
This release provides the following changes:
--help|-h
working now- Added proper tests
v1.3 - Help text added!
v1.2 - File Upload Support
Added:
- File upload support
v1.1 First Stable Release
Remove docker stuff
First release
Adds support for:
./discord.sh say ...
--username <username>
--text <content>
-- raw text only--avatar-url <url>
--dry-run
--tts