From 02d02b05182f19ef2e31f49d923b865bdb6573c3 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Wed, 20 Nov 2024 12:11:38 -0800 Subject: [PATCH] doc: changelog --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2be2e872f..1bcc2d4d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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.4.2] - 2024-11-20 + +### Fixed + +- **๐Ÿ“ Knowledge Files Visibility Issue**: Resolved the bug preventing individual files in knowledge collections from displaying when referenced from `#`. +- **๐Ÿ”— OpenAI Endpoint Prefix**: Fixed the issue where certain OpenAI connections that deviate from the official API spec werenโ€™t working correctly with prefixes. +- **โš”๏ธ Arena Model Access Control**: Corrected an issue where arena model access control settings were not being saved. +- **๐Ÿ”ง Usage Capability Selector**: Fixed the broken usage capabilities selector in the model editor. + ## [0.4.1] - 2024-11-19 ### Added diff --git a/package-lock.json b/package-lock.json index d2114a6ac..0d310e9b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "open-webui", - "version": "0.4.1", + "version": "0.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "open-webui", - "version": "0.4.1", + "version": "0.4.2", "dependencies": { "@codemirror/lang-javascript": "^6.2.2", "@codemirror/lang-python": "^6.1.6", diff --git a/package.json b/package.json index 47e232773..1b6e4cddc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "open-webui", - "version": "0.4.1", + "version": "0.4.2", "private": true, "scripts": { "dev": "npm run pyodide:fetch && vite dev --host",