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.