This commit is contained in:
Paul Gauthier 2024-08-10 13:25:35 -07:00
parent f7ac1bfce4
commit dc80bc2109
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# Release history
### main branch
### Aider v0.49.0
- Add read-only files to the chat context with `/read` and `--read`, including from outside the git repo.
- `/diff` now shows diffs of all changes resulting from your request, including lint and test fixes.
@ -17,7 +17,7 @@
- Enhanced commit message attribution options:
- New `--attribute-commit-message-author` to prefix commit messages with 'aider: ' if aider authored the changes, replaces `--attribute-commit-message`.
- New `--attribute-commit-message-committer` to prefix all commit messages with 'aider: '.
- Aider wrote 61% of the code since the last release.
- Aider wrote 61% of the code in this release.
### Aider v0.48.1

View file

@ -16,7 +16,7 @@ cog.out(text)
# Release history
### main branch
### Aider v0.49.0
- Add read-only files to the chat context with `/read` and `--read`, including from outside the git repo.
- `/diff` now shows diffs of all changes resulting from your request, including lint and test fixes.
@ -32,7 +32,7 @@ cog.out(text)
- Enhanced commit message attribution options:
- New `--attribute-commit-message-author` to prefix commit messages with 'aider: ' if aider authored the changes, replaces `--attribute-commit-message`.
- New `--attribute-commit-message-committer` to prefix all commit messages with 'aider: '.
- Aider wrote 61% of the code since the last release.
- Aider wrote 61% of the code in this release.
### Aider v0.48.1