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
4754e5c0
Commit
4754e5c0
authored
May 19, 2024
by
Timothy J. Baek
Browse files
doc: changelog
parent
5b08dc56
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
4 deletions
+22
-4
CHANGELOG.md
CHANGELOG.md
+18
-0
package-lock.json
package-lock.json
+2
-2
package.json
package.json
+2
-2
No files found.
CHANGELOG.md
View file @
4754e5c0
...
...
@@ -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.125] - 2024-05-19
### Added
-
**🔄 Updated UI**
: Chat interface revamped with chat bubbles. Easily switch back to the old style via settings > interface > chat bubble UI.
-
**📂 Enhanced Sidebar UI**
: Model files, documents, prompts, and playground merged into Workspace for streamlined access.
-
**🚀 Improved Many Model Interaction**
: All responses now displayed simultaneously for a smoother experience.
-
**🐍 Python Code Execution**
: Execute Python code locally in the browser with libraries like 'requests', 'beautifulsoup4', 'numpy', 'pandas', 'matplotlib', 'scikit-learn', 'scipy', 'regex'.
-
**🧠 Experimental Memory Feature**
: Manually input personal information you want LLMs to remember via settings > personalization > memory.
-
**💾 Persistent Settings**
: Settings now saved as config.json for convenience.
-
**🩺 Health Check Endpoint**
: Added for Docker deployment.
-
**↕️ LTR Support**
: Toggle chat direction via settings > interface > chat direction.
-
**🌐 Language Updates**
: Ukrainian, Turkish, Arabic, Chinese, Serbian, Vietnamese updated; Punjabi added.
### Changed
-
**👤 Shared Chat Update**
: Shared chat now includes creator user information.
## [0.1.124] - 2024-05-08
### Added
...
...
package-lock.json
View file @
4754e5c0
{
"name"
:
"open-webui"
,
"version"
:
"0.1.12
4
"
,
"version"
:
"0.1.12
5
"
,
"lockfileVersion"
:
3
,
"requires"
:
true
,
"packages"
:
{
""
:
{
"name"
:
"open-webui"
,
"version"
:
"0.1.12
4
"
,
"version"
:
"0.1.12
5
"
,
"dependencies"
:
{
"@pyscript/core"
:
"^0.4.32"
,
"@sveltejs/adapter-node"
:
"^1.3.1"
,
...
...
package.json
View file @
4754e5c0
{
"name"
:
"open-webui"
,
"version"
:
"0.1.12
4
"
,
"version"
:
"0.1.12
5
"
,
"private"
:
true
,
"scripts"
:
{
"dev"
:
"npm run pyodide:fetch && 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