From 3bb8b163b8427e9130f36074df6d88e3dc37ea2f Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Wed, 20 Nov 2024 08:09:53 -0800 Subject: [PATCH] feat: Update HISTORY.md with new release notes entries --- HISTORY.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 6b6cbd6dd..510102adb 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -10,6 +10,9 @@ - Architect mode now asks to add files suggested by the LLM. - Fixed bug in fuzzy model name matching. - Added Timeout exception to handle API provider timeouts. +- Added `--show-release-notes` to control release notes display on first run. +- Improved release notes display logic and user interaction flow. +- Save empty dict to cache file on model metadata download failure. - Improved error handling and code formatting. - Aider wrote 53% of the code in this release.