From 3caac42914157c5baac427adeef7d24e8cd8c81e Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Sat, 10 Aug 2024 11:14:49 -0700 Subject: [PATCH] feat: Update main branch release notes about commit message attribution options --- HISTORY.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index fde7f3a3d..86f613da7 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -14,6 +14,10 @@ - Bugfix to keep session cost accurate when using `/ask` and `/help`. - Performance improvements for repo map calculation. - `/tokens` now shows the active model. +- Enhanced commit message attribution options: + - New `--attribute-commit-message-author` to prefix commit messages with 'aider: ' if aider authored the changes. + - New `--attribute-commit-message-committer` to prefix all commit messages with 'aider: '. + - These replace the previous `--attribute-commit-message` option. - Aider wrote 57% of the code since the last release. ### Aider v0.48.1