Releases: wimhaanstra/noodge
Releases · wimhaanstra/noodge
Release list
v0.2.3
Changelog
- 793e040: feat: add --file to load an exact config instead of discovering one (@wimhaanstra)
- 770fbaa: feat: group the command browser into families (@wimhaanstra)
- 263747b: feat: indent commands under their family heading in the browser (@wimhaanstra)
Installing
Windows
irm https://raw.githubusercontent.com/wimhaanstra/noodge/main/scripts/install.ps1 | iexmacOS and Linux
curl -fsSL https://raw.githubusercontent.com/wimhaanstra/noodge/main/scripts/install.sh | shOr download an archive below and put the binary on your PATH.
v0.2.2
Changelog
- c682b2f: feat: add confirm setting to ask before running a command (@wimhaanstra)
- 2d652ab: fix(pages): publish the feed from the release workflow rather than an event (@wimhaanstra)
Installing
Windows
irm https://raw.githubusercontent.com/wimhaanstra/noodge/main/scripts/install.ps1 | iexmacOS and Linux
curl -fsSL https://raw.githubusercontent.com/wimhaanstra/noodge/main/scripts/install.sh | shOr download an archive below and put the binary on your PATH.
v0.2.1
Changelog
- 4780b7d: fix(update): detect package-manager paths regardless of host platform (@wimhaanstra)
Installing
Windows
irm https://raw.githubusercontent.com/wimhaanstra/noodge/main/scripts/install.ps1 | iexmacOS and Linux
curl -fsSL https://raw.githubusercontent.com/wimhaanstra/noodge/main/scripts/install.sh | shOr download an archive below and put the binary on your PATH.
v0.1.2
Changelog
- 487099f: fix(release): use the exact token template GoReleaser demands (@wimhaanstra)
Installing
Windows
irm https://raw.githubusercontent.com/wimhaanstra/noodge/main/scripts/install.ps1 | iexmacOS and Linux
curl -fsSL https://raw.githubusercontent.com/wimhaanstra/noodge/main/scripts/install.sh | shOr download an archive below and put the binary on your PATH.
v0.1.1
Changelog
- 4783670: feat(release): publish a Scoop manifest on release (@wimhaanstra)
- e9e7e8e: fix(install): stop the checksum helper clobbering the archive path (@wimhaanstra)
Installing
Windows
irm https://raw.githubusercontent.com/wimhaanstra/noodge/main/scripts/install.ps1 | iexmacOS and Linux
curl -fsSL https://raw.githubusercontent.com/wimhaanstra/noodge/main/scripts/install.sh | shOr download an archive below and put the binary on your PATH.
v0.1.0
Changelog
- 402c16f: feat(cli): add completion install, and document completion (Wim Haanstra 111713+wimhaanstra@users.noreply.github.com)
- de29511: feat(cli): add shell completion for bash, zsh, fish and PowerShell (Wim Haanstra 111713+wimhaanstra@users.noreply.github.com)
- 7545f9d: feat(cli): add the command tree with version, schema, validate and list (Wim Haanstra 111713+wimhaanstra@users.noreply.github.com)
- 6a81bc1: feat(cli): open the browser for a bare noodge on a terminal (Wim Haanstra 111713+wimhaanstra@users.noreply.github.com)
- dbd1f5c: feat(cli): run the commands declared in noodge.yaml (Wim Haanstra 111713+wimhaanstra@users.noreply.github.com)
- 6cfc150: feat(config): add parallel groups to the step format (Wim Haanstra 111713+wimhaanstra@users.noreply.github.com)
- 22b87eb: feat(config): add semantic validation with source positions (Wim Haanstra 111713+wimhaanstra@users.noreply.github.com)
- c4e5b6f: feat(config): add the lenient loader for the completion path (Wim Haanstra 111713+wimhaanstra@users.noreply.github.com)
- 593775f: feat(config): add types, discovery and strict loading (Wim Haanstra 111713+wimhaanstra@users.noreply.github.com)
- 9a0080d: feat(runner): expand placeholders and execute a command's steps (Wim Haanstra 111713+wimhaanstra@users.noreply.github.com)
- 5bd0aa9: feat(runner): run parallel groups, and take the process tree with them (Wim Haanstra 111713+wimhaanstra@users.noreply.github.com)
- a1f7511: feat(schema): generate and embed the JSON Schema for noodge.yaml (Wim Haanstra 111713+wimhaanstra@users.noreply.github.com)
- c98f370: feat(template): add the placeholder parser (Wim Haanstra 111713+wimhaanstra@users.noreply.github.com)
- f67b59b: feat(tui): add the full-screen command browser (Wim Haanstra 111713+wimhaanstra@users.noreply.github.com)
- 99fd588: feat: release on a tag, with installers for every platform (Wim Haanstra 111713+wimhaanstra@users.noreply.github.com)
- f2eeb9c: fix(cli): name the two PowerShell editions separately when installing (Wim Haanstra 111713+wimhaanstra@users.noreply.github.com)
- 2cf24ed: fix(runner): wait for a group's output to be read before returning (Wim Haanstra 111713+wimhaanstra@users.noreply.github.com)
- cd5e876: test(runner): prove concurrency by rendezvous rather than by the clock (Wim Haanstra 111713+wimhaanstra@users.noreply.github.com)
Installing
Windows
irm https://raw.githubusercontent.com/wimhaanstra/noodge/main/scripts/install.ps1 | iexmacOS and Linux
curl -fsSL https://raw.githubusercontent.com/wimhaanstra/noodge/main/scripts/install.sh | shOr download an archive below and put the binary on your PATH.