From 0940598708ddf477f3cb9a516af4a14f2fc28153 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Tue, 26 Nov 2024 06:12:13 -0800 Subject: [PATCH] docs: add v0.64.2 release notes to history --- HISTORY.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 900c6db4f..459ca6c4e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,14 @@ - # Release history +### Aider v0.64.2 + +- Added command-line model alias support via `--alias` flag. +- Simplified model aliases to only include Claude-3 variants. +- Ask 2.5% of users to opt-in to analytics. +- Fixed duplicate `detect_urls` parameter. +- Added `detect_urls` parameter to coder initialization. +- Fixed string quote consistency in alias split. + ### Aider v0.64.0 - Added [`/editor` command](https://aider.chat/docs/usage/commands.html) to open system editor for writing prompts, by @thehunmonkgroup.