diff --git a/HISTORY.md b/HISTORY.md index 64179db35..6ec073a52 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,19 @@ # 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: - Fixed a bug to allow aider to edit files that contain triple backtick fences. diff --git a/README.md b/README.md index adbfc4fe2..f83848974 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ This minimizes your use of the context window, as well as costs. ## 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) * "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)