diff --git a/HISTORY.md b/HISTORY.md index c6c081fce..61f426b46 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,11 @@ # Release history +### Aider v0.54.4 + +- Bugfix to completions for `/model` command. +- Bugfix: revert home dir special case. + ### Aider v0.54.3 - Dependency `watchdog<5` for docker image. diff --git a/aider/website/HISTORY.md b/aider/website/HISTORY.md index 19a20c05b..e0c454cc3 100644 --- a/aider/website/HISTORY.md +++ b/aider/website/HISTORY.md @@ -16,6 +16,11 @@ cog.out(text) # Release history +### Aider v0.54.4 + +- Bugfix to completions for `/model` command. +- Bugfix: revert home dir special case. + ### Aider v0.54.3 - Dependency `watchdog<5` for docker image.