diff --git a/HISTORY.md b/HISTORY.md index 6ec073a52..45156fe5f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,10 @@ ### Next release +- Glob wildcards are now supported in `/add` and `/drop` commands + +### v0.8.0 + - [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 @@ -10,7 +14,6 @@ - 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 diff --git a/benchmark/benchmark.py b/benchmark/benchmark.py index 8fc10a8f3..a1b678eec 100755 --- a/benchmark/benchmark.py +++ b/benchmark/benchmark.py @@ -42,6 +42,8 @@ def show_stats(dirnames): row = summarize_results(dirname) raw_rows.append(row) + return + repeats = [] seen = dict() rows = []