Skip to content

Releases: dreadl0ck/zeus

v0.9.4

18 Feb 09:39
Compare
Choose a tag to compare

Changelog

1cd615f add support to set workingDir for individual commands

v0.9.3

15 Feb 23:04
Compare
Choose a tag to compare

Changelog

8d833a2 update gitignore
2656017 version bump
37dd79b added support to extend commandFiles from another zeus configuration, and use both their commands inside the same zeus shell

v0.9.2

15 Feb 14:31
Compare
Choose a tag to compare

Changelog

dfe7c62 add data.yml
4157248 added support for using globals and arguments in command dependencies
e7143db fix tests

v0.9.1

11 Feb 14:01
Compare
Choose a tag to compare

Changelog

aa9f211 gen version
2d8784e bump version
bb1cb0c allow to use arguments to dynamically define output names

v0.9.0

11 Feb 11:43
Compare
Choose a tag to compare

Changelog

44b153e bump minor version due to breaking changes
1e33d6b rename useBase field to extends
8c78e51 test event handling and improve output, support changing the debug mode without restarting the zeus shell, fix config errors due to strict yaml unmarshaling being used

v0.8.11

10 Feb 23:13
Compare
Choose a tag to compare

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

02 Feb 22:33
Compare
Choose a tag to compare

Changelog

fb67e1c bump version
af7ea31 update passing position to micro, the flags changed
07675a8 update blackfriday version
25a9ef7 output cleanup, fix tests

v0.8.9

27 Jan 10:38
Compare
Choose a tag to compare

Changelog

817a1ae update data file
02814f0 update data
6216487 bump
0953398 set default perl interpreter path to /usr/bin/perl

v0.8.8

27 Jan 10:28
Compare
Choose a tag to compare

Changelog

0f3732a update project data
31006d2 version bump
afdb576 dep upgrade
629afce add perl support
0169315 gen-version on install

v0.8.7

06 Dec 16:13
Compare
Choose a tag to compare

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