Skip to content

Commit

Permalink
reformat changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthehenry committed Feb 27, 2022
1 parent be289a8 commit ea5cb98
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ea5cb98

Please sign in to comment.