From 12eb203a6a38d72ff5ed1c0789e303726ffe19f6 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 7 Jul 2024 08:27:17 -0300 Subject: [PATCH] copy --- HISTORY.md | 8 +++++++- aider/website/HISTORY.md | 8 +++++++- aider/website/_includes/help-tip.md | 6 ++---- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 2bbcf8af9..93c6aa1fb 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,9 +1,15 @@ # Release history -### main branch +### Aider v0.43.0 +- Use `/help ` to ask for help about using aider, customizing settings, troubleshooting, using LLMs, etc. - 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 diff --git a/aider/website/HISTORY.md b/aider/website/HISTORY.md index 98cec5b46..2bcc3eb9b 100644 --- a/aider/website/HISTORY.md +++ b/aider/website/HISTORY.md @@ -12,9 +12,15 @@ cog.out(text) # Release history -### main branch +### Aider v0.43.0 +- Use `/help ` to ask for help about using aider, customizing settings, troubleshooting, using LLMs, etc. - 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 diff --git a/aider/website/_includes/help-tip.md b/aider/website/_includes/help-tip.md index 3579bdba1..d48c9a3d0 100644 --- a/aider/website/_includes/help-tip.md +++ b/aider/website/_includes/help-tip.md @@ -1,6 +1,4 @@ {: .tip } -Use `/help ` to ask -for help about using aider, -customizing settings, troubleshooting errors, -using different LLMs, etc. +Use `/help ` to ask for help about using aider, +customizing settings, troubleshooting, using LLMs, etc.