mirror of
https://github.com/open-webui/open-webui
synced 2024-11-06 16:59:42 +00:00
98 lines
4.0 KiB
Markdown
98 lines
4.0 KiB
Markdown
# Changelog
|
|
|
|
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.1.107] - 2024-03-01
|
|
|
|
### Added
|
|
|
|
- **🚀 Makefile and LLM Update Script**: Included Makefile and a script for LLM updates in the repository.
|
|
|
|
### Fixed
|
|
|
|
- Corrected issue where links in the settings modal didn't appear clickable (#960).
|
|
- Fixed problem with web UI port not taking effect due to incorrect environment variable name in run-compose.sh (#996).
|
|
- Enhanced user experience by displaying chat in browser title and enabling automatic scrolling to the bottom (#992).
|
|
|
|
### Changed
|
|
|
|
- Upgraded toast library from `svelte-french-toast` to `svelte-sonner` for a more polished UI.
|
|
- Enhanced accessibility with the addition of dark mode on the authentication page.
|
|
|
|
## [0.1.106] - 2024-02-27
|
|
|
|
### Added
|
|
|
|
- **🎯 Auto-focus Feature**: The input area now automatically focuses when initiating or opening a chat conversation.
|
|
|
|
### Fixed
|
|
|
|
- Corrected typo from "HuggingFace" to "Hugging Face" (Issue #924).
|
|
- Resolved bug causing errors in chat completion API calls to OpenAI due to missing "num_ctx" parameter (Issue #927).
|
|
- Fixed issues preventing text editing, selection, and cursor retention in the input field (Issue #940).
|
|
- Fixed a bug where defining an OpenAI-compatible API server using 'OPENAI_API_BASE_URL' containing 'openai' string resulted in hiding models not containing 'gpt' string from the model menu. (Issue #930)
|
|
|
|
## [0.1.105] - 2024-02-25
|
|
|
|
### Added
|
|
|
|
- **📄 Document Selection**: Now you can select and delete multiple documents at once for easier management.
|
|
|
|
### Changed
|
|
|
|
- **🏷️ Document Pre-tagging**: Simply click the "+" button at the top, enter tag names in the popup window, or select from a list of existing tags. Then, upload files with the added tags for streamlined organization.
|
|
|
|
## [0.1.104] - 2024-02-25
|
|
|
|
### Added
|
|
|
|
- **🔄 Check for Updates**: Keep your system current by checking for updates conveniently located in Settings > About.
|
|
- **🗑️ Automatic Tag Deletion**: Unused tags on the sidebar will now be deleted automatically with just a click.
|
|
|
|
### Changed
|
|
|
|
- **🎨 Modernized Styling**: Enjoy a refreshed look with updated styling for a more contemporary experience.
|
|
|
|
## [0.1.103] - 2024-02-25
|
|
|
|
### Added
|
|
|
|
- **🔗 Built-in LiteLLM Proxy**: Now includes LiteLLM proxy within Open WebUI for enhanced functionality.
|
|
|
|
- Easily integrate existing LiteLLM configurations using `-v /path/to/config.yaml:/app/backend/data/litellm/config.yaml` flag.
|
|
- When utilizing Docker container to run Open WebUI, ensure connections to localhost use `host.docker.internal`.
|
|
|
|
- **🖼️ Image Generation Enhancements**: Introducing Advanced Settings with Image Preview Feature.
|
|
- Customize image generation by setting the number of steps; defaults to A1111 value.
|
|
|
|
### Fixed
|
|
|
|
- Resolved issue with RAG scan halting document loading upon encountering unsupported MIME types or exceptions (Issue #866).
|
|
|
|
### Changed
|
|
|
|
- Ollama is no longer required to run Open WebUI.
|
|
- Access our comprehensive documentation at [Open WebUI Documentation](https://docs.openwebui.com/).
|
|
|
|
## [0.1.102] - 2024-02-22
|
|
|
|
### Added
|
|
|
|
- **🖼️ Image Generation**: Generate Images using the AUTOMATIC1111/stable-diffusion-webui API. You can set this up in Settings > Images.
|
|
- **📝 Change title generation prompt**: Change the prompt used to generate titles for your chats. You can set this up in the Settings > Interface.
|
|
- **🤖 Change embedding model**: Change the embedding model used to generate embeddings for your chats in the Dockerfile. Use any sentence transformer model from huggingface.co.
|
|
- **📢 CHANGELOG.md/Popup**: This popup will show you the latest changes.
|
|
|
|
## [0.1.101] - 2024-02-22
|
|
|
|
### Fixed
|
|
|
|
- LaTex output formatting issue (#828)
|
|
|
|
### Changed
|
|
|
|
- Instead of having the previous 1.0.0-alpha.101, we switched to semantic versioning as a way to respect global conventions.
|