This commit is contained in:
Paul Gauthier 2024-10-24 14:01:00 -07:00
parent ea37ba8346
commit e0a1eefe0a
2 changed files with 16 additions and 6 deletions

View file

@ -1,7 +1,12 @@
# Release history
### v0.60.0
### Aider v0.60.1
- Enable image support for Sonnet 10/22.
- Display filenames in sorted order.
### Aider v0.60.0
- Full support for Sonnet 10/22, the new SOTA model on aider's code editing benchmark.
- Aider uses Sonnet 10/22 by default.
@ -15,12 +20,12 @@
- Bugfix to properly include URLs in `/help` RAG results.
- Aider wrote 49% of the code in this release.
### v0.59.1
### Aider v0.59.1
- Check for obsolete `yes: true` in yaml config, show helpful error.
- Model settings for openrouter/anthropic/claude-3.5-sonnet:beta
### v0.59.0
### Aider v0.59.0
- Improvements to `/read-only`:
- Now supports shell-style auto-complete of the full file system.

View file

@ -19,7 +19,12 @@ cog.out(text)
### v0.60.0
### Aider v0.60.1
- Enable image support for Sonnet 10/22.
- Display filenames in sorted order.
### Aider v0.60.0
- Full support for Sonnet 10/22, the new SOTA model on aider's code editing benchmark.
- Aider uses Sonnet 10/22 by default.
@ -33,12 +38,12 @@ cog.out(text)
- Bugfix to properly include URLs in `/help` RAG results.
- Aider wrote 49% of the code in this release.
### v0.59.1
### Aider v0.59.1
- Check for obsolete `yes: true` in yaml config, show helpful error.
- Model settings for openrouter/anthropic/claude-3.5-sonnet:beta
### v0.59.0
### Aider v0.59.0
- Improvements to `/read-only`:
- Now supports shell-style auto-complete of the full file system.