From 8ec6b853d2cffa74650385b591bc2896eaf788e2 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 22 Mar 2024 10:30:32 -0700 Subject: [PATCH] Updated HISTORY --- HISTORY.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 3fff30028..1bd690a2a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,13 @@ # Release history +### v0.27.0 + +- Improved repomap support for typescript. +- Bugfix: Only /undo the files which were part of the last commit, don't stomp other dirty files +- Bugfix: Show clear error message when OpenAI API key is not set. +- Bugfix: Catch error for obscure languages without tags.scm file. + ### v0.26.1 - Fixed bug affecting parsing of git config in some environments.