This commit is contained in:
Paul Gauthier 2024-09-03 17:12:05 -07:00
parent 9348a10aaf
commit cc053b0b04

View file

@ -3,7 +3,7 @@
### main branch
- Only print the pip command when self updating on Windows.
- Only print the pip command when self updating on Windows, without running it.
- Converted many error messages to warning messages.
- Added `--tool-warning-color` setting.
- Blanket catch and handle git errors in any `/command`.
@ -28,7 +28,7 @@
### Aider v0.54.9
- List important devops files in the repomap.
- Include important devops files in the repomap.
- Print quoted pip install commands to the user.
- Adopt setuptools_scm to provide dev versions with git hashes.
- Share active test and lint commands with the LLM.