From ae645f929e476cb90773b03603c86efe4ab4c81e Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 8 Aug 2023 12:07:01 -0300 Subject: [PATCH] Updated HISTORY --- HISTORY.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 949ccb031..76211156c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,10 +1,11 @@ # Release history -### main branch +### v0.11.1 - Added a progress bar when initially creating a repo map. -- Fix corner case of pending chat history summarization when dirty committing. -- Fix corner case of undefined `text` when using `--no-pretty`. +- Fixed bad commit message when adding new file to empty repo. +- Fixed corner case of pending chat history summarization when dirty committing. +- Fixed corner case of undefined `text` when using `--no-pretty`. - Fixed /commit bug from repo refactor, added test coverage. ### v0.11.0