From fa7656cef8a386ca465e93e0ba69047437b8111f Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 29 Sep 2023 17:19:47 -0700 Subject: [PATCH] Updated HISTORY --- HISTORY.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 312595a20..f18a4bfa4 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,13 @@ # Release history +### v0.14.1 + +- /add and /drop handle absolute filenames and quoted filenames +- /add checks to be sure files are within the git repo (or root) +- If needed, warn users that in-chat file paths are all relative to the git repo +- Fixed /add bug in when aider launched in repo subdir +- Show models supported by api/key if requested model isn't available + ### v0.14.0 - [Support for Claude2 and other LLMs via OpenRouter](https://aider.chat/docs/faq.html#accessing-other-llms-with-openrouter) by @joshuavial