mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 19:37:47 +01:00
doc: changelog
This commit is contained in:
20
CHANGELOG.md
20
CHANGELOG.md
@@ -5,6 +5,26 @@ 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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [0.1.118] - 2024-04-10
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- **🦙 Ollama and CUDA Images**: Added support for `:ollama` and `:cuda` tagged images.
|
||||||
|
- **👍 Enhanced Response Rating**: Now you can annotate your ratings for better feedback.
|
||||||
|
- **👤 User Initials Profile Photo**: User initials are now the default profile photo.
|
||||||
|
- **🔍 Update RAG Embedding Model**: Customize RAG embedding model directly in document settings.
|
||||||
|
- **🌍 Additional Language Support**: Added Turkish language support.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- **🔒 Share Chat Permission**: Resolved issue with chat sharing permissions.
|
||||||
|
- **🛠 Modal Close**: Modals can now be closed using the Esc key.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- **🎨 Admin Panel Styling**: Refreshed styling for the admin panel.
|
||||||
|
- **🐳 Docker Image Build**: Updated docker image build process for improved efficiency.
|
||||||
|
|
||||||
## [0.1.117] - 2024-04-03
|
## [0.1.117] - 2024-04-03
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "open-webui",
|
"name": "open-webui",
|
||||||
"version": "0.1.117",
|
"version": "0.1.118",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite dev --host",
|
"dev": "vite dev --host",
|
||||||
@@ -60,4 +60,4 @@
|
|||||||
"tippy.js": "^6.3.7",
|
"tippy.js": "^6.3.7",
|
||||||
"uuid": "^9.0.1"
|
"uuid": "^9.0.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user