From ca44584fdfacff9da70f3a5f91106da18ea20327 Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Mon, 18 Sep 2023 11:14:36 +0200 Subject: [PATCH] chore(main): release 0.0.75 (#1175) --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8dd590c1..542da97a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## 0.0.75 (2023-09-18) + +## What's Changed +* feat(frontend): responsiveness by @StanGirard in https://github.com/StanGirard/quivr/pull/1174 +* feat(upload): changed to task by @StanGirard in https://github.com/StanGirard/quivr/pull/1178 +* fix(qa_base): asign max_token to llm by @B0rrA in https://github.com/StanGirard/quivr/pull/1179 +* feat(perf): increased perf embedding and search for files by @StanGirard in https://github.com/StanGirard/quivr/pull/1182 +* fix(usersettings): Fix bugs with user settings in the back always gpt-3.5-turbo by @StanGirard in https://github.com/StanGirard/quivr/pull/1183 +* feat(notificatins): higher refresh rate by @StanGirard in https://github.com/StanGirard/quivr/pull/1184 +* style(notifications): improve the messages for the notifications by @StanGirard in https://github.com/StanGirard/quivr/pull/1185 +* fix(notifications): dead notifications that are still present long after by @StanGirard in https://github.com/StanGirard/quivr/pull/1186 +* fix(notifications): greater than 5 minutes ago not less by @StanGirard in https://github.com/StanGirard/quivr/pull/1187 +* feat(aws): improved size by @StanGirard in https://github.com/StanGirard/quivr/pull/1188 +* feat(concurrency): added concurrency for increased performance by @StanGirard in https://github.com/StanGirard/quivr/pull/1189 +* feat(prompt): improved answer readability with markdown and aerataed by @StanGirard in https://github.com/StanGirard/quivr/pull/1190 +* fix(notification): information now displayed on the right by @StanGirard in https://github.com/StanGirard/quivr/pull/1191 +* feat(chat): added copy feature to message by @StanGirard in https://github.com/StanGirard/quivr/pull/1192 +* feat(e2e): add playright config and createBrain e2e test by @mamadoudicko in https://github.com/StanGirard/quivr/pull/1177 + + +**Full Changelog**: https://github.com/StanGirard/quivr/compare/v0.0.74...v0.0.75 + ## 0.0.74 (2023-09-14) **Full Changelog**: https://github.com/StanGirard/quivr/compare/v0.0.73...v0.0.74