This commit is contained in:
Paul Gauthier 2024-07-07 08:27:17 -03:00
parent 570519e91d
commit 12eb203a6a
3 changed files with 16 additions and 6 deletions

View file

@ -1,9 +1,15 @@
# Release history # Release history
### main branch ### Aider v0.43.0
- Use `/help <question>` to ask for help about using aider, customizing settings, troubleshooting, using LLMs, etc.
- Allow multiple use of `/undo`. - Allow multiple use of `/undo`.
- All config/env/yml/json files now load from home, git root, cwd and named command line switch.
- New `$HOME/.aider/caches` dir for app-wide expendable caches.
- Default `--model-settings-file` is now `.aider.model.settings.yml`.
- Default `--model-metadata-file` is now `.aider.model.metadata.json`.
- Bugfix affecting launch with `--no-git`.
### Aider v0.42.0 ### Aider v0.42.0

View file

@ -12,9 +12,15 @@ cog.out(text)
# Release history # Release history
### main branch ### Aider v0.43.0
- Use `/help <question>` to ask for help about using aider, customizing settings, troubleshooting, using LLMs, etc.
- Allow multiple use of `/undo`. - Allow multiple use of `/undo`.
- All config/env/yml/json files now load from home, git root, cwd and named command line switch.
- New `$HOME/.aider/caches` dir for app-wide expendable caches.
- Default `--model-settings-file` is now `.aider.model.settings.yml`.
- Default `--model-metadata-file` is now `.aider.model.metadata.json`.
- Bugfix affecting launch with `--no-git`.
### Aider v0.42.0 ### Aider v0.42.0

View file

@ -1,6 +1,4 @@
{: .tip } {: .tip }
Use `/help <question>` to ask Use `/help <question>` to ask for help about using aider,
for help about using aider, customizing settings, troubleshooting, using LLMs, etc.
customizing settings, troubleshooting errors,
using different LLMs, etc.