From fe138ac05bf46f33a07d97a543c0e3ab1567cd2f Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Tue, 19 Nov 2024 12:42:44 -0800 Subject: [PATCH] feat: Update HISTORY.md with v0.63.3 release details --- HISTORY.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index d62574b19..18cd933f3 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,6 +3,17 @@ ### main branch +### Aider v0.63.3 + +- Added `/editor` command to open system editor for writing prompts. +- Added support for optional multiline input tags with matching closing tags. +- Improved model settings configuration with default and override handling. +- Added support for deep merging of extra model settings parameters. +- Fixed bug in fuzzy model name matching. +- Added Timeout exception to handle API provider timeouts. +- Improved error handling and code formatting. +- Aider wrote 60% of the code in this release. + ### Aider v0.63.2 - Fixed bug in fuzzy model name matching when litellm provider info is missing.