mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 06:15:00 +00:00
copy
This commit is contained in:
parent
ca7d43ac4d
commit
4e84ca97ea
1 changed files with 2 additions and 3 deletions
|
@ -3,17 +3,16 @@
|
||||||
### next release
|
### next release
|
||||||
|
|
||||||
- [Benchmark comparing code editing in GPT-3.5 and GPT-4](https://aider.chat/docs/benchmarks.html)
|
- [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:
|
- Improved Windows support:
|
||||||
- Fixed bugs related to directory separators in Windows
|
- Fixed bugs related to directory separators in Windows
|
||||||
- Added a CI step to run all tests on Windows
|
- Added a CI step to run all tests on Windows
|
||||||
- Improved handling of Unicode encoding/decoding
|
- Improved handling of Unicode encoding/decoding
|
||||||
- Explicitly read/write text files with utf-8 encoding by default
|
- Explicitly read/write text files with utf-8 encoding by default (affects Windows)
|
||||||
- Added `--encoding` switch to specify another encoding
|
- Added `--encoding` switch to specify another encoding
|
||||||
- Gracefully handle decoding errors
|
- Gracefully handle decoding errors
|
||||||
- Glob wildcards are now supported in `/add` and `/drop` commands
|
- Glob wildcards are now supported in `/add` and `/drop` commands
|
||||||
- Added `--code-theme` switch to control the pygments styling of code blocks (by @kwmiebach)
|
- Added `--code-theme` switch to control the pygments styling of code blocks (by @kwmiebach)
|
||||||
- Better status messages explaining why ctags is not enabled
|
- Better status messages explaining the reason ctags is disabled
|
||||||
|
|
||||||
### v0.7.2:
|
### v0.7.2:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue