Skip to content

Commit

Permalink
πŸš€ changelog: v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fuegovic committed May 10, 2024
1 parent 65c64f9 commit 5f818ba
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 0 deletions.
114 changes: 114 additions & 0 deletions pages/changelog/v0.7.2.mdx
Original file line number Diff line number Diff line change
@@ -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 added public/images/changelog/v0.7.2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5f818ba

Please sign in to comment.