From e9e48fbebc0e8c9a412ec43c9903ec7434b45e69 Mon Sep 17 00:00:00 2001 From: James Beeching <98554230+beecho01@users.noreply.github.com> Date: Sat, 22 Feb 2025 00:06:39 +0000 Subject: [PATCH 1/3] Bump to v0.5.16 --- open-webui/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open-webui/docker-compose.yml b/open-webui/docker-compose.yml index 23b5674417..080eb804d8 100644 --- a/open-webui/docker-compose.yml +++ b/open-webui/docker-compose.yml @@ -8,7 +8,7 @@ services: PROXY_AUTH_ADD: "false" web: - image: ghcr.io/open-webui/open-webui:v0.5.12@sha256:492d8941ccc1976f647302be853f17c5b7e24f16d31adf0878450ba975b9da46 + image: ghcr.io/open-webui/open-webui:v0.5.16@sha256:aeb69f75b1a841780c3275637b7fc4e53defcbff22c6bbb6fceb4f3511736436 volumes: - ${APP_DATA_DIR}/data/open-webui:/app/backend/data environment: From 2330050ea8e0ae1cc86d6c5177c4ba7c70ee5f37 Mon Sep 17 00:00:00 2001 From: James Beeching <98554230+beecho01@users.noreply.github.com> Date: Sat, 22 Feb 2025 00:10:16 +0000 Subject: [PATCH 2/3] Bumped to v0.5.16 with updated release notes --- open-webui/umbrel-app.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/open-webui/umbrel-app.yml b/open-webui/umbrel-app.yml index 0491996fd0..5b9dfe9188 100644 --- a/open-webui/umbrel-app.yml +++ b/open-webui/umbrel-app.yml @@ -3,7 +3,7 @@ id: open-webui name: Open WebUI tagline: Chat with Ollama models like DeepSeek-R1 and LLama, or use an OpenAI API key category: ai -version: "0.5.12" +version: "0.5.16" port: 2876 description: >- Open WebUI lets you chat with advanced AI models running locally on your own device or connect to online models using an API key. @@ -42,11 +42,11 @@ releaseNotes: >- This update includes several improvements and fixes: - - Added support for multiple tool calls in native function mode for better automation - - Fixed text completion functionality in the Playground - - Improved input responsiveness for better typing experience with long messages - - Enhanced direct API connections for all user roles - + - Restored complete and accurate web search retrieval by reverting deduplication changes and introduced smarter, agent-driven searches with full context mode and optimized asynchronous loading. + - Enhanced Jupyter integration with improved inline plot display, a “Running…” indicator, adjustable execution timeouts, and direct Jupyter Notebook support for code blocks. + - Introduced experimental features including Playwright-powered web scraping for improved accuracy and early-stage Azure Storage support for flexible cloud storage. + - Improved overall UI/UX and system stability with refined backend/frontend performance, enhanced mobile responsiveness, translation updates, and clearer prompt variable syntax. + - Fixed critical bugs such as a circular import issue affecting system initialization and resolved chat message duplication and continue-button glitches for smoother interactions. Full release notes can be found at https://github.com/open-webui/open-webui/releases path: "" From 383005ee2b156dc4e4b9f172c51178d3d761bef8 Mon Sep 17 00:00:00 2001 From: nmfretz Date: Mon, 24 Feb 2025 13:20:31 +1000 Subject: [PATCH 3/3] Add offical release notes --- open-webui/umbrel-app.yml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/open-webui/umbrel-app.yml b/open-webui/umbrel-app.yml index 5b9dfe9188..66294646bf 100644 --- a/open-webui/umbrel-app.yml +++ b/open-webui/umbrel-app.yml @@ -41,12 +41,17 @@ releaseNotes: >- This is a known issue with ollama and open-webui that may occur after updating. - This update includes several improvements and fixes: - - Restored complete and accurate web search retrieval by reverting deduplication changes and introduced smarter, agent-driven searches with full context mode and optimized asynchronous loading. - - Enhanced Jupyter integration with improved inline plot display, a “Running…” indicator, adjustable execution timeouts, and direct Jupyter Notebook support for code blocks. - - Introduced experimental features including Playwright-powered web scraping for improved accuracy and early-stage Azure Storage support for flexible cloud storage. - - Improved overall UI/UX and system stability with refined backend/frontend performance, enhanced mobile responsiveness, translation updates, and clearer prompt variable syntax. - - Fixed critical bugs such as a circular import issue affecting system initialization and resolved chat message duplication and continue-button glitches for smoother interactions. + Highlights: + - 📄 Full Context Mode for Local Document Search (RAG): Toggle full context mode from Admin Settings > Documents to inject entire document content into context, improving accuracy for models with large context windows—ideal for deep context understanding. + - 🌍 Smarter Web Search with Agentic Workflows: Web searches now intelligently gather and refine multiple relevant terms, similar to RAG handling, delivering significantly better search results for more accurate information retrieval. + - 🔎 Experimental Playwright Support for Web Loader: Web content retrieval is taken to the next level with Playwright-powered scraping for enhanced accuracy in extracted web data. + - ☁️ Experimental Azure Storage Provider: Early-stage support for Azure Storage allows more cloud storage flexibility directly within Open WebUI. + - 📊 Improved Jupyter Code Execution with Plots: Interactive coding now properly displays inline plots, making data visualization more seamless inside chat interactions. + - ⏳ Adjustable Execution Timeout for Jupyter Interpreter: Customize execution timeout (default: 60s) for Jupyter-based code execution, allowing longer or more constrained execution based on your needs. + - ▶️ "Running..." Indicator for Jupyter Code Execution: A visual indicator now appears while code execution is in progress, providing real-time status updates on ongoing computations. + - ⚙️ General Backend & Frontend Stability Enhancements: Extensive refactoring improves reliability, performance, and overall user experience for a more seamless Open WebUI. + - 🌍 Translation Updates: Various international translation refinements ensure better localization and a more natural user interface experience. + - 🐞 Various bug fixes and improvements. Full release notes can be found at https://github.com/open-webui/open-webui/releases path: ""