From aef5949db77b694ecd7cfbe68505474ce05c4d26 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 18 Jul 2024 20:08:24 +0100 Subject: [PATCH] Updated HISTORY --- HISTORY.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 94f223be1..cae8cf920 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,15 @@ # Release history +### Aider v0.45.0 + +- GPT-4o mini scores similar to the original GPT 3.5, using whole edit format. +- Aider is better at offering to add files to the chat on Windows. +- Bugfix corner cases for `/undo` with new files or new repos. +- Now shows last 4 characters of API keys in `--verbose` output. +- Bugfix to precedence of multiple `.env` files. +- Bugfix to gracefully handle HTTP errors when installing pandoc. + ### Aider v0.44.0 - Default pip install size reduced by 3-12x.