🚀 changelog: v0.7.2

This commit is contained in:
Fuegovic
2024-05-10 17:18:34 -04:00
committed by GitHub
parent 65c64f9749
commit 5f818ba5de
2 changed files with 114 additions and 0 deletions

114
pages/changelog/v0.7.2.mdx Normal file
View File

@@ -0,0 +1,114 @@
---
date: 2024/05/10
title: 🚀 LibreChat v0.7.2
description: The v0.7.2 release of LibreChat
ogImage: /images/changelog/v0.7.2.jpg
---
import { ChangelogHeader } from '@/components/changelog/ChangelogHeader'
<ChangelogHeader />
---
### 📺 What's Changed
**Youtube:** **[New Features in LibreChat v0.7.2](https://youtu.be/YLVUW5UP9N0)**
### 👀 What's Next
- OpenAI Assistants V2
- STT & TTS
**Track upcoming changes:**https://github.com/danny-avila/LibreChat/milestone/5
### 🏞️ Highlights
- Model Specs & Save Tools per Convo/Preset
- Import Conversations from LibreChat, ChatGPT, Chatbot UI
- Fork Messages/Conversations
- Archive conversations
### 🛂 Features
- 🛂 feat(oauth): add domain restriction on social login by [@mbreton](https://github.com/mbreton) in [2512](https://github.com/danny-avila/LibreChat/pull/2512)
- 🥧 feat: APIpie support by [@fuegovic](https://github.com/fuegovic) in [2524](https://github.com/danny-avila/LibreChat/pull/2524)
- ✋ feat: Stop Sequences for Conversations & Presets by [@danny-avila](https://github.com/danny-avila) in [2536](https://github.com/danny-avila/LibreChat/pull/2536)
- 🦙 feat: Fetch list of Ollama Models by [@danny-avila](https://github.com/danny-avila) in [2565](https://github.com/danny-avila/LibreChat/pull/2565)
- 🤖 feat: Model Specs & Save Tools per Convo/Preset by [@danny-avila](https://github.com/danny-avila) in [2578](https://github.com/danny-avila/LibreChat/pull/2578)
- 🍎 feat: Apple MLX as Known Endpoint by [@Extremys](https://github.com/Extremys) in [2580](https://github.com/danny-avila/LibreChat/pull/2580)
- 📥 feat: Import Conversations from LibreChat, ChatGPT, Chatbot UI by [@DenisPalnitsky](https://github.com/DenisPalnitsky) in [2355](https://github.com/danny-avila/LibreChat/pull/2355)
- 🌿 feat: Fork Messages/Conversations by [@danny-avila](https://github.com/danny-avila) in [2617](https://github.com/danny-avila/LibreChat/pull/2617)
- 📧 feat: Mention "@" Command Popover by [@danny-avila](https://github.com/danny-avila) in [2635](https://github.com/danny-avila/LibreChat/pull/2635)
- 🦙 feat: Ollama Vision Support by [@danny-avila](https://github.com/danny-avila) in [2643](https://github.com/danny-avila/LibreChat/pull/2643)
- 🤖 feat(google): Add safety settings configuration by [@danny-avila](https://github.com/danny-avila) in [2644](https://github.com/danny-avila/LibreChat/pull/2644)
- 🪙 feat: Configure Max Context and Output Tokens by [@danny-avila](https://github.com/danny-avila) in [2648](https://github.com/danny-avila/LibreChat/pull/2648)
- 🤗 feat: Known Endpoints: HuggingFace by [@fuegovic](https://github.com/fuegovic) in [2646](https://github.com/danny-avila/LibreChat/pull/2646)
- 🚀feat: Archive conversations by [@ohneda](https://github.com/ohneda) in [2590](https://github.com/danny-avila/LibreChat/pull/2590)
### 👤 Fixes
- 👤 fix: Use `user?.username` if `user?.name` is undefined by [@ilsubyeega](https://github.com/ilsubyeega) in [2511](https://github.com/danny-avila/LibreChat/pull/2511)
- 🔀 fix: Remove use of Mongo Transactions by [@danny-avila](https://github.com/danny-avila) in [2525](https://github.com/danny-avila/LibreChat/pull/2525)
- ✍️ fix(useTextarea): Rich Text Format paste from MS Word by [@danny-avila](https://github.com/danny-avila) in [2530](https://github.com/danny-avila/LibreChat/pull/2530)
- 📋 refactor: allow paste in confirm field when resetting passwords by [@dahlo](https://github.com/dahlo) in [2542](https://github.com/danny-avila/LibreChat/pull/2542)
- 👩‍💻 fix: Minor UI fixes by [@danny-avila](https://github.com/danny-avila) in [2548](https://github.com/danny-avila/LibreChat/pull/2548)
- 🚑 fix(dialog): showCloseButton Prop Warning in DialogContent Component by [@ohneda](https://github.com/ohneda) in [2597](https://github.com/danny-avila/LibreChat/pull/2597)
- 🐛 fix: Prevent Empty File Uploads & Assistants Fixes by [@danny-avila](https://github.com/danny-avila) in [2611](https://github.com/danny-avila/LibreChat/pull/2611)
- 📶 fix: Mobile Stylings by [@danny-avila](https://github.com/danny-avila) in [2639](https://github.com/danny-avila/LibreChat/pull/2639)
- 🔧 fix: android `@` popover issue by [@berry-13](https://github.com/berry-13) in [2647](https://github.com/danny-avila/LibreChat/pull/2647)
- 🦙 fix: Ollama System Message order by [@danny-avila](https://github.com/danny-avila) in [2655](https://github.com/danny-avila/LibreChat/pull/2655)
- 🔧 fix: Preset Dialog Styling and Values by [@danny-avila](https://github.com/danny-avila) in [2657](https://github.com/danny-avila/LibreChat/pull/2657)
- 🪟 fix: Windows Vite Build Issue by [@danny-avila](https://github.com/danny-avila) in [2663](https://github.com/danny-avila/LibreChat/pull/2663)
### 🧪 Refactors
- 🧪 refactor(isDomainAllowed): change directory, add tests by [@berry-13](https://github.com/berry-13) in [2539](https://github.com/danny-avila/LibreChat/pull/2539)
- 🐋 refactor: Update `docker-compose.yml` by [@kneelesh48](https://github.com/kneelesh48) in [2507](https://github.com/danny-avila/LibreChat/pull/2507)
- 🔄 refactor: improved RAG animations/messages by [@berry-13](https://github.com/berry-13) in [2616](https://github.com/danny-avila/LibreChat/pull/2616)
### 🌍 Translations
- 🌍: Update Japanese translation by [@k-ishii1020](https://github.com/k-ishii1020) in [2519](https://github.com/danny-avila/LibreChat/pull/2519)
- 🌍: Update Italian translation by [@berry-13](https://github.com/berry-13) in [2622](https://github.com/danny-avila/LibreChat/pull/2622)
- 🌍 : Updated Translations & AI Generation Scripts by [@danny-avila](https://github.com/danny-avila) in [2666](https://github.com/danny-avila/LibreChat/pull/2666)
### ⚙️ Configs
- update GOOGLE_MODELS in .env.example by [@kneelesh48](https://github.com/kneelesh48) in [2506](https://github.com/danny-avila/LibreChat/pull/2506)
### 📝 Documentation
- ⚙️ docs: update dotenv.md by [@fuegovic](https://github.com/fuegovic) in [2551](https://github.com/danny-avila/LibreChat/pull/2551)
- 🚅 docs: update LiteLLM config with more models by [@ventz](https://github.com/ventz) in [2553](https://github.com/danny-avila/LibreChat/pull/2553)
- 🦙 docs: fix litellm.md by [@fuegovic](https://github.com/fuegovic) in [2566](https://github.com/danny-avila/LibreChat/pull/2566)
- 🚅 docs: load LiteLLM into LibreChat by [@ventz](https://github.com/ventz) in [2573](https://github.com/danny-avila/LibreChat/pull/2573)
- 🧾 docs: Fix Typo in `librechat.example.yaml` by [@kaikreuzer](https://github.com/kaikreuzer) in [2606](https://github.com/danny-avila/LibreChat/pull/2606)
- 📄 docs: Update apipie fetch.py in ai_endpoints.md by [@kneelesh48](https://github.com/kneelesh48) in [2547](https://github.com/danny-avila/LibreChat/pull/2547)
- 📝 docs(ai_endpoints): update HF key link by [@berry-13](https://github.com/berry-13) in [2664](https://github.com/danny-avila/LibreChat/pull/2664)
### 📦 Chores
- 📦 chore: update package.json/package-lock.json by [@danny-avila](https://github.com/danny-avila) in [2600](https://github.com/danny-avila/LibreChat/pull/2600)
### 🎨 Styling
- 🎨 style: Convo fade effect by [@walbercardoso](https://github.com/walbercardoso) in [2642](https://github.com/danny-avila/LibreChat/pull/2642)
- 🎨 style(Fork): update light/dark theme by [@berry-13](https://github.com/berry-13) in [2621](https://github.com/danny-avila/LibreChat/pull/2621)
- 🪟 fix+feat: General UI Enhancements by [@techwithanirudh](https://github.com/techwithanirudh) in [2619](https://github.com/danny-avila/LibreChat/pull/2619)
## New Contributors
* [@mbreton](https://github.com/mbreton) made their first contribution in [2512](https://github.com/danny-avila/LibreChat/pull/2512)
* [@ilsubyeega](https://github.com/ilsubyeega) made their first contribution in [2511](https://github.com/danny-avila/LibreChat/pull/2511)
* [@k-ishii1020](https://github.com/k-ishii1020) made their first contribution in [2519](https://github.com/danny-avila/LibreChat/pull/2519)
* [@kneelesh48](https://github.com/kneelesh48) made their first contribution in [2507](https://github.com/danny-avila/LibreChat/pull/2507)
* [@dahlo](https://github.com/dahlo) made their first contribution in [2542](https://github.com/danny-avila/LibreChat/pull/2542)
* [@Extremys](https://github.com/Extremys) made their first contribution in [2580](https://github.com/danny-avila/LibreChat/pull/2580)
* [@ohneda](https://github.com/ohneda) made their first contribution in [2597](https://github.com/danny-avila/LibreChat/pull/2597)
* [@DenisPalnitsky](https://github.com/DenisPalnitsky) made their first contribution in [2355](https://github.com/danny-avila/LibreChat/pull/2355)
* [@kaikreuzer](https://github.com/kaikreuzer) made their first contribution in [2606](https://github.com/danny-avila/LibreChat/pull/2606)
**Full Changelog**: https://github.com/danny-avila/LibreChat/compare/v0.7.1...v0.7.2`;

Binary file not shown.

After

Width:  |  Height:  |  Size: 434 KiB