This commit is contained in:
Paul Gauthier 2023-07-06 06:55:49 -07:00
parent c2abffe003
commit 79828096d1

View file

@ -4,10 +4,10 @@
- [Benchmark comparing code editing in GPT-3.5 and GPT-4](https://aider.chat/docs/benchmarks.html)
- Improved Windows support:
- Fixed bugs related to directory separators in Windows
- 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 (affects Windows)
- 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