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
35918cef
Commit
35918cef
authored
Mar 06, 2024
by
Timothy J. Baek
Browse files
doc: changelog
parent
34c7b678
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
CHANGELOG.md
CHANGELOG.md
+12
-0
package.json
package.json
+1
-1
No files found.
CHANGELOG.md
View file @
35918cef
...
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
...
@@ -5,6 +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/
)
,
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.110] - 2024-03-06
### Added
-
**🌐 Multiple OpenAI Servers Support**
: Enjoy seamless integration with multiple OpenAI-compatible APIs, now supported natively.
### Fixed
-
**🔍 OCR Issue**
: Resolved PDF parsing issue caused by OCR malfunction.
-
**🚫 RAG Issue**
: Fixed the RAG functionality, ensuring it operates smoothly.
-
**📄 "Add Docs" Model Button**
: Addressed the non-functional behavior of the "Add Docs" model button.
## [0.1.109] - 2024-03-06
## [0.1.109] - 2024-03-06
### Added
### Added
...
...
package.json
View file @
35918cef
{
{
"name"
:
"open-webui"
,
"name"
:
"open-webui"
,
"version"
:
"0.1.10
9
"
,
"version"
:
"0.1.1
1
0"
,
"private"
:
true
,
"private"
:
true
,
"scripts"
:
{
"scripts"
:
{
"dev"
:
"vite dev --host"
,
"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