From 8546a1dc86878dade37e9b36f4a8b438e3d0d5ee Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Tue, 26 Nov 2024 06:25:00 -0800 Subject: [PATCH] docs: add main branch changes to release history --- HISTORY.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 900c6db4f..6b507f367 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,12 @@ - # Release history +### main branch + +- Added `--detect-urls` flag to control URL detection behavior. +- Added `--alias` flag to define custom model aliases from command line. +- Skip suggesting files that have same name as existing chat files. +- Ask 2.5% of users to opt-in to analytics. + ### Aider v0.64.0 - Added [`/editor` command](https://aider.chat/docs/usage/commands.html) to open system editor for writing prompts, by @thehunmonkgroup.