Releases: lichendust/souschef
Releases · lichendust/souschef
v0.2.0
Full Release
Features
- Improved the quality of Sous Chef's output: it's now much nicer to look at and provides more information.
- Added configurable placeholder behaviour.
Bugs
- Overwriting now matches the new placeholder behaviour and correctly defers to the file instead of being always forced in a binary fashion.
- Percentage of output resolution is now accounted for and correctly reported and applied to output.
Internal
- Removed
targets
sub-command to add new targets from the CLI. You still need to edit the.souschef/config.toml
yourself anyway, so let's just commit to it.
Releases are available over on itch.io. Each release zip file corresponds to the checksums here.
v0.1.1
Initial release!
- Cleaned up visual output.
- Added lock files as a preferential workflow to the (never implemented) "watch" mode.
- Added a granular order
delete
command. - General bug-fixing.
- Cleaned up a bunch of messy code.
If you don't trust the builds below, you're welcome to compile Sous Chef yourself with Go 1.20+.
Don't forget to chmod u+x [binary]
if you're a Mac user!
v0.1.0-alpha
Initial test release. Builds will be available in short order.