chore(main): release 0.0.64 (#1053)

This commit is contained in:
Stan Girard 2023-08-30 14:33:55 +02:00 committed by GitHub
parent 5fe8807261
commit c736cf18e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,21 @@
# Changelog
## 0.0.64 (2023-08-30)
## What's Changed
* feat: add prompt trigger through # by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1023
* feat: add headless question tracking by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1051
* feat: update header and remove prompt / brain on backspace by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1052
* feat: handle new chat button click by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1054
* feat: add name missing error in new brain modal by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1055
* feat: validate api key before saving by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1057
* feat: track prompt and brain changes by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1058
* feat(chat): update chat input placeholder by @gozineb in https://github.com/StanGirard/quivr/pull/1060
* fix(invitationPage): avoid multiple re-rendering by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1062
**Full Changelog**: https://github.com/StanGirard/quivr/compare/v0.0.63...v0.0.64
## 0.0.63 (2023-08-27)
## What's Changed