Merge branch 'main' into glob-add

This commit is contained in:
Paul Gauthier 2023-07-06 12:43:53 -07:00
commit 274caab6b1
2 changed files with 15 additions and 1 deletions

View file

@ -1,5 +1,19 @@
# Release history # Release history
### Next release
- [Benchmark comparing code editing in GPT-3.5 and GPT-4](https://aider.chat/docs/benchmarks.html)
- Improved Windows support:
- Fixed bugs related to path separators in Windows
- Added a CI step to run all tests on Windows
- Improved handling of Unicode encoding/decoding
- Explicitly read/write text files with utf-8 encoding by default (mainly affects Windows)
- Added `--encoding` switch to specify another encoding
- Gracefully handle decoding errors
- Glob wildcards are now supported in `/add` and `/drop` commands
- Added `--code-theme` switch to control the pygments styling of code blocks (by @kwmiebach)
- Better status messages explaining the reason ctags is disabled
### v0.7.2: ### v0.7.2:
- Fixed a bug to allow aider to edit files that contain triple backtick fences. - Fixed a bug to allow aider to edit files that contain triple backtick fences.

View file

@ -176,7 +176,7 @@ This minimizes your use of the context window, as well as costs.
## Kind words from users ## Kind words from users
* The best AI coding assistant so far." -- [Matthew Berman](https://www.youtube.com/watch?v=df8afeb1FY8) * "The best AI coding assistant so far." -- [Matthew Berman](https://www.youtube.com/watch?v=df8afeb1FY8)
* "Aider ... has easily quadrupled my coding productivity." -- [SOLAR_FIELDS](https://news.ycombinator.com/item?id=36212100) * "Aider ... has easily quadrupled my coding productivity." -- [SOLAR_FIELDS](https://news.ycombinator.com/item?id=36212100)
* "What an amazing tool. It's incredible." -- [valyagolev](https://github.com/paul-gauthier/aider/issues/6#issue-1722897858) * "What an amazing tool. It's incredible." -- [valyagolev](https://github.com/paul-gauthier/aider/issues/6#issue-1722897858)
* "It was WAY faster than I would be getting off the ground and making the first few working versions." -- [Daniel Feldman](https://twitter.com/d_feldman/status/1662295077387923456) * "It was WAY faster than I would be getting off the ground and making the first few working versions." -- [Daniel Feldman](https://twitter.com/d_feldman/status/1662295077387923456)