From c127f8f2f062fd5dbb413f2d67446eb0f2064bdf Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Fri, 15 Nov 2024 07:37:14 -0800 Subject: [PATCH] chore: Update HISTORY.md with v0.63.1 and v0.63.2 release notes --- HISTORY.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index bbbf1b826..11ec57c23 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,20 @@ # Release history +### Aider v0.63.2 + +- Fixed bug in fuzzy model name matching when litellm provider info is missing. +- Modified model metadata file loading to prioritize resource file. +- Updated dependency versions. +- Aider wrote 55% of the code in this release. + +### Aider v0.63.1 + +- Fixed bug in git ignored file handling. +- Improved error handling for git operations. +- Updated test paths in documentation. +- Aider wrote 55% of the code in this release. + ### Aider v0.63.0 - Support for Qwen 2.5 Coder 32B.