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
ed326f02
Commit
ed326f02
authored
Apr 24, 2024
by
Timothy J. Baek
Browse files
doc: changelog
parent
1ec668f6
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
7 deletions
+14
-7
CHANGELOG.md
CHANGELOG.md
+10
-3
package-lock.json
package-lock.json
+2
-2
package.json
package.json
+2
-2
No files found.
CHANGELOG.md
View file @
ed326f02
...
...
@@ -5,11 +5,18 @@ 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.121] - 2024-04-2
2
## [0.1.121] - 2024-04-2
4
###
Add
ed
###
Fix
ed
-
**🛠️ Improved Embedding Model Support**
: You can now use any embedding model
`sentence_transformers`
supports.
-
**🔧 Translation Issues**
: Addressed various translation discrepancies.
-
**🔒 LiteLLM Security Fix**
: Updated LiteLLM version to resolve a security vulnerability.
-
**🖥️ HTML Tag Display**
: Rectified the issue where the '
<br>
' tag wasn't displaying correctly.
-
**🔗 WebSocket Connection**
: Resolved the failure of WebSocket connection under HTTPS security for ComfyUI server.
-
**📜 FileReader Optimization**
: Implemented FileReader initialization per image in multi-file drag & drop to ensure reusability.
-
**🏷️ Tag Display**
: Corrected tag display inconsistencies.
-
**📦 Archived Chat Styling**
: Fixed styling issues in archived chat.
-
**🔖 Safari Copy Button Bug**
: Addressed the bug where the copy button failed to copy links in Safari.
## [0.1.120] - 2024-04-20
...
...
package-lock.json
View file @
ed326f02
{
"name"
:
"open-webui"
,
"version"
:
"0.1.12
0
"
,
"version"
:
"0.1.12
1
"
,
"lockfileVersion"
:
3
,
"requires"
:
true
,
"packages"
:
{
""
:
{
"name"
:
"open-webui"
,
"version"
:
"0.1.12
0
"
,
"version"
:
"0.1.12
1
"
,
"dependencies"
:
{
"@sveltejs/adapter-node"
:
"^1.3.1"
,
"async"
:
"^3.2.5"
,
...
...
package.json
View file @
ed326f02
{
"name"
:
"open-webui"
,
"version"
:
"0.1.12
0
"
,
"version"
:
"0.1.12
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