🚀 LibreChat v0.7.4-rc1

This commit is contained in:
Danny Avila
2024-06-21 09:16:22 -04:00
parent d171551183
commit cf65a300b5
2 changed files with 37 additions and 0 deletions

View File

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

View File

@@ -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'
<ChangelogHeader />
---
<Content />