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
64b6a8c5
Commit
64b6a8c5
authored
Jun 09, 2024
by
Timothy J. Baek
Browse files
doc: changelog
parent
16f09fff
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
+10
-4
CHANGELOG.md
CHANGELOG.md
+6
-0
package-lock.json
package-lock.json
+2
-2
package.json
package.json
+2
-2
No files found.
CHANGELOG.md
View file @
64b6a8c5
...
...
@@ -5,6 +5,12 @@ 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.3.1] - 2024-06-09
### Fixed
-
**💬 Chat Functionality**
: Resolved the issue where chat functionality was not working for specific models.
## [0.3.0] - 2024-06-09
### Added
...
...
package-lock.json
View file @
64b6a8c5
{
"name"
:
"open-webui"
,
"version"
:
"0.3.
0
"
,
"version"
:
"0.3.
1
"
,
"lockfileVersion"
:
3
,
"requires"
:
true
,
"packages"
:
{
""
:
{
"name"
:
"open-webui"
,
"version"
:
"0.3.
0
"
,
"version"
:
"0.3.
1
"
,
"dependencies"
:
{
"@pyscript/core"
:
"^0.4.32"
,
"@sveltejs/adapter-node"
:
"^1.3.1"
,
...
...
package.json
View file @
64b6a8c5
{
"name"
:
"open-webui"
,
"version"
:
"0.3.
0
"
,
"version"
:
"0.3.
1
"
,
"private"
:
true
,
"scripts"
:
{
"dev"
:
"npm run pyodide:fetch && vite dev --host"
,
...
...
@@ -71,4 +71,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