Skip to content

Commit

Permalink
doc: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tjbck committed Apr 24, 2024
1 parent 1ec668f commit ed326f0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.121] - 2024-04-22
## [0.1.121] - 2024-04-24

### Added
### Fixed

- **🛠️ Improved Embedding Model Support**: You can now use any embedding model `sentence_transformers` supports.
- **🔧 Translation Issues**: Addressed various translation discrepancies.
- **🔒 LiteLLM Security Fix**: Updated LiteLLM version to resolve a security vulnerability.
- **🖥️ HTML Tag Display**: Rectified the issue where the '<br>' tag wasn't displaying correctly.
- **🔗 WebSocket Connection**: Resolved the failure of WebSocket connection under HTTPS security for ComfyUI server.
- **📜 FileReader Optimization**: Implemented FileReader initialization per image in multi-file drag & drop to ensure reusability.
- **🏷️ Tag Display**: Corrected tag display inconsistencies.
- **📦 Archived Chat Styling**: Fixed styling issues in archived chat.
- **🔖 Safari Copy Button Bug**: Addressed the bug where the copy button failed to copy links in Safari.

## [0.1.120] - 2024-04-20

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "open-webui",
"version": "0.1.120",
"version": "0.1.121",
"private": true,
"scripts": {
"dev": "vite dev --host",
Expand Down Expand Up @@ -60,4 +60,4 @@
"tippy.js": "^6.3.7",
"uuid": "^9.0.1"
}
}
}

0 comments on commit ed326f0

Please sign in to comment.