From cf65a300b5042470ca02d81ae0df91eee97f0b36 Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Fri, 21 Jun 2024 09:16:22 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20LibreChat=20v0.7.4-rc1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/changelog/content/v0.7.4-rc1.mdx | 23 +++++++++++++++++++++ pages/changelog/v0.7.4-rc1.mdx | 14 +++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 components/changelog/content/v0.7.4-rc1.mdx create mode 100644 pages/changelog/v0.7.4-rc1.mdx diff --git a/components/changelog/content/v0.7.4-rc1.mdx b/components/changelog/content/v0.7.4-rc1.mdx new file mode 100644 index 0000000..0a915b5 --- /dev/null +++ b/components/changelog/content/v0.7.4-rc1.mdx @@ -0,0 +1,23 @@ +## What's Changed + +Release candidate version for v0.7.4-rc1 + +### ⚙️ Other Changes + +* 📝 docs: update README's video by [@berry-13](https://github.com/berry-13) in [#3093](https://github.com/danny-avila/LibreChat/pull/3093) + +### 🔧 Fixes + +* 🕑 fix: Add Suspense to Connection Error Messages by [@danny-avila](https://github.com/danny-avila) in [#3074](https://github.com/danny-avila/LibreChat/pull/3074) +* ✉️ fix: email address encoding in verification link by [@berry-13](https://github.com/berry-13) in [#3085](https://github.com/danny-avila/LibreChat/pull/3085) +* ✨ v0.7.4-rc1 by [@danny-avila](https://github.com/danny-avila) in [#3099](https://github.com/danny-avila/LibreChat/pull/3099) + * Also fixes critical issue with OpenID not allowing new user signups + + +### 👀 What's Next + +**[Track remaining v0.7.4 changes](https://github.com/danny-avila/LibreChat/milestone/6)** + +--- + +**Full Changelog**: https://github.com/danny-avila/LibreChat/compare/v0.7.3...v0.7.4-rc1 diff --git a/pages/changelog/v0.7.4-rc1.mdx b/pages/changelog/v0.7.4-rc1.mdx new file mode 100644 index 0000000..6675939 --- /dev/null +++ b/pages/changelog/v0.7.4-rc1.mdx @@ -0,0 +1,14 @@ +--- +date: 2024/06/17 +title: 🚀 LibreChat v0.7.4-rc1 +description: The v0.7.4-rc1 release of LibreChat +--- + +import { ChangelogHeader } from '@/components/changelog/ChangelogHeader' +import Content from '@/components/changelog/content/v0.7.4-rc1.mdx' + + + +--- + + \ No newline at end of file