From abe349dab6a3432e1d508221951f9501d852a5f1 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Tue, 19 Nov 2024 13:30:23 -0800 Subject: [PATCH] doc: changelog --- CHANGELOG.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05c9f369c..9070edfb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,54 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.4] - 2024-11-19 + +### Added + +- **๐Ÿ‘ฅ User Groups**: You can now create and manage user groups, making user organization seamless. +- **๐Ÿ” Group-Based Access Control**: Set granular access to models, knowledge, prompts, and tools based on user groups, allowing for more controlled and secure environments. +- **๐Ÿ› ๏ธ Group-Based User Permissions**: Easily manage workspace permissions. Grant users the ability to upload files, delete, edit, or create temporary chats, as well as define their ability to create models, knowledge, prompts, and tools. +- **๐Ÿ”‘ LDAP Support**: Newly introduced LDAP authentication adds robust security and scalability to user management. +- **๐ŸŒ Enhanced OpenAI-Compatible Connections**: Added prefix ID support to avoid model ID clashes, with explicit model ID support for APIs lacking '/models' endpoint support, ensuring smooth operation with custom setups. +- **๐Ÿ” Ollama API Key Support**: Now manage credentials for Ollama when set behind proxies, including the option to utilize prefix ID for proper distinction across multiple Ollama instances. +- **๐Ÿ”„ Connection Enable/Disable Toggle**: Easily enable or disable individual OpenAI and Ollama connections as needed. +- **๐ŸŽจ Redesigned Model Workspace**: Freshly redesigned to improve usability for managing models across users and groups. +- **๐ŸŽจ Redesigned Prompt Workspace**: A fresh UI to conveniently organize and manage prompts. +- **๐Ÿงฉ Sorted Functions Workspace**: Functions are now automatically categorized by type (Action, Filter, Pipe), streamlining management. +- **๐Ÿ’ป Redesigned Collaborative Workspace**: Enhanced support for multiple users contributing to models, knowledge, prompts, or tools, improving collaboration. +- **๐Ÿ”ง Auto-Selected Tools in Model Editor**: Tools enabled through the model editor are now automatically selected, reducing manual steps. +- **๐Ÿ”” Web Search & Tools Indicator**: A clear indication now shows when web search or tools are active, reducing confusion. +- **๐Ÿ”‘ Toggle API Key Auth**: Tighten security by easily enabling or disabling API key authentication for Open WebUI. +- **๐Ÿ—‚๏ธ Agentic Retrieval**: Improve RAG accuracy via smart pre-processing of chat history to determine the best queries before retrieval. +- **๐Ÿ“ Large Text as File Option**: Optionally convert large pasted text into a file upload, keeping the chat interface cleaner. +- **๐Ÿ—‚๏ธ Citations for Models**: New option allows models to disable citations. +- **๐Ÿ” User Settings Search**: Quickly search for settings fields, improving ease of use and navigation. +- **๐Ÿ—ฃ๏ธ Experimental SpeechT5 TTS**: Local SpeechT5 support added for improved text-to-speech capabilities. +- **๐Ÿ”„ Unified Reset for Models**: A one-click option has been introduced to reset and remove all models from the Admin Settings. +- **๐Ÿ› ๏ธ Initial Setup Wizard**: The setup process now explicitly informs users that they are creating an admin account during the first-time setup, ensuring clarity. Previously, users encountered the login page right away without this distinction. +- **๐ŸŒ Enhanced Translations**: Several language translations, including Ukrainian, Norwegian, and Brazilian Portuguese, were refined for better localization. + +### Fixed + +- **๐ŸŽฅ YouTube Video Attachments**: Fixed issues preventing proper loading and attachment of YouTube videos as files. +- **๐Ÿ”„ Shared Chat Update**: Corrected issues where shared chats were not updating, improving collaboration consistency. +- **๐Ÿ” DuckDuckGo Rate Limit Fix**: Addressed issues with DuckDuckGo search integration, enhancing search stability and performance when operating within rate limits. +- **๐Ÿงพ Citations Relevance Fix**: Adjusted the relevance percentage calculation for citations, so that the webui properly reflect the accuracy of a retrieved document in RAG, ensuring users get clearer insights into sources. +- **๐Ÿ”‘ Jina Search API Key Requirement**: Added the option to input an API key for Jina Search, ensuring smooth functionality as keys are now mandatory. + +### Changed + +- **๐Ÿ› ๏ธ Functions Moved to Admin Panel**: As Functions operate as advanced plugins, they are now accessible from the Admin Panel instead of the workspace. +- **๐Ÿ› ๏ธ Manage Ollama Connections**: The "Models" section in Admin Settings has been relocated to Admin Settings > "Connections" > Ollama Connections. You can now manage Ollama instances via a dedicated "Manage Ollama" modal from "Connections", streamlining the setup and configuration of Ollama models. +- **๐Ÿ“Š Base Models in Admin Settings**: Admins can now find all base models, both connections or functions, in the "Models" Admin setting. Global model accessibility can be enabled or disabled here. Models are private by default, requiring explicit permission assignment for user access. +- **๐Ÿ“Œ Sticky Model Selection for New Chats**: The model chosen from a previous chat now persists when creating a new chat. However, if you click "New Chat" again from the new chat page, it will revert to your default model. +- **๐ŸŽจ Design Refactoring**: Overall design refinements across the platform have been made, providing a more cohesive and polished user experience. + +### Removed + +- **๐Ÿ“‚ Model List Reordering**: Temporarily removed and will be reintroduced in upcoming user group settings improvements. +- **โš™๏ธ Default Model Setting**: Removed the ability to set a default model for users, will be reintroduced with user group settings in the future. + ## [0.3.35] - 2024-10-26 ### Added