Updated HISTORY

This commit is contained in:
Paul Gauthier 2024-07-28 17:04:32 -03:00
parent 9a2b8bb706
commit 37070e125a
2 changed files with 20 additions and 4 deletions

View file

@ -3,12 +3,15 @@
### main branch
- Enhanced token usage and cost reporting. Now works when streaming too.
- Filename auto-complete for `/add` and `/drop` is case-insensitive now.
- Updated `--verify-ssl` option to also disable SSL certificate verification when `/web` scrapes websites.
- Improved error handling and reporting in `/web` scraping functionality
- Fixed syntax error in Elm's tree-sitter scm file (by @cjoach).
- Updated commit message prompt to use imperative tense.
- Enhanced token usage and cost reporting. Works when streaming too.
- Updates and fixed to `--no-verify-ssl`:
- Fixed regression that broke it in v0.42.0.
- Disables SSL certificate verification when `/web` scrapes websites.
- Fixed syntax error in Elm's tree-sitter scm file (by @cjoach).
- Improved error handling and reporting in `/web` scraping functionality
- Stop aider from asking to add the same url to the chat multiple times.
- Updated dependencies to latest versions.
### Aider v0.45.1

View file

@ -12,6 +12,19 @@ cog.out(text)
# Release history
### main branch
- Enhanced token usage and cost reporting. Now works when streaming too.
- Filename auto-complete for `/add` and `/drop` is case-insensitive now.
- Updated commit message prompt to use imperative tense.
- Updates and fixed to `--no-verify-ssl`:
- Fixed regression that broke it in v0.42.0.
- Disables SSL certificate verification when `/web` scrapes websites.
- Fixed syntax error in Elm's tree-sitter scm file (by @cjoach).
- Improved error handling and reporting in `/web` scraping functionality
- Stop aider from asking to add the same url to the chat multiple times.
- Updated dependencies to latest versions.
### Aider v0.45.1
- Use 4o-mini as the weak model wherever 3.5-turbo was used.