Skip to content

Latest commit

 

History

History
169 lines (109 loc) · 6.6 KB

CHANGELOG.md

File metadata and controls

169 lines (109 loc) · 6.6 KB

Changelog

v0.8.0 (2022-10-06)

Features

  • 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)

Fixes

  • Inverted error handling logic for file creation. (4fdee76)

v0.7.1 (2022-09-29)

Fixes

  • 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)

Features

  • Quote shell special characters (and upgrade dependencies). (7f7901d)
  • Use corpus for path logic. (da596c3)

Fixes

  • Address clippy warnings. (23ed36f)

v0.6.6 (2021-02-22)

Features

  • Describe the cascaded saucefiles being loaded. (ade5a15)

v0.6.5 (2021-02-15)

Features

  • Add sauce move command. (5872f83)

Fixes

  • Add missing clear-ignore config setting for subcommend. (b904035)

v0.6.4 (2021-02-12)

Fixes

  • 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)

Features

  • Add shell exec command. (97a473a)
  • Add quiet and verbose flags and update some help text. (44ffd85)

v0.5.1 (2021-02-01)

Features

  • Add options for configuring color output. (d35f014)
  • Propagate output to more locations and colorize most output. (9b8487f)

Fixes

  • stdin blocking on set var when there is no stdin. (c22dcf9)

v0.5.0 (2021-01-27)

Features

  • Add fish support and remove autodetect. (4afc9f9)
  • Add autoload functionality to bash. (8d87890)

Fixes

  • Use grcov action instead of installing it manually. (5a7ac24)
  • Incorrect ci trigger branch name. (fb9dd38)

v0.4.0 (2021-01-23)

Features

  • Add code coverage. (eedfba6)
  • Add autoload feature and settings for zsh. (2511e3c)
  • Add the ability to autoload and settings to toggle it. (fda3420)

Fixes

  • The addition of the autoload flag caused normal sauce to start failing. (f8b21d7)

v0.3.0 (2021-01-18)

Features

  • Protect ancestor saucefiles from modification. (dcb86f1)
  • Detect and dispatch to per-shell behavior. (da2c43e)

Fixes

  • Avoid one of the collect calls in glob parser. (1754845)

v0.2.1 (2021-01-15)

Features

  • Add CI/releases. (90cd2b4)
  • Add optional path to the "edit" command. (7641fd8)

Fixes

v0.2.0 (2021-01-13)

v0.1.2 (2021-01-12)

Fixes

  • Multiline format preservation (shell quoting issue). (49c1c23)
  • Switch to snailquote to properly handle double-quoting multiline strings. (939a67b)