open-webui/CHANGELOG.md

57 lines
2.1 KiB
Markdown
Raw Normal View History

2024-02-23 08:30:26 +00:00
# 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).
2024-02-25 20:51:08 +00:00
## [0.1.104] - 2024-02-25
2024-02-25 19:55:15 +00:00
### Added
2024-02-25 20:51:08 +00:00
- **🔄 Check for Updates**: Now conveniently available in Settings > About.
2024-02-25 19:55:15 +00:00
2024-02-25 20:37:23 +00:00
### Changed
2024-02-25 20:51:08 +00:00
- **🎨 Modernized Styling**: Updated for a more contemporary appearance.
2024-02-25 20:37:23 +00:00
2024-02-25 18:56:56 +00:00
## [0.1.103] - 2024-02-25
### Added
2024-02-25 18:56:56 +00:00
- **🔗 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.
2024-02-25 19:01:05 +00:00
- When utilizing Docker container to run Open WebUI, ensure connections to localhost use `host.docker.internal`.
2024-02-25 18:56:56 +00:00
- **🖼️ Image Generation Enhancements**: Introducing Advanced Settings with Image Preview Feature.
- Customize image generation by setting the number of steps; defaults to A1111 value.
### Fixed
2024-02-25 18:56:56 +00:00
- 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.
2024-02-25 18:56:56 +00:00
- Access our comprehensive documentation at [Open WebUI Documentation](https://docs.openwebui.com/).
2024-02-23 08:30:26 +00:00
## [0.1.102] - 2024-02-22
### Added
2024-02-23 09:37:22 +00:00
- **🖼️ 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.
2024-02-23 08:30:26 +00:00
- **🤖 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.
2024-02-23 09:37:22 +00:00
- **📢 CHANGELOG.md/Popup**: This popup will show you the latest changes.
2024-02-23 08:30:26 +00:00
2024-02-23 09:18:30 +00:00
## [0.1.101] - 2024-02-22
2024-02-23 08:30:26 +00:00
### Fixed
2024-02-23 09:18:30 +00:00
- LaTex output formatting issue (#828)
2024-02-23 08:30:26 +00:00
### Changed
2024-02-23 09:18:30 +00:00
- Instead of having the previous 1.0.0-alpha.101, we switched to semantic versioning as a way to respect global conventions.