diff --git a/pages/changelog/v0.7.2.mdx b/pages/changelog/v0.7.2.mdx new file mode 100644 index 000000000..52666dd4e --- /dev/null +++ b/pages/changelog/v0.7.2.mdx @@ -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' + + + +--- + +### πŸ“Ί 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`; \ No newline at end of file diff --git a/public/images/changelog/v0.7.2.jpg b/public/images/changelog/v0.7.2.jpg new file mode 100644 index 000000000..12fba04a6 Binary files /dev/null and b/public/images/changelog/v0.7.2.jpg differ