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
93bd20b8
Commit
93bd20b8
authored
Apr 20, 2024
by
Timothy J. Baek
Browse files
doc: changelog
parent
291c7595
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
3 deletions
+19
-3
CHANGELOG.md
CHANGELOG.md
+16
-0
package-lock.json
package-lock.json
+2
-2
package.json
package.json
+1
-1
No files found.
CHANGELOG.md
View file @
93bd20b8
...
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
...
@@ -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/
)
,
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.120] - 2024-04-20
### Added
-
**📦 Archive Chat Feature**
: Easily archive chats with a new sidebar button, and access archived chats via the profile button > archived chats.
-
**🔊 Configurable Text-to-Speech Endpoint**
: Customize your Text-to-Speech experience with configurable OpenAI endpoints.
-
**🛠️ Improved Error Handling**
: Enhanced error message handling for connection failures.
-
**⌨️ Enhanced Shortcut**
: When editing messages, use ctrl/cmd+enter to save and submit, and esc to close.
-
**🌐 Language Support**
: Added support for Georgian and enhanced translations for Portuguese and Vietnamese.
### Fixed
-
**🔧 Model Selector**
: Resolved issue where default model selection was not saving.
-
**🔗 Share Link Copy Button**
: Fixed bug where the copy button wasn't copying links in Safari.
-
**🎨 Light Theme Styling**
: Addressed styling issue with the light theme.
## [0.1.119] - 2024-04-16
## [0.1.119] - 2024-04-16
### Added
### Added
...
...
package-lock.json
View file @
93bd20b8
{
{
"name"
:
"open-webui"
,
"name"
:
"open-webui"
,
"version"
:
"0.1.1
19
"
,
"version"
:
"0.1.1
20
"
,
"lockfileVersion"
:
3
,
"lockfileVersion"
:
3
,
"requires"
:
true
,
"requires"
:
true
,
"packages"
:
{
"packages"
:
{
""
:
{
""
:
{
"name"
:
"open-webui"
,
"name"
:
"open-webui"
,
"version"
:
"0.1.1
19
"
,
"version"
:
"0.1.1
20
"
,
"dependencies"
:
{
"dependencies"
:
{
"@sveltejs/adapter-node"
:
"^1.3.1"
,
"@sveltejs/adapter-node"
:
"^1.3.1"
,
"async"
:
"^3.2.5"
,
"async"
:
"^3.2.5"
,
...
...
package.json
View file @
93bd20b8
{
{
"name"
:
"open-webui"
,
"name"
:
"open-webui"
,
"version"
:
"0.1.1
19
"
,
"version"
:
"0.1.1
20
"
,
"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