From 99d0a707f5edee1b26775598e1b4cc1ab5ada29e Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 18 Jul 2024 20:08:35 +0100 Subject: [PATCH] copy --- aider/website/HISTORY.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/aider/website/HISTORY.md b/aider/website/HISTORY.md index b29ce59bc..6312af566 100644 --- a/aider/website/HISTORY.md +++ b/aider/website/HISTORY.md @@ -12,6 +12,15 @@ cog.out(text) # 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.