From 282415b886a4607dc439bf4dedeb8d38079034d0 Mon Sep 17 00:00:00 2001 From: lobehubbot Date: Thu, 16 Apr 2026 11:29:10 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20chore(release):=20release=20vers?= =?UTF-8?q?ion=20v2.1.50=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 45 ++++++++++++++++ changelog/v2.json | 133 +++++++++++++--------------------------------- package.json | 2 +- 3 files changed, 83 insertions(+), 97 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de695db1c3..6d437bfebf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,51 @@ # Changelog +## [Version 2.1.50](https://github.com/lobehub/lobe-chat/compare/v2.1.49...v2.1.50) + +Released on **2026-04-16** + +#### 👷 Build System + +- **database**: add document history schema. +- **database**: add document history schema. + +#### 🐛 Bug Fixes + +- **deps**: pin @react-pdf/image to 3.0.4 to avoid privatized @react-pdf/svg. +- **database**: enforce document history ownership and pagination. + +#### ✨ Features + +- **database**: add document history table and update related models. + +
+ +
+Improvements and Fixes + +#### Build System + +- **database**: add document history schema, closes [#13789](https://github.com/lobehub/lobe-chat/issues/13789) ([c1174d3](https://github.com/lobehub/lobe-chat/commit/c1174d3)) +- **database**: add document history schema ([e3eef04](https://github.com/lobehub/lobe-chat/commit/e3eef04)) + +#### What's fixed + +- **deps**: pin @react-pdf/image to 3.0.4 to avoid privatized @react-pdf/svg ([d526b40](https://github.com/lobehub/lobe-chat/commit/d526b40)) +- **database**: enforce document history ownership and pagination ([b9c4b87](https://github.com/lobehub/lobe-chat/commit/b9c4b87)) + +#### What's improved + +- **database**: add document history table and update related models ([64fc6d4](https://github.com/lobehub/lobe-chat/commit/64fc6d4)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ ### [Version 2.1.45](https://github.com/lobehub/lobe-chat/compare/v2.1.44...v2.1.45) Released on **2026-03-26** diff --git a/changelog/v2.json b/changelog/v2.json index ebc2e3ab24..a20f53c5b6 100644 --- a/changelog/v2.json +++ b/changelog/v2.json @@ -1,21 +1,20 @@ [ + { + "children": {}, + "date": "2026-04-16", + "version": "2.1.50" + }, { "children": { - "improvements": [ - "add agent task system database schema." - ] + "improvements": ["add agent task system database schema."] }, "date": "2026-03-26", "version": "2.1.45" }, { "children": { - "fixes": [ - "misc UI/UX improvements and bug fixes." - ], - "improvements": [ - "add image/video switch." - ] + "fixes": ["misc UI/UX improvements and bug fixes."], + "improvements": ["add image/video switch."] }, "date": "2026-03-20", "version": "2.1.44" @@ -47,27 +46,21 @@ }, { "children": { - "improvements": [ - "add api key hash column migration." - ] + "improvements": ["add api key hash column migration."] }, "date": "2026-03-09", "version": "2.1.39" }, { "children": { - "fixes": [ - "when use trustclient not register market m2m token." - ] + "fixes": ["when use trustclient not register market m2m token."] }, "date": "2026-03-06", "version": "2.1.38" }, { "children": { - "improvements": [ - "Update i18n." - ] + "improvements": ["Update i18n."] }, "date": "2026-02-10", "version": "2.1.26" @@ -79,9 +72,7 @@ }, { "children": { - "fixes": [ - "Fix multimodal content_part images rendered as base64 text." - ] + "fixes": ["Fix multimodal content_part images rendered as base64 text."] }, "date": "2026-02-09", "version": "2.1.24" @@ -91,18 +82,14 @@ "fixes": [ "Fix editor content missing when send error, use custom avatar for group chat in sidebar." ], - "improvements": [ - "Update i18n." - ] + "improvements": ["Update i18n."] }, "date": "2026-02-09", "version": "2.1.23" }, { "children": { - "fixes": [ - "Register Notebook tool in server runtime." - ] + "fixes": ["Register Notebook tool in server runtime."] }, "date": "2026-02-08", "version": "2.1.22" @@ -127,9 +114,7 @@ }, { "children": { - "fixes": [ - "Fixed in community pluings tab the lobehub skills not display." - ] + "fixes": ["Fixed in community pluings tab the lobehub skills not display."] }, "date": "2026-02-06", "version": "2.1.19" @@ -146,27 +131,21 @@ }, { "children": { - "fixes": [ - "Add the preview publish to market button preview check." - ] + "fixes": ["Add the preview publish to market button preview check."] }, "date": "2026-02-04", "version": "2.1.16" }, { "children": { - "fixes": [ - "Fixed the agents list the show updateAt time error." - ] + "fixes": ["Fixed the agents list the show updateAt time error."] }, "date": "2026-02-04", "version": "2.1.15" }, { "children": { - "fixes": [ - "Fix cannot uncompressed messages." - ] + "fixes": ["Fix cannot uncompressed messages."] }, "date": "2026-02-04", "version": "2.1.14" @@ -183,9 +162,7 @@ }, { "children": { - "fixes": [ - "Hide password features when AUTH_DISABLE_EMAIL_PASSWORD is set." - ] + "fixes": ["Hide password features when AUTH_DISABLE_EMAIL_PASSWORD is set."] }, "date": "2026-02-02", "version": "2.1.11" @@ -197,54 +174,42 @@ }, { "children": { - "fixes": [ - "Use oauth2.link for generic OIDC provider account linking." - ] + "fixes": ["Use oauth2.link for generic OIDC provider account linking."] }, "date": "2026-02-02", "version": "2.1.9" }, { "children": { - "improvements": [ - "Improve tasks display." - ] + "improvements": ["Improve tasks display."] }, "date": "2026-02-01", "version": "2.1.8" }, { "children": { - "fixes": [ - "Add missing description parameter docs in Notebook system prompt." - ] + "fixes": ["Add missing description parameter docs in Notebook system prompt."] }, "date": "2026-02-01", "version": "2.1.7" }, { "children": { - "improvements": [ - "Improve local-system tool implement." - ] + "improvements": ["Improve local-system tool implement."] }, "date": "2026-02-01", "version": "2.1.6" }, { "children": { - "fixes": [ - "Slove the group member agents cant set skills problem." - ] + "fixes": ["Slove the group member agents cant set skills problem."] }, "date": "2026-01-31", "version": "2.1.5" }, { "children": { - "improvements": [ - "Update i18n, Update Kimi K2.5 & Qwen3 Max Thinking models." - ] + "improvements": ["Update i18n, Update Kimi K2.5 & Qwen3 Max Thinking models."] }, "date": "2026-01-31", "version": "2.1.4" @@ -256,63 +221,49 @@ }, { "children": { - "fixes": [ - "Fix feishu sso provider." - ] + "fixes": ["Fix feishu sso provider."] }, "date": "2026-01-30", "version": "2.1.2" }, { "children": { - "fixes": [ - "Correct desktop download URL path." - ] + "fixes": ["Correct desktop download URL path."] }, "date": "2026-01-30", "version": "2.1.1" }, { "children": { - "features": [ - "Refactor cron job UI and use runtime enableBusinessFeatures flag." - ] + "features": ["Refactor cron job UI and use runtime enableBusinessFeatures flag."] }, "date": "2026-01-30", "version": "2.1.0" }, { "children": { - "improvements": [ - "Fix usage table display issues." - ] + "improvements": ["Fix usage table display issues."] }, "date": "2026-01-29", "version": "2.0.13" }, { "children": { - "fixes": [ - "Group publish to market should set local group market identifer." - ] + "fixes": ["Group publish to market should set local group market identifer."] }, "date": "2026-01-29", "version": "2.0.12" }, { "children": { - "improvements": [ - "Fix group task render." - ] + "improvements": ["Fix group task render."] }, "date": "2026-01-29", "version": "2.0.11" }, { "children": { - "fixes": [ - "Add ExtendParamsTypeSchema for enhanced model settings." - ] + "fixes": ["Add ExtendParamsTypeSchema for enhanced model settings."] }, "date": "2026-01-29", "version": "2.0.10" @@ -324,9 +275,7 @@ }, { "children": { - "fixes": [ - "Fix inbox agent in mobile." - ] + "fixes": ["Fix inbox agent in mobile."] }, "date": "2026-01-28", "version": "2.0.8" @@ -338,27 +287,21 @@ }, { "children": { - "fixes": [ - "The klavis in onboarding connect timeout fixed." - ] + "fixes": ["The klavis in onboarding connect timeout fixed."] }, "date": "2026-01-27", "version": "2.0.6" }, { "children": { - "fixes": [ - "Update the artifact prompt." - ] + "fixes": ["Update the artifact prompt."] }, "date": "2026-01-27", "version": "2.0.5" }, { "children": { - "fixes": [ - "Rename docker image and update docs for v2." - ] + "fixes": ["Rename docker image and update docs for v2."] }, "date": "2026-01-27", "version": "2.0.4" @@ -374,9 +317,7 @@ }, { "children": { - "fixes": [ - "Slove the recentTopicLinkError." - ] + "fixes": ["Slove the recentTopicLinkError."] }, "date": "2026-01-27", "version": "2.0.2" diff --git a/package.json b/package.json index b80f55b25d..0eadaaab4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lobehub/lobehub", - "version": "2.1.49", + "version": "2.1.50", "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",