Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
88d324b5
Commit
88d324b5
authored
Mar 10, 2024
by
Timothy J. Baek
Browse files
doc: changelog
parent
64afde6c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
1 deletion
+19
-1
CHANGELOG.md
CHANGELOG.md
+18
-0
package.json
package.json
+1
-1
No files found.
CHANGELOG.md
View file @
88d324b5
...
...
@@ -5,6 +5,24 @@ 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.111] - 2024-03-10
### Added
-
🛡️
**Model Whitelisting**
: Admins now have the ability to whitelist models for users with the 'user' role.
-
🔄
**Update All Models**
: Added a convenient button to update all models at once.
-
📄
**Toggle PDF OCR**
: Users can now toggle PDF OCR option for improved parsing performance.
-
🎨
**DALL-E Integration**
: Introduced DALL-E integration for image generation alongside automatic1111.
-
🛠️
**RAG API Refactoring**
: Refactored RAG logic and exposed its API, with additional documentation to follow.
### Fixed
-
🔒
**Max Token Settings**
: Added max token settings for anthropic/claude-3-sonnet-20240229 (Issue #1094).
-
🔧
**Misalignment Issue**
: Corrected misalignment of Edit and Delete Icons when Chat Title is Empty (Issue #1104).
-
🔄
**Context Loss Fix**
: Resolved RAG losing context on model response regeneration with Groq models via API key (Issue #1105).
-
📁
**File Handling Bug**
: Addressed File Not Found Notification when Dropping a Conversation Element (Issue #1098).
-
🖱️
**Dragged File Styling**
: Fixed dragged file layover styling issue.
## [0.1.110] - 2024-03-06
### Added
...
...
package.json
View file @
88d324b5
{
"name"
:
"open-webui"
,
"version"
:
"0.1.11
0
"
,
"version"
:
"0.1.11
1
"
,
"private"
:
true
,
"scripts"
:
{
"dev"
:
"vite dev --host"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment