-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
114 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.