From 54742a2d7519914cb3459c3a0b8983a13ac3a8f8 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 19 Oct 2023 08:01:15 -0700 Subject: [PATCH] Updated HISTORY --- HISTORY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index f6b750ec3..f993e82a4 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,11 +1,11 @@ # Release history -### Next release +### main branch - 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 to the [aider docker image](https://aider.chat/docs/docker.html) +- Added universal ctags and multiple architectures to the [aider docker image](https://aider.chat/docs/docker.html) ### v0.14.2