v0.8.0 (2022-10-06)
- Add autoload-args config option. (052778b)
- Add the ability to configure default arguments supplied to the sauce command. (49a617d)
- Add -t/--target option to only sauce a specific target. (89ef948)
- Add file target. (b539b5d)
v0.7.2 (2022-10-04)
- Inverted error handling logic for file creation. (4fdee76)
v0.7.1 (2022-09-29)
- Address bugs introduced by the switch to corpus which incorrectly prefixed
relative paths to the new/move commands. (5ce44d3)
v0.7.0 (2022-05-26)
- Quote shell special characters (and upgrade dependencies). (7f7901d)
- Use corpus for path logic. (da596c3)
- Address clippy warnings. (23ed36f)
v0.6.6 (2021-02-22)
- Describe the cascaded saucefiles being loaded. (ade5a15)
v0.6.5 (2021-02-15)
- Add
sauce move
command. (5872f83)
- Add missing clear-ignore config setting for subcommend. (b904035)
v0.6.4 (2021-02-12)
- escape behavior of escaped newlines. (e9d7e41)
v0.6.3 (2021-02-09)
v0.6.2 (2021-02-06)
v0.6.1 (2021-02-06)
v0.6.0 (2021-02-06)
v0.5.1 (2021-02-01)
- Add options for configuring color output. (d35f014)
- Propagate output to more locations and colorize most output. (9b8487f)
- stdin blocking on set var when there is no stdin. (c22dcf9)
v0.5.0 (2021-01-27)
- Use grcov action instead of installing it manually. (5a7ac24)
- Incorrect ci trigger branch name. (fb9dd38)
v0.4.0 (2021-01-23)
- Add code coverage. (eedfba6)
- Add autoload feature and settings for zsh. (2511e3c)
- Add the ability to autoload and settings to toggle it. (fda3420)
- The addition of the autoload flag caused normal
sauce
to start failing. (f8b21d7)
v0.3.0 (2021-01-18)
- Protect ancestor saucefiles from modification. (dcb86f1)
- Detect and dispatch to per-shell behavior. (da2c43e)
- Avoid one of the collect calls in glob parser. (1754845)
v0.2.1 (2021-01-15)
- Cargo.toml license. (9b1c7e4)