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
63e7246c
Commit
63e7246c
authored
Mar 01, 2024
by
Timothy J. Baek
Browse files
doc: changelog
parent
6f4a8635
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
2 deletions
+18
-2
CHANGELOG.md
CHANGELOG.md
+16
-0
package.json
package.json
+2
-2
No files found.
CHANGELOG.md
View file @
63e7246c
...
...
@@ -5,6 +5,22 @@ 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.107] - 2024-03-01
### Added
-
**🚀 Makefile and LLM Update Script**
: Included Makefile and a script for LLM updates in the repository.
### Fixed
-
Corrected issue where links in the settings modal didn't appear clickable (#960).
-
Fixed problem with web UI port not taking effect due to incorrect environment variable name in run-compose.sh (#996).
-
Enhanced user experience by displaying chat in browser title and enabling automatic scrolling to the bottom (#992).
### Changed
-
Migrated from svelte-toast to svelte-sonner for improved functionality.
## [0.1.106] - 2024-02-27
### Added
...
...
package.json
View file @
63e7246c
{
"name"
:
"open-webui"
,
"version"
:
"0.1.10
6
"
,
"version"
:
"0.1.10
7
"
,
"private"
:
true
,
"scripts"
:
{
"dev"
:
"vite dev --host"
,
...
...
@@ -53,4 +53,4 @@
"
tippy.js
"
:
"
^6.3.7
"
,
"
uuid
"
:
"
^9.0.1
"
}
}
}
\ No newline at end of file
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