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.