Updated HISTORY

This commit is contained in:
Paul Gauthier 2023-07-05 21:56:38 -07:00
parent 9915261097
commit ca7d43ac4d

View file

@ -1,5 +1,20 @@
# Release history
### next release
- [Benchmark comparing code editing in GPT-3.5 and GPT-4](https://aider.chat/docs/benchmarks.html)
- New `--edit-format diff-func`
- Improved Windows support:
- Fixed bugs related to directory 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
- 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 why ctags is not enabled
### v0.7.2:
- Fixed a bug to allow aider to edit files that contain triple backtick fences.