mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 02:38:32 +07:00
🚀 LibreChat v0.7.4-rc1
This commit is contained in:
23
components/changelog/content/v0.7.4-rc1.mdx
Normal file
23
components/changelog/content/v0.7.4-rc1.mdx
Normal 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
|
||||
14
pages/changelog/v0.7.4-rc1.mdx
Normal file
14
pages/changelog/v0.7.4-rc1.mdx
Normal 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 />
|
||||
Reference in New Issue
Block a user