Updated HISTORY

This commit is contained in:
Paul Gauthier 2024-07-31 10:51:34 -03:00
parent 0255030988
commit 928c094b42
4 changed files with 5 additions and 3 deletions

View file

@ -20,6 +20,7 @@
- Generic auto-completions are provided for `/commands` without a completion override.
- Fixed broken OCaml tags file.
- Bugfix in `/run` add to chat approval logic.
- Aider wrote 58% of the code in this release.
## Aider v0.46.1

View file

@ -29,12 +29,13 @@ cog.out(text)
- Bugfix to properly handle subprocess encodings (also for `/run`).
- Improved [docker support](https://aider.chat/docs/install/docker.html):
- Resolved permission issues when using `docker run --user xxx`.
- New paulgauthier/aider-full docker image, which includes all extras.
- New `paulgauthier/aider-full` docker image, which includes all extras.
- Switching to code and ask mode no longer summarizes the chat history.
- Added graph of aider's contribution to each release.
- Generic auto-completions are provided for `/commands` without a completion override.
- Fixed broken OCaml tags file.
- Bugfix in `/run` add to chat approval logic.
- Aider wrote 58% of the code in this release.
## Aider v0.46.1

View file

@ -14,7 +14,7 @@ The full image has support for features like interactive help, the
browser GUI and support for using Playwright to scrape web pages. The
core image can still use these features, but they will need to be
installed the first time you access them. Since containers are
ephemeral, they extras will need to be reinstalled the next time you
ephemeral, the extras will need to be reinstalled the next time you
launch the aider core container.
### Aider core

View file

@ -163,7 +163,7 @@ def main():
f.write(yaml_output)
else:
print(yaml_output)
if not args.all_since:
print(f"- Aider wrote {round(aider_percentage)}% of the code in this release.")