From 02777ffc54253d223d409aabbea14dae1e0fbf70 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Tue, 31 Dec 2024 13:23:05 -0800 Subject: [PATCH] doc: changelog --- CHANGELOG.md | 20 ++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- src/lib/i18n/locales/ja-JP/translation.json | 4 +--- 4 files changed, 24 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b508d76fc..31d2b89a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,26 @@ 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.5.3] - 2024-12-31 + +### Added + +- **๐Ÿ’ฌ Channel Reactions with Built-In Emoji Picker**: Easily express yourself in channel threads and messages with reactions, featuring an intuitive built-in emoji picker for seamless selection. +- **๐Ÿงต Threads for Channels**: Organize discussions within channels by creating threads, improving clarity and fostering focused conversations. +- **๐Ÿ”„ Reset Button for SVG Pan/Zoom**: Added a handy reset button to SVG Pan/Zoom, allowing users to quickly return diagrams or visuals to their default state without hassle. +- **โšก Realtime Chat Save Environment Variable**: Introduced the ENABLE_REALTIME_CHAT_SAVE environment variable. Choose between faster responses by disabling realtime chat saving or ensuring chunk-by-chunk data persistency for critical operations. +- **๐ŸŒ Translation Enhancements**: Updated and refined translations across multiple languages, providing a smoother experience for international users. +- **๐Ÿ“š Improved Documentation**: Expanded documentation on functions, including clearer guidance on function plugins and detailed instructions for migrating to v0.5. This ensures users can adapt and harness new updates more effectively. (https://docs.openwebui.com/features/plugin/functions/) + +### Fixed + +- **๐Ÿ› ๏ธ Ollama Parameters Respected**: Resolved an issue where input parameters for Ollama were being ignored, ensuring precise and consistent model behavior. +- **๐Ÿ”ง Function Plugin Outlet Hook Reliability**: Fixed a bug causing issues with '__event_emitter__' and outlet hooks in filter function plugins, guaranteeing smoother operation within custom extensions. +- **๐Ÿ–‹๏ธ Weird Custom Status Descriptions**: Adjusted the formatting and functionality for custom user statuses, ensuring they display correctly and intuitively. +- **๐Ÿ”— Restored API Functionality**: Fixed a critical issue where APIs were not operational for certain configurations, ensuring uninterrupted access. +- **โณ Custom Pipe Function Completion**: Resolved an issue where chats using specific custom pipe function plugins werenโ€™t finishing properly, restoring consistent chat workflows. +- **โœ… General Stability Enhancements**: Implemented various under-the-hood improvements to boost overall reliability, ensuring smoother and more consistent performance across the WebUI. + ## [0.5.2] - 2024-12-26 ### Added diff --git a/package-lock.json b/package-lock.json index 650e76cf6..1afeaecbe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "open-webui", - "version": "0.5.2", + "version": "0.5.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "open-webui", - "version": "0.5.2", + "version": "0.5.3", "dependencies": { "@codemirror/lang-javascript": "^6.2.2", "@codemirror/lang-python": "^6.1.6", diff --git a/package.json b/package.json index 63ac8800c..71fd418a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "open-webui", - "version": "0.5.2", + "version": "0.5.3", "private": true, "scripts": { "dev": "npm run pyodide:fetch && vite dev --host", diff --git a/src/lib/i18n/locales/ja-JP/translation.json b/src/lib/i18n/locales/ja-JP/translation.json index d236fd002..bf4c07bba 100644 --- a/src/lib/i18n/locales/ja-JP/translation.json +++ b/src/lib/i18n/locales/ja-JP/translation.json @@ -750,10 +750,8 @@ "Reset": "", "Reset All Models": "", "Reset Upload Directory": "ใ‚ขใƒƒใƒ—ใƒญใƒผใƒ‰ใƒ‡ใ‚ฃใƒฌใ‚ฏใƒˆใƒชใ‚’ใƒชใ‚ปใƒƒใƒˆ", - "Reset Vector Storage/Knowledge": "", - "Reset view": "", "Reset Vector Storage/Knowledge": "ใƒ™ใ‚ฏใ‚ฟใƒผใ‚นใƒˆใƒฌใƒผใ‚ธใจใƒŠใƒฌใƒƒใ‚ธในใƒผใ†ใ‚’ใƒชใ‚ปใƒƒใƒˆ", - "Reset view": "", + "Reset view": "", "Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "", "Response splitting": "ๅฟœ็ญ”ใฎๅˆ†ๅ‰ฒ", "Result": "",