diff --git a/HISTORY.md b/HISTORY.md index f993e82a4..be53dc4fa 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,11 +1,12 @@ # Release history -### main branch +### v0.15.0 - Added support for `.aiderignore` file, which instructs aider to ignore parts of the git repo. -- `/run` and `/git` now accept full shell commands, like: `/run (cd subdir; ls)` - New `--commit` cmd line arg, which just commits all pending changes with a sensible commit message geneated by gpt-3.5. - Added universal ctags and multiple architectures to the [aider docker image](https://aider.chat/docs/docker.html) +- `/run` and `/git` now accept full shell commands, like: `/run (cd subdir; ls)` +- Restored missing `--encoding` cmd line switch. ### v0.14.2