Releases: dreadl0ck/zeus
v0.9.4
v0.9.3
v0.9.2
v0.9.1
v0.9.0
v0.8.11
Changelog
fd783e7 bump version
195bbb6 add experimental go support
11222c7 added base commands
77fc7f7 added startupHook and exitHook fields to commandfile
ae7893e add option to allow specific commands to modify the zeus prompt
33bc841 typos and dep updates
a5c03ae fix args not available for scripts in dedicated files, fix globals being prepended to script (they are now passed via env), allow using globals in output file names, test using globals in argument default values
2f7564b fix logic error while checking if all named outputs exist
46a7a33 add field to hide commands from main menu view, fixed some cases where output was written into a busy terminal session, fix bug with -C flag, always require a commandsFile (no fallback to parsing the zeus/scripts directory if it is missing)
8f5c8b5 go get -u ./...
34287fc update readline fork
v0.8.10
v0.8.9
v0.8.8
v0.8.7
Changelog
4b848b0 add delete-tag util
f6262ef update goreleaser config for latest version
baa213f version bump
- updated dependencies
New features:
- support for zsh
Merged pull requests from @streambinder:
- inject globals as environment variables instead of using code generation
- deduplicate command chains automatically