From ea5cb988f5277833eeb9553e725e983e8d3bd6ce Mon Sep 17 00:00:00 2001 From: Ian Henry Date: Sun, 27 Feb 2022 12:19:40 -0800 Subject: [PATCH] reformat changelog --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dcc654f..8419a61 100644 --- a/README.md +++ b/README.md @@ -265,11 +265,11 @@ Bash doesn't support the fancy completion-with-description feature that is sort # Changelog -## 1.0 2022-02-27 +## v1.0.0 2022-02-27 `sd` is now released under the MIT license. There are no functional changes from the pre-1.0 releases. -## 0.3 2022-02-26 +## v0.3.0 2022-02-26 - scripts now run with the `SD` environment variable set to the directory they were found in - autocompletion now completes arguments to commands instead of just commands @@ -279,11 +279,15 @@ Bash doesn't support the fancy completion-with-description feature that is sort - this fixes the rare issue where a long-running script could throw errors when it finished if you were editing the `sd` executable itself while the script was running, because `bash` was trying to execute the "rest" of the file and apparently doing so by byte index or something (??) - this only affects me -## 0.2 2022-02-24 +## v0.2.0 2022-02-24 - added per-directory `template` files, to override the `bash` default -## 0.1 2021-11-30 +## v0.1.1 2021-12-05 + +- fix a bug where `--new` wouldn't work unless provided with an initial script + +## v0.1.0 2021-12-01 - added `--really` - `dir.help` files are now `dir/help` files