From ed326f02c05cc2f1d1fbe70dc71f593761b19968 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Wed, 24 Apr 2024 15:23:09 -0400 Subject: [PATCH] doc: changelog --- CHANGELOG.md | 13 ++++++++++--- package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eaffc692..f9eb0d966 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 '
' 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 diff --git a/package-lock.json b/package-lock.json index a310c609d..55b35dd58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "open-webui", - "version": "0.1.120", + "version": "0.1.121", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "open-webui", - "version": "0.1.120", + "version": "0.1.121", "dependencies": { "@sveltejs/adapter-node": "^1.3.1", "async": "^3.2.5", diff --git a/package.json b/package.json index 12afea0f4..12f537c5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "open-webui", - "version": "0.1.120", + "version": "0.1.121", "private": true, "scripts": { "dev": "vite dev --host", @@ -60,4 +60,4 @@ "tippy.js": "^6.3.7", "uuid": "^9.0.1" } -} +} \ No newline at end of file