docs: add main branch changes to release history

This commit is contained in:
Paul Gauthier (aider) 2024-11-26 06:25:00 -08:00
parent ae98bf237f
commit 8546a1dc86

View file

@ -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.