docs: update changelog with URL detection and model alias features

This commit is contained in:
Paul Gauthier 2024-11-26 06:38:57 -08:00 committed by Paul Gauthier (aider)
parent 885e5cbd7c
commit dc2047804a

View file

@ -2,11 +2,14 @@
### main branch ### main branch
- Added `--detect-urls` flag to control URL detection behavior. - Added `--alias` flag to define [custom model aliases](https://aider.chat/docs/config/model-aliases.html) from command line.
- Added `--alias` flag to define custom model aliases from command line. - Added `--[no-]detect-urls` flag to disable detecting and offering to scrape URLs found in the chat.
- Skip suggesting files that have same name as existing chat files.
- Ask 2.5% of users to opt-in to analytics. - Ask 2.5% of users to opt-in to analytics.
### Aider v0.64.1
- Disable streaming for o1 on OpenRouter.
### Aider v0.64.0 ### Aider v0.64.0
- Added [`/editor` command](https://aider.chat/docs/usage/commands.html) to open system editor for writing prompts, by @thehunmonkgroup. - Added [`/editor` command](https://aider.chat/docs/usage/commands.html) to open system editor for writing prompts, by @thehunmonkgroup.