Updated HISTORY

This commit is contained in:
Paul Gauthier 2023-09-29 17:19:47 -07:00
parent b78b8fabf4
commit fa7656cef8

View file

@ -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