From ca7d43ac4d1a6ab35f229529d6c2d5276e66ef3c Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 5 Jul 2023 21:56:38 -0700 Subject: [PATCH 1/5] Updated HISTORY --- HISTORY.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 64179db35..b6c30c90c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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. From 4e84ca97ea2b47f21cbc33fcd42f895e9243f6cc Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 5 Jul 2023 21:58:53 -0700 Subject: [PATCH 2/5] copy --- HISTORY.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index b6c30c90c..bbedd8c3c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,17 +3,16 @@ ### 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 + - Explicitly read/write text files with utf-8 encoding by default (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 why ctags is not enabled +- Better status messages explaining the reason ctags is disabled ### v0.7.2: From 0590846b29f13712e17f381a7f9234ae3f2e4fe1 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 5 Jul 2023 21:59:05 -0700 Subject: [PATCH 3/5] copy --- HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index bbedd8c3c..5a0ed3709 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,6 @@ # Release history -### next release +### Next release - [Benchmark comparing code editing in GPT-3.5 and GPT-4](https://aider.chat/docs/benchmarks.html) - Improved Windows support: From c2abffe0039d5882bfb5e788c583b050905e7495 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 5 Jul 2023 22:04:35 -0700 Subject: [PATCH 4/5] copy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) From 79828096d124ecd7be38a258dc5ef71870e598a9 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 6 Jul 2023 06:55:49 -0700 Subject: [PATCH 5/5] copy --- HISTORY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 5a0ed3709..6ec073a52 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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