Updated HISTORY

This commit is contained in:
Paul Gauthier 2024-03-22 10:30:32 -07:00
parent 8f98f3b430
commit 8ec6b853d2

View file

@ -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.