From 8877dd10dd1aa98e146e6946280c655f7d194036 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 29 Jul 2024 10:39:24 -0300 Subject: [PATCH] Updated HISTORY --- HISTORY.md | 14 ++++++-------- aider/website/HISTORY.md | 14 ++++++-------- 2 files changed, 12 insertions(+), 16 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index c37ad63fea1..bc4d16e27a5 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,16 +1,13 @@ # Release history -### main branch +### Aider v0.46.0 - New `/ask ` command to ask about your code, without making any edits. -- New `/chat-mode ` command to switch chat modes (edit formats): - - diff: A coder that uses search/replace blocks for code modifications. - - diff-fenced: A coder that uses fenced search/replace blocks for code modifications. - - whole: A coder that operates on entire files for code modifications. - - udiff: A coder that uses unified diff format for code modifications. - - help: Interactive help and documentation about aider. - - ask: Ask questions about code without making any changes. +- New `/chat-mode ` command to switch chat modes: + - ask: Ask questions about your code without making any changes. + - code: Ask for changes to your code (using the best edit format). + - help: Get help about using aider (usage, config, troubleshoot). - Add `file: CONVENTIONS.md` to `.aider.conf.yml` to always load a specific file. - Or `file: [file1, file2, file3]` to always load multiple files. - Enhanced token usage and cost reporting. Now works when streaming too. @@ -26,6 +23,7 @@ - Fixed syntax error in Elm's tree-sitter scm file (by @cjoach). - Handle UnicodeEncodeError when streaming text to the terminal. - Updated dependencies to latest versions. +- Aider wrote 45% of the code in this release. ### Aider v0.45.1 diff --git a/aider/website/HISTORY.md b/aider/website/HISTORY.md index cdb3a5450ee..26162c9b61a 100644 --- a/aider/website/HISTORY.md +++ b/aider/website/HISTORY.md @@ -12,16 +12,13 @@ cog.out(text) # Release history -### main branch +### Aider v0.46.0 - New `/ask ` command to ask about your code, without making any edits. -- New `/chat-mode ` command to switch chat modes (edit formats): - - diff: A coder that uses search/replace blocks for code modifications. - - diff-fenced: A coder that uses fenced search/replace blocks for code modifications. - - whole: A coder that operates on entire files for code modifications. - - udiff: A coder that uses unified diff format for code modifications. - - help: Interactive help and documentation about aider. - - ask: Ask questions about code without making any changes. +- New `/chat-mode ` command to switch chat modes: + - ask: Ask questions about your code without making any changes. + - code: Ask for changes to your code (using the best edit format). + - help: Get help about using aider (usage, config, troubleshoot). - Add `file: CONVENTIONS.md` to `.aider.conf.yml` to always load a specific file. - Or `file: [file1, file2, file3]` to always load multiple files. - Enhanced token usage and cost reporting. Now works when streaming too. @@ -37,6 +34,7 @@ cog.out(text) - Fixed syntax error in Elm's tree-sitter scm file (by @cjoach). - Handle UnicodeEncodeError when streaming text to the terminal. - Updated dependencies to latest versions. +- Aider wrote 45% of the code in this release. ### Aider v0.45.1