From 99b916324a108b241fe8e5ff9f0758f102d26ece Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 26 Jan 2026 12:41:48 +0000 Subject: [PATCH] :bookmark: chore(release): v2.0.0-next.384 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [Version 2.0.0-next.384](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.383...v2.0.0-next.384) Released on **2026-01-26** #### ✨ Features - **desktop**: Add manual update check entry in About page. #### 🐛 Bug Fixes - **model-runtime**: Filter null values from enum for Gemini compatibility. - **misc**: Group builder not set true edit data.
Improvements and Fixes #### What's improved * **desktop**: Add manual update check entry in About page, closes [#11854](https://github.com/lobehub/lobe-chat/issues/11854) ([ec854d7](https://github.com/lobehub/lobe-chat/commit/ec854d7)) #### What's fixed * **model-runtime**: Filter null values from enum for Gemini compatibility, closes [#11859](https://github.com/lobehub/lobe-chat/issues/11859) ([1163f71](https://github.com/lobehub/lobe-chat/commit/1163f71)) * **misc**: Group builder not set true edit data, closes [#11858](https://github.com/lobehub/lobe-chat/issues/11858) ([8eba0e6](https://github.com/lobehub/lobe-chat/commit/8eba0e6))
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
--- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 37 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb2a209a0c..fabe8b150f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,41 @@ # Changelog +## [Version 2.0.0-next.384](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.383...v2.0.0-next.384) + +Released on **2026-01-26** + +#### ✨ Features + +- **desktop**: Add manual update check entry in About page. + +#### 🐛 Bug Fixes + +- **model-runtime**: Filter null values from enum for Gemini compatibility. +- **misc**: Group builder not set true edit data. + +
+ +
+Improvements and Fixes + +#### What's improved + +- **desktop**: Add manual update check entry in About page, closes [#11854](https://github.com/lobehub/lobe-chat/issues/11854) ([ec854d7](https://github.com/lobehub/lobe-chat/commit/ec854d7)) + +#### What's fixed + +- **model-runtime**: Filter null values from enum for Gemini compatibility, closes [#11859](https://github.com/lobehub/lobe-chat/issues/11859) ([1163f71](https://github.com/lobehub/lobe-chat/commit/1163f71)) +- **misc**: Group builder not set true edit data, closes [#11858](https://github.com/lobehub/lobe-chat/issues/11858) ([8eba0e6](https://github.com/lobehub/lobe-chat/commit/8eba0e6)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ ## [Version 2.0.0-next.383](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.382...v2.0.0-next.383) Released on **2026-01-26** diff --git a/package.json b/package.json index 01ffb8839c..90070f4782 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lobehub/lobehub", - "version": "2.0.0-next.383", + "version": "2.0.0-next.384", "description": "LobeHub - an open-source,comprehensive AI Agent framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.", "keywords": [ "framework", @@ -461,4 +461,4 @@ "better-call": "1.1.8" } } -} \ No newline at end of file +}