From 19da5e419d8339a047a9175358c6b1b5f0794355 Mon Sep 17 00:00:00 2001 From: CanisMinor Date: Tue, 26 Nov 2024 14:48:06 +0800 Subject: [PATCH 1/6] =?UTF-8?q?=F0=9F=94=A7=20chore:=20Add=20changelog=20w?= =?UTF-8?q?orkflow=20(#4662)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🔧 chore: Add changelog workflow * 🔧 chore: Update schema * 🔧 chore: Update schema * 🔧 chore: Update changelog workflow * 🔧 chore: Update changelog json * 🔧 chore: Update changelog * 📝 docs: Update Changelog --- .i18nrc.js | 10 +- .releaserc.js | 11 +- CHANGELOG.md | 16625 +--------------- changelog/CHANGELOG.v0.md | 16621 +++++++++++++++ changelog/v0.json | 4786 +++++ changelog/v1.json | 2531 +++ .../2024-11-25-november-provider.mdx | 19 + .../2024-11-25-november-provider.zh-CN.mdx | 17 + docs/changelog/index.json | 12 + docs/changelog/schema.json | 70 + docs/self-hosting/advanced/auth.mdx | 20 +- docs/self-hosting/advanced/auth.zh-CN.mdx | 20 +- docs/self-hosting/advanced/auth/clerk.mdx | 42 +- .../advanced/auth/clerk.zh-CN.mdx | 9 +- .../advanced/auth/next-auth/authelia.mdx | 6 +- .../auth/next-auth/authelia.zh-CN.mdx | 8 +- .../auth/next-auth/authentik.zh-CN.mdx | 4 +- .../advanced/auth/next-auth/casdoor.mdx | 93 +- .../advanced/auth/next-auth/casdoor.zh-CN.mdx | 83 +- .../advanced/auth/next-auth/logto.mdx | 50 +- .../advanced/auth/next-auth/logto.zh-CN.mdx | 3 +- .../advanced/feature-flags.zh-CN.mdx | 2 +- docs/self-hosting/advanced/model-list.mdx | 2 +- docs/self-hosting/advanced/s3.mdx | 59 +- docs/self-hosting/advanced/s3.zh-CN.mdx | 1 + .../advanced/s3/cloudflare-r2.mdx | 29 +- .../advanced/s3/tencent-cloud.mdx | 53 +- docs/self-hosting/advanced/webrtc.mdx | 1 + docs/self-hosting/environment-variables.mdx | 15 +- .../self-hosting/environment-variables/s3.mdx | 7 +- .../environment-variables/s3.zh-CN.mdx | 1 + docs/self-hosting/platform/alibaba-cloud.mdx | 3 +- .../platform/alibaba-cloud.zh-CN.mdx | 3 +- docs/self-hosting/platform/btpanel.mdx | 20 +- docs/self-hosting/platform/btpanel.zh-CN.mdx | 21 +- docs/self-hosting/platform/docker.zh-CN.mdx | 3 +- docs/self-hosting/platform/netlify.zh-CN.mdx | 3 +- docs/self-hosting/server-database.mdx | 31 +- docs/self-hosting/server-database/docker.mdx | 23 +- .../server-database/docker.zh-CN.mdx | 15 +- docs/self-hosting/server-database/netlify.mdx | 1 - docs/self-hosting/server-database/railway.mdx | 1 - .../server-database/repocloud.mdx | 7 +- .../server-database/repocloud.zh-CN.mdx | 26 +- docs/self-hosting/server-database/sealos.mdx | 3 + docs/self-hosting/server-database/vercel.mdx | 67 +- .../server-database/vercel.zh-CN.mdx | 50 +- docs/self-hosting/server-database/zeabur.mdx | 4 +- .../server-database/zeabur.zh-CN.mdx | 7 +- docs/self-hosting/start.mdx | 10 +- docs/usage/features/database.zh-CN.mdx | 2 +- docs/usage/foundation/text2image.mdx | 3 +- docs/usage/foundation/text2image.zh-CN.mdx | 4 +- docs/usage/providers/ai21.mdx | 29 +- docs/usage/providers/ai21.zh-CN.mdx | 4 +- docs/usage/providers/ai360.mdx | 29 +- docs/usage/providers/ai360.zh-CN.mdx | 4 +- docs/usage/providers/cloudflare.mdx | 2 +- docs/usage/providers/fireworksai.mdx | 38 +- docs/usage/providers/fireworksai.zh-CN.mdx | 4 +- docs/usage/providers/github.mdx | 43 +- docs/usage/providers/github.zh-CN.mdx | 12 +- docs/usage/providers/hunyuan.mdx | 35 +- docs/usage/providers/hunyuan.zh-CN.mdx | 4 +- docs/usage/providers/siliconcloud.mdx | 29 +- docs/usage/providers/siliconcloud.zh-CN.mdx | 8 +- docs/usage/providers/spark.mdx | 35 +- docs/usage/providers/spark.zh-CN.mdx | 4 +- docs/usage/providers/upstage.mdx | 29 +- docs/usage/providers/upstage.zh-CN.mdx | 4 +- docs/usage/providers/wenxin.mdx | 35 +- docs/usage/providers/wenxin.zh-CN.mdx | 4 +- docs/usage/providers/zeroone.mdx | 4 +- package.json | 5 + .../changelogWorkflow/buildStaticChangelog.ts | 135 + scripts/changelogWorkflow/const.ts | 11 + scripts/changelogWorkflow/index.ts | 10 + 77 files changed, 24850 insertions(+), 17184 deletions(-) create mode 100644 changelog/CHANGELOG.v0.md create mode 100644 changelog/v0.json create mode 100644 changelog/v1.json create mode 100644 docs/changelog/2024-11-25-november-provider.mdx create mode 100644 docs/changelog/2024-11-25-november-provider.zh-CN.mdx create mode 100644 docs/changelog/index.json create mode 100644 docs/changelog/schema.json create mode 100644 scripts/changelogWorkflow/buildStaticChangelog.ts create mode 100644 scripts/changelogWorkflow/const.ts create mode 100644 scripts/changelogWorkflow/index.ts diff --git a/.i18nrc.js b/.i18nrc.js index 072086b50752..ea002dee94d6 100644 --- a/.i18nrc.js +++ b/.i18nrc.js @@ -29,11 +29,17 @@ module.exports = defineConfig({ jsonMode: true, }, markdown: { - // reference: '你需要保持 mdx 的组件格式,输出文本不需要在最外层包裹任何代码块语法', + reference: '你需要保持 mdx 的组件格式,输出文本不需要在最外层包裹任何代码块语法', entry: ['./README.zh-CN.md', './contributing/**/*.zh-CN.md', './docs/**/*.zh-CN.mdx'], entryLocale: 'zh-CN', outputLocales: ['en-US'], - exclude: ['./contributing/_Sidebar.md', './contributing/_Footer.md', './contributing/Home.md'], + includeMatter: true, + exclude: [ + './src/**/*', + './contributing/_Sidebar.md', + './contributing/_Footer.md', + './contributing/Home.md', + ], outputExtensions: (locale, { filePath }) => { if (filePath.includes('.mdx')) { if (locale === 'en-US') return '.mdx'; diff --git a/.releaserc.js b/.releaserc.js index 37930011d9d4..f00be82cf12b 100644 --- a/.releaserc.js +++ b/.releaserc.js @@ -1 +1,10 @@ -module.exports = require('@lobehub/lint').semanticRelease; +const config = require('@lobehub/lint').semanticRelease; + +config.plugins.push([ + '@semantic-release/exec', + { + prepareCmd: 'npm run workflow:changelog', + }, +]); + +module.exports = config; diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e1976eb1bb5..6263755fc106 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9446,7 +9446,7 @@ -## [Version 0.164.0](https://github.com/lobehub/lobe-chat/compare/v0.163.0...v0.164.0) +### [Version 1.0.0](https://github.com/lobehub/lobe-chat/compare/v0.162.25...v1.0.0) Released on **2024-06-17** @@ -9470,11 +9470,6 @@ #### Chores - **misc**: Bump version, closes [#2896](https://github.com/lobehub/lobe-chat/issues/2896) ([6e2d03b](https://github.com/lobehub/lobe-chat/commit/6e2d03b)) - - - -#### 💥 BREAKING CHANGES - - **misc**: Update LICENSE to Apache 2.0 - **misc**: update to 1.0.0 @@ -9483,16621 +9478,3 @@ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -## [Version 0.163.0](https://github.com/lobehub/lobe-chat/compare/v0.162.25...v0.163.0) - -Released on **2024-06-17** - -#### ✨ Features - -- **misc**: Support server db mode with Postgres / Drizzle ORM / tRPC. - -
- -
-Improvements and Fixes - -#### What's improved - -- **misc**: Support server db mode with Postgres / Drizzle ORM / tRPC, closes [#2556](https://github.com/lobehub/lobe-chat/issues/2556) ([b26afbf](https://github.com/lobehub/lobe-chat/commit/b26afbf)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.162.25](https://github.com/lobehub/lobe-chat/compare/v0.162.24...v0.162.25) - -Released on **2024-06-16** - -#### 🐛 Bug Fixes - -- **misc**: Fix issues for client fetch. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix issues for client fetch, closes [#2753](https://github.com/lobehub/lobe-chat/issues/2753) ([6f5be5d](https://github.com/lobehub/lobe-chat/commit/6f5be5d)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.162.24](https://github.com/lobehub/lobe-chat/compare/v0.162.23...v0.162.24) - -Released on **2024-06-14** - -#### 💄 Styles - -- **misc**: Update error card style, Update settings footer style and about page. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Update error card style, closes [#2868](https://github.com/lobehub/lobe-chat/issues/2868) ([a9d678b](https://github.com/lobehub/lobe-chat/commit/a9d678b)) -- **misc**: Update settings footer style and about page, closes [#2846](https://github.com/lobehub/lobe-chat/issues/2846) ([d815109](https://github.com/lobehub/lobe-chat/commit/d815109)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.162.23](https://github.com/lobehub/lobe-chat/compare/v0.162.22...v0.162.23) - -Released on **2024-06-12** - -#### 💄 Styles - -- **misc**: Add Qwen2 models, Add Zhipu new models. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Add Qwen2 models, closes [#2832](https://github.com/lobehub/lobe-chat/issues/2832) ([fb97be9](https://github.com/lobehub/lobe-chat/commit/fb97be9)) -- **misc**: Add Zhipu new models, closes [#2830](https://github.com/lobehub/lobe-chat/issues/2830) ([5be43f0](https://github.com/lobehub/lobe-chat/commit/5be43f0)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.162.22](https://github.com/lobehub/lobe-chat/compare/v0.162.21...v0.162.22) - -Released on **2024-06-11** - -#### 💄 Styles - -- **misc**: Expand `Clear` tooltip maxWidth. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Expand `Clear` tooltip maxWidth, closes [#2822](https://github.com/lobehub/lobe-chat/issues/2822) ([a5c3d6f](https://github.com/lobehub/lobe-chat/commit/a5c3d6f)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.162.21](https://github.com/lobehub/lobe-chat/compare/v0.162.20...v0.162.21) - -Released on **2024-06-09** - -#### 💄 Styles - -- **misc**: Do not show noDescription in new sesstion. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Do not show noDescription in new sesstion, closes [#2749](https://github.com/lobehub/lobe-chat/issues/2749) ([30b00aa](https://github.com/lobehub/lobe-chat/commit/30b00aa)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.162.20](https://github.com/lobehub/lobe-chat/compare/v0.162.19...v0.162.20) - -Released on **2024-06-08** - -
- -
-Improvements and Fixes - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.162.19](https://github.com/lobehub/lobe-chat/compare/v0.162.18...v0.162.19) - -Released on **2024-06-07** - -#### 🐛 Bug Fixes - -- **misc**: Fix OpenAi BaseURL in api form. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix OpenAi BaseURL in api form, closes [#2806](https://github.com/lobehub/lobe-chat/issues/2806) ([1392957](https://github.com/lobehub/lobe-chat/commit/1392957)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.162.18](https://github.com/lobehub/lobe-chat/compare/v0.162.17...v0.162.18) - -Released on **2024-06-06** - -#### ♻ Code Refactoring - -- **misc**: Refactor model provider implement. - -
- -
-Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor model provider implement, closes [#2801](https://github.com/lobehub/lobe-chat/issues/2801) ([7bb4fec](https://github.com/lobehub/lobe-chat/commit/7bb4fec)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.162.17](https://github.com/lobehub/lobe-chat/compare/v0.162.16...v0.162.17) - -Released on **2024-06-04** - -#### 🐛 Bug Fixes - -- **misc**: Fix `response.undefined` error with some provider. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix `response.undefined` error with some provider, closes [#2782](https://github.com/lobehub/lobe-chat/issues/2782) ([5676899](https://github.com/lobehub/lobe-chat/commit/5676899)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.162.16](https://github.com/lobehub/lobe-chat/compare/v0.162.15...v0.162.16) - -Released on **2024-06-04** - -
- -
-Improvements and Fixes - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.162.15](https://github.com/lobehub/lobe-chat/compare/v0.162.14...v0.162.15) - -Released on **2024-06-03** - -#### 🐛 Bug Fixes - -- **misc**: Fix send button loading on only add user message. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix send button loading on only add user message, closes [#2774](https://github.com/lobehub/lobe-chat/issues/2774) ([a7f2982](https://github.com/lobehub/lobe-chat/commit/a7f2982)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.162.14](https://github.com/lobehub/lobe-chat/compare/v0.162.13...v0.162.14) - -Released on **2024-06-03** - -#### 💄 Styles - -- **misc**: Improve loading state. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Improve loading state, closes [#2767](https://github.com/lobehub/lobe-chat/issues/2767) ([fbdfde9](https://github.com/lobehub/lobe-chat/commit/fbdfde9)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.162.13](https://github.com/lobehub/lobe-chat/compare/v0.162.12...v0.162.13) - -Released on **2024-06-01** - -#### 💄 Styles - -- **misc**: Improve config upload modal. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Improve config upload modal, closes [#2745](https://github.com/lobehub/lobe-chat/issues/2745) ([af9af9f](https://github.com/lobehub/lobe-chat/commit/af9af9f)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.162.12](https://github.com/lobehub/lobe-chat/compare/v0.162.11...v0.162.12) - -Released on **2024-05-31** - -#### ♻ Code Refactoring - -- **misc**: Refactor session meta method. - -
- -
-Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor session meta method, closes [#2737](https://github.com/lobehub/lobe-chat/issues/2737) ([b103c3c](https://github.com/lobehub/lobe-chat/commit/b103c3c)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.162.11](https://github.com/lobehub/lobe-chat/compare/v0.162.10...v0.162.11) - -Released on **2024-05-29** - -#### 🐛 Bug Fixes - -- **misc**: Fix import config. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix import config, closes [#2720](https://github.com/lobehub/lobe-chat/issues/2720) ([a5ddd9a](https://github.com/lobehub/lobe-chat/commit/a5ddd9a)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.162.10](https://github.com/lobehub/lobe-chat/compare/v0.162.9...v0.162.10) - -Released on **2024-05-29** - -#### ♻ Code Refactoring - -- **misc**: Refactor the config import for server import. - -
- -
-Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor the config import for server import, closes [#2718](https://github.com/lobehub/lobe-chat/issues/2718) ([d4ee64b](https://github.com/lobehub/lobe-chat/commit/d4ee64b)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.162.9](https://github.com/lobehub/lobe-chat/compare/v0.162.8...v0.162.9) - -Released on **2024-05-29** - -#### ♻ Code Refactoring - -- **misc**: Refactor the settings to add optimistic updating. - -
- -
-Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor the settings to add optimistic updating, closes [#2709](https://github.com/lobehub/lobe-chat/issues/2709) ([fade53e](https://github.com/lobehub/lobe-chat/commit/fade53e)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.162.8](https://github.com/lobehub/lobe-chat/compare/v0.162.7...v0.162.8) - -Released on **2024-05-28** - -#### 💄 Styles - -- **misc**: Add optimistic loading for image uploading. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Add optimistic loading for image uploading, closes [#2700](https://github.com/lobehub/lobe-chat/issues/2700) ([f99c9ce](https://github.com/lobehub/lobe-chat/commit/f99c9ce)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.162.7](https://github.com/lobehub/lobe-chat/compare/v0.162.6...v0.162.7) - -Released on **2024-05-28** - -#### 💄 Styles - -- **misc**: Improve display of `set limited history messages`, `randomness` and `voice input`. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Improve display of `set limited history messages`, `randomness` and `voice input`, closes [#2586](https://github.com/lobehub/lobe-chat/issues/2586) ([22c9b9c](https://github.com/lobehub/lobe-chat/commit/22c9b9c)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.162.6](https://github.com/lobehub/lobe-chat/compare/v0.162.5...v0.162.6) - -Released on **2024-05-28** - -#### 🐛 Bug Fixes - -- **misc**: Fix the default agent not work correctly on new device. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix the default agent not work correctly on new device, closes [#2699](https://github.com/lobehub/lobe-chat/issues/2699) ([e4c7536](https://github.com/lobehub/lobe-chat/commit/e4c7536)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.162.5](https://github.com/lobehub/lobe-chat/compare/v0.162.4...v0.162.5) - -Released on **2024-05-28** - -#### 💄 Styles - -- **misc**: Add `SYSTEM_AGENT` env. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Add `SYSTEM_AGENT` env, closes [#2694](https://github.com/lobehub/lobe-chat/issues/2694) ([0dfcf8d](https://github.com/lobehub/lobe-chat/commit/0dfcf8d)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.162.4](https://github.com/lobehub/lobe-chat/compare/v0.162.3...v0.162.4) - -Released on **2024-05-28** - -#### 🐛 Bug Fixes - -- **misc**: Fix auto focus issues. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix auto focus issues, closes [#2697](https://github.com/lobehub/lobe-chat/issues/2697) ([8df856e](https://github.com/lobehub/lobe-chat/commit/8df856e)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.162.3](https://github.com/lobehub/lobe-chat/compare/v0.162.2...v0.162.3) - -Released on **2024-05-28** - -
- -
-Improvements and Fixes - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.162.2](https://github.com/lobehub/lobe-chat/compare/v0.162.1...v0.162.2) - -Released on **2024-05-28** - -#### ♻ Code Refactoring - -- **misc**: Refactor agent store data. - -
- -
-Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor agent store data, closes [#2690](https://github.com/lobehub/lobe-chat/issues/2690) ([e201937](https://github.com/lobehub/lobe-chat/commit/e201937)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.162.1](https://github.com/lobehub/lobe-chat/compare/v0.162.0...v0.162.1) - -Released on **2024-05-27** - -#### 💄 Styles - -- **misc**: Improve the display effect of plug-in API name and description. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Improve the display effect of plug-in API name and description, closes [#2678](https://github.com/lobehub/lobe-chat/issues/2678) ([19cd0b9](https://github.com/lobehub/lobe-chat/commit/19cd0b9)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -## [Version 0.162.0](https://github.com/lobehub/lobe-chat/compare/v0.161.25...v0.162.0) - -Released on **2024-05-27** - -#### ✨ Features - -- **misc**: Support topic agent. - -
- -
-Improvements and Fixes - -#### What's improved - -- **misc**: Support topic agent, closes [#2683](https://github.com/lobehub/lobe-chat/issues/2683) ([56865fe](https://github.com/lobehub/lobe-chat/commit/56865fe)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.161.25](https://github.com/lobehub/lobe-chat/compare/v0.161.24...v0.161.25) - -Released on **2024-05-27** - -#### 🐛 Bug Fixes - -- **misc**: Fix trpc/edge path error when setting `NEXT_PUBLIC_BASE_PATH`. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix trpc/edge path error when setting `NEXT_PUBLIC_BASE_PATH`, closes [#2681](https://github.com/lobehub/lobe-chat/issues/2681) ([622b390](https://github.com/lobehub/lobe-chat/commit/622b390)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.161.24](https://github.com/lobehub/lobe-chat/compare/v0.161.23...v0.161.24) - -Released on **2024-05-27** - -#### 🐛 Bug Fixes - -- **misc**: Fix the missing user id in chat compeletition and fix remove unstarred topic not working. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix the missing user id in chat compeletition and fix remove unstarred topic not working, closes [#2677](https://github.com/lobehub/lobe-chat/issues/2677) ([c9fb2de](https://github.com/lobehub/lobe-chat/commit/c9fb2de)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.161.23](https://github.com/lobehub/lobe-chat/compare/v0.161.22...v0.161.23) - -Released on **2024-05-27** - -#### ♻ Code Refactoring - -- **misc**: Refactor `keyVaults` and rename `endpoint` to `baseURL`. - -#### 💄 Styles - -- **misc**: Fix PluginStore layout. - -
- -
-Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor `keyVaults` and rename `endpoint` to `baseURL`, closes [#2673](https://github.com/lobehub/lobe-chat/issues/2673) ([4049bc7](https://github.com/lobehub/lobe-chat/commit/4049bc7)) - -#### Styles - -- **misc**: Fix PluginStore layout, closes [#2590](https://github.com/lobehub/lobe-chat/issues/2590) [#2511](https://github.com/lobehub/lobe-chat/issues/2511) ([e1ae39b](https://github.com/lobehub/lobe-chat/commit/e1ae39b)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.161.22](https://github.com/lobehub/lobe-chat/compare/v0.161.21...v0.161.22) - -Released on **2024-05-26** - -#### 🐛 Bug Fixes - -- **misc**: Fix connection checker. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix connection checker, closes [#2672](https://github.com/lobehub/lobe-chat/issues/2672) ([bef8926](https://github.com/lobehub/lobe-chat/commit/bef8926)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.161.21](https://github.com/lobehub/lobe-chat/compare/v0.161.20...v0.161.21) - -Released on **2024-05-26** - -#### 🐛 Bug Fixes - -- **misc**: Fix the batch import error. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix the batch import error, closes [#2671](https://github.com/lobehub/lobe-chat/issues/2671) ([db8f2c6](https://github.com/lobehub/lobe-chat/commit/db8f2c6)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.161.20](https://github.com/lobehub/lobe-chat/compare/v0.161.19...v0.161.20) - -Released on **2024-05-26** - -#### 🐛 Bug Fixes - -- **misc**: Fix vercel build. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix vercel build, closes [#2666](https://github.com/lobehub/lobe-chat/issues/2666) ([cb70e4a](https://github.com/lobehub/lobe-chat/commit/cb70e4a)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.161.19](https://github.com/lobehub/lobe-chat/compare/v0.161.18...v0.161.19) - -Released on **2024-05-25** - -#### 💄 Styles - -- **misc**: Update token tag popover style. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Update token tag popover style, closes [#2631](https://github.com/lobehub/lobe-chat/issues/2631) ([7635129](https://github.com/lobehub/lobe-chat/commit/7635129)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.161.18](https://github.com/lobehub/lobe-chat/compare/v0.161.17...v0.161.18) - -Released on **2024-05-25** - -#### 🐛 Bug Fixes - -- **misc**: Fix aws log. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix aws log ([58f3ed1](https://github.com/lobehub/lobe-chat/commit/58f3ed1)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.161.17](https://github.com/lobehub/lobe-chat/compare/v0.161.16...v0.161.17) - -Released on **2024-05-25** - -#### ♻ Code Refactoring - -- **misc**: Migrate some agent config to `chatConfig`. - -
- -
-Improvements and Fixes - -#### Code refactoring - -- **misc**: Migrate some agent config to `chatConfig`, closes [#2646](https://github.com/lobehub/lobe-chat/issues/2646) ([2f311dc](https://github.com/lobehub/lobe-chat/commit/2f311dc)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.161.16](https://github.com/lobehub/lobe-chat/compare/v0.161.15...v0.161.16) - -Released on **2024-05-25** - -#### 🐛 Bug Fixes - -- **misc**: Fix bedrock show by default on vercel. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix bedrock show by default on vercel, closes [#2634](https://github.com/lobehub/lobe-chat/issues/2634) ([7ad3af2](https://github.com/lobehub/lobe-chat/commit/7ad3af2)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.161.15](https://github.com/lobehub/lobe-chat/compare/v0.161.14...v0.161.15) - -Released on **2024-05-24** - -#### 🐛 Bug Fixes - -- **misc**: Fix avatar missing on client DB mode. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix avatar missing on client DB mode, closes [#2645](https://github.com/lobehub/lobe-chat/issues/2645) ([12726c2](https://github.com/lobehub/lobe-chat/commit/12726c2)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.161.14](https://github.com/lobehub/lobe-chat/compare/v0.161.13...v0.161.14) - -Released on **2024-05-24** - -#### ♻ Code Refactoring - -- **misc**: Refactor the global app status and fix PWA installer. - -
- -
-Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor the global app status and fix PWA installer, closes [#2637](https://github.com/lobehub/lobe-chat/issues/2637) ([1f70305](https://github.com/lobehub/lobe-chat/commit/1f70305)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.161.13](https://github.com/lobehub/lobe-chat/compare/v0.161.12...v0.161.13) - -Released on **2024-05-24** - -
- -
-Improvements and Fixes - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.161.12](https://github.com/lobehub/lobe-chat/compare/v0.161.11...v0.161.12) - -Released on **2024-05-23** - -#### ♻ Code Refactoring - -- **misc**: Refactor the home redirect implement. - -
- -
-Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor the home redirect implement, closes [#2626](https://github.com/lobehub/lobe-chat/issues/2626) ([ab4216e](https://github.com/lobehub/lobe-chat/commit/ab4216e)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.161.11](https://github.com/lobehub/lobe-chat/compare/v0.161.10...v0.161.11) - -Released on **2024-05-23** - -#### 💄 Styles - -- **misc**: Improve PWA install guide. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Improve PWA install guide, closes [#2617](https://github.com/lobehub/lobe-chat/issues/2617) ([7fee545](https://github.com/lobehub/lobe-chat/commit/7fee545)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.161.10](https://github.com/lobehub/lobe-chat/compare/v0.161.9...v0.161.10) - -Released on **2024-05-23** - -#### 🐛 Bug Fixes - -- **misc**: Refactor user store and fix custom model list form. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Refactor user store and fix custom model list form, closes [#2620](https://github.com/lobehub/lobe-chat/issues/2620) ([81ea886](https://github.com/lobehub/lobe-chat/commit/81ea886)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.161.9](https://github.com/lobehub/lobe-chat/compare/v0.161.8...v0.161.9) - -Released on **2024-05-23** - -#### 💄 Styles - -- **misc**: Fix image style and improve drag upload box. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Fix image style and improve drag upload box, closes [#2610](https://github.com/lobehub/lobe-chat/issues/2610) ([5e1a4d6](https://github.com/lobehub/lobe-chat/commit/5e1a4d6)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.161.8](https://github.com/lobehub/lobe-chat/compare/v0.161.7...v0.161.8) - -Released on **2024-05-22** - -
- -
-Improvements and Fixes - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.161.7](https://github.com/lobehub/lobe-chat/compare/v0.161.6...v0.161.7) - -Released on **2024-05-22** - -#### ♻ Code Refactoring - -- **misc**: Refactor to serverDB ENV. - -
- -
-Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor to serverDB ENV, closes [#2612](https://github.com/lobehub/lobe-chat/issues/2612) ([fa1409e](https://github.com/lobehub/lobe-chat/commit/fa1409e)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.161.6](https://github.com/lobehub/lobe-chat/compare/v0.161.5...v0.161.6) - -Released on **2024-05-22** - -
- -
-Improvements and Fixes - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.161.5](https://github.com/lobehub/lobe-chat/compare/v0.161.4...v0.161.5) - -Released on **2024-05-22** - -#### ♻ Code Refactoring - -- **misc**: Move feature flags ENV. - -
- -
-Improvements and Fixes - -#### Code refactoring - -- **misc**: Move feature flags ENV, closes [#2605](https://github.com/lobehub/lobe-chat/issues/2605) ([054a404](https://github.com/lobehub/lobe-chat/commit/054a404)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.161.4](https://github.com/lobehub/lobe-chat/compare/v0.161.3...v0.161.4) - -Released on **2024-05-22** - -#### ♻ Code Refactoring - -- **misc**: Refactor the app ENV. - -#### 🐛 Bug Fixes - -- **misc**: Fix market and plugin cache. - -
- -
-Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor the app ENV, closes [#2604](https://github.com/lobehub/lobe-chat/issues/2604) ([acc0fdc](https://github.com/lobehub/lobe-chat/commit/acc0fdc)) - -#### What's fixed - -- **misc**: Fix market and plugin cache, closes [#2608](https://github.com/lobehub/lobe-chat/issues/2608) ([a3f161e](https://github.com/lobehub/lobe-chat/commit/a3f161e)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.161.3](https://github.com/lobehub/lobe-chat/compare/v0.161.2...v0.161.3) - -Released on **2024-05-22** - -#### ♻ Code Refactoring - -- **misc**: Refactor the langfuse env. - -
- -
-Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor the langfuse env, closes [#2602](https://github.com/lobehub/lobe-chat/issues/2602) ([cbebfbc](https://github.com/lobehub/lobe-chat/commit/cbebfbc)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.161.2](https://github.com/lobehub/lobe-chat/compare/v0.161.1...v0.161.2) - -Released on **2024-05-22** - -#### ♻ Code Refactoring - -- **misc**: Refactor the llm env. - -
- -
-Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor the llm env, closes [#2592](https://github.com/lobehub/lobe-chat/issues/2592) ([5eb225a](https://github.com/lobehub/lobe-chat/commit/5eb225a)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.161.1](https://github.com/lobehub/lobe-chat/compare/v0.161.0...v0.161.1) - -Released on **2024-05-22** - -#### 💄 Styles - -- **misc**: Fix setting modal style problem. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Fix setting modal style problem, closes [#2599](https://github.com/lobehub/lobe-chat/issues/2599) ([1a3f8f3](https://github.com/lobehub/lobe-chat/commit/1a3f8f3)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -## [Version 0.161.0](https://github.com/lobehub/lobe-chat/compare/v0.160.8...v0.161.0) - -Released on **2024-05-21** - -#### ✨ Features - -- **misc**: Add system agent to select another model provider for translation. - -
- -
-Improvements and Fixes - -#### What's improved - -- **misc**: Add system agent to select another model provider for translation, closes [#1902](https://github.com/lobehub/lobe-chat/issues/1902) ([3945387](https://github.com/lobehub/lobe-chat/commit/3945387)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.160.8](https://github.com/lobehub/lobe-chat/compare/v0.160.7...v0.160.8) - -Released on **2024-05-21** - -#### 💄 Styles - -- **misc**: `Tooltip` should not be selected & Model selector overlaps with reset button. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: `Tooltip` should not be selected & Model selector overlaps with reset button, closes [#2500](https://github.com/lobehub/lobe-chat/issues/2500) [#2511](https://github.com/lobehub/lobe-chat/issues/2511) [#2581](https://github.com/lobehub/lobe-chat/issues/2581) ([0c62fb7](https://github.com/lobehub/lobe-chat/commit/0c62fb7)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.160.7](https://github.com/lobehub/lobe-chat/compare/v0.160.6...v0.160.7) - -Released on **2024-05-21** - -#### 🐛 Bug Fixes - -- **misc**: Fix duplicate model panel key. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix duplicate model panel key, closes [#2591](https://github.com/lobehub/lobe-chat/issues/2591) ([c733fcf](https://github.com/lobehub/lobe-chat/commit/c733fcf)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.160.6](https://github.com/lobehub/lobe-chat/compare/v0.160.5...v0.160.6) - -Released on **2024-05-21** - -#### ♻ Code Refactoring - -- **misc**: Refactor a Notification component, refactor code, refactor message action, refactor the type, refactor user preference. - -#### 💄 Styles - -- **misc**: Add ENABLED_OPENAI env, add fetch error notification, improve openai fetch client switch, improve redirect when login. - -
- -
-Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor a Notification component ([28db3d5](https://github.com/lobehub/lobe-chat/commit/28db3d5)) -- **misc**: Refactor code, closes [#2584](https://github.com/lobehub/lobe-chat/issues/2584) ([086244c](https://github.com/lobehub/lobe-chat/commit/086244c)) -- **misc**: Refactor message action ([224bd67](https://github.com/lobehub/lobe-chat/commit/224bd67)) -- **misc**: Refactor the type ([ddf1abf](https://github.com/lobehub/lobe-chat/commit/ddf1abf)) -- **misc**: Refactor user preference ([1823b0d](https://github.com/lobehub/lobe-chat/commit/1823b0d)) - -#### Styles - -- **misc**: Add ENABLED_OPENAI env ([35f6230](https://github.com/lobehub/lobe-chat/commit/35f6230)) -- **misc**: Add fetch error notification ([0186b4b](https://github.com/lobehub/lobe-chat/commit/0186b4b)) -- **misc**: Improve openai fetch client switch ([3cad470](https://github.com/lobehub/lobe-chat/commit/3cad470)) -- **misc**: Improve redirect when login ([cb26655](https://github.com/lobehub/lobe-chat/commit/cb26655)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.160.5](https://github.com/lobehub/lobe-chat/compare/v0.160.4...v0.160.5) - -Released on **2024-05-20** - -#### ♻ Code Refactoring - -- **misc**: Refactor analytics env. - -
- -
-Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor analytics env, closes [#2570](https://github.com/lobehub/lobe-chat/issues/2570) ([d809d3f](https://github.com/lobehub/lobe-chat/commit/d809d3f)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.160.4](https://github.com/lobehub/lobe-chat/compare/v0.160.3...v0.160.4) - -Released on **2024-05-20** - -#### 💄 Styles - -- **misc**: Modify bedrock provided model. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Modify bedrock provided model, closes [#2473](https://github.com/lobehub/lobe-chat/issues/2473) ([a1fabf6](https://github.com/lobehub/lobe-chat/commit/a1fabf6)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.160.3](https://github.com/lobehub/lobe-chat/compare/v0.160.2...v0.160.3) - -Released on **2024-05-19** - -#### 💄 Styles - -- **misc**: Add two feature flags: check_updates 、welcome_suggest. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Add two feature flags: check_updates 、welcome_suggest, closes [#2555](https://github.com/lobehub/lobe-chat/issues/2555) ([84c69c9](https://github.com/lobehub/lobe-chat/commit/84c69c9)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.160.2](https://github.com/lobehub/lobe-chat/compare/v0.160.1...v0.160.2) - -Released on **2024-05-19** - -#### 🐛 Bug Fixes - -- **misc**: Upgrade antd and fix lint type. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Upgrade antd and fix lint type, closes [#2567](https://github.com/lobehub/lobe-chat/issues/2567) ([efe28da](https://github.com/lobehub/lobe-chat/commit/efe28da)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.160.1](https://github.com/lobehub/lobe-chat/compare/v0.160.0...v0.160.1) - -Released on **2024-05-18** - -#### 🐛 Bug Fixes - -- **misc**: Fix enable ollama env. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix enable ollama env ([9c3f5a8](https://github.com/lobehub/lobe-chat/commit/9c3f5a8)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -## [Version 0.160.0](https://github.com/lobehub/lobe-chat/compare/v0.159.12...v0.160.0) - -Released on **2024-05-18** - -#### ✨ Features - -- **misc**: Bump version and add enable ollama env. - -
- -
-Improvements and Fixes - -#### What's improved - -- **misc**: Bump version and add enable ollama env, closes [#2554](https://github.com/lobehub/lobe-chat/issues/2554) ([f5ce7c9](https://github.com/lobehub/lobe-chat/commit/f5ce7c9)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.159.12](https://github.com/lobehub/lobe-chat/compare/v0.159.11...v0.159.12) - -Released on **2024-05-15** - -#### ♻ Code Refactoring - -- **misc**: Refactor the create message flow to fix some bugs. - -
- -
-Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor the create message flow to fix some bugs, closes [#2521](https://github.com/lobehub/lobe-chat/issues/2521) ([7263a33](https://github.com/lobehub/lobe-chat/commit/7263a33)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.159.11](https://github.com/lobehub/lobe-chat/compare/v0.159.10...v0.159.11) - -Released on **2024-05-15** - -#### 💄 Styles - -- **misc**: Add Gemini 1.5 Flash model. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Add Gemini 1.5 Flash model, closes [#2507](https://github.com/lobehub/lobe-chat/issues/2507) ([5568472](https://github.com/lobehub/lobe-chat/commit/5568472)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.159.10](https://github.com/lobehub/lobe-chat/compare/v0.159.9...v0.159.10) - -Released on **2024-05-15** - -#### 💄 Styles - -- **misc**: Fix setting modal on responsive and some other style problem. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Fix setting modal on responsive and some other style problem, closes [#2512](https://github.com/lobehub/lobe-chat/issues/2512) ([f6b4ca4](https://github.com/lobehub/lobe-chat/commit/f6b4ca4)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.159.9](https://github.com/lobehub/lobe-chat/compare/v0.159.8...v0.159.9) - -Released on **2024-05-14** - -#### 🐛 Bug Fixes - -- **misc**: Fix agent config on page init. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix agent config on page init, closes [#2506](https://github.com/lobehub/lobe-chat/issues/2506) ([90e742d](https://github.com/lobehub/lobe-chat/commit/90e742d)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.159.8](https://github.com/lobehub/lobe-chat/compare/v0.159.7...v0.159.8) - -Released on **2024-05-14** - -#### 🐛 Bug Fixes - -- **misc**: Fix retry issue when hide page. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix retry issue when hide page, closes [#2503](https://github.com/lobehub/lobe-chat/issues/2503) ([24489bc](https://github.com/lobehub/lobe-chat/commit/24489bc)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.159.7](https://github.com/lobehub/lobe-chat/compare/v0.159.6...v0.159.7) - -Released on **2024-05-14** - -
- -
-Improvements and Fixes - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.159.6](https://github.com/lobehub/lobe-chat/compare/v0.159.5...v0.159.6) - -Released on **2024-05-14** - -#### 🐛 Bug Fixes - -- **misc**: Login button not show on user panel. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Login button not show on user panel, closes [#2496](https://github.com/lobehub/lobe-chat/issues/2496) ([39637fb](https://github.com/lobehub/lobe-chat/commit/39637fb)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.159.5](https://github.com/lobehub/lobe-chat/compare/v0.159.4...v0.159.5) - -Released on **2024-05-14** - -#### 💄 Styles - -- **misc**: Fix scroll and expand. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Fix scroll and expand, closes [#2470](https://github.com/lobehub/lobe-chat/issues/2470) ([8b1202a](https://github.com/lobehub/lobe-chat/commit/8b1202a)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.159.4](https://github.com/lobehub/lobe-chat/compare/v0.159.3...v0.159.4) - -Released on **2024-05-14** - -#### 🐛 Bug Fixes - -- **misc**: Refresh model config form & mobile footer button lost. - -#### 💄 Styles - -- **misc**: Add GPT-4o model, update perplexity models, updates 01.AI model list. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Refresh model config form & mobile footer button lost, closes [#2318](https://github.com/lobehub/lobe-chat/issues/2318) [#2319](https://github.com/lobehub/lobe-chat/issues/2319) [#1811](https://github.com/lobehub/lobe-chat/issues/1811) ([eadcefc](https://github.com/lobehub/lobe-chat/commit/eadcefc)) - -#### Styles - -- **misc**: Add GPT-4o model, closes [#2481](https://github.com/lobehub/lobe-chat/issues/2481) ([ae6a03f](https://github.com/lobehub/lobe-chat/commit/ae6a03f)) -- **misc**: Update perplexity models, closes [#2469](https://github.com/lobehub/lobe-chat/issues/2469) ([488cde7](https://github.com/lobehub/lobe-chat/commit/488cde7)) -- **misc**: Updates 01.AI model list, closes [#2471](https://github.com/lobehub/lobe-chat/issues/2471) ([f28711a](https://github.com/lobehub/lobe-chat/commit/f28711a)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.159.3](https://github.com/lobehub/lobe-chat/compare/v0.159.2...v0.159.3) - -Released on **2024-05-14** - -#### 🐛 Bug Fixes - -- **misc**: Fix DeepSeek using wrong model ID. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix DeepSeek using wrong model ID, closes [#2484](https://github.com/lobehub/lobe-chat/issues/2484) ([465dbfc](https://github.com/lobehub/lobe-chat/commit/465dbfc)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.159.2](https://github.com/lobehub/lobe-chat/compare/v0.159.1...v0.159.2) - -Released on **2024-05-14** - -#### 🐛 Bug Fixes - -- **misc**: Dragging text mistakenly as image. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Dragging text mistakenly as image, closes [#2111](https://github.com/lobehub/lobe-chat/issues/2111) ([3c047ef](https://github.com/lobehub/lobe-chat/commit/3c047ef)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.159.1](https://github.com/lobehub/lobe-chat/compare/v0.159.0...v0.159.1) - -Released on **2024-05-14** - -#### ♻ Code Refactoring - -- **misc**: Move next-auth hooks to user store actions. - -#### 🐛 Bug Fixes - -- **misc**: Pin `antd@5.17.0` to fix build error. - -
- -
-Improvements and Fixes - -#### Code refactoring - -- **misc**: Move next-auth hooks to user store actions, closes [#2364](https://github.com/lobehub/lobe-chat/issues/2364) ([6dbcd70](https://github.com/lobehub/lobe-chat/commit/6dbcd70)) - -#### What's fixed - -- **misc**: Pin `antd@5.17.0` to fix build error, closes [#2483](https://github.com/lobehub/lobe-chat/issues/2483) ([aa03833](https://github.com/lobehub/lobe-chat/commit/aa03833)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -## [Version 0.159.0](https://github.com/lobehub/lobe-chat/compare/v0.158.2...v0.159.0) - -Released on **2024-05-14** - -#### ✨ Features - -- **misc**: Support DeepSeek as new model provider. - -
- -
-Improvements and Fixes - -#### What's improved - -- **misc**: Support DeepSeek as new model provider, closes [#2446](https://github.com/lobehub/lobe-chat/issues/2446) ([18028f3](https://github.com/lobehub/lobe-chat/commit/18028f3)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.158.2](https://github.com/lobehub/lobe-chat/compare/v0.158.1...v0.158.2) - -Released on **2024-05-13** - -#### 💄 Styles - -- **misc**: Fix TelemetryNotification zindex. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Fix TelemetryNotification zindex, closes [#2476](https://github.com/lobehub/lobe-chat/issues/2476) ([54524ab](https://github.com/lobehub/lobe-chat/commit/54524ab)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.158.1](https://github.com/lobehub/lobe-chat/compare/v0.158.0...v0.158.1) - -Released on **2024-05-13** - -#### 💄 Styles - -- **misc**: Add PWA install and metadata & ld generate. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Add PWA install and metadata & ld generate, closes [#2438](https://github.com/lobehub/lobe-chat/issues/2438) ([6e9c69a](https://github.com/lobehub/lobe-chat/commit/6e9c69a)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -## [Version 0.158.0](https://github.com/lobehub/lobe-chat/compare/v0.157.2...v0.158.0) - -Released on **2024-05-13** - -#### ✨ Features - -- **misc**: Add user profile page. - -
- -
-Improvements and Fixes - -#### What's improved - -- **misc**: Add user profile page, closes [#2433](https://github.com/lobehub/lobe-chat/issues/2433) ([91f7294](https://github.com/lobehub/lobe-chat/commit/91f7294)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.157.2](https://github.com/lobehub/lobe-chat/compare/v0.157.1...v0.157.2) - -Released on **2024-05-13** - -#### 🐛 Bug Fixes - -- **misc**: Fix azure openai stream. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix azure openai stream, closes [#2465](https://github.com/lobehub/lobe-chat/issues/2465) ([760fe67](https://github.com/lobehub/lobe-chat/commit/760fe67)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.157.1](https://github.com/lobehub/lobe-chat/compare/v0.157.0...v0.157.1) - -Released on **2024-05-12** - -#### 🐛 Bug Fixes - -- **misc**: Fix dalle error. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix dalle error ([7c493de](https://github.com/lobehub/lobe-chat/commit/7c493de)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -## [Version 0.157.0](https://github.com/lobehub/lobe-chat/compare/v0.156.2...v0.157.0) - -Released on **2024-05-11** - -#### ✨ Features - -- **misc**: upgrade to the new `tool calls` mode. - -
- -
-Improvements and Fixes - -#### What's improved - -- **misc**: upgrade to the new `tool calls` mode, closes [#2414](https://github.com/lobehub/lobe-chat/issues/2414) ([7404f3b](https://github.com/lobehub/lobe-chat/commit/7404f3b)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.156.2](https://github.com/lobehub/lobe-chat/compare/v0.156.1...v0.156.2) - -Released on **2024-05-10** - -
- -
-Improvements and Fixes - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.156.1](https://github.com/lobehub/lobe-chat/compare/v0.156.0...v0.156.1) - -Released on **2024-05-10** - -#### 🐛 Bug Fixes - -- **misc**: Azure OpenAI Vision models issue. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Azure OpenAI Vision models issue, closes [#2429](https://github.com/lobehub/lobe-chat/issues/2429) ([9b8a4b1](https://github.com/lobehub/lobe-chat/commit/9b8a4b1)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -## [Version 0.156.0](https://github.com/lobehub/lobe-chat/compare/v0.155.9...v0.156.0) - -Released on **2024-05-09** - -#### ♻ Code Refactoring - -- **misc**: Refactor to improve provider locale. - -#### ✨ Features - -- **misc**: Support perplexity proxy url. - -#### 🐛 Bug Fixes - -- **misc**: Fix anthropic messages need pairs, fix parameter conditions for perplexity, fix Perplexity duplicate token. - -#### 💄 Styles - -- **misc**: Improve groq location error, improve location error, improve model provider ux, support groq proxy url. - -
- -
-Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor to improve provider locale ([538b7bc](https://github.com/lobehub/lobe-chat/commit/538b7bc)) - -#### What's improved - -- **misc**: Support perplexity proxy url ([30bbe61](https://github.com/lobehub/lobe-chat/commit/30bbe61)) - -#### What's fixed - -- **misc**: Fix anthropic messages need pairs ([0e01db0](https://github.com/lobehub/lobe-chat/commit/0e01db0)) -- **misc**: Fix parameter conditions for perplexity ([156cf5f](https://github.com/lobehub/lobe-chat/commit/156cf5f)) -- **misc**: Fix Perplexity duplicate token ([6695c4b](https://github.com/lobehub/lobe-chat/commit/6695c4b)) - -#### Styles - -- **misc**: Improve groq location error ([023c21b](https://github.com/lobehub/lobe-chat/commit/023c21b)) -- **misc**: Improve location error ([862c0ae](https://github.com/lobehub/lobe-chat/commit/862c0ae)) -- **misc**: Improve model provider ux, closes [#2439](https://github.com/lobehub/lobe-chat/issues/2439) ([0deb079](https://github.com/lobehub/lobe-chat/commit/0deb079)) -- **misc**: Support groq proxy url ([ba1ba2a](https://github.com/lobehub/lobe-chat/commit/ba1ba2a)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.155.9](https://github.com/lobehub/lobe-chat/compare/v0.155.8...v0.155.9) - -Released on **2024-05-09** - -
- -
-Improvements and Fixes - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.155.8](https://github.com/lobehub/lobe-chat/compare/v0.155.7...v0.155.8) - -Released on **2024-05-09** - -#### 🐛 Bug Fixes - -- **misc**: Fix mobile session style. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix mobile session style ([998a191](https://github.com/lobehub/lobe-chat/commit/998a191)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.155.7](https://github.com/lobehub/lobe-chat/compare/v0.155.6...v0.155.7) - -Released on **2024-05-08** - -#### 🐛 Bug Fixes - -- **misc**: Fix panel expand. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix panel expand ([5e78089](https://github.com/lobehub/lobe-chat/commit/5e78089)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.155.6](https://github.com/lobehub/lobe-chat/compare/v0.155.5...v0.155.6) - -Released on **2024-05-08** - -#### 🐛 Bug Fixes - -- **misc**: Fix editing long message issue. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix editing long message issue, closes [#2431](https://github.com/lobehub/lobe-chat/issues/2431) ([380d8da](https://github.com/lobehub/lobe-chat/commit/380d8da)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.155.5](https://github.com/lobehub/lobe-chat/compare/v0.155.4...v0.155.5) - -Released on **2024-05-08** - -
- -
-Improvements and Fixes - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.155.4](https://github.com/lobehub/lobe-chat/compare/v0.155.3...v0.155.4) - -Released on **2024-05-08** - -#### 🐛 Bug Fixes - -- **misc**: Fix Agent Settings Form. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix Agent Settings Form ([12c62a0](https://github.com/lobehub/lobe-chat/commit/12c62a0)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.155.3](https://github.com/lobehub/lobe-chat/compare/v0.155.2...v0.155.3) - -Released on **2024-05-08** - -#### 💄 Styles - -- **misc**: Optimized MaxToken Slider. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Optimized MaxToken Slider, closes [#2258](https://github.com/lobehub/lobe-chat/issues/2258) ([dfb892b](https://github.com/lobehub/lobe-chat/commit/dfb892b)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.155.2](https://github.com/lobehub/lobe-chat/compare/v0.155.1...v0.155.2) - -Released on **2024-05-08** - -
- -
-Improvements and Fixes - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.155.1](https://github.com/lobehub/lobe-chat/compare/v0.155.0...v0.155.1) - -Released on **2024-05-07** - -#### 💄 Styles - -- **misc**: Improve llm list when all closed. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Improve llm list when all closed, closes [#2409](https://github.com/lobehub/lobe-chat/issues/2409) ([1eb20c7](https://github.com/lobehub/lobe-chat/commit/1eb20c7)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -## [Version 0.155.0](https://github.com/lobehub/lobe-chat/compare/v0.154.7...v0.155.0) - -Released on **2024-05-07** - -#### ✨ Features - -- **misc**: Add DataStatistics. - -
- -
-Improvements and Fixes - -#### What's improved - -- **misc**: Add DataStatistics ([cf474bb](https://github.com/lobehub/lobe-chat/commit/cf474bb)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.154.7](https://github.com/lobehub/lobe-chat/compare/v0.154.6...v0.154.7) - -Released on **2024-05-07** - -#### ♻ Code Refactoring - -- **misc**: Refactor the message slice internal method name. - -
- -
-Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor the message slice internal method name, closes [#2407](https://github.com/lobehub/lobe-chat/issues/2407) ([8c70bdd](https://github.com/lobehub/lobe-chat/commit/8c70bdd)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.154.6](https://github.com/lobehub/lobe-chat/compare/v0.154.5...v0.154.6) - -Released on **2024-05-07** - -#### 💄 Styles - -- **misc**: Add gemini-1.0-pro-002. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Add gemini-1.0-pro-002, closes [#2406](https://github.com/lobehub/lobe-chat/issues/2406) ([44b29a9](https://github.com/lobehub/lobe-chat/commit/44b29a9)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.154.5](https://github.com/lobehub/lobe-chat/compare/v0.154.4...v0.154.5) - -Released on **2024-05-06** - -#### 💄 Styles - -- **misc**: Update LLM Settings Form styles. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Update LLM Settings Form styles, closes [#2393](https://github.com/lobehub/lobe-chat/issues/2393) ([4f98e6c](https://github.com/lobehub/lobe-chat/commit/4f98e6c)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.154.4](https://github.com/lobehub/lobe-chat/compare/v0.154.3...v0.154.4) - -Released on **2024-05-06** - -#### 🐛 Bug Fixes - -- **misc**: Fix next auth config. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix next auth config, closes [#2390](https://github.com/lobehub/lobe-chat/issues/2390) ([dbda107](https://github.com/lobehub/lobe-chat/commit/dbda107)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.154.3](https://github.com/lobehub/lobe-chat/compare/v0.154.2...v0.154.3) - -Released on **2024-05-06** - -#### 🐛 Bug Fixes - -- **misc**: Fix docker build. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix docker build ([80a270d](https://github.com/lobehub/lobe-chat/commit/80a270d)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.154.2](https://github.com/lobehub/lobe-chat/compare/v0.154.1...v0.154.2) - -Released on **2024-05-06** - -#### 🐛 Bug Fixes - -- **misc**: Fix docker build. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix docker build, closes [#2385](https://github.com/lobehub/lobe-chat/issues/2385) ([9cf60b5](https://github.com/lobehub/lobe-chat/commit/9cf60b5)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.154.1](https://github.com/lobehub/lobe-chat/compare/v0.154.0...v0.154.1) - -Released on **2024-05-05** - -#### 🐛 Bug Fixes - -- **misc**: Fix agent meta input disabled. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix agent meta input disabled, closes [#2381](https://github.com/lobehub/lobe-chat/issues/2381) ([d1fc512](https://github.com/lobehub/lobe-chat/commit/d1fc512)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -## [Version 0.154.0](https://github.com/lobehub/lobe-chat/compare/v0.153.1...v0.154.0) - -Released on **2024-05-05** - -#### ✨ Features - -- **misc**: Support clerk as auth provider. - -
- -
-Improvements and Fixes - -#### What's improved - -- **misc**: Support clerk as auth provider, closes [#2374](https://github.com/lobehub/lobe-chat/issues/2374) ([bf8ef1f](https://github.com/lobehub/lobe-chat/commit/bf8ef1f)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.153.1](https://github.com/lobehub/lobe-chat/compare/v0.153.0...v0.153.1) - -Released on **2024-05-04** - -#### 💄 Styles - -- **misc**: Imporve mobile styles and loading skeleton. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Imporve mobile styles and loading skeleton, closes [#2363](https://github.com/lobehub/lobe-chat/issues/2363) ([8ee3591](https://github.com/lobehub/lobe-chat/commit/8ee3591)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -## [Version 0.153.0](https://github.com/lobehub/lobe-chat/compare/v0.152.12...v0.153.0) - -Released on **2024-05-04** - -#### ✨ Features - -- **misc**: Add Settings Intercepting Routes. - -
- -
-Improvements and Fixes - -#### What's improved - -- **misc**: Add Settings Intercepting Routes, closes [#2346](https://github.com/lobehub/lobe-chat/issues/2346) ([29b6442](https://github.com/lobehub/lobe-chat/commit/29b6442)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.152.12](https://github.com/lobehub/lobe-chat/compare/v0.152.11...v0.152.12) - -Released on **2024-05-04** - -#### 🐛 Bug Fixes - -- **misc**: Disabled autogenerate field icon when empty system role. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Disabled autogenerate field icon when empty system role, closes [#2076](https://github.com/lobehub/lobe-chat/issues/2076) ([27095f5](https://github.com/lobehub/lobe-chat/commit/27095f5)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.152.11](https://github.com/lobehub/lobe-chat/compare/v0.152.10...v0.152.11) - -Released on **2024-05-03** - -#### 💄 Styles - -- **misc**: Add user panel and refactor the next-auth. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Add user panel and refactor the next-auth, closes [#2349](https://github.com/lobehub/lobe-chat/issues/2349) ([5cecee0](https://github.com/lobehub/lobe-chat/commit/5cecee0)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.152.10](https://github.com/lobehub/lobe-chat/compare/v0.152.9...v0.152.10) - -Released on **2024-05-03** - -#### 💄 Styles - -- **misc**: Improve market layout styles and mobile style. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Improve market layout styles and mobile style, closes [#2347](https://github.com/lobehub/lobe-chat/issues/2347) ([79b8115](https://github.com/lobehub/lobe-chat/commit/79b8115)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.152.9](https://github.com/lobehub/lobe-chat/compare/v0.152.8...v0.152.9) - -Released on **2024-05-03** - -
- -
-Improvements and Fixes - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.152.8](https://github.com/lobehub/lobe-chat/compare/v0.152.7...v0.152.8) - -Released on **2024-05-03** - -#### ♻ Code Refactoring - -- **misc**: User store add an auth slice. - -
- -
-Improvements and Fixes - -#### Code refactoring - -- **misc**: User store add an auth slice, closes [#2214](https://github.com/lobehub/lobe-chat/issues/2214) ([948b257](https://github.com/lobehub/lobe-chat/commit/948b257)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.152.7](https://github.com/lobehub/lobe-chat/compare/v0.152.6...v0.152.7) - -Released on **2024-05-02** - -#### 💄 Styles - -- **misc**: Refactor setting layout and improve setting design. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Refactor setting layout and improve setting design, closes [#2344](https://github.com/lobehub/lobe-chat/issues/2344) ([fa16721](https://github.com/lobehub/lobe-chat/commit/fa16721)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.152.6](https://github.com/lobehub/lobe-chat/compare/v0.152.5...v0.152.6) - -Released on **2024-05-02** - -#### 💄 Styles - -- **misc**: AutoScroll to the fully end. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: AutoScroll to the fully end, closes [#2345](https://github.com/lobehub/lobe-chat/issues/2345) ([5458e98](https://github.com/lobehub/lobe-chat/commit/5458e98)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.152.5](https://github.com/lobehub/lobe-chat/compare/v0.152.4...v0.152.5) - -Released on **2024-05-02** - -#### 🐛 Bug Fixes - -- **misc**: Fix Setings Layout. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix Setings Layout, closes [#2340](https://github.com/lobehub/lobe-chat/issues/2340) ([6a2e9a9](https://github.com/lobehub/lobe-chat/commit/6a2e9a9)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.152.1](https://github.com/lobehub/lobe-chat/compare/v0.152.0...v0.152.1) - -Released on **2024-05-01** - -#### ♻ Code Refactoring - -- **misc**: Refactor Market Layout. - -
- -
-Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor Market Layout, closes [#2320](https://github.com/lobehub/lobe-chat/issues/2320) ([c05c3c1](https://github.com/lobehub/lobe-chat/commit/c05c3c1)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -## [Version 0.152.0](https://github.com/lobehub/lobe-chat/compare/v0.151.11...v0.152.0) - -Released on **2024-04-30** - -#### ✨ Features - -- **misc**: Import settings from url. - -
- -
-Improvements and Fixes - -#### What's improved - -- **misc**: Import settings from url, closes [#2226](https://github.com/lobehub/lobe-chat/issues/2226) ([b1f6c20](https://github.com/lobehub/lobe-chat/commit/b1f6c20)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.151.11](https://github.com/lobehub/lobe-chat/compare/v0.151.10...v0.151.11) - -Released on **2024-04-30** - -#### 🐛 Bug Fixes - -- **misc**: Fix telemetry preference modal and default agent config error. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix telemetry preference modal and default agent config error, closes [#2312](https://github.com/lobehub/lobe-chat/issues/2312) ([8900445](https://github.com/lobehub/lobe-chat/commit/8900445)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.151.10](https://github.com/lobehub/lobe-chat/compare/v0.151.9...v0.151.10) - -Released on **2024-04-30** - -#### ♻ Code Refactoring - -- **misc**: Refactor Welcome Layout. - -
- -
-Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor Welcome Layout, closes [#2314](https://github.com/lobehub/lobe-chat/issues/2314) ([1040051](https://github.com/lobehub/lobe-chat/commit/1040051)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.151.9](https://github.com/lobehub/lobe-chat/compare/v0.151.8...v0.151.9) - -Released on **2024-04-30** - -#### 🐛 Bug Fixes - -- **misc**: Minimax truncationed output. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Minimax truncationed output, closes [#2308](https://github.com/lobehub/lobe-chat/issues/2308) ([488f319](https://github.com/lobehub/lobe-chat/commit/488f319)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.151.8](https://github.com/lobehub/lobe-chat/compare/v0.151.7...v0.151.8) - -Released on **2024-04-30** - -#### ♻ Code Refactoring - -- **misc**: Move NavBar to `[@nav](https://github.com/nav)` slot route. - -
- -
-Improvements and Fixes - -#### Code refactoring - -- **misc**: Move NavBar to `[@nav](https://github.com/nav)` slot route, closes [#2306](https://github.com/lobehub/lobe-chat/issues/2306) ([aee7231](https://github.com/lobehub/lobe-chat/commit/aee7231)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.151.7](https://github.com/lobehub/lobe-chat/compare/v0.151.6...v0.151.7) - -Released on **2024-04-30** - -#### 💄 Styles - -- **misc**: Add 404 and Error page. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Add 404 and Error page, closes [#2299](https://github.com/lobehub/lobe-chat/issues/2299) ([938a3e9](https://github.com/lobehub/lobe-chat/commit/938a3e9)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.151.6](https://github.com/lobehub/lobe-chat/compare/v0.151.5...v0.151.6) - -Released on **2024-04-30** - -#### 🐛 Bug Fixes - -- **misc**: Plugins with multiple settings cannot be correctly configured. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Plugins with multiple settings cannot be correctly configured, closes [#1991](https://github.com/lobehub/lobe-chat/issues/1991) ([0c041aa](https://github.com/lobehub/lobe-chat/commit/0c041aa)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.151.5](https://github.com/lobehub/lobe-chat/compare/v0.151.4...v0.151.5) - -Released on **2024-04-30** - -#### 🐛 Bug Fixes - -- **misc**: Effectively interrupt auto scrolling. - -#### 💄 Styles - -- **misc**: Revise some text. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Effectively interrupt auto scrolling, closes [#2223](https://github.com/lobehub/lobe-chat/issues/2223) ([afe4974](https://github.com/lobehub/lobe-chat/commit/afe4974)) - -#### Styles - -- **misc**: Revise some text, closes [#2296](https://github.com/lobehub/lobe-chat/issues/2296) ([018427f](https://github.com/lobehub/lobe-chat/commit/018427f)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.151.4](https://github.com/lobehub/lobe-chat/compare/v0.151.3...v0.151.4) - -Released on **2024-04-29** - -#### ♻ Code Refactoring - -- **misc**: Move app page to the `(main)` layout group. - -
- -
-Improvements and Fixes - -#### Code refactoring - -- **misc**: Move app page to the `(main)` layout group, closes [#2297](https://github.com/lobehub/lobe-chat/issues/2297) ([6cc2c38](https://github.com/lobehub/lobe-chat/commit/6cc2c38)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.151.3](https://github.com/lobehub/lobe-chat/compare/v0.151.2...v0.151.3) - -Released on **2024-04-29** - -#### 💄 Styles - -- **misc**: Patching models info. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Patching models info, closes [#2269](https://github.com/lobehub/lobe-chat/issues/2269) [#22802280](https://github.com/lobehub/lobe-chat/issues/22802280) ([03bcb06](https://github.com/lobehub/lobe-chat/commit/03bcb06)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.151.2](https://github.com/lobehub/lobe-chat/compare/v0.151.1...v0.151.2) - -Released on **2024-04-29** - -#### 🐛 Bug Fixes - -- **misc**: Fix only inject welcome question in inbox. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix only inject welcome question in inbox, closes [#2289](https://github.com/lobehub/lobe-chat/issues/2289) ([cc8edd3](https://github.com/lobehub/lobe-chat/commit/cc8edd3)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.151.1](https://github.com/lobehub/lobe-chat/compare/v0.151.0...v0.151.1) - -Released on **2024-04-29** - -#### 💄 Styles - -- **misc**: Improve Inbox Assistant Welcome Guide. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Improve Inbox Assistant Welcome Guide, closes [#2086](https://github.com/lobehub/lobe-chat/issues/2086) ([df37212](https://github.com/lobehub/lobe-chat/commit/df37212)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -## [Version 0.151.0](https://github.com/lobehub/lobe-chat/compare/v0.150.10...v0.151.0) - -Released on **2024-04-29** - -#### ✨ Features - -- **misc**: Support minimax as a new provider. - -
- -
-Improvements and Fixes - -#### What's improved - -- **misc**: Support minimax as a new provider, closes [#2087](https://github.com/lobehub/lobe-chat/issues/2087) ([00abd82](https://github.com/lobehub/lobe-chat/commit/00abd82)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.150.10](https://github.com/lobehub/lobe-chat/compare/v0.150.9...v0.150.10) - -Released on **2024-04-28** - -#### ♻ Code Refactoring - -- **misc**: Rename globalStore to userStore. - -
- -
-Improvements and Fixes - -#### Code refactoring - -- **misc**: Rename globalStore to userStore, closes [#2264](https://github.com/lobehub/lobe-chat/issues/2264) ([a3cb538](https://github.com/lobehub/lobe-chat/commit/a3cb538)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.150.9](https://github.com/lobehub/lobe-chat/compare/v0.150.8...v0.150.9) - -Released on **2024-04-28** - -#### ♻ Code Refactoring - -- **misc**: Refactor feature flags store to server config store. - -
- -
-Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor feature flags store to server config store, closes [#2263](https://github.com/lobehub/lobe-chat/issues/2263) ([2e991d7](https://github.com/lobehub/lobe-chat/commit/2e991d7)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.150.8](https://github.com/lobehub/lobe-chat/compare/v0.150.7...v0.150.8) - -Released on **2024-04-28** - -#### 💄 Styles - -- **ollama**: Phi3 Instruct models and its model icons. - -
- -
-Improvements and Fixes - -#### Styles - -- **ollama**: Phi3 Instruct models and its model icons, closes [#2254](https://github.com/lobehub/lobe-chat/issues/2254) ([c9b55cc](https://github.com/lobehub/lobe-chat/commit/c9b55cc)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.150.7](https://github.com/lobehub/lobe-chat/compare/v0.150.6...v0.150.7) - -Released on **2024-04-28** - -#### 🐛 Bug Fixes - -- **misc**: Suport to fetch model list on client. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Suport to fetch model list on client, closes [#2252](https://github.com/lobehub/lobe-chat/issues/2252) ([76310a8](https://github.com/lobehub/lobe-chat/commit/76310a8)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.150.6](https://github.com/lobehub/lobe-chat/compare/v0.150.5...v0.150.6) - -Released on **2024-04-28** - -#### 🐛 Bug Fixes - -- **misc**: Fix `/api/proxy` internal proxy attack. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix `/api/proxy` internal proxy attack, closes [#2255](https://github.com/lobehub/lobe-chat/issues/2255) ([465665a](https://github.com/lobehub/lobe-chat/commit/465665a)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.150.5](https://github.com/lobehub/lobe-chat/compare/v0.150.4...v0.150.5) - -Released on **2024-04-27** - -#### 🐛 Bug Fixes - -- **misc**: Fix the plugin string env and search error. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix the plugin string env and search error, closes [#2239](https://github.com/lobehub/lobe-chat/issues/2239) ([74b1ae0](https://github.com/lobehub/lobe-chat/commit/74b1ae0)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.150.4](https://github.com/lobehub/lobe-chat/compare/v0.150.3...v0.150.4) - -Released on **2024-04-27** - -#### 💄 Styles - -- **misc**: Hide default model tag and show ollama provider by default. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Hide default model tag and show ollama provider by default, closes [#2238](https://github.com/lobehub/lobe-chat/issues/2238) ([baa4780](https://github.com/lobehub/lobe-chat/commit/baa4780)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.150.3](https://github.com/lobehub/lobe-chat/compare/v0.150.2...v0.150.3) - -Released on **2024-04-27** - -#### 🐛 Bug Fixes - -- **misc**: Fix docker build. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix docker build, closes [#2236](https://github.com/lobehub/lobe-chat/issues/2236) ([749a843](https://github.com/lobehub/lobe-chat/commit/749a843)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.150.2](https://github.com/lobehub/lobe-chat/compare/v0.150.1...v0.150.2) - -Released on **2024-04-27** - -#### 🐛 Bug Fixes - -- **misc**: Fix display error when using `DEFAULT_AGENT_CONFIG` env. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix display error when using `DEFAULT_AGENT_CONFIG` env, closes [#2231](https://github.com/lobehub/lobe-chat/issues/2231) ([42bc734](https://github.com/lobehub/lobe-chat/commit/42bc734)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.150.1](https://github.com/lobehub/lobe-chat/compare/v0.150.0...v0.150.1) - -Released on **2024-04-27** - -#### 🐛 Bug Fixes - -- **misc**: Fix display error when using DEFAULT_AGENT_CONFIG env. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix display error when using DEFAULT_AGENT_CONFIG env ([e46215c](https://github.com/lobehub/lobe-chat/commit/e46215c)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -## [Version 0.150.0](https://github.com/lobehub/lobe-chat/compare/v0.149.6...v0.150.0) - -Released on **2024-04-26** - -#### ✨ Features - -- **misc**: Support feature flags. - -
- -
-Improvements and Fixes - -#### What's improved - -- **misc**: Support feature flags, closes [#2213](https://github.com/lobehub/lobe-chat/issues/2213) ([4532be5](https://github.com/lobehub/lobe-chat/commit/4532be5)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.149.6](https://github.com/lobehub/lobe-chat/compare/v0.149.5...v0.149.6) - -Released on **2024-04-26** - -#### 🐛 Bug Fixes - -- **misc**: Fix ollama host issue. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix ollama host issue, closes [#2210](https://github.com/lobehub/lobe-chat/issues/2210) ([c49d4c7](https://github.com/lobehub/lobe-chat/commit/c49d4c7)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.149.5](https://github.com/lobehub/lobe-chat/compare/v0.149.4...v0.149.5) - -Released on **2024-04-25** - -#### ♻ Code Refactoring - -- **misc**: Sperate SessionStore to a new AgentStore. - -#### 🐛 Bug Fixes - -- **misc**: Fix not handle ollama error correctly. - -
- -
-Improvements and Fixes - -#### Code refactoring - -- **misc**: Sperate SessionStore to a new AgentStore, closes [#2197](https://github.com/lobehub/lobe-chat/issues/2197) ([49c0ba6](https://github.com/lobehub/lobe-chat/commit/49c0ba6)) - -#### What's fixed - -- **misc**: Fix not handle ollama error correctly ([efdf174](https://github.com/lobehub/lobe-chat/commit/efdf174)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.149.4](https://github.com/lobehub/lobe-chat/compare/v0.149.3...v0.149.4) - -Released on **2024-04-25** - -#### 🐛 Bug Fixes - -- **misc**: Fix chat client request not support abort. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix chat client request not support abort, closes [#2193](https://github.com/lobehub/lobe-chat/issues/2193) ([d22ef2c](https://github.com/lobehub/lobe-chat/commit/d22ef2c)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.149.3](https://github.com/lobehub/lobe-chat/compare/v0.149.2...v0.149.3) - -Released on **2024-04-25** - -#### 💄 Styles - -- **misc**: Add displaying the message "Reset Successfully.". - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Add displaying the message "Reset Successfully.", closes [#2158](https://github.com/lobehub/lobe-chat/issues/2158) ([27913ef](https://github.com/lobehub/lobe-chat/commit/27913ef)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.149.2](https://github.com/lobehub/lobe-chat/compare/v0.149.1...v0.149.2) - -Released on **2024-04-24** - -#### 💄 Styles - -- **misc**: Support to create ai message. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Support to create ai message, closes [#2185](https://github.com/lobehub/lobe-chat/issues/2185) ([ba3ba6a](https://github.com/lobehub/lobe-chat/commit/ba3ba6a)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.149.1](https://github.com/lobehub/lobe-chat/compare/v0.149.0...v0.149.1) - -Released on **2024-04-24** - -
- -
-Improvements and Fixes - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -## [Version 0.149.0](https://github.com/lobehub/lobe-chat/compare/v0.148.10...v0.149.0) - -Released on **2024-04-24** - -#### ✨ Features - -- **misc**: Fully support ollama with browser request mode. - -
- -
-Improvements and Fixes - -#### What's improved - -- **misc**: Fully support ollama with browser request mode, closes [#2168](https://github.com/lobehub/lobe-chat/issues/2168) ([562d189](https://github.com/lobehub/lobe-chat/commit/562d189)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.148.10](https://github.com/lobehub/lobe-chat/compare/v0.148.9...v0.148.10) - -Released on **2024-04-24** - -#### 💄 Styles - -- **misc**: Update Ollama model 240421. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Update Ollama model 240421, closes [#2130](https://github.com/lobehub/lobe-chat/issues/2130) ([e797af0](https://github.com/lobehub/lobe-chat/commit/e797af0)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.148.9](https://github.com/lobehub/lobe-chat/compare/v0.148.8...v0.148.9) - -Released on **2024-04-23** - -#### ♻ Code Refactoring - -- **misc**: Refactor for session server mode. - -
- -
-Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor for session server mode, closes [#2163](https://github.com/lobehub/lobe-chat/issues/2163) ([e012597](https://github.com/lobehub/lobe-chat/commit/e012597)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.148.8](https://github.com/lobehub/lobe-chat/compare/v0.148.7...v0.148.8) - -Released on **2024-04-23** - -#### 💄 Styles - -- **misc**: update some `gemini` deployment restrictions. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: update some `gemini` deployment restrictions, closes [#2149](https://github.com/lobehub/lobe-chat/issues/2149) ([6d36863](https://github.com/lobehub/lobe-chat/commit/6d36863)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.148.7](https://github.com/lobehub/lobe-chat/compare/v0.148.6...v0.148.7) - -Released on **2024-04-23** - -#### 🐛 Bug Fixes - -- **misc**: Fix qwen-1.5-chat-72B context window in togetherai. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix qwen-1.5-chat-72B context window in togetherai, closes [#2142](https://github.com/lobehub/lobe-chat/issues/2142) ([d0753cf](https://github.com/lobehub/lobe-chat/commit/d0753cf)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.148.6](https://github.com/lobehub/lobe-chat/compare/v0.148.5...v0.148.6) - -Released on **2024-04-22** - -#### 🐛 Bug Fixes - -- **misc**: Add Windows Phone, iPadOS, BlackBerry OS, Linux OS and Chrome OS sync icons. - -#### 💄 Styles - -- **misc**: Support more model Icons: dbrx, command-r, openchat, rwkv, Bert-vits2, Stable Diffusion, WizardLM, adobe firefly, skylark. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Add Windows Phone, iPadOS, BlackBerry OS, Linux OS and Chrome OS sync icons, closes [#2139](https://github.com/lobehub/lobe-chat/issues/2139) ([8ed1f07](https://github.com/lobehub/lobe-chat/commit/8ed1f07)) - -#### Styles - -- **misc**: Support more model Icons: dbrx, command-r, openchat, rwkv, Bert-vits2, Stable Diffusion, WizardLM, adobe firefly, skylark, closes [#2107](https://github.com/lobehub/lobe-chat/issues/2107) ([4268d8b](https://github.com/lobehub/lobe-chat/commit/4268d8b)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.148.5](https://github.com/lobehub/lobe-chat/compare/v0.148.4...v0.148.5) - -Released on **2024-04-22** - -#### 💄 Styles - -- **misc**: Support together ai to fetch model list. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Support together ai to fetch model list, closes [#2138](https://github.com/lobehub/lobe-chat/issues/2138) ([e6d3e4a](https://github.com/lobehub/lobe-chat/commit/e6d3e4a)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.148.4](https://github.com/lobehub/lobe-chat/compare/v0.148.3...v0.148.4) - -Released on **2024-04-21** - -#### 🐛 Bug Fixes - -- **misc**: Fix model list menu not display correctly. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix model list menu not display correctly, closes [#2133](https://github.com/lobehub/lobe-chat/issues/2133) ([98c844b](https://github.com/lobehub/lobe-chat/commit/98c844b)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.148.3](https://github.com/lobehub/lobe-chat/compare/v0.148.2...v0.148.3) - -Released on **2024-04-21** - -#### 💄 Styles - -- **ollama**: Show size info while download, support cancel donwload, optimize calculation for speed. - -
- -
-Improvements and Fixes - -#### Styles - -- **ollama**: Show size info while download, support cancel donwload, optimize calculation for speed, closes [#1664](https://github.com/lobehub/lobe-chat/issues/1664) ([9b18f47](https://github.com/lobehub/lobe-chat/commit/9b18f47)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.148.2](https://github.com/lobehub/lobe-chat/compare/v0.148.1...v0.148.2) - -Released on **2024-04-21** - -#### 💄 Styles - -- **misc**: Add LLaMA 3 in groq + Mixtral 8x22B model. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Add LLaMA 3 in groq + Mixtral 8x22B model, closes [#2128](https://github.com/lobehub/lobe-chat/issues/2128) ([6144448](https://github.com/lobehub/lobe-chat/commit/6144448)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.148.1](https://github.com/lobehub/lobe-chat/compare/v0.148.0...v0.148.1) - -Released on **2024-04-20** - -#### 🐛 Bug Fixes - -- **misc**: Fix topic title not auto generate. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix topic title not auto generate, closes [#2114](https://github.com/lobehub/lobe-chat/issues/2114) ([5979de3](https://github.com/lobehub/lobe-chat/commit/5979de3)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -## [Version 0.148.0](https://github.com/lobehub/lobe-chat/compare/v0.147.22...v0.148.0) - -Released on **2024-04-20** - -#### ✨ Features - -- **misc**: Support chat completion call at client side. - -
- -
-Improvements and Fixes - -#### What's improved - -- **misc**: Support chat completion call at client side, closes [#2041](https://github.com/lobehub/lobe-chat/issues/2041) ([9f5858f](https://github.com/lobehub/lobe-chat/commit/9f5858f)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.147.22](https://github.com/lobehub/lobe-chat/compare/v0.147.21...v0.147.22) - -Released on **2024-04-19** - -
- -
-Improvements and Fixes - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.147.21](https://github.com/lobehub/lobe-chat/compare/v0.147.20...v0.147.21) - -Released on **2024-04-19** - -#### 💄 Styles - -- **misc**: Optimized file upload buttons and prompts. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Optimized file upload buttons and prompts, closes [#2050](https://github.com/lobehub/lobe-chat/issues/2050) ([c23087e](https://github.com/lobehub/lobe-chat/commit/c23087e)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.147.20](https://github.com/lobehub/lobe-chat/compare/v0.147.19...v0.147.20) - -Released on **2024-04-18** - -#### 💄 Styles - -- **misc**: Improve aync session experience. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Improve aync session experience, closes [#2075](https://github.com/lobehub/lobe-chat/issues/2075) ([0f3b19b](https://github.com/lobehub/lobe-chat/commit/0f3b19b)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.147.19](https://github.com/lobehub/lobe-chat/compare/v0.147.18...v0.147.19) - -Released on **2024-04-18** - -#### 💄 Styles - -- **misc**: Add M and B support max token in ModelInfoTags. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Add M and B support max token in ModelInfoTags, closes [#2073](https://github.com/lobehub/lobe-chat/issues/2073) ([a985d8f](https://github.com/lobehub/lobe-chat/commit/a985d8f)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.147.18](https://github.com/lobehub/lobe-chat/compare/v0.147.17...v0.147.18) - -Released on **2024-04-17** - -#### 💄 Styles - -- **misc**: Add claude 3 opus to AWS Bedrock, remove custom models from providers, and update Perplexity model names. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Add claude 3 opus to AWS Bedrock, closes [#2072](https://github.com/lobehub/lobe-chat/issues/2072) ([479f562](https://github.com/lobehub/lobe-chat/commit/479f562)) -- **misc**: Remove custom models from providers, and update Perplexity model names, closes [#2069](https://github.com/lobehub/lobe-chat/issues/2069) ([e04754d](https://github.com/lobehub/lobe-chat/commit/e04754d)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.147.17](https://github.com/lobehub/lobe-chat/compare/v0.147.16...v0.147.17) - -Released on **2024-04-16** - -#### ♻ Code Refactoring - -- **misc**: Refactor service to a uniform interface. - -
- -
-Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor service to a uniform interface, closes [#2062](https://github.com/lobehub/lobe-chat/issues/2062) ([86779e2](https://github.com/lobehub/lobe-chat/commit/86779e2)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.147.16](https://github.com/lobehub/lobe-chat/compare/v0.147.15...v0.147.16) - -Released on **2024-04-14** - -#### ♻ Code Refactoring - -- **misc**: Refactor the auth. - -
- -
-Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor the auth, closes [#2043](https://github.com/lobehub/lobe-chat/issues/2043) ([37ecb41](https://github.com/lobehub/lobe-chat/commit/37ecb41)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.147.15](https://github.com/lobehub/lobe-chat/compare/v0.147.14...v0.147.15) - -Released on **2024-04-14** - -#### 🐛 Bug Fixes - -- **misc**: Fix tool call error with gpt-4-turbo. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix tool call error with gpt-4-turbo, closes [#2042](https://github.com/lobehub/lobe-chat/issues/2042) ([63d91b8](https://github.com/lobehub/lobe-chat/commit/63d91b8)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.147.14](https://github.com/lobehub/lobe-chat/compare/v0.147.13...v0.147.14) - -Released on **2024-04-14** - -#### 💄 Styles - -- **misc**: Enable `gemini-1.5-pro-latest` model by default. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Enable `gemini-1.5-pro-latest` model by default, closes [#2034](https://github.com/lobehub/lobe-chat/issues/2034) ([e8c65a9](https://github.com/lobehub/lobe-chat/commit/e8c65a9)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.147.13](https://github.com/lobehub/lobe-chat/compare/v0.147.12...v0.147.13) - -Released on **2024-04-14** - -#### ♻ Code Refactoring - -- **misc**: Refactor the service with browser db invoke. - -
- -
-Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor the service with browser db invoke, closes [#2038](https://github.com/lobehub/lobe-chat/issues/2038) ([43a2791](https://github.com/lobehub/lobe-chat/commit/43a2791)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.147.12](https://github.com/lobehub/lobe-chat/compare/v0.147.11...v0.147.12) - -Released on **2024-04-14** - -#### ♻ Code Refactoring - -- **misc**: Move client db to a new folder. - -
- -
-Improvements and Fixes - -#### Code refactoring - -- **misc**: Move client db to a new folder, closes [#2037](https://github.com/lobehub/lobe-chat/issues/2037) ([ebe65bb](https://github.com/lobehub/lobe-chat/commit/ebe65bb)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.147.11](https://github.com/lobehub/lobe-chat/compare/v0.147.10...v0.147.11) - -Released on **2024-04-14** - -#### 🐛 Bug Fixes - -- **misc**: Support drag or copy to upload file by model ability. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Support drag or copy to upload file by model ability, closes [#2016](https://github.com/lobehub/lobe-chat/issues/2016) ([2abe37e](https://github.com/lobehub/lobe-chat/commit/2abe37e)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.147.10](https://github.com/lobehub/lobe-chat/compare/v0.147.9...v0.147.10) - -Released on **2024-04-13** - -
- -
-Improvements and Fixes - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.147.9](https://github.com/lobehub/lobe-chat/compare/v0.147.8...v0.147.9) - -Released on **2024-04-12** - -#### 🐛 Bug Fixes - -- **misc**: Fix custom model list not display correctly. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix custom model list not display correctly, closes [#2009](https://github.com/lobehub/lobe-chat/issues/2009) ([7d0e220](https://github.com/lobehub/lobe-chat/commit/7d0e220)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.147.8](https://github.com/lobehub/lobe-chat/compare/v0.147.7...v0.147.8) - -Released on **2024-04-12** - -#### ♻ Code Refactoring - -- **misc**: Update README.md. - -
- -
-Improvements and Fixes - -#### Code refactoring - -- **misc**: Update README.md ([44b5a23](https://github.com/lobehub/lobe-chat/commit/44b5a23)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.147.7](https://github.com/lobehub/lobe-chat/compare/v0.147.6...v0.147.7) - -Released on **2024-04-12** - -#### 🐛 Bug Fixes - -- **misc**: Pin next to `14.1.4` to fix deployment. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Pin next to `14.1.4` to fix deployment, closes [#1998](https://github.com/lobehub/lobe-chat/issues/1998) ([dfa1872](https://github.com/lobehub/lobe-chat/commit/dfa1872)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.147.6](https://github.com/lobehub/lobe-chat/compare/v0.147.5...v0.147.6) - -Released on **2024-04-11** - -#### 💄 Styles - -- **misc**: Add GPT-4-turbo and 2024-04-09 Turbo Vision model and mistral new model name. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Add GPT-4-turbo and 2024-04-09 Turbo Vision model and mistral new model name, closes [#1984](https://github.com/lobehub/lobe-chat/issues/1984) ([f1795b1](https://github.com/lobehub/lobe-chat/commit/f1795b1)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.147.5](https://github.com/lobehub/lobe-chat/compare/v0.147.4...v0.147.5) - -Released on **2024-04-11** - -#### 🐛 Bug Fixes - -- **misc**: Fix only search topics in current session. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix only search topics in current session, closes [#1834](https://github.com/lobehub/lobe-chat/issues/1834) ([9fdcfa4](https://github.com/lobehub/lobe-chat/commit/9fdcfa4)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.147.4](https://github.com/lobehub/lobe-chat/compare/v0.147.3...v0.147.4) - -Released on **2024-04-11** - -#### 🐛 Bug Fixes - -- **misc**: Add more builtin OpenRouter models. - -#### 💄 Styles - -- **misc**: Adjust minimum width value for DraggablePanel component. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Add more builtin OpenRouter models, closes [#1973](https://github.com/lobehub/lobe-chat/issues/1973) ([0000b1a](https://github.com/lobehub/lobe-chat/commit/0000b1a)) - -#### Styles - -- **misc**: Adjust minimum width value for DraggablePanel component, closes [#1901](https://github.com/lobehub/lobe-chat/issues/1901) ([a696d37](https://github.com/lobehub/lobe-chat/commit/a696d37)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.147.3](https://github.com/lobehub/lobe-chat/compare/v0.147.2...v0.147.3) - -Released on **2024-04-11** - -#### 💄 Styles - -- **misc**: Support Google Proxy URL. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Support Google Proxy URL, closes [#1979](https://github.com/lobehub/lobe-chat/issues/1979) ([fbf2c24](https://github.com/lobehub/lobe-chat/commit/fbf2c24)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.147.2](https://github.com/lobehub/lobe-chat/compare/v0.147.1...v0.147.2) - -Released on **2024-04-11** - -#### 🐛 Bug Fixes - -- **misc**: Fix custom model not display correctly. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix custom model not display correctly, closes [#1972](https://github.com/lobehub/lobe-chat/issues/1972) ([5d7cae9](https://github.com/lobehub/lobe-chat/commit/5d7cae9)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.147.1](https://github.com/lobehub/lobe-chat/compare/v0.147.0...v0.147.1) - -Released on **2024-04-11** - -#### 🐛 Bug Fixes - -- **misc**: Fix normalizeLocale with first matching locale. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix normalizeLocale with first matching locale, closes [#1767](https://github.com/lobehub/lobe-chat/issues/1767) ([182ff23](https://github.com/lobehub/lobe-chat/commit/182ff23)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -## [Version 0.147.0](https://github.com/lobehub/lobe-chat/compare/v0.146.2...v0.147.0) - -Released on **2024-04-10** - -#### ♻ Code Refactoring - -- **misc**: Add db migration, add migrations from v3 to v4, clean openai azure code, refactor agent runtime with openai compatible factory, refactor api key form locale, refactor openAI to openai and azure, refactor the hidden to enabled, refactor the key, refactor the model config selector, refactor the route auth as a middleware, refactor the server config to migrate model provider env, refactor the server config to migrate model provider env, rename the key to enabledModels. - -#### ✨ Features - -- **misc**: Refactor to support azure openai provider, support close openai, support display model list, support model config modal, support model list with model providers, support open router auto model list, support openai model fetcher, support update model config, support user config model. - -#### 🐛 Bug Fixes - -- **misc**: Fix db migration, fix db migration. - -#### 💄 Styles - -- **misc**: Fix i18n of model list fetcher, improve detail design, improve logo style, update locale. - -
- -
-Improvements and Fixes - -#### Code refactoring - -- **misc**: Add db migration ([6ceb818](https://github.com/lobehub/lobe-chat/commit/6ceb818)) -- **misc**: Add migrations from v3 to v4 ([199ded2](https://github.com/lobehub/lobe-chat/commit/199ded2)) -- **misc**: Clean openai azure code ([be4bcca](https://github.com/lobehub/lobe-chat/commit/be4bcca)) -- **misc**: Refactor agent runtime with openai compatible factory ([89adf9d](https://github.com/lobehub/lobe-chat/commit/89adf9d)) -- **misc**: Refactor api key form locale ([a069169](https://github.com/lobehub/lobe-chat/commit/a069169)) -- **misc**: Refactor openAI to openai and azure ([2190a95](https://github.com/lobehub/lobe-chat/commit/2190a95)) -- **misc**: Refactor the hidden to enabled ([78a1aac](https://github.com/lobehub/lobe-chat/commit/78a1aac)) -- **misc**: Refactor the key ([d5c82f6](https://github.com/lobehub/lobe-chat/commit/d5c82f6)) -- **misc**: Refactor the model config selector ([d865ca1](https://github.com/lobehub/lobe-chat/commit/d865ca1)) -- **misc**: Refactor the route auth as a middleware ([ef5ee2a](https://github.com/lobehub/lobe-chat/commit/ef5ee2a)) -- **misc**: Refactor the server config to migrate model provider env ([e4f110e](https://github.com/lobehub/lobe-chat/commit/e4f110e)) -- **misc**: Refactor the server config to migrate model provider env ([c398063](https://github.com/lobehub/lobe-chat/commit/c398063)) -- **misc**: Rename the key to enabledModels ([ebfa0aa](https://github.com/lobehub/lobe-chat/commit/ebfa0aa)) - -#### What's improved - -- **misc**: Refactor to support azure openai provider ([d737afe](https://github.com/lobehub/lobe-chat/commit/d737afe)) -- **misc**: Support close openai ([1ff1aef](https://github.com/lobehub/lobe-chat/commit/1ff1aef)) -- **misc**: Support display model list ([e59635f](https://github.com/lobehub/lobe-chat/commit/e59635f)) -- **misc**: Support model config modal ([62d6bb7](https://github.com/lobehub/lobe-chat/commit/62d6bb7)) -- **misc**: Support model list with model providers, closes [#1916](https://github.com/lobehub/lobe-chat/issues/1916) ([0895dd2](https://github.com/lobehub/lobe-chat/commit/0895dd2)) -- **misc**: Support open router auto model list ([1ba90d3](https://github.com/lobehub/lobe-chat/commit/1ba90d3)) -- **misc**: Support openai model fetcher ([56032e6](https://github.com/lobehub/lobe-chat/commit/56032e6)) -- **misc**: Support update model config ([e8ed847](https://github.com/lobehub/lobe-chat/commit/e8ed847)) -- **misc**: Support user config model ([72fd873](https://github.com/lobehub/lobe-chat/commit/72fd873)) - -#### What's fixed - -- **misc**: Fix db migration ([4e75074](https://github.com/lobehub/lobe-chat/commit/4e75074)) -- **misc**: Fix db migration ([571b6dd](https://github.com/lobehub/lobe-chat/commit/571b6dd)) - -#### Styles - -- **misc**: Fix i18n of model list fetcher ([67ed8c2](https://github.com/lobehub/lobe-chat/commit/67ed8c2)) -- **misc**: Improve detail design ([adcce07](https://github.com/lobehub/lobe-chat/commit/adcce07)) -- **misc**: Improve logo style ([c5826ce](https://github.com/lobehub/lobe-chat/commit/c5826ce)) -- **misc**: Update locale ([021bf91](https://github.com/lobehub/lobe-chat/commit/021bf91)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.146.2](https://github.com/lobehub/lobe-chat/compare/v0.146.1...v0.146.2) - -Released on **2024-04-10** - -#### 🐛 Bug Fixes - -- **misc**: Pin `ai@3.0.19` to fix error with chat stream output. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Pin `ai@3.0.19` to fix error with chat stream output, closes [#1946](https://github.com/lobehub/lobe-chat/issues/1946) ([07d4419](https://github.com/lobehub/lobe-chat/commit/07d4419)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.146.1](https://github.com/lobehub/lobe-chat/compare/v0.146.0...v0.146.1) - -Released on **2024-04-10** - -
- -
-Improvements and Fixes - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -## [Version 0.146.0](https://github.com/lobehub/lobe-chat/compare/v0.145.13...v0.146.0) - -Released on **2024-04-08** - -#### ✨ Features - -- **misc**: Add support for ZITADEL SSO provider. - -
- -
-Improvements and Fixes - -#### What's improved - -- **misc**: Add support for ZITADEL SSO provider, closes [#1904](https://github.com/lobehub/lobe-chat/issues/1904) ([44152f7](https://github.com/lobehub/lobe-chat/commit/44152f7)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.145.13](https://github.com/lobehub/lobe-chat/compare/v0.145.12...v0.145.13) - -Released on **2024-04-07** - -#### ♻ Code Refactoring - -- **misc**: Refactor the model settings for more clean code. - -#### 🐛 Bug Fixes - -- **misc**: Fix normalize russian locale. - -
- -
-Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor the model settings for more clean code, closes [#1906](https://github.com/lobehub/lobe-chat/issues/1906) ([db5d3ac](https://github.com/lobehub/lobe-chat/commit/db5d3ac)) - -#### What's fixed - -- **misc**: Fix normalize russian locale, closes [#1903](https://github.com/lobehub/lobe-chat/issues/1903) ([e86b596](https://github.com/lobehub/lobe-chat/commit/e86b596)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.145.12](https://github.com/lobehub/lobe-chat/compare/v0.145.11...v0.145.12) - -Released on **2024-04-04** - -#### 🐛 Bug Fixes - -- **misc**: Fix typo of azure-id sso provider. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix typo of azure-id sso provider, closes [#1898](https://github.com/lobehub/lobe-chat/issues/1898) ([6925b25](https://github.com/lobehub/lobe-chat/commit/6925b25)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.145.11](https://github.com/lobehub/lobe-chat/compare/v0.145.10...v0.145.11) - -Released on **2024-04-03** - -#### 🐛 Bug Fixes - -- **misc**: Fix page crash when using browser as the stt engine. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix page crash when using browser as the stt engine, closes [#1884](https://github.com/lobehub/lobe-chat/issues/1884) ([278820a](https://github.com/lobehub/lobe-chat/commit/278820a)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.145.10](https://github.com/lobehub/lobe-chat/compare/v0.145.9...v0.145.10) - -Released on **2024-04-02** - -
- -
-Improvements and Fixes - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.145.9](https://github.com/lobehub/lobe-chat/compare/v0.145.8...v0.145.9) - -Released on **2024-04-02** - -#### 💄 Styles - -- **misc**: Improve scrollbar style. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Improve scrollbar style, closes [#1869](https://github.com/lobehub/lobe-chat/issues/1869) ([33d857f](https://github.com/lobehub/lobe-chat/commit/33d857f)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.145.8](https://github.com/lobehub/lobe-chat/compare/v0.145.7...v0.145.8) - -Released on **2024-04-02** - -#### ♻ Code Refactoring - -- **misc**: Refactor SSO providers. - -#### 🐛 Bug Fixes - -- **misc**: Fix plugins dropdown menu overflow. - -
- -
-Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor SSO providers, closes [#1865](https://github.com/lobehub/lobe-chat/issues/1865) ([290d33b](https://github.com/lobehub/lobe-chat/commit/290d33b)) - -#### What's fixed - -- **misc**: Fix plugins dropdown menu overflow, closes [#1855](https://github.com/lobehub/lobe-chat/issues/1855) ([00e9068](https://github.com/lobehub/lobe-chat/commit/00e9068)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.145.7](https://github.com/lobehub/lobe-chat/compare/v0.145.6...v0.145.7) - -Released on **2024-04-02** - -#### 🐛 Bug Fixes - -- **misc**: Fix DraggablePanel bar interfere with the operation of the scrollbar. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix DraggablePanel bar interfere with the operation of the scrollbar, closes [#1775](https://github.com/lobehub/lobe-chat/issues/1775) ([4b7b243](https://github.com/lobehub/lobe-chat/commit/4b7b243)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.145.6](https://github.com/lobehub/lobe-chat/compare/v0.145.5...v0.145.6) - -Released on **2024-04-02** - -
- -
-Improvements and Fixes - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.145.5](https://github.com/lobehub/lobe-chat/compare/v0.145.4...v0.145.5) - -Released on **2024-03-30** - -#### 🐛 Bug Fixes - -- **misc**: Add qwen api models patch in ollama. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Add qwen api models patch in ollama, closes [#1630](https://github.com/lobehub/lobe-chat/issues/1630) ([a1e754c](https://github.com/lobehub/lobe-chat/commit/a1e754c)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.145.4](https://github.com/lobehub/lobe-chat/compare/v0.145.3...v0.145.4) - -Released on **2024-03-29** - -#### 🐛 Bug Fixes - -- **misc**: Fix plugin install loading state error. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix plugin install loading state error, closes [#1815](https://github.com/lobehub/lobe-chat/issues/1815) ([2412a73](https://github.com/lobehub/lobe-chat/commit/2412a73)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.145.3](https://github.com/lobehub/lobe-chat/compare/v0.145.2...v0.145.3) - -Released on **2024-03-29** - -#### 🐛 Bug Fixes - -- **misc**: Fix antd locale. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix antd locale, closes [#1814](https://github.com/lobehub/lobe-chat/issues/1814) ([e7fc148](https://github.com/lobehub/lobe-chat/commit/e7fc148)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.145.2](https://github.com/lobehub/lobe-chat/compare/v0.145.1...v0.145.2) - -Released on **2024-03-29** - -#### 🐛 Bug Fixes - -- **misc**: Fix google ultra model id. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix google ultra model id, closes [#1813](https://github.com/lobehub/lobe-chat/issues/1813) ([c96ba12](https://github.com/lobehub/lobe-chat/commit/c96ba12)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.145.1](https://github.com/lobehub/lobe-chat/compare/v0.145.0...v0.145.1) - -Released on **2024-03-29** - -#### 🐛 Bug Fixes - -- **misc**: Fix Google Gemini pro 1.5 and system role not take effect. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix Google Gemini pro 1.5 and system role not take effect, closes [#1801](https://github.com/lobehub/lobe-chat/issues/1801) ([0a3e3f7](https://github.com/lobehub/lobe-chat/commit/0a3e3f7)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -## [Version 0.145.0](https://github.com/lobehub/lobe-chat/compare/v0.144.1...v0.145.0) - -Released on **2024-03-29** - -#### ✨ Features - -- **misc**: Support TogetherAI as new model provider. - -
- -
-Improvements and Fixes - -#### What's improved - -- **misc**: Support TogetherAI as new model provider, closes [#1709](https://github.com/lobehub/lobe-chat/issues/1709) ([d6921ef](https://github.com/lobehub/lobe-chat/commit/d6921ef)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.144.1](https://github.com/lobehub/lobe-chat/compare/v0.144.0...v0.144.1) - -Released on **2024-03-29** - -#### 🐛 Bug Fixes - -- **ollama**: Suppport vision for LLaVA models. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **ollama**: Suppport vision for LLaVA models, closes [#1791](https://github.com/lobehub/lobe-chat/issues/1791) ([e2d3de6](https://github.com/lobehub/lobe-chat/commit/e2d3de6)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -## [Version 0.144.0](https://github.com/lobehub/lobe-chat/compare/v0.143.0...v0.144.0) - -Released on **2024-03-29** - -#### ✨ Features - -- **misc**: Support authentik as sso. - -
- -
-Improvements and Fixes - -#### What's improved - -- **misc**: Support authentik as sso, closes [#1650](https://github.com/lobehub/lobe-chat/issues/1650) ([181dfa5](https://github.com/lobehub/lobe-chat/commit/181dfa5)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -## [Version 0.143.0](https://github.com/lobehub/lobe-chat/compare/v0.142.9...v0.143.0) - -Released on **2024-03-28** - -#### ✨ Features - -- **misc**: Add Bulgarian translation. - -
- -
-Improvements and Fixes - -#### What's improved - -- **misc**: Add Bulgarian translation, closes [#1732](https://github.com/lobehub/lobe-chat/issues/1732) ([e181dd1](https://github.com/lobehub/lobe-chat/commit/e181dd1)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.142.9](https://github.com/lobehub/lobe-chat/compare/v0.142.8...v0.142.9) - -Released on **2024-03-28** - -#### 🐛 Bug Fixes - -- **misc**: Fix Add agent and Converse button not jump. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix Add agent and Converse button not jump, closes [#1785](https://github.com/lobehub/lobe-chat/issues/1785) ([a52799c](https://github.com/lobehub/lobe-chat/commit/a52799c)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.142.8](https://github.com/lobehub/lobe-chat/compare/v0.142.7...v0.142.8) - -Released on **2024-03-28** - -#### 🐛 Bug Fixes - -- **misc**: Fix gemini 1.5 pro model id to support gemini new models. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix gemini 1.5 pro model id to support gemini new models, closes [#1776](https://github.com/lobehub/lobe-chat/issues/1776) ([591dcb3](https://github.com/lobehub/lobe-chat/commit/591dcb3)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.142.7](https://github.com/lobehub/lobe-chat/compare/v0.142.6...v0.142.7) - -Released on **2024-03-27** - -#### 🐛 Bug Fixes - -- **misc**: Fix the missing German locale. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix the missing German locale, closes [#1753](https://github.com/lobehub/lobe-chat/issues/1753) ([a452612](https://github.com/lobehub/lobe-chat/commit/a452612)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.142.6](https://github.com/lobehub/lobe-chat/compare/v0.142.5...v0.142.6) - -Released on **2024-03-26** - -#### 🐛 Bug Fixes - -- **misc**: Fix normalize german locale. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix normalize german locale, closes [#1750](https://github.com/lobehub/lobe-chat/issues/1750) ([69fcc78](https://github.com/lobehub/lobe-chat/commit/69fcc78)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.142.5](https://github.com/lobehub/lobe-chat/compare/v0.142.4...v0.142.5) - -Released on **2024-03-26** - -#### 🐛 Bug Fixes - -- **misc**: Fix mobile click, fix mobile click issue. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix mobile click ([3775b28](https://github.com/lobehub/lobe-chat/commit/3775b28)) -- **misc**: Fix mobile click issue, closes [#1744](https://github.com/lobehub/lobe-chat/issues/1744) ([a6b1234](https://github.com/lobehub/lobe-chat/commit/a6b1234)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.142.4](https://github.com/lobehub/lobe-chat/compare/v0.142.3...v0.142.4) - -Released on **2024-03-26** - -
- -
-Improvements and Fixes - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.142.3](https://github.com/lobehub/lobe-chat/compare/v0.142.2...v0.142.3) - -Released on **2024-03-26** - -#### 🐛 Bug Fixes - -- **misc**: Pin `next-auth` temporary to fix build error. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Pin `next-auth` temporary to fix build error, closes [#1739](https://github.com/lobehub/lobe-chat/issues/1739) ([e9ece9f](https://github.com/lobehub/lobe-chat/commit/e9ece9f)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.142.2](https://github.com/lobehub/lobe-chat/compare/v0.142.1...v0.142.2) - -Released on **2024-03-25** - -#### 🐛 Bug Fixes - -- **misc**: Support openrouter custom models env. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Support openrouter custom models env, closes [#1647](https://github.com/lobehub/lobe-chat/issues/1647) ([78baa16](https://github.com/lobehub/lobe-chat/commit/78baa16)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.142.1](https://github.com/lobehub/lobe-chat/compare/v0.142.0...v0.142.1) - -Released on **2024-03-25** - -
- -
-Improvements and Fixes - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -## [Version 0.142.0](https://github.com/lobehub/lobe-chat/compare/v0.141.2...v0.142.0) - -Released on **2024-03-25** - -#### ✨ Features - -- **misc**: Support 01.AI as a new provider. - -
- -
-Improvements and Fixes - -#### What's improved - -- **misc**: Support 01.AI as a new provider, closes [#1627](https://github.com/lobehub/lobe-chat/issues/1627) ([08342fd](https://github.com/lobehub/lobe-chat/commit/08342fd)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.141.2](https://github.com/lobehub/lobe-chat/compare/v0.141.1...v0.141.2) - -Released on **2024-03-22** - -#### 🐛 Bug Fixes - -- **misc**: Fix window icon and scrollbar style. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix window icon and scrollbar style, closes [#1691](https://github.com/lobehub/lobe-chat/issues/1691) ([4f46845](https://github.com/lobehub/lobe-chat/commit/4f46845)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.141.1](https://github.com/lobehub/lobe-chat/compare/v0.141.0...v0.141.1) - -Released on **2024-03-22** - -#### ♻ Code Refactoring - -- **misc**: Refactor the Vercel Aanlytics and support Google Aanlytics. - -
- -
-Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor the Vercel Aanlytics and support Google Aanlytics, closes [#1688](https://github.com/lobehub/lobe-chat/issues/1688) ([e07e9cf](https://github.com/lobehub/lobe-chat/commit/e07e9cf)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -## [Version 0.141.0](https://github.com/lobehub/lobe-chat/compare/v0.140.1...v0.141.0) - -Released on **2024-03-22** - -#### ✨ Features - -- **misc**: Using YJS and WebRTC to support sync data between different devices. - -
- -
-Improvements and Fixes - -#### What's improved - -- **misc**: Using YJS and WebRTC to support sync data between different devices, closes [#1525](https://github.com/lobehub/lobe-chat/issues/1525) ([60d9186](https://github.com/lobehub/lobe-chat/commit/60d9186)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.140.1](https://github.com/lobehub/lobe-chat/compare/v0.140.0...v0.140.1) - -Released on **2024-03-22** - -#### 💄 Styles - -- **misc**: add Moonshot Kimi Reverse model to Moonshot model provider.. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: add Moonshot Kimi Reverse model to Moonshot model provider., closes [#1659](https://github.com/lobehub/lobe-chat/issues/1659) ([5bae263](https://github.com/lobehub/lobe-chat/commit/5bae263)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -## [Version 0.140.0](https://github.com/lobehub/lobe-chat/compare/v0.139.2...v0.140.0) - -Released on **2024-03-22** - -#### ✨ Features - -- **misc**: Add gemini 1.5 pro support. - -
- -
-Improvements and Fixes - -#### What's improved - -- **misc**: Add gemini 1.5 pro support, closes [#1669](https://github.com/lobehub/lobe-chat/issues/1669) ([2b280af](https://github.com/lobehub/lobe-chat/commit/2b280af)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.139.2](https://github.com/lobehub/lobe-chat/compare/v0.139.1...v0.139.2) - -Released on **2024-03-22** - -#### 🐛 Bug Fixes - -- **misc**: Fix code block display issue. - -#### 💄 Styles - -- **misc**: The bottom safe area height of iOS. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix code block display issue, closes [#1675](https://github.com/lobehub/lobe-chat/issues/1675) ([7707dda](https://github.com/lobehub/lobe-chat/commit/7707dda)) - -#### Styles - -- **misc**: The bottom safe area height of iOS, closes [#1637](https://github.com/lobehub/lobe-chat/issues/1637) [#1181](https://github.com/lobehub/lobe-chat/issues/1181) ([44fae5e](https://github.com/lobehub/lobe-chat/commit/44fae5e)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.139.1](https://github.com/lobehub/lobe-chat/compare/v0.139.0...v0.139.1) - -Released on **2024-03-17** - -#### 💄 Styles - -- **misc**: Improve model tags. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Improve model tags ([11cd5f4](https://github.com/lobehub/lobe-chat/commit/11cd5f4)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -## [Version 0.139.0](https://github.com/lobehub/lobe-chat/compare/v0.138.2...v0.139.0) - -Released on **2024-03-16** - -#### ✨ Features - -- **misc**: Support openrouter as a new model provider. - -
- -
-Improvements and Fixes - -#### What's improved - -- **misc**: Support openrouter as a new model provider, closes [#1572](https://github.com/lobehub/lobe-chat/issues/1572) ([780b1a2](https://github.com/lobehub/lobe-chat/commit/780b1a2)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.138.2](https://github.com/lobehub/lobe-chat/compare/v0.138.1...v0.138.2) - -Released on **2024-03-15** - -#### 💄 Styles - -- **misc**: Update Markdown in ChatItem. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Update Markdown in ChatItem ([be75549](https://github.com/lobehub/lobe-chat/commit/be75549)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.138.1](https://github.com/lobehub/lobe-chat/compare/v0.138.0...v0.138.1) - -Released on **2024-03-15** - -#### 🐛 Bug Fixes - -- **misc**: Fix URL typo. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix URL typo, closes [#1590](https://github.com/lobehub/lobe-chat/issues/1590) ([97137a9](https://github.com/lobehub/lobe-chat/commit/97137a9)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -## [Version 0.138.0](https://github.com/lobehub/lobe-chat/compare/v0.137.0...v0.138.0) - -Released on **2024-03-15** - -#### ✨ Features - -- **misc**: Support groq as a model provider. - -
- -
-Improvements and Fixes - -#### What's improved - -- **misc**: Support groq as a model provider, closes [#1569](https://github.com/lobehub/lobe-chat/issues/1569) [#1562](https://github.com/lobehub/lobe-chat/issues/1562) [#1570](https://github.com/lobehub/lobe-chat/issues/1570) ([a04c364](https://github.com/lobehub/lobe-chat/commit/a04c364)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -## [Version 0.137.0](https://github.com/lobehub/lobe-chat/compare/v0.136.0...v0.137.0) - -Released on **2024-03-15** - -#### ✨ Features - -- **ollama**: Improve connection check method and provide selector for user to control model options. - -
- -
-Improvements and Fixes - -#### What's improved - -- **ollama**: Improve connection check method and provide selector for user to control model options, closes [#1397](https://github.com/lobehub/lobe-chat/issues/1397) ([675902f](https://github.com/lobehub/lobe-chat/commit/675902f)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -## [Version 0.136.0](https://github.com/lobehub/lobe-chat/compare/v0.135.4...v0.136.0) - -Released on **2024-03-15** - -#### ✨ Features - -- **misc**: Support azure-ad as a new sso provider. - -
- -
-Improvements and Fixes - -#### What's improved - -- **misc**: Support azure-ad as a new sso provider, closes [#1456](https://github.com/lobehub/lobe-chat/issues/1456) ([6649cd1](https://github.com/lobehub/lobe-chat/commit/6649cd1)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.135.4](https://github.com/lobehub/lobe-chat/compare/v0.135.3...v0.135.4) - -Released on **2024-03-15** - -
- -
-Improvements and Fixes - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.135.3](https://github.com/lobehub/lobe-chat/compare/v0.135.2...v0.135.3) - -Released on **2024-03-15** - -#### 🐛 Bug Fixes - -- **ollama**: Fix duplicate llama model and add llama2-chinese models. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **ollama**: Fix duplicate llama model and add llama2-chinese models, closes [#1579](https://github.com/lobehub/lobe-chat/issues/1579) ([6b9b5c8](https://github.com/lobehub/lobe-chat/commit/6b9b5c8)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.135.2](https://github.com/lobehub/lobe-chat/compare/v0.135.1...v0.135.2) - -Released on **2024-03-14** - -#### ♻ Code Refactoring - -- **misc**: Upgrade plugin db schema. - -
- -
-Improvements and Fixes - -#### Code refactoring - -- **misc**: Upgrade plugin db schema, closes [#1571](https://github.com/lobehub/lobe-chat/issues/1571) ([757574a](https://github.com/lobehub/lobe-chat/commit/757574a)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.135.1](https://github.com/lobehub/lobe-chat/compare/v0.135.0...v0.135.1) - -Released on **2024-03-14** - -#### ♻ Code Refactoring - -- **misc**: Refactor the db model. - -
- -
-Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor the db model, closes [#1567](https://github.com/lobehub/lobe-chat/issues/1567) ([3d56dd6](https://github.com/lobehub/lobe-chat/commit/3d56dd6)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -## [Version 0.135.0](https://github.com/lobehub/lobe-chat/compare/v0.134.1...v0.135.0) - -Released on **2024-03-14** - -#### ✨ Features - -- **misc**: Add claude 3 to bedrock provider. - -
- -
-Improvements and Fixes - -#### What's improved - -- **misc**: Add claude 3 to bedrock provider, closes [#1551](https://github.com/lobehub/lobe-chat/issues/1551) ([6e1fe33](https://github.com/lobehub/lobe-chat/commit/6e1fe33)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.134.1](https://github.com/lobehub/lobe-chat/compare/v0.134.0...v0.134.1) - -Released on **2024-03-13** - -#### 💄 Styles - -- **misc**: Add more model display name. - -
- -
-Improvements and Fixes - -#### Styles - -- **misc**: Add more model display name, closes [#1554](https://github.com/lobehub/lobe-chat/issues/1554) ([31c987a](https://github.com/lobehub/lobe-chat/commit/31c987a)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -## [Version 0.134.0](https://github.com/lobehub/lobe-chat/compare/v0.133.5...v0.134.0) - -Released on **2024-03-13** - -#### ✨ Features - -- **misc**: Support anthropic proxy url. - -
- -
-Improvements and Fixes - -#### What's improved - -- **misc**: Support anthropic proxy url, closes [#1529](https://github.com/lobehub/lobe-chat/issues/1529) ([a5a9257](https://github.com/lobehub/lobe-chat/commit/a5a9257)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.133.5](https://github.com/lobehub/lobe-chat/compare/v0.133.4...v0.133.5) - -Released on **2024-03-12** - -
- -
-Improvements and Fixes - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.133.4](https://github.com/lobehub/lobe-chat/compare/v0.133.3...v0.133.4) - -Released on **2024-03-11** - -#### 🐛 Bug Fixes - -- **misc**: Fix sitemap missing in docker building. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix sitemap missing in docker building, closes [#1533](https://github.com/lobehub/lobe-chat/issues/1533) ([49752da](https://github.com/lobehub/lobe-chat/commit/49752da)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.133.3](https://github.com/lobehub/lobe-chat/compare/v0.133.2...v0.133.3) - -Released on **2024-03-10** - -#### 🐛 Bug Fixes - -- **misc**: Fix the max token of claude 3. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix the max token of claude 3, closes [#1526](https://github.com/lobehub/lobe-chat/issues/1526) ([222fae3](https://github.com/lobehub/lobe-chat/commit/222fae3)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.133.2](https://github.com/lobehub/lobe-chat/compare/v0.133.1...v0.133.2) - -Released on **2024-03-10** - -#### 🐛 Bug Fixes - -- **misc**: Fix qwen model id and improve anthropic logo text color. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix qwen model id and improve anthropic logo text color, closes [#1524](https://github.com/lobehub/lobe-chat/issues/1524) ([c68f5da](https://github.com/lobehub/lobe-chat/commit/c68f5da)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- - - -# Changelog - -### [Version 0.133.1](https://github.com/lobehub/lobe-chat/compare/v0.133.0...v0.133.1) - -Released on **2024-03-08** - -#### 🐛 Bug Fixes - -- **misc**: Fix sitemap config. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix sitemap config ([a2542a7](https://github.com/lobehub/lobe-chat/commit/a2542a7)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -## [Version 0.133.0](https://github.com/lobehub/lobe-chat/compare/v0.132.2...v0.133.0) - -Released on **2024-03-07** - -#### ✨ Features - -- **misc**: Support Mistral model provider. - -
- -
-Improvements and Fixes - -#### What's improved - -- **misc**: Support Mistral model provider, closes [#1455](https://github.com/lobehub/lobe-chat/issues/1455) ([4f94bfe](https://github.com/lobehub/lobe-chat/commit/4f94bfe)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.132.2](https://github.com/lobehub/lobe-chat/compare/v0.132.1...v0.132.2) - -Released on **2024-03-07** - -#### 🐛 Bug Fixes - -- **misc**: Fix anthropic streaming on Vercel/Cloudflare. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix anthropic streaming on Vercel/Cloudflare, closes [#1480](https://github.com/lobehub/lobe-chat/issues/1480) ([227101a](https://github.com/lobehub/lobe-chat/commit/227101a)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -### [Version 0.132.1](https://github.com/lobehub/lobe-chat/compare/v0.132.0...v0.132.1) - -Released on **2024-03-06** - -#### 🐛 Bug Fixes - -- **misc**: Fix hydration error while OAuth callback. - -
- -
-Improvements and Fixes - -#### What's fixed - -- **misc**: Fix hydration error while OAuth callback, closes [#1474](https://github.com/lobehub/lobe-chat/issues/1474) ([ff93825](https://github.com/lobehub/lobe-chat/commit/ff93825)) - -
- -
- -[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) - -
- -## [Version 0.132.0](https://github.com/lobehub/lobe-chat/compare/v0.131.0...v0.132.0) - -Released on **2024-03-05** - -#### ✨ Features - -- **misc**: Support anthropic as model provider. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Support anthropic as model provider, closes [#1409](https://github.com/lobehub/lobe-chat/issues/1409) ([a42cf8c](https://github.com/lobehub/lobe-chat/commit/a42cf8c)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.131.0](https://github.com/lobehub/lobe-chat/compare/v0.130.7...v0.131.0) - -Released on **2024-03-05** - -#### ✨ Features - -- **misc**: Support langfuse integration. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Support langfuse integration, closes [#1325](https://github.com/lobehub/lobe-chat/issues/1325) ([aaedfa7](https://github.com/lobehub/lobe-chat/commit/aaedfa7)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.130.7](https://github.com/lobehub/lobe-chat/compare/v0.130.6...v0.130.7) - -Released on **2024-03-03** - -#### ♻ Code Refactoring - -- **misc**: Update gpt-3.5-turbo model card. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Update gpt-3.5-turbo model card, closes [#1449](https://github.com/lobehub/lobe-chat/issues/1449) ([d0be0c7](https://github.com/lobehub/lobe-chat/commit/d0be0c7)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.130.6](https://github.com/lobehub/lobe-chat/compare/v0.130.5...v0.130.6) - -Released on **2024-03-01** - -#### ♻ Code Refactoring - -- **misc**: Refactor the plugin and tool slice. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor the plugin and tool slice, closes [#1437](https://github.com/lobehub/lobe-chat/issues/1437) ([003e230](https://github.com/lobehub/lobe-chat/commit/003e230)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.130.5](https://github.com/lobehub/lobe-chat/compare/v0.130.4...v0.130.5) - -Released on **2024-03-01** - -#### 💄 Styles - -- **misc**: Support switch model with tag. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Support switch model with tag, closes [#1435](https://github.com/lobehub/lobe-chat/issues/1435) ([233150e](https://github.com/lobehub/lobe-chat/commit/233150e)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.130.4](https://github.com/lobehub/lobe-chat/compare/v0.130.3...v0.130.4) - -Released on **2024-02-29** - -#### ♻ Code Refactoring - -- **misc**: Refactor the core chatStream and plugin gateway auth. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor the core chatStream and plugin gateway auth, closes [#1426](https://github.com/lobehub/lobe-chat/issues/1426) ([7d3c1b6](https://github.com/lobehub/lobe-chat/commit/7d3c1b6)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.130.3](https://github.com/lobehub/lobe-chat/compare/v0.130.2...v0.130.3) - -Released on **2024-02-29** - -#### ♻ Code Refactoring - -- **misc**: Refactor the google api route and add more tests for chat route. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor the google api route and add more tests for chat route, closes [#1424](https://github.com/lobehub/lobe-chat/issues/1424) ([063a4d5](https://github.com/lobehub/lobe-chat/commit/063a4d5)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.130.2](https://github.com/lobehub/lobe-chat/compare/v0.130.1...v0.130.2) - -Released on **2024-02-29** - -#### 🐛 Bug Fixes - -- **misc**: Update azure OpenAI api version options to latest. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Update azure OpenAI api version options to latest, closes [#1423](https://github.com/lobehub/lobe-chat/issues/1423) ([d992262](https://github.com/lobehub/lobe-chat/commit/d992262)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.130.1](https://github.com/lobehub/lobe-chat/compare/v0.130.0...v0.130.1) - -Released on **2024-02-28** - -#### 🐛 Bug Fixes - -- **google**: Add safetySettings to avoid error response with google AI model. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **google**: Add safetySettings to avoid error response with google AI model, closes [#1418](https://github.com/lobehub/lobe-chat/issues/1418) ([87bf1fb](https://github.com/lobehub/lobe-chat/commit/87bf1fb)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.130.0](https://github.com/lobehub/lobe-chat/compare/v0.129.6...v0.130.0) - -Released on **2024-02-27** - -#### ✨ Features - -- **misc**: Support multiple API Keys. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Support multiple API Keys, closes [#1345](https://github.com/lobehub/lobe-chat/issues/1345) ([17c5da3](https://github.com/lobehub/lobe-chat/commit/17c5da3)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.129.6](https://github.com/lobehub/lobe-chat/compare/v0.129.5...v0.129.6) - -Released on **2024-02-25** - -#### 🐛 Bug Fixes - -- **misc**: Fix github url. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix github url ([42ea0f5](https://github.com/lobehub/lobe-chat/commit/42ea0f5)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.129.5](https://github.com/lobehub/lobe-chat/compare/v0.129.4...v0.129.5) - -Released on **2024-02-25** - -#### 🐛 Bug Fixes - -- **misc**: Fix eliminate UI jitter on navigation, improving experience for users sensitive to motion. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix eliminate UI jitter on navigation, improving experience for users sensitive to motion, closes [#1381](https://github.com/lobehub/lobe-chat/issues/1381) ([9231413](https://github.com/lobehub/lobe-chat/commit/9231413)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.129.4](https://github.com/lobehub/lobe-chat/compare/v0.129.3...v0.129.4) - -Released on **2024-02-24** - -#### 🐛 Bug Fixes - -- **ollama**: Fix gemma model id. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **ollama**: Fix gemma model id, closes [#1377](https://github.com/lobehub/lobe-chat/issues/1377) ([3da50ff](https://github.com/lobehub/lobe-chat/commit/3da50ff)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.129.3](https://github.com/lobehub/lobe-chat/compare/v0.129.2...v0.129.3) - -Released on **2024-02-23** - -#### 💄 Styles - -- **misc**: Add gemma model logo for ollama. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Add gemma model logo for ollama, closes [#1369](https://github.com/lobehub/lobe-chat/issues/1369) ([e2fb3a3](https://github.com/lobehub/lobe-chat/commit/e2fb3a3)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.129.2](https://github.com/lobehub/lobe-chat/compare/v0.129.1...v0.129.2) - -Released on **2024-02-23** - -#### 🐛 Bug Fixes - -- **misc**: Fix OAuth don't get user id from session. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix OAuth don't get user id from session, closes [#1347](https://github.com/lobehub/lobe-chat/issues/1347) ([ce4d6ca](https://github.com/lobehub/lobe-chat/commit/ce4d6ca)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.129.1](https://github.com/lobehub/lobe-chat/compare/v0.129.0...v0.129.1) - -Released on **2024-02-22** - -
- -
- Improvements and Fixes -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.129.0](https://github.com/lobehub/lobe-chat/compare/v0.128.10...v0.129.0) - -Released on **2024-02-22** - -#### ✨ Features - -- **misc**: Support perplexity AI provider. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Support perplexity AI provider, closes [#1339](https://github.com/lobehub/lobe-chat/issues/1339) ([61c88fb](https://github.com/lobehub/lobe-chat/commit/61c88fb)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.128.10](https://github.com/lobehub/lobe-chat/compare/v0.128.9...v0.128.10) - -Released on **2024-02-21** - -#### 🐛 Bug Fixes - -- **misc**: Fix the robots.txt config. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix the robots.txt config ([c4adfe4](https://github.com/lobehub/lobe-chat/commit/c4adfe4)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.128.9](https://github.com/lobehub/lobe-chat/compare/v0.128.8...v0.128.9) - -Released on **2024-02-20** - -#### 🐛 Bug Fixes - -- **misc**: Fix the robots.txt config. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix the robots.txt config ([34901b4](https://github.com/lobehub/lobe-chat/commit/34901b4)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.128.8](https://github.com/lobehub/lobe-chat/compare/v0.128.7...v0.128.8) - -Released on **2024-02-20** - -
- -
- Improvements and Fixes -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.128.7](https://github.com/lobehub/lobe-chat/compare/v0.128.6...v0.128.7) - -Released on **2024-02-20** - -#### 💄 Styles - -- **misc**: Improve docs url and add more docs. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Improve docs url and add more docs, closes [#1329](https://github.com/lobehub/lobe-chat/issues/1329) ([85b3136](https://github.com/lobehub/lobe-chat/commit/85b3136)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.128.6](https://github.com/lobehub/lobe-chat/compare/v0.128.5...v0.128.6) - -Released on **2024-02-20** - -#### 🐛 Bug Fixes - -- **misc**: Fix OAuth errors on Docker deployment. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix OAuth errors on Docker deployment, closes [#1323](https://github.com/lobehub/lobe-chat/issues/1323) ([922e843](https://github.com/lobehub/lobe-chat/commit/922e843)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.128.5](https://github.com/lobehub/lobe-chat/compare/v0.128.4...v0.128.5) - -Released on **2024-02-18** - -#### 🐛 Bug Fixes - -- **misc**: Fix the document url. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix the document url ([43b5677](https://github.com/lobehub/lobe-chat/commit/43b5677)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.128.4](https://github.com/lobehub/lobe-chat/compare/v0.128.3...v0.128.4) - -Released on **2024-02-18** - -#### 🐛 Bug Fixes - -- **misc**: Fix documents i18n. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix documents i18n, closes [#1319](https://github.com/lobehub/lobe-chat/issues/1319) ([a0600dc](https://github.com/lobehub/lobe-chat/commit/a0600dc)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.128.3](https://github.com/lobehub/lobe-chat/compare/v0.128.2...v0.128.3) - -Released on **2024-02-18** - -#### ♻ Code Refactoring - -- **misc**: Refactor with chat docs site. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor with chat docs site, closes [#1309](https://github.com/lobehub/lobe-chat/issues/1309) ([c131fa6](https://github.com/lobehub/lobe-chat/commit/c131fa6)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.128.2](https://github.com/lobehub/lobe-chat/compare/v0.128.1...v0.128.2) - -Released on **2024-02-15** - -#### 🐛 Bug Fixes - -- **misc**: Fix agent avatar click wrong navigation. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix agent avatar click wrong navigation, closes [#1308](https://github.com/lobehub/lobe-chat/issues/1308) ([adc7bc1](https://github.com/lobehub/lobe-chat/commit/adc7bc1)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.128.1](https://github.com/lobehub/lobe-chat/compare/v0.128.0...v0.128.1) - -Released on **2024-02-15** - -#### 🐛 Bug Fixes - -- **misc**: Fix auto lang switch. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix auto lang switch, closes [#1305](https://github.com/lobehub/lobe-chat/issues/1305) ([7a51329](https://github.com/lobehub/lobe-chat/commit/7a51329)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.128.0](https://github.com/lobehub/lobe-chat/compare/v0.127.2...v0.128.0) - -Released on **2024-02-14** - -#### ✨ Features - -- **misc**: Support define default agent config with `DEFAULT_AGENT_CONFIG` ENV. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Support define default agent config with `DEFAULT_AGENT_CONFIG` ENV, closes [#1291](https://github.com/lobehub/lobe-chat/issues/1291) ([c7c096e](https://github.com/lobehub/lobe-chat/commit/c7c096e)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.127.2](https://github.com/lobehub/lobe-chat/compare/v0.127.1...v0.127.2) - -Released on **2024-02-14** - -#### ♻ Code Refactoring - -- **misc**: Refactor the sidebar to fix first render state. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor the sidebar to fix first render state, closes [#1301](https://github.com/lobehub/lobe-chat/issues/1301) ([c477491](https://github.com/lobehub/lobe-chat/commit/c477491)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.127.1](https://github.com/lobehub/lobe-chat/compare/v0.127.0...v0.127.1) - -Released on **2024-02-14** - -#### 💄 Styles - -- **misc**: Improve settings tabs style and refactor the LLM setting page. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Improve settings tabs style and refactor the LLM setting page, closes [#1299](https://github.com/lobehub/lobe-chat/issues/1299) ([31f6f15](https://github.com/lobehub/lobe-chat/commit/31f6f15)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.127.0](https://github.com/lobehub/lobe-chat/compare/v0.126.5...v0.127.0) - -Released on **2024-02-13** - -#### ✨ Features - -- **llm**: Support Ollama AI Provider for local LLM. - -
- -
- Improvements and Fixes - -#### What's improved - -- **llm**: Support Ollama AI Provider for local LLM ([3b6f249](https://github.com/lobehub/lobe-chat/commit/3b6f249)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.126.5](https://github.com/lobehub/lobe-chat/compare/v0.126.4...v0.126.5) - -Released on **2024-02-12** - -#### ♻ Code Refactoring - -- **misc**: Refactor with the auth code. - -#### 🐛 Bug Fixes - -- **misc**: Fix middleware auth console error. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor with the auth code ([8cee01f](https://github.com/lobehub/lobe-chat/commit/8cee01f)) - -#### What's fixed - -- **misc**: Fix middleware auth console error ([ad3ade8](https://github.com/lobehub/lobe-chat/commit/ad3ade8)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.126.4](https://github.com/lobehub/lobe-chat/compare/v0.126.3...v0.126.4) - -Released on **2024-02-11** - -#### ♻ Code Refactoring - -- **misc**: Update Model provider request url. - -#### 🐛 Bug Fixes - -- **misc**: Fix auth error in console, fix token tag usage display. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Update Model provider request url ([b64acc0](https://github.com/lobehub/lobe-chat/commit/b64acc0)) - -#### What's fixed - -- **misc**: Fix auth error in console ([8e7ee82](https://github.com/lobehub/lobe-chat/commit/8e7ee82)) -- **misc**: Fix token tag usage display ([6e7134b](https://github.com/lobehub/lobe-chat/commit/6e7134b)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.126.3](https://github.com/lobehub/lobe-chat/compare/v0.126.2...v0.126.3) - -Released on **2024-02-09** - -#### 🐛 Bug Fixes - -- **misc**: Fix auth layout error. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix auth layout error ([efd7d14](https://github.com/lobehub/lobe-chat/commit/efd7d14)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.126.2](https://github.com/lobehub/lobe-chat/compare/v0.126.1...v0.126.2) - -Released on **2024-02-09** - -#### 🐛 Bug Fixes - -- **misc**: Fix OAuth throws an error on Vercel deploy. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix OAuth throws an error on Vercel deploy, closes [#1278](https://github.com/lobehub/lobe-chat/issues/1278) [#1277](https://github.com/lobehub/lobe-chat/issues/1277) [#1274](https://github.com/lobehub/lobe-chat/issues/1274) ([81d2d76](https://github.com/lobehub/lobe-chat/commit/81d2d76)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.126.1](https://github.com/lobehub/lobe-chat/compare/v0.126.0...v0.126.1) - -Released on **2024-02-09** - -#### 🐛 Bug Fixes - -- **misc**: Add basePath to support subdirectory. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Add basePath to support subdirectory, closes [#1179](https://github.com/lobehub/lobe-chat/issues/1179) ([43e544a](https://github.com/lobehub/lobe-chat/commit/43e544a)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.126.0](https://github.com/lobehub/lobe-chat/compare/v0.125.0...v0.126.0) - -Released on **2024-02-09** - -#### ✨ Features - -- **misc**: Support umami analytics. - -#### 🐛 Bug Fixes - -- **misc**: The back button on the chat setting page can correctly return to the configured Agent chat page. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Support umami analytics, closes [#1267](https://github.com/lobehub/lobe-chat/issues/1267) ([da7beba](https://github.com/lobehub/lobe-chat/commit/da7beba)) - -#### What's fixed - -- **misc**: The back button on the chat setting page can correctly return to the configured Agent chat page, closes [#1272](https://github.com/lobehub/lobe-chat/issues/1272) ([4cc1ad5](https://github.com/lobehub/lobe-chat/commit/4cc1ad5)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.125.0](https://github.com/lobehub/lobe-chat/compare/v0.124.3...v0.125.0) - -Released on **2024-02-08** - -#### ✨ Features - -- **misc**: Support login & session authentication via OAuth 2.0 (Auth0). - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Support login & session authentication via OAuth 2.0 (Auth0), closes [#1143](https://github.com/lobehub/lobe-chat/issues/1143) ([0609690](https://github.com/lobehub/lobe-chat/commit/0609690)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.124.3](https://github.com/lobehub/lobe-chat/compare/v0.124.2...v0.124.3) - -Released on **2024-02-07** - -#### 🐛 Bug Fixes - -- **misc**: Fix use azure api key error. - -#### 💄 Styles - -- **settings**: Improve LLM connection checker style. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix use azure api key error, closes [#1263](https://github.com/lobehub/lobe-chat/issues/1263) ([4e08f63](https://github.com/lobehub/lobe-chat/commit/4e08f63)) - -#### Styles - -- **settings**: Improve LLM connection checker style, closes [#1252](https://github.com/lobehub/lobe-chat/issues/1252) ([4905d9e](https://github.com/lobehub/lobe-chat/commit/4905d9e)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.124.2](https://github.com/lobehub/lobe-chat/compare/v0.124.1...v0.124.2) - -Released on **2024-02-06** - -#### 💄 Styles - -- **misc**: Add moonshot i18n. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Add moonshot i18n, closes [#1251](https://github.com/lobehub/lobe-chat/issues/1251) ([4b6663b](https://github.com/lobehub/lobe-chat/commit/4b6663b)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.124.1](https://github.com/lobehub/lobe-chat/compare/v0.124.0...v0.124.1) - -Released on **2024-02-06** - -#### 💄 Styles - -- **misc**: Improve direction UX. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Improve direction UX, closes [#1169](https://github.com/lobehub/lobe-chat/issues/1169) ([e3929dc](https://github.com/lobehub/lobe-chat/commit/e3929dc)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.124.0](https://github.com/lobehub/lobe-chat/compare/v0.123.4...v0.124.0) - -Released on **2024-02-06** - -#### ✨ Features - -- **misc**: Support Moonshot AI Provider. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Support Moonshot AI Provider, closes [#1232](https://github.com/lobehub/lobe-chat/issues/1232) ([a6de202](https://github.com/lobehub/lobe-chat/commit/a6de202)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.123.4](https://github.com/lobehub/lobe-chat/compare/v0.123.3...v0.123.4) - -Released on **2024-02-06** - -#### 💄 Styles - -- **misc**: Improve clear topic tips. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Improve clear topic tips, closes [#1247](https://github.com/lobehub/lobe-chat/issues/1247) ([2d133e9](https://github.com/lobehub/lobe-chat/commit/2d133e9)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.123.3](https://github.com/lobehub/lobe-chat/compare/v0.123.2...v0.123.3) - -Released on **2024-02-06** - -#### 🐛 Bug Fixes - -- **misc**: Fix non-https `crypto.subtile` missing error. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix non-https `crypto.subtile` missing error, closes [#1238](https://github.com/lobehub/lobe-chat/issues/1238) ([1750d0b](https://github.com/lobehub/lobe-chat/commit/1750d0b)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.123.2](https://github.com/lobehub/lobe-chat/compare/v0.123.1...v0.123.2) - -Released on **2024-02-06** - -#### 🐛 Bug Fixes - -- **misc**: Fix docker build. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix docker build, closes [#1231](https://github.com/lobehub/lobe-chat/issues/1231) ([e180722](https://github.com/lobehub/lobe-chat/commit/e180722)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.123.1](https://github.com/lobehub/lobe-chat/compare/v0.123.0...v0.123.1) - -Released on **2024-02-05** - -#### 🐛 Bug Fixes - -- **misc**: Improve auth control of plugin gateways, update dockerfile. - -#### 💄 Styles - -- **misc**: Add gpt-4-all feature flag. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Improve auth control of plugin gateways ([6354ad8](https://github.com/lobehub/lobe-chat/commit/6354ad8)) -- **misc**: Update dockerfile ([e66aed3](https://github.com/lobehub/lobe-chat/commit/e66aed3)) - -#### Styles - -- **misc**: Add gpt-4-all feature flag ([360b36c](https://github.com/lobehub/lobe-chat/commit/360b36c)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.123.0](https://github.com/lobehub/lobe-chat/compare/v0.122.9...v0.123.0) - -Released on **2024-02-05** - -#### ✨ Features - -- **misc**: Support Google / Zhipu / AWS Bedrock model providers. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Support Google / Zhipu / AWS Bedrock model providers, closes [#1173](https://github.com/lobehub/lobe-chat/issues/1173) ([d5929f6](https://github.com/lobehub/lobe-chat/commit/d5929f6)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.122.9](https://github.com/lobehub/lobe-chat/compare/v0.122.8...v0.122.9) - -Released on **2024-02-05** - -#### 💄 Styles - -- **settings**: Improve LLM connection checker style. - -
- -
- Improvements and Fixes - -#### Styles - -- **settings**: Improve LLM connection checker style, closes [#1222](https://github.com/lobehub/lobe-chat/issues/1222) ([8c349a1](https://github.com/lobehub/lobe-chat/commit/8c349a1)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.122.8](https://github.com/lobehub/lobe-chat/compare/v0.122.7...v0.122.8) - -Released on **2024-02-03** - -#### 💄 Styles - -- **misc**: Allow user to add agent without redirection. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Allow user to add agent without redirection, closes [#1199](https://github.com/lobehub/lobe-chat/issues/1199) ([6577ca1](https://github.com/lobehub/lobe-chat/commit/6577ca1)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.122.7](https://github.com/lobehub/lobe-chat/compare/v0.122.6...v0.122.7) - -Released on **2024-02-02** - -#### 💄 Styles - -- **misc**: Update the gpt-4-1106-preview model to gpt-4-0125-preview. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Update the gpt-4-1106-preview model to gpt-4-0125-preview, closes [#1210](https://github.com/lobehub/lobe-chat/issues/1210) ([fe623e1](https://github.com/lobehub/lobe-chat/commit/fe623e1)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.122.6](https://github.com/lobehub/lobe-chat/compare/v0.122.5...v0.122.6) - -Released on **2024-01-31** - -#### 🐛 Bug Fixes - -- **check**: The state of connectivity can only be singular. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **check**: The state of connectivity can only be singular, closes [#1201](https://github.com/lobehub/lobe-chat/issues/1201) ([c412baf](https://github.com/lobehub/lobe-chat/commit/c412baf)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.122.5](https://github.com/lobehub/lobe-chat/compare/v0.122.4...v0.122.5) - -Released on **2024-01-31** - -#### 🐛 Bug Fixes - -- **misc**: The plugin has a hallucination and gets stuck. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: The plugin has a hallucination and gets stuck, closes [#1191](https://github.com/lobehub/lobe-chat/issues/1191) ([0189759](https://github.com/lobehub/lobe-chat/commit/0189759)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.122.4](https://github.com/lobehub/lobe-chat/compare/v0.122.3...v0.122.4) - -Released on **2024-01-30** - -#### 🐛 Bug Fixes - -- **misc**: Fix plugin gateway auth. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix plugin gateway auth, closes [#1195](https://github.com/lobehub/lobe-chat/issues/1195) ([2184167](https://github.com/lobehub/lobe-chat/commit/2184167)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.122.3](https://github.com/lobehub/lobe-chat/compare/v0.122.2...v0.122.3) - -Released on **2024-01-30** - -#### ♻ Code Refactoring - -- **misc**: Refactor the setting storage from localStorage to indexedDB. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor the setting storage from localStorage to indexedDB, closes [#1180](https://github.com/lobehub/lobe-chat/issues/1180) ([615e796](https://github.com/lobehub/lobe-chat/commit/615e796)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.122.2](https://github.com/lobehub/lobe-chat/compare/v0.122.1...v0.122.2) - -Released on **2024-01-30** - -#### 🐛 Bug Fixes - -- **misc**: Fix unexpected topic switch when favoriting topic. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix unexpected topic switch when favoriting topic, closes [#1186](https://github.com/lobehub/lobe-chat/issues/1186) ([ab4de13](https://github.com/lobehub/lobe-chat/commit/ab4de13)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.122.1](https://github.com/lobehub/lobe-chat/compare/v0.122.0...v0.122.1) - -Released on **2024-01-29** - -#### 💄 Styles - -- **misc**: Fix antd tab width flicker when show function debug. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Fix antd tab width flicker when show function debug, closes [#1171](https://github.com/lobehub/lobe-chat/issues/1171) ([14e99d2](https://github.com/lobehub/lobe-chat/commit/14e99d2)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.122.0](https://github.com/lobehub/lobe-chat/compare/v0.121.4...v0.122.0) - -Released on **2024-01-29** - -#### ✨ Features - -- **misc**: Add create agent action in group menu. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Add create agent action in group menu, closes [#1177](https://github.com/lobehub/lobe-chat/issues/1177) ([17ec1eb](https://github.com/lobehub/lobe-chat/commit/17ec1eb)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.121.4](https://github.com/lobehub/lobe-chat/compare/v0.121.3...v0.121.4) - -Released on **2024-01-29** - -#### 🐛 Bug Fixes - -- **misc**: Pin ahooks to fix test ci and settings crash. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Pin ahooks to fix test ci and settings crash, closes [#1178](https://github.com/lobehub/lobe-chat/issues/1178) ([bc223a4](https://github.com/lobehub/lobe-chat/commit/bc223a4)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.121.3](https://github.com/lobehub/lobe-chat/compare/v0.121.2...v0.121.3) - -Released on **2024-01-26** - -#### 💄 Styles - -- **misc**: Improve stop loading icon. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Improve stop loading icon, closes [#1154](https://github.com/lobehub/lobe-chat/issues/1154) ([6444fc2](https://github.com/lobehub/lobe-chat/commit/6444fc2)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.121.2](https://github.com/lobehub/lobe-chat/compare/v0.121.1...v0.121.2) - -Released on **2024-01-25** - -#### 💄 Styles - -- **misc**: Remove centered prop from CreateGroupModal. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Remove centered prop from CreateGroupModal, closes [#1146](https://github.com/lobehub/lobe-chat/issues/1146) ([7b01676](https://github.com/lobehub/lobe-chat/commit/7b01676)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.121.1](https://github.com/lobehub/lobe-chat/compare/v0.121.0...v0.121.1) - -Released on **2024-01-24** - -#### 🐛 Bug Fixes - -- **misc**: Automatically fill in the wrong password. - -#### 💄 Styles - -- **misc**: Fix default plugins height unstabled when scrolling. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Automatically fill in the wrong password, closes [#1144](https://github.com/lobehub/lobe-chat/issues/1144) ([0159a1a](https://github.com/lobehub/lobe-chat/commit/0159a1a)) - -#### Styles - -- **misc**: Fix default plugins height unstabled when scrolling, closes [#1142](https://github.com/lobehub/lobe-chat/issues/1142) ([abed417](https://github.com/lobehub/lobe-chat/commit/abed417)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.121.0](https://github.com/lobehub/lobe-chat/compare/v0.120.6...v0.121.0) - -Released on **2024-01-24** - -#### ✨ Features - -- **misc**: Add session group manager. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Add session group manager, closes [#1055](https://github.com/lobehub/lobe-chat/issues/1055) [#1045](https://github.com/lobehub/lobe-chat/issues/1045) [#1126](https://github.com/lobehub/lobe-chat/issues/1126) [#1120](https://github.com/lobehub/lobe-chat/issues/1120) ([e3281fc](https://github.com/lobehub/lobe-chat/commit/e3281fc)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.120.6](https://github.com/lobehub/lobe-chat/compare/v0.120.5...v0.120.6) - -Released on **2024-01-22** - -#### 💄 Styles - -- **misc**: Fix share image tags not align. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Fix share image tags not align, closes [#1047](https://github.com/lobehub/lobe-chat/issues/1047) ([28206b6](https://github.com/lobehub/lobe-chat/commit/28206b6)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.120.5](https://github.com/lobehub/lobe-chat/compare/v0.120.4...v0.120.5) - -Released on **2024-01-21** - -#### 💄 Styles - -- **misc**: Update locale and add test for globalStore. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Update locale and add test for globalStore, closes [#1119](https://github.com/lobehub/lobe-chat/issues/1119) ([4545cf0](https://github.com/lobehub/lobe-chat/commit/4545cf0)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.120.4](https://github.com/lobehub/lobe-chat/compare/v0.120.3...v0.120.4) - -Released on **2024-01-21** - -#### 🐛 Bug Fixes - -- **misc**: Refactor url state management and fix some detail experience. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Refactor url state management and fix some detail experience, closes [#1117](https://github.com/lobehub/lobe-chat/issues/1117) ([a355d2c](https://github.com/lobehub/lobe-chat/commit/a355d2c)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.120.3](https://github.com/lobehub/lobe-chat/compare/v0.120.2...v0.120.3) - -Released on **2024-01-19** - -#### ♻ Code Refactoring - -- **misc**: Refactor antd i18n and improve locale order. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor antd i18n and improve locale order, closes [#1103](https://github.com/lobehub/lobe-chat/issues/1103) [#1083](https://github.com/lobehub/lobe-chat/issues/1083) ([c89f527](https://github.com/lobehub/lobe-chat/commit/c89f527)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.120.2](https://github.com/lobehub/lobe-chat/compare/v0.120.1...v0.120.2) - -Released on **2024-01-17** - -#### 🐛 Bug Fixes - -- **misc**: Fix setPluginMessage can not stop create ai message. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix setPluginMessage can not stop create ai message, closes [#1078](https://github.com/lobehub/lobe-chat/issues/1078) ([67de28d](https://github.com/lobehub/lobe-chat/commit/67de28d)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.120.1](https://github.com/lobehub/lobe-chat/compare/v0.120.0...v0.120.1) - -Released on **2024-01-16** - -#### 🐛 Bug Fixes - -- **misc**: Fix list scrolling white screen on mobile. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix list scrolling white screen on mobile, closes [#1072](https://github.com/lobehub/lobe-chat/issues/1072) ([af10947](https://github.com/lobehub/lobe-chat/commit/af10947)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.120.0](https://github.com/lobehub/lobe-chat/compare/v0.119.13...v0.120.0) - -Released on **2024-01-15** - -#### ✨ Features - -- **misc**: Adding Arabic Language Support. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Adding Arabic Language Support, closes [#1049](https://github.com/lobehub/lobe-chat/issues/1049) ([a325ef9](https://github.com/lobehub/lobe-chat/commit/a325ef9)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.119.13](https://github.com/lobehub/lobe-chat/compare/v0.119.12...v0.119.13) - -Released on **2024-01-10** - -#### 💄 Styles - -- **misc**: Add delete and regenerate for function message. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Add delete and regenerate for function message, closes [#992](https://github.com/lobehub/lobe-chat/issues/992) ([7f8c717](https://github.com/lobehub/lobe-chat/commit/7f8c717)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.119.12](https://github.com/lobehub/lobe-chat/compare/v0.119.11...v0.119.12) - -Released on **2024-01-09** - -#### 🐛 Bug Fixes - -- **misc**: Fix new line after sending messages with enter key. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix new line after sending messages with enter key, closes [#990](https://github.com/lobehub/lobe-chat/issues/990) ([e6ab019](https://github.com/lobehub/lobe-chat/commit/e6ab019)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.119.11](https://github.com/lobehub/lobe-chat/compare/v0.119.10...v0.119.11) - -Released on **2024-01-09** - -#### ♻ Code Refactoring - -- **misc**: Refactor ChatInput to support cmd+enter. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor ChatInput to support cmd+enter, closes [#983](https://github.com/lobehub/lobe-chat/issues/983) ([437a223](https://github.com/lobehub/lobe-chat/commit/437a223)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.119.10](https://github.com/lobehub/lobe-chat/compare/v0.119.9...v0.119.10) - -Released on **2024-01-08** - -#### 🐛 Bug Fixes - -- **misc**: Debug information cannot be selected. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Debug information cannot be selected, closes [#980](https://github.com/lobehub/lobe-chat/issues/980) ([f02612d](https://github.com/lobehub/lobe-chat/commit/f02612d)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.119.9](https://github.com/lobehub/lobe-chat/compare/v0.119.8...v0.119.9) - -Released on **2024-01-08** - -#### 💄 Styles - -- **misc**: Fix ChatInput fullscreen display not correct. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Fix ChatInput fullscreen display not correct, closes [#982](https://github.com/lobehub/lobe-chat/issues/982) ([e4012c4](https://github.com/lobehub/lobe-chat/commit/e4012c4)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.119.8](https://github.com/lobehub/lobe-chat/compare/v0.119.7...v0.119.8) - -Released on **2024-01-07** - -#### 🐛 Bug Fixes - -- **misc**: Fix spotting tool call correctly. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix spotting tool call correctly, closes [#972](https://github.com/lobehub/lobe-chat/issues/972) ([216e700](https://github.com/lobehub/lobe-chat/commit/216e700)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.119.7](https://github.com/lobehub/lobe-chat/compare/v0.119.6...v0.119.7) - -Released on **2024-01-07** - -#### 💄 Styles - -- **misc**: Improve share modal style. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Improve share modal style, closes [#965](https://github.com/lobehub/lobe-chat/issues/965) ([62c0573](https://github.com/lobehub/lobe-chat/commit/62c0573)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.119.6](https://github.com/lobehub/lobe-chat/compare/v0.119.5...v0.119.6) - -Released on **2024-01-06** - -#### 💄 Styles - -- **misc**: Improve conversation style. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Improve conversation style, closes [#962](https://github.com/lobehub/lobe-chat/issues/962) ([b9cc862](https://github.com/lobehub/lobe-chat/commit/b9cc862)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.119.5](https://github.com/lobehub/lobe-chat/compare/v0.119.4...v0.119.5) - -Released on **2024-01-06** - -#### 💄 Styles - -- **misc**: Fix topic i18n. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Fix topic i18n, closes [#961](https://github.com/lobehub/lobe-chat/issues/961) ([4e9ebe2](https://github.com/lobehub/lobe-chat/commit/4e9ebe2)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.119.4](https://github.com/lobehub/lobe-chat/compare/v0.119.3...v0.119.4) - -Released on **2024-01-06** - -#### ♻ Code Refactoring - -- **misc**: Refactor to virtual list with react-virtuoso. - -#### 🐛 Bug Fixes - -- **misc**: Fix auto scroll error and BackBottom error. - -#### 💄 Styles - -- **misc**: Fix BackBottom zIndex, improve chat list on mobile, improve chat list scrolling to bottom at initial render, improve custom model input, improve topic scroll. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor to virtual list with react-virtuoso ([d6d63b2](https://github.com/lobehub/lobe-chat/commit/d6d63b2)) - -#### What's fixed - -- **misc**: Fix auto scroll error and BackBottom error ([6100970](https://github.com/lobehub/lobe-chat/commit/6100970)) - -#### Styles - -- **misc**: Fix BackBottom zIndex ([254cc54](https://github.com/lobehub/lobe-chat/commit/254cc54)) -- **misc**: Improve chat list on mobile ([a894fc5](https://github.com/lobehub/lobe-chat/commit/a894fc5)) -- **misc**: Improve chat list scrolling to bottom at initial render ([476304b](https://github.com/lobehub/lobe-chat/commit/476304b)) -- **misc**: Improve custom model input ([1c4722f](https://github.com/lobehub/lobe-chat/commit/1c4722f)) -- **misc**: Improve topic scroll ([8daf3ac](https://github.com/lobehub/lobe-chat/commit/8daf3ac)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.119.3](https://github.com/lobehub/lobe-chat/compare/v0.119.2...v0.119.3) - -Released on **2024-01-06** - -#### 🐛 Bug Fixes - -- **misc**: Fix deploy error. Changed SquareAsterisk to AsteriskSquare. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix deploy error. Changed SquareAsterisk to AsteriskSquare, closes [#952](https://github.com/lobehub/lobe-chat/issues/952) ([61cbcf1](https://github.com/lobehub/lobe-chat/commit/61cbcf1)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.119.2](https://github.com/lobehub/lobe-chat/compare/v0.119.1...v0.119.2) - -Released on **2024-01-05** - -#### 🐛 Bug Fixes - -- **misc**: Fix function call error with smooth animation. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix function call error with smooth animation, closes [#946](https://github.com/lobehub/lobe-chat/issues/946) ([7242aee](https://github.com/lobehub/lobe-chat/commit/7242aee)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.119.1](https://github.com/lobehub/lobe-chat/compare/v0.119.0...v0.119.1) - -Released on **2024-01-05** - -
- -
- Improvements and Fixes -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.119.0](https://github.com/lobehub/lobe-chat/compare/v0.118.10...v0.119.0) - -Released on **2024-01-04** - -#### ♻ Code Refactoring - -- **misc**: Refactor the ChatList. - -#### ✨ Features - -- **misc**: Support auto rename topic, support delete and regenerate message, support duplicate session, support duplicate topic. - -#### 🐛 Bug Fixes - -- **misc**: Fix can't uninstall custom plugin in custom plugin modal. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor the ChatList ([20f21de](https://github.com/lobehub/lobe-chat/commit/20f21de)) - -#### What's improved - -- **misc**: Support auto rename topic ([4c5a345](https://github.com/lobehub/lobe-chat/commit/4c5a345)) -- **misc**: Support delete and regenerate message ([a05be1c](https://github.com/lobehub/lobe-chat/commit/a05be1c)) -- **misc**: Support duplicate session ([7a1e011](https://github.com/lobehub/lobe-chat/commit/7a1e011)) -- **misc**: Support duplicate topic ([ecf3e5a](https://github.com/lobehub/lobe-chat/commit/ecf3e5a)) - -#### What's fixed - -- **misc**: Fix can't uninstall custom plugin in custom plugin modal ([acae827](https://github.com/lobehub/lobe-chat/commit/acae827)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.118.10](https://github.com/lobehub/lobe-chat/compare/v0.118.9...v0.118.10) - -Released on **2024-01-03** - -#### 🐛 Bug Fixes - -- **misc**: Add chat defaultNS. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Add chat defaultNS, closes [#929](https://github.com/lobehub/lobe-chat/issues/929) ([94c2aa1](https://github.com/lobehub/lobe-chat/commit/94c2aa1)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.118.9](https://github.com/lobehub/lobe-chat/compare/v0.118.8...v0.118.9) - -Released on **2024-01-03** - -#### 💄 Styles - -- **misc**: Add leaving protect alert. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Add leaving protect alert, closes [#927](https://github.com/lobehub/lobe-chat/issues/927) ([ea1d0c0](https://github.com/lobehub/lobe-chat/commit/ea1d0c0)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.118.8](https://github.com/lobehub/lobe-chat/compare/v0.118.7...v0.118.8) - -Released on **2024-01-03** - -#### 💄 Styles - -- **misc**: Add Vietnamese files and add the vi-VN option in the General Settings. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Add Vietnamese files and add the vi-VN option in the General Settings, closes [#860](https://github.com/lobehub/lobe-chat/issues/860) ([c2e5606](https://github.com/lobehub/lobe-chat/commit/c2e5606)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.118.7](https://github.com/lobehub/lobe-chat/compare/v0.118.6...v0.118.7) - -Released on **2024-01-03** - -#### 🐛 Bug Fixes - -- **misc**: Desensitize openai base url in the error response. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Desensitize openai base url in the error response, closes [#918](https://github.com/lobehub/lobe-chat/issues/918) ([ab0aeb7](https://github.com/lobehub/lobe-chat/commit/ab0aeb7)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.118.6](https://github.com/lobehub/lobe-chat/compare/v0.118.5...v0.118.6) - -Released on **2024-01-03** - -#### ♻ Code Refactoring - -- **misc**: Migration the ChatList into Conversation. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Migration the ChatList into Conversation, closes [#916](https://github.com/lobehub/lobe-chat/issues/916) ([6ee3795](https://github.com/lobehub/lobe-chat/commit/6ee3795)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.118.5](https://github.com/lobehub/lobe-chat/compare/v0.118.4...v0.118.5) - -Released on **2024-01-02** - -#### 🐛 Bug Fixes - -- **misc**: Mobile device return to the previous page error. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Mobile device return to the previous page error, closes [#886](https://github.com/lobehub/lobe-chat/issues/886) ([99cfc0f](https://github.com/lobehub/lobe-chat/commit/99cfc0f)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.118.4](https://github.com/lobehub/lobe-chat/compare/v0.118.3...v0.118.4) - -Released on **2024-01-02** - -#### 🐛 Bug Fixes - -- **misc**: Update dalle identifier to fix unstable dalle function call. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Update dalle identifier to fix unstable dalle function call, closes [#896](https://github.com/lobehub/lobe-chat/issues/896) ([9d9ac32](https://github.com/lobehub/lobe-chat/commit/9d9ac32)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.118.3](https://github.com/lobehub/lobe-chat/compare/v0.118.2...v0.118.3) - -Released on **2024-01-01** - -#### 🐛 Bug Fixes - -- **misc**: Fix parse error of tool calls at end. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix parse error of tool calls at end, closes [#893](https://github.com/lobehub/lobe-chat/issues/893) ([f369b6e](https://github.com/lobehub/lobe-chat/commit/f369b6e)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.118.2](https://github.com/lobehub/lobe-chat/compare/v0.118.1...v0.118.2) - -Released on **2023-12-31** - -#### 🐛 Bug Fixes - -- **misc**: Pin antd version to fix chat page crash. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Pin antd version to fix chat page crash, closes [#884](https://github.com/lobehub/lobe-chat/issues/884) ([31484ff](https://github.com/lobehub/lobe-chat/commit/31484ff)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.118.1](https://github.com/lobehub/lobe-chat/compare/v0.118.0...v0.118.1) - -Released on **2023-12-30** - -#### 🐛 Bug Fixes - -- **misc**: Fix dalle image download error. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix dalle image download error, closes [#868](https://github.com/lobehub/lobe-chat/issues/868) ([5b6d11f](https://github.com/lobehub/lobe-chat/commit/5b6d11f)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.118.0](https://github.com/lobehub/lobe-chat/compare/v0.117.5...v0.118.0) - -Released on **2023-12-29** - -#### ✨ Features - -- **misc**: Support markdown type plugin. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Support markdown type plugin, closes [#865](https://github.com/lobehub/lobe-chat/issues/865) ([2791166](https://github.com/lobehub/lobe-chat/commit/2791166)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.117.5](https://github.com/lobehub/lobe-chat/compare/v0.117.4...v0.117.5) - -Released on **2023-12-29** - -#### 🐛 Bug Fixes - -- **misc**: The input box is prone to losing focus. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: The input box is prone to losing focus, closes [#834](https://github.com/lobehub/lobe-chat/issues/834) ([26a42f6](https://github.com/lobehub/lobe-chat/commit/26a42f6)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.117.4](https://github.com/lobehub/lobe-chat/compare/v0.117.3...v0.117.4) - -Released on **2023-12-28** - -#### 🐛 Bug Fixes - -- **misc**: Fix messages not refresh when creating a new topic. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix messages not refresh when creating a new topic, closes [#856](https://github.com/lobehub/lobe-chat/issues/856) ([5e7985a](https://github.com/lobehub/lobe-chat/commit/5e7985a)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.117.3](https://github.com/lobehub/lobe-chat/compare/v0.117.2...v0.117.3) - -Released on **2023-12-28** - -#### 🐛 Bug Fixes - -- **misc**: Fix tool calls at end, fix vision model max tokens, improve vision model checker. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix tool calls at end ([b0b615a](https://github.com/lobehub/lobe-chat/commit/b0b615a)) -- **misc**: Fix vision model max tokens ([8b704a0](https://github.com/lobehub/lobe-chat/commit/8b704a0)) -- **misc**: Improve vision model checker ([da7d177](https://github.com/lobehub/lobe-chat/commit/da7d177)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.117.2](https://github.com/lobehub/lobe-chat/compare/v0.117.1...v0.117.2) - -Released on **2023-12-28** - -#### 🐛 Bug Fixes - -- **misc**: Fix market locale missing. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix market locale missing, closes [#851](https://github.com/lobehub/lobe-chat/issues/851) ([e23ec66](https://github.com/lobehub/lobe-chat/commit/e23ec66)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.117.1](https://github.com/lobehub/lobe-chat/compare/v0.117.0...v0.117.1) - -Released on **2023-12-27** - -#### 💄 Styles - -- **misc**: Add image download functionality to DALL·E render component. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Add image download functionality to DALL·E render component, closes [#778](https://github.com/lobehub/lobe-chat/issues/778) ([31b8047](https://github.com/lobehub/lobe-chat/commit/31b8047)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.117.0](https://github.com/lobehub/lobe-chat/compare/v0.116.5...v0.117.0) - -Released on **2023-12-27** - -#### ✨ Features - -- **misc**: Support plugin settings env. - -#### 🐛 Bug Fixes - -- **misc**: Improve topic search experience. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Support plugin settings env, closes [#821](https://github.com/lobehub/lobe-chat/issues/821) ([efd9dc9](https://github.com/lobehub/lobe-chat/commit/efd9dc9)) - -#### What's fixed - -- **misc**: Improve topic search experience, closes [#828](https://github.com/lobehub/lobe-chat/issues/828) ([ad55f1c](https://github.com/lobehub/lobe-chat/commit/ad55f1c)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.116.5](https://github.com/lobehub/lobe-chat/compare/v0.116.4...v0.116.5) - -Released on **2023-12-27** - -#### 🐛 Bug Fixes - -- **misc**: Fix input box losing focus after sending a message on the desktop. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix input box losing focus after sending a message on the desktop, closes [#830](https://github.com/lobehub/lobe-chat/issues/830) ([d491af9](https://github.com/lobehub/lobe-chat/commit/d491af9)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.116.4](https://github.com/lobehub/lobe-chat/compare/v0.116.3...v0.116.4) - -Released on **2023-12-26** - -#### 🐛 Bug Fixes - -- **misc**: Fix ShareModal. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix ShareModal ([4592515](https://github.com/lobehub/lobe-chat/commit/4592515)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.116.3](https://github.com/lobehub/lobe-chat/compare/v0.116.2...v0.116.3) - -Released on **2023-12-26** - -#### 💄 Styles - -- **misc**: Fix typo. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Fix typo ([9d329a9](https://github.com/lobehub/lobe-chat/commit/9d329a9)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.116.2](https://github.com/lobehub/lobe-chat/compare/v0.116.1...v0.116.2) - -Released on **2023-12-26** - -#### 💄 Styles - -- **misc**: Update Modal style. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Update Modal style ([ac7d309](https://github.com/lobehub/lobe-chat/commit/ac7d309)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.116.1](https://github.com/lobehub/lobe-chat/compare/v0.116.0...v0.116.1) - -Released on **2023-12-26** - -#### 💄 Styles - -- **misc**: Support slider and select plugin setting render. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Support slider and select plugin setting render, closes [#819](https://github.com/lobehub/lobe-chat/issues/819) ([3190b44](https://github.com/lobehub/lobe-chat/commit/3190b44)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.116.0](https://github.com/lobehub/lobe-chat/compare/v0.115.13...v0.116.0) - -Released on **2023-12-26** - -#### ✨ Features - -- **misc**: Support OpenAI tool calls. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Support OpenAI tool calls ([9681fdc](https://github.com/lobehub/lobe-chat/commit/9681fdc)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.115.13](https://github.com/lobehub/lobe-chat/compare/v0.115.12...v0.115.13) - -Released on **2023-12-26** - -#### 🐛 Bug Fixes - -- **misc**: Fix remove tts and translate not working. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix remove tts and translate not working, closes [#818](https://github.com/lobehub/lobe-chat/issues/818) ([4a275e9](https://github.com/lobehub/lobe-chat/commit/4a275e9)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.115.12](https://github.com/lobehub/lobe-chat/compare/v0.115.11...v0.115.12) - -Released on **2023-12-25** - -#### 🐛 Bug Fixes - -- **misc**: Fix active setting tab after click agent setting button. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix active setting tab after click agent setting button ([c480fa9](https://github.com/lobehub/lobe-chat/commit/c480fa9)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.115.11](https://github.com/lobehub/lobe-chat/compare/v0.115.10...v0.115.11) - -Released on **2023-12-25** - -#### 🐛 Bug Fixes - -- **misc**: Fix agent system role modal scrolling when content is too long. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix agent system role modal scrolling when content is too long, closes [#801](https://github.com/lobehub/lobe-chat/issues/801) ([f482a80](https://github.com/lobehub/lobe-chat/commit/f482a80)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.115.10](https://github.com/lobehub/lobe-chat/compare/v0.115.9...v0.115.10) - -Released on **2023-12-25** - -#### 💄 Styles - -- **misc**: Fix some style problem. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Fix some style problem ([447c006](https://github.com/lobehub/lobe-chat/commit/447c006)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.115.9](https://github.com/lobehub/lobe-chat/compare/v0.115.8...v0.115.9) - -Released on **2023-12-24** - -#### 🐛 Bug Fixes - -- **misc**: Fix `PLUGINS_INDEX_URL` not working, fix a translation error in Traditional Chinese. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix `PLUGINS_INDEX_URL` not working, closes [#793](https://github.com/lobehub/lobe-chat/issues/793) ([152913e](https://github.com/lobehub/lobe-chat/commit/152913e)) -- **misc**: Fix a translation error in Traditional Chinese, closes [#789](https://github.com/lobehub/lobe-chat/issues/789) ([80c02ee](https://github.com/lobehub/lobe-chat/commit/80c02ee)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.115.8](https://github.com/lobehub/lobe-chat/compare/v0.115.7...v0.115.8) - -Released on **2023-12-24** - -#### 🐛 Bug Fixes - -- **misc**: Fix CUSTOM_MODEL `-` operator not working. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix CUSTOM_MODEL `-` operator not working, closes [#791](https://github.com/lobehub/lobe-chat/issues/791) ([26b968f](https://github.com/lobehub/lobe-chat/commit/26b968f)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.115.7](https://github.com/lobehub/lobe-chat/compare/v0.115.6...v0.115.7) - -Released on **2023-12-23** - -#### 🐛 Bug Fixes - -- **misc**: Fix auto scrolling when generating message. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix auto scrolling when generating message, closes [#785](https://github.com/lobehub/lobe-chat/issues/785) ([1a236e6](https://github.com/lobehub/lobe-chat/commit/1a236e6)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.115.6](https://github.com/lobehub/lobe-chat/compare/v0.115.5...v0.115.6) - -Released on **2023-12-23** - -#### 🐛 Bug Fixes - -- **misc**: Fix maxTokens params still work when disable enableMaxTokens. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix maxTokens params still work when disable enableMaxTokens, closes [#779](https://github.com/lobehub/lobe-chat/issues/779) ([20956ea](https://github.com/lobehub/lobe-chat/commit/20956ea)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.115.5](https://github.com/lobehub/lobe-chat/compare/v0.115.4...v0.115.5) - -Released on **2023-12-23** - -#### 🐛 Bug Fixes - -- **misc**: Fix image display error. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix image display error, closes [#777](https://github.com/lobehub/lobe-chat/issues/777) ([08659d6](https://github.com/lobehub/lobe-chat/commit/08659d6)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.115.4](https://github.com/lobehub/lobe-chat/compare/v0.115.3...v0.115.4) - -Released on **2023-12-23** - -#### ♻ Code Refactoring - -- **misc**: Refactor the ChatMessage type. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor the ChatMessage type ([40375bd](https://github.com/lobehub/lobe-chat/commit/40375bd)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.115.3](https://github.com/lobehub/lobe-chat/compare/v0.115.2...v0.115.3) - -Released on **2023-12-23** - -#### ♻ Code Refactoring - -- **misc**: Refactor and clean global store and chat store. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor and clean global store and chat store, closes [#774](https://github.com/lobehub/lobe-chat/issues/774) ([6120042](https://github.com/lobehub/lobe-chat/commit/6120042)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.115.2](https://github.com/lobehub/lobe-chat/compare/v0.115.1...v0.115.2) - -Released on **2023-12-23** - -#### 🐛 Bug Fixes - -- **misc**: Fix envs like `CUSTOM_MODELS` don't work with docker deployment. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix envs like `CUSTOM_MODELS` don't work with docker deployment, closes [#773](https://github.com/lobehub/lobe-chat/issues/773) ([54dc18b](https://github.com/lobehub/lobe-chat/commit/54dc18b)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.115.1](https://github.com/lobehub/lobe-chat/compare/v0.115.0...v0.115.1) - -Released on **2023-12-22** - -#### 💄 Styles - -- **misc**: Lock ui version to fix setting form style. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Lock ui version to fix setting form style ([6cdf548](https://github.com/lobehub/lobe-chat/commit/6cdf548)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.115.0](https://github.com/lobehub/lobe-chat/compare/v0.114.9...v0.115.0) - -Released on **2023-12-22** - -#### ✨ Features - -- **misc**: Support Dall·E 3. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Support Dall·E 3, closes [#697](https://github.com/lobehub/lobe-chat/issues/697) ([e39d199](https://github.com/lobehub/lobe-chat/commit/e39d199)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.114.9](https://github.com/lobehub/lobe-chat/compare/v0.114.8...v0.114.9) - -Released on **2023-12-22** - -#### 💄 Styles - -- **misc**: Support it-IT nl-NL and pl-PL locales. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Support it-IT nl-NL and pl-PL locales, closes [#759](https://github.com/lobehub/lobe-chat/issues/759) ([e49817c](https://github.com/lobehub/lobe-chat/commit/e49817c)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.114.8](https://github.com/lobehub/lobe-chat/compare/v0.114.7...v0.114.8) - -Released on **2023-12-22** - -
- -
- Improvements and Fixes -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.114.7](https://github.com/lobehub/lobe-chat/compare/v0.114.6...v0.114.7) - -Released on **2023-12-22** - -#### ♻ Code Refactoring - -- **misc**: Move the conversation and chatInput to features folder. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Move the conversation and chatInput to features folder, closes [#750](https://github.com/lobehub/lobe-chat/issues/750) ([0334592](https://github.com/lobehub/lobe-chat/commit/0334592)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.114.6](https://github.com/lobehub/lobe-chat/compare/v0.114.5...v0.114.6) - -Released on **2023-12-22** - -
- -
- Improvements and Fixes -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.114.5](https://github.com/lobehub/lobe-chat/compare/v0.114.4...v0.114.5) - -Released on **2023-12-19** - -#### 💄 Styles - -- **misc**: Fix plugin iframe width. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Fix plugin iframe width, closes [#721](https://github.com/lobehub/lobe-chat/issues/721) ([53ad132](https://github.com/lobehub/lobe-chat/commit/53ad132)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.114.4](https://github.com/lobehub/lobe-chat/compare/v0.114.3...v0.114.4) - -Released on **2023-12-19** - -#### 🐛 Bug Fixes - -- **misc**: Fix agent system role modal scrolling when content is too long. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix agent system role modal scrolling when content is too long, closes [#716](https://github.com/lobehub/lobe-chat/issues/716) ([c3e36d1](https://github.com/lobehub/lobe-chat/commit/c3e36d1)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.114.3](https://github.com/lobehub/lobe-chat/compare/v0.114.2...v0.114.3) - -Released on **2023-12-18** - -
- -
- Improvements and Fixes -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.114.2](https://github.com/lobehub/lobe-chat/compare/v0.114.1...v0.114.2) - -Released on **2023-12-17** - -#### 🐛 Bug Fixes - -- **misc**: Fix chat error when message has image with non-vision model. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix chat error when message has image with non-vision model, closes [#698](https://github.com/lobehub/lobe-chat/issues/698) [#693](https://github.com/lobehub/lobe-chat/issues/693) ([b142c17](https://github.com/lobehub/lobe-chat/commit/b142c17)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.114.1](https://github.com/lobehub/lobe-chat/compare/v0.114.0...v0.114.1) - -Released on **2023-12-16** - -#### 🐛 Bug Fixes - -- **misc**: Inject tool description into agent system role. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Inject tool description into agent system role, closes [#681](https://github.com/lobehub/lobe-chat/issues/681) ([e7a8cff](https://github.com/lobehub/lobe-chat/commit/e7a8cff)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.114.0](https://github.com/lobehub/lobe-chat/compare/v0.113.1...v0.114.0) - -Released on **2023-12-16** - -#### ✨ Features - -- **misc**: Supports setting multiple access code. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Supports setting multiple access code, closes [#647](https://github.com/lobehub/lobe-chat/issues/647) ([7db0430](https://github.com/lobehub/lobe-chat/commit/7db0430)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.113.1](https://github.com/lobehub/lobe-chat/compare/v0.113.0...v0.113.1) - -Released on **2023-12-16** - -#### 🐛 Bug Fixes - -- **misc**: Fix fontsize setting and audio download style. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix fontsize setting and audio download style, closes [#433](https://github.com/lobehub/lobe-chat/issues/433) ([6882752](https://github.com/lobehub/lobe-chat/commit/6882752)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.113.0](https://github.com/lobehub/lobe-chat/compare/v0.112.1...v0.113.0) - -Released on **2023-12-16** - -#### ✨ Features - -- **locale**: Add es-ES pt-BR de-DE tr-TR. - -
- -
- Improvements and Fixes - -#### What's improved - -- **locale**: Add es-ES pt-BR de-DE tr-TR, closes [#659](https://github.com/lobehub/lobe-chat/issues/659) ([021abfa](https://github.com/lobehub/lobe-chat/commit/021abfa)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.112.1](https://github.com/lobehub/lobe-chat/compare/v0.112.0...v0.112.1) - -Released on **2023-12-16** - -#### 🐛 Bug Fixes - -- **misc**: Fix locales. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix locales ([4384dc2](https://github.com/lobehub/lobe-chat/commit/4384dc2)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.112.0](https://github.com/lobehub/lobe-chat/compare/v0.111.6...v0.112.0) - -Released on **2023-12-16** - -#### ♻ Code Refactoring - -- **misc**: Refactor global and share service, refactor plugin dev modal and improve plugin store, refactor with OpenAPIConvertor. - -#### ✨ Features - -- **misc**: Introduce plugin detail modal, support OpenAI plugin manifest, support OpenAPI Authentication, support OpenAPI schema in lobe plugin, support parse openapi schema. - -#### 🐛 Bug Fixes - -- **misc**: Fix function apiName length, try with node mode plugins. - -#### 💄 Styles - -- **misc**: Fix function message style, fix mobile padding of plugin dev modal, improve settings display, Update tool style. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor global and share service ([dd6f00e](https://github.com/lobehub/lobe-chat/commit/dd6f00e)) -- **misc**: Refactor plugin dev modal and improve plugin store ([4dc5e35](https://github.com/lobehub/lobe-chat/commit/4dc5e35)) -- **misc**: Refactor with OpenAPIConvertor ([605b3bf](https://github.com/lobehub/lobe-chat/commit/605b3bf)) - -#### What's improved - -- **misc**: Introduce plugin detail modal ([0308783](https://github.com/lobehub/lobe-chat/commit/0308783)) -- **misc**: Support OpenAI plugin manifest ([04ff2d5](https://github.com/lobehub/lobe-chat/commit/04ff2d5)) -- **misc**: Support OpenAPI Authentication ([820c15e](https://github.com/lobehub/lobe-chat/commit/820c15e)) -- **misc**: Support OpenAPI schema in lobe plugin, closes [#614](https://github.com/lobehub/lobe-chat/issues/614) ([5426a54](https://github.com/lobehub/lobe-chat/commit/5426a54)) -- **misc**: Support parse openapi schema ([11a39b1](https://github.com/lobehub/lobe-chat/commit/11a39b1)) - -#### What's fixed - -- **misc**: Fix function apiName length ([b6f8c16](https://github.com/lobehub/lobe-chat/commit/b6f8c16)) -- **misc**: Try with node mode plugins ([6bb547f](https://github.com/lobehub/lobe-chat/commit/6bb547f)) - -#### Styles - -- **misc**: Fix function message style ([4fee0b1](https://github.com/lobehub/lobe-chat/commit/4fee0b1)) -- **misc**: Fix mobile padding of plugin dev modal ([7f7070a](https://github.com/lobehub/lobe-chat/commit/7f7070a)) -- **misc**: Improve settings display ([df57cde](https://github.com/lobehub/lobe-chat/commit/df57cde)) -- **misc**: Update tool style ([292a3e1](https://github.com/lobehub/lobe-chat/commit/292a3e1)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.111.6](https://github.com/lobehub/lobe-chat/compare/v0.111.5...v0.111.6) - -Released on **2023-12-15** - -#### 🐛 Bug Fixes - -- **misc**: Fix deployment build failure. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix deployment build failure, closes [#672](https://github.com/lobehub/lobe-chat/issues/672) ([3878dcd](https://github.com/lobehub/lobe-chat/commit/3878dcd)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.111.5](https://github.com/lobehub/lobe-chat/compare/v0.111.4...v0.111.5) - -Released on **2023-12-14** - -#### 🐛 Bug Fixes - -- **misc**: Wrong locale language in en_US. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Wrong locale language in en_US, closes [#660](https://github.com/lobehub/lobe-chat/issues/660) ([e1c31ee](https://github.com/lobehub/lobe-chat/commit/e1c31ee)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.111.4](https://github.com/lobehub/lobe-chat/compare/v0.111.3...v0.111.4) - -Released on **2023-12-14** - -#### 🐛 Bug Fixes - -- **misc**: Revert "🐛 fix: clean up gpt-3.5 model". - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Revert "🐛 fix: clean up gpt-3.5 model", closes [#653](https://github.com/lobehub/lobe-chat/issues/653) ([b8b14fc](https://github.com/lobehub/lobe-chat/commit/b8b14fc)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.111.3](https://github.com/lobehub/lobe-chat/compare/v0.111.2...v0.111.3) - -Released on **2023-12-14** - -#### 🐛 Bug Fixes - -- **misc**: Fix the history-count text. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix the history-count text, closes [#615](https://github.com/lobehub/lobe-chat/issues/615) ([4db1cef](https://github.com/lobehub/lobe-chat/commit/4db1cef)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.111.2](https://github.com/lobehub/lobe-chat/compare/v0.111.1...v0.111.2) - -Released on **2023-12-13** - -#### 🐛 Bug Fixes - -- **misc**: Change topic-deletion hotkey. - -#### 💄 Styles - -- **misc**: Fix image display in safari (fix. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Change topic-deletion hotkey, closes [#616](https://github.com/lobehub/lobe-chat/issues/616) ([912ff45](https://github.com/lobehub/lobe-chat/commit/912ff45)) - -#### Styles - -- **misc**: Fix image display in safari (fix, closes [#571](https://github.com/lobehub/lobe-chat/issues/571) ([4beefa7](https://github.com/lobehub/lobe-chat/commit/4beefa7)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.111.1](https://github.com/lobehub/lobe-chat/compare/v0.111.0...v0.111.1) - -Released on **2023-12-13** - -#### 🐛 Bug Fixes - -- **misc**: Fix locale typo. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix locale typo ([f44b41e](https://github.com/lobehub/lobe-chat/commit/f44b41e)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.111.0](https://github.com/lobehub/lobe-chat/compare/v0.110.10...v0.111.0) - -Released on **2023-12-13** - -#### ✨ Features - -- **locale**: Add fr-FR. - -
- -
- Improvements and Fixes - -#### What's improved - -- **locale**: Add fr-FR, closes [#637](https://github.com/lobehub/lobe-chat/issues/637) ([357141c](https://github.com/lobehub/lobe-chat/commit/357141c)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.110.10](https://github.com/lobehub/lobe-chat/compare/v0.110.9...v0.110.10) - -Released on **2023-12-13** - -#### 🐛 Bug Fixes - -- **misc**: Add cancel button text i18n for delete assistant modal. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Add cancel button text i18n for delete assistant modal, closes [#640](https://github.com/lobehub/lobe-chat/issues/640) ([fae04c9](https://github.com/lobehub/lobe-chat/commit/fae04c9)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.110.9](https://github.com/lobehub/lobe-chat/compare/v0.110.8...v0.110.9) - -Released on **2023-12-13** - -#### 🐛 Bug Fixes - -- **misc**: ChatInput should have maxHeight. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: ChatInput should have maxHeight, closes [#630](https://github.com/lobehub/lobe-chat/issues/630) ([8dfe1b8](https://github.com/lobehub/lobe-chat/commit/8dfe1b8)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.110.8](https://github.com/lobehub/lobe-chat/compare/v0.110.7...v0.110.8) - -Released on **2023-12-12** - -#### 🐛 Bug Fixes - -- **misc**: Clean up gpt-3.5 model. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Clean up gpt-3.5 model, closes [#554](https://github.com/lobehub/lobe-chat/issues/554) ([9616783](https://github.com/lobehub/lobe-chat/commit/9616783)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.110.7](https://github.com/lobehub/lobe-chat/compare/v0.110.6...v0.110.7) - -Released on **2023-12-11** - -#### 🐛 Bug Fixes - -- **misc**: Fix language settings may not take effect. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix language settings may not take effect, closes [#595](https://github.com/lobehub/lobe-chat/issues/595) ([a5db64e](https://github.com/lobehub/lobe-chat/commit/a5db64e)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.110.6](https://github.com/lobehub/lobe-chat/compare/v0.110.5...v0.110.6) - -Released on **2023-12-11** - -#### 🐛 Bug Fixes - -- **misc**: Sharp missing in docker production. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Sharp missing in docker production, closes [#603](https://github.com/lobehub/lobe-chat/issues/603) ([d89b48d](https://github.com/lobehub/lobe-chat/commit/d89b48d)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.110.5](https://github.com/lobehub/lobe-chat/compare/v0.110.4...v0.110.5) - -Released on **2023-12-10** - -#### 🐛 Bug Fixes - -- **misc**: Fix setting plugin i18n. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix setting plugin i18n, closes [#606](https://github.com/lobehub/lobe-chat/issues/606) ([4e18ebf](https://github.com/lobehub/lobe-chat/commit/4e18ebf)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.110.4](https://github.com/lobehub/lobe-chat/compare/v0.110.3...v0.110.4) - -Released on **2023-12-08** - -
- -
- Improvements and Fixes -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.110.3](https://github.com/lobehub/lobe-chat/compare/v0.110.2...v0.110.3) - -Released on **2023-12-08** - -#### ♻ Code Refactoring - -- **misc**: Refactor with new plugin implement with dexie db. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor with new plugin implement with dexie db, closes [#596](https://github.com/lobehub/lobe-chat/issues/596) ([f3b5e7b](https://github.com/lobehub/lobe-chat/commit/f3b5e7b)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.110.2](https://github.com/lobehub/lobe-chat/compare/v0.110.1...v0.110.2) - -Released on **2023-12-08** - -#### 💄 Styles - -- **misc**: Fix ChatInputArea style and typo (resolve. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Fix ChatInputArea style and typo (resolve, closes [#599](https://github.com/lobehub/lobe-chat/issues/599) ([0d08f3b](https://github.com/lobehub/lobe-chat/commit/0d08f3b)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.110.1](https://github.com/lobehub/lobe-chat/compare/v0.110.0...v0.110.1) - -Released on **2023-12-08** - -#### 🐛 Bug Fixes - -- **misc**: Sharp missing in production. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Sharp missing in production, closes [#598](https://github.com/lobehub/lobe-chat/issues/598) ([c8ef782](https://github.com/lobehub/lobe-chat/commit/c8ef782)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.110.0](https://github.com/lobehub/lobe-chat/compare/v0.109.1...v0.110.0) - -Released on **2023-12-07** - -#### ✨ Features - -- **misc**: Local TTS Player. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Local TTS Player, closes [#587](https://github.com/lobehub/lobe-chat/issues/587) ([87b51bd](https://github.com/lobehub/lobe-chat/commit/87b51bd)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.109.1](https://github.com/lobehub/lobe-chat/compare/v0.109.0...v0.109.1) - -Released on **2023-12-07** - -#### 🐛 Bug Fixes - -- **misc**: Fix agent settings crash with old pluginManifest. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix agent settings crash with old pluginManifest ([8b80dfd](https://github.com/lobehub/lobe-chat/commit/8b80dfd)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.109.0](https://github.com/lobehub/lobe-chat/compare/v0.108.0...v0.109.0) - -Released on **2023-12-06** - -#### ✨ Features - -- **misc**: Introducing plugin store and refactor with tool concept. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Introducing plugin store and refactor with tool concept, closes [#573](https://github.com/lobehub/lobe-chat/issues/573) ([92f43d1](https://github.com/lobehub/lobe-chat/commit/92f43d1)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.108.0](https://github.com/lobehub/lobe-chat/compare/v0.107.16...v0.108.0) - -Released on **2023-12-03** - -#### ✨ Features - -- **misc**: Hide the password form item in the settings when there is no `ACCESS_CODE` env. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Hide the password form item in the settings when there is no `ACCESS_CODE` env, closes [#568](https://github.com/lobehub/lobe-chat/issues/568) ([3b5f8b2](https://github.com/lobehub/lobe-chat/commit/3b5f8b2)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.107.16](https://github.com/lobehub/lobe-chat/compare/v0.107.15...v0.107.16) - -Released on **2023-12-03** - -#### 🐛 Bug Fixes - -- **misc**: Fix custom agent meta issue. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix custom agent meta issue, closes [#567](https://github.com/lobehub/lobe-chat/issues/567) ([75560e1](https://github.com/lobehub/lobe-chat/commit/75560e1)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.107.15](https://github.com/lobehub/lobe-chat/compare/v0.107.14...v0.107.15) - -Released on **2023-12-03** - -#### 🐛 Bug Fixes - -- **misc**: Fix messages flickering when creating topic. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix messages flickering when creating topic, closes [#565](https://github.com/lobehub/lobe-chat/issues/565) ([7127550](https://github.com/lobehub/lobe-chat/commit/7127550)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.107.14](https://github.com/lobehub/lobe-chat/compare/v0.107.13...v0.107.14) - -Released on **2023-12-03** - -#### 🐛 Bug Fixes - -- **misc**: Fix opt+delete fail in inputing (resolve. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix opt+delete fail in inputing (resolve, closes [#556](https://github.com/lobehub/lobe-chat/issues/556) ([4d5d93d](https://github.com/lobehub/lobe-chat/commit/4d5d93d)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.107.13](https://github.com/lobehub/lobe-chat/compare/v0.107.12...v0.107.13) - -Released on **2023-12-03** - -#### ♻ Code Refactoring - -- **misc**: Refactor Image components. - -#### 🐛 Bug Fixes - -- **misc**: Fix a bug that can't send only images with empty content, Fix image gallery sort index, Fix image gallery sort index, Fix image sort index, Fix image upload error, Fix import. - -#### 💄 Styles - -- **misc**: Change image fit to cover mode, Fix empty files style, Move file inside chat input in mobile mode, Update editable image style, Update image default background color, Update image editable style, Update image grid, Update Image grid, Update image remove button hover style. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor Image components ([72dcd18](https://github.com/lobehub/lobe-chat/commit/72dcd18)) - -#### What's fixed - -- **misc**: Fix a bug that can't send only images with empty content ([9601520](https://github.com/lobehub/lobe-chat/commit/9601520)) -- **misc**: Fix image gallery sort index ([16548d3](https://github.com/lobehub/lobe-chat/commit/16548d3)) -- **misc**: Fix image gallery sort index ([5636599](https://github.com/lobehub/lobe-chat/commit/5636599)) -- **misc**: Fix image sort index ([29cf223](https://github.com/lobehub/lobe-chat/commit/29cf223)) -- **misc**: Fix image upload error ([c7745c7](https://github.com/lobehub/lobe-chat/commit/c7745c7)) -- **misc**: Fix import ([af797d6](https://github.com/lobehub/lobe-chat/commit/af797d6)) - -#### Styles - -- **misc**: Change image fit to cover mode ([9fdc459](https://github.com/lobehub/lobe-chat/commit/9fdc459)) -- **misc**: Fix empty files style ([bbe14c4](https://github.com/lobehub/lobe-chat/commit/bbe14c4)) -- **misc**: Move file inside chat input in mobile mode ([b6401c1](https://github.com/lobehub/lobe-chat/commit/b6401c1)) -- **misc**: Update editable image style ([a96ca4c](https://github.com/lobehub/lobe-chat/commit/a96ca4c)) -- **misc**: Update image default background color ([fadc024](https://github.com/lobehub/lobe-chat/commit/fadc024)) -- **misc**: Update image editable style ([8dea792](https://github.com/lobehub/lobe-chat/commit/8dea792)) -- **misc**: Update image grid ([901d10c](https://github.com/lobehub/lobe-chat/commit/901d10c)) -- **misc**: Update Image grid ([c68788d](https://github.com/lobehub/lobe-chat/commit/c68788d)) -- **misc**: Update image remove button hover style ([5bc916c](https://github.com/lobehub/lobe-chat/commit/5bc916c)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.107.12](https://github.com/lobehub/lobe-chat/compare/v0.107.11...v0.107.12) - -Released on **2023-12-02** - -#### 🐛 Bug Fixes - -- **misc**: Fix topic not refresh when switching sessions quickly. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix topic not refresh when switching sessions quickly, closes [#555](https://github.com/lobehub/lobe-chat/issues/555) ([1806c05](https://github.com/lobehub/lobe-chat/commit/1806c05)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.107.11](https://github.com/lobehub/lobe-chat/compare/v0.107.10...v0.107.11) - -Released on **2023-12-01** - -#### 🐛 Bug Fixes - -- **misc**: Fix switch model don't work on mobile. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix switch model don't work on mobile, closes [#541](https://github.com/lobehub/lobe-chat/issues/541) ([609f505](https://github.com/lobehub/lobe-chat/commit/609f505)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.107.10](https://github.com/lobehub/lobe-chat/compare/v0.107.9...v0.107.10) - -Released on **2023-11-30** - -
- -
- Improvements and Fixes -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.107.9](https://github.com/lobehub/lobe-chat/compare/v0.107.8...v0.107.9) - -Released on **2023-11-30** - -#### 🐛 Bug Fixes - -- **misc**: Switch session causing problem. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Switch session causing problem, closes [#535](https://github.com/lobehub/lobe-chat/issues/535) ([205bc42](https://github.com/lobehub/lobe-chat/commit/205bc42)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.107.8](https://github.com/lobehub/lobe-chat/compare/v0.107.7...v0.107.8) - -Released on **2023-11-30** - -#### 💄 Styles - -- **misc**: Fix chatitem gap. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Fix chatitem gap ([772bb7c](https://github.com/lobehub/lobe-chat/commit/772bb7c)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.107.7](https://github.com/lobehub/lobe-chat/compare/v0.107.6...v0.107.7) - -Released on **2023-11-30** - -#### 🐛 Bug Fixes - -- **misc**: Improve plugin message display. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Improve plugin message display ([208200a](https://github.com/lobehub/lobe-chat/commit/208200a)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.107.6](https://github.com/lobehub/lobe-chat/compare/v0.107.5...v0.107.6) - -Released on **2023-11-30** - -#### 🐛 Bug Fixes - -- **misc**: 修正调用插件查询的显示问题. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: 修正调用插件查询的显示问题 ([671ccef](https://github.com/lobehub/lobe-chat/commit/671ccef)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.107.5](https://github.com/lobehub/lobe-chat/compare/v0.107.4...v0.107.5) - -Released on **2023-11-30** - -#### 🐛 Bug Fixes - -- **misc**: 修正调用插件查询的显示问题. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: 修正调用插件查询的显示问题 ([1457fe8](https://github.com/lobehub/lobe-chat/commit/1457fe8)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.107.4](https://github.com/lobehub/lobe-chat/compare/v0.107.3...v0.107.4) - -Released on **2023-11-30** - -#### 🐛 Bug Fixes - -- **misc**: Fix a bug that remove all topics when clear message. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix a bug that remove all topics when clear message ([1ab912d](https://github.com/lobehub/lobe-chat/commit/1ab912d)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.107.3](https://github.com/lobehub/lobe-chat/compare/v0.107.2...v0.107.3) - -Released on **2023-11-30** - -#### 🐛 Bug Fixes - -- **misc**: Fix a bug that trigger plugin's message type error. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix a bug that trigger plugin's message type error ([b9c7849](https://github.com/lobehub/lobe-chat/commit/b9c7849)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.107.2](https://github.com/lobehub/lobe-chat/compare/v0.107.1...v0.107.2) - -Released on **2023-11-30** - -#### 🐛 Bug Fixes - -- **misc**: Fix a bug that export a session without messages. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix a bug that export a session without messages ([8e84f35](https://github.com/lobehub/lobe-chat/commit/8e84f35)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.107.1](https://github.com/lobehub/lobe-chat/compare/v0.107.0...v0.107.1) - -Released on **2023-11-30** - -#### 💄 Styles - -- **misc**: 优化文案. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: 优化文案 ([aaa03c5](https://github.com/lobehub/lobe-chat/commit/aaa03c5)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.107.0](https://github.com/lobehub/lobe-chat/compare/v0.106.0...v0.107.0) - -Released on **2023-11-30** - -#### ✨ Features - -- **misc**: Refactor the persist layer from zustand's persist to dexie ORM. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Refactor the persist layer from zustand's persist to dexie ORM, closes [#500](https://github.com/lobehub/lobe-chat/issues/500) ([9ae3a8e](https://github.com/lobehub/lobe-chat/commit/9ae3a8e)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.106.0](https://github.com/lobehub/lobe-chat/compare/v0.105.2...v0.106.0) - -Released on **2023-11-29** - -#### ✨ Features - -- **misc**: Support custom deletion, addition, and renaming of models. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Support custom deletion, addition, and renaming of models, closes [#521](https://github.com/lobehub/lobe-chat/issues/521) [#518](https://github.com/lobehub/lobe-chat/issues/518) [#518](https://github.com/lobehub/lobe-chat/issues/518) ([65e0824](https://github.com/lobehub/lobe-chat/commit/65e0824)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.105.2](https://github.com/lobehub/lobe-chat/compare/v0.105.1...v0.105.2) - -Released on **2023-11-27** - -#### 🐛 Bug Fixes - -- **misc**: Add some env to Dockerfile. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Add some env to Dockerfile, closes [#514](https://github.com/lobehub/lobe-chat/issues/514) ([ed148db](https://github.com/lobehub/lobe-chat/commit/ed148db)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.105.1](https://github.com/lobehub/lobe-chat/compare/v0.105.0...v0.105.1) - -Released on **2023-11-27** - -#### 🐛 Bug Fixes - -- **misc**: Fix agent market detail scroll error. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix agent market detail scroll error, closes [#503](https://github.com/lobehub/lobe-chat/issues/503) ([8900ad0](https://github.com/lobehub/lobe-chat/commit/8900ad0)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.105.0](https://github.com/lobehub/lobe-chat/compare/v0.104.0...v0.105.0) - -Released on **2023-11-22** - -#### ✨ Features - -- **misc**: Standalone pluginn can get more arguments on init. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Standalone pluginn can get more arguments on init, closes [#498](https://github.com/lobehub/lobe-chat/issues/498) ([a7624f5](https://github.com/lobehub/lobe-chat/commit/a7624f5)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.104.0](https://github.com/lobehub/lobe-chat/compare/v0.103.1...v0.104.0) - -Released on **2023-11-21** - -#### ✨ Features - -- **misc**: Support using env variable to set regions for OpenAI Edge Functions.. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Support using env variable to set regions for OpenAI Edge Functions., closes [#473](https://github.com/lobehub/lobe-chat/issues/473) ([de6b79e](https://github.com/lobehub/lobe-chat/commit/de6b79e)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.103.1](https://github.com/lobehub/lobe-chat/compare/v0.103.0...v0.103.1) - -Released on **2023-11-21** - -#### 🐛 Bug Fixes - -- **misc**: Image optimization in docker standalone build. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Image optimization in docker standalone build, closes [#494](https://github.com/lobehub/lobe-chat/issues/494) ([d2bcac3](https://github.com/lobehub/lobe-chat/commit/d2bcac3)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.103.0](https://github.com/lobehub/lobe-chat/compare/v0.102.4...v0.103.0) - -Released on **2023-11-20** - -#### ✨ Features - -- **misc**: Support the auto create topic configuration. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Support the auto create topic configuration, closes [#490](https://github.com/lobehub/lobe-chat/issues/490) ([a7b7ef0](https://github.com/lobehub/lobe-chat/commit/a7b7ef0)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.102.4](https://github.com/lobehub/lobe-chat/compare/v0.102.3...v0.102.4) - -Released on **2023-11-20** - -#### 🐛 Bug Fixes - -- **plugin**: Fix plugin can't get settings from lobe-chat. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **plugin**: Fix plugin can't get settings from lobe-chat, closes [#488](https://github.com/lobehub/lobe-chat/issues/488) ([1555140](https://github.com/lobehub/lobe-chat/commit/1555140)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.102.3](https://github.com/lobehub/lobe-chat/compare/v0.102.2...v0.102.3) - -Released on **2023-11-20** - -#### 🐛 Bug Fixes - -- **misc**: Fix plugin not work correct when adding agent from market. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix plugin not work correct when adding agent from market, closes [#394](https://github.com/lobehub/lobe-chat/issues/394) ([7c99816](https://github.com/lobehub/lobe-chat/commit/7c99816)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.102.2](https://github.com/lobehub/lobe-chat/compare/v0.102.1...v0.102.2) - -Released on **2023-11-20** - -#### 🐛 Bug Fixes - -- **misc**: Fix model tag missing. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix model tag missing, closes [#481](https://github.com/lobehub/lobe-chat/issues/481) ([8c96cf0](https://github.com/lobehub/lobe-chat/commit/8c96cf0)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.102.1](https://github.com/lobehub/lobe-chat/compare/v0.102.0...v0.102.1) - -Released on **2023-11-19** - -#### 🐛 Bug Fixes - -- **misc**: Fix image upload list missing. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix image upload list missing ([6bbac34](https://github.com/lobehub/lobe-chat/commit/6bbac34)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.102.0](https://github.com/lobehub/lobe-chat/compare/v0.101.7...v0.102.0) - -Released on **2023-11-19** - -#### ✨ Features - -- **misc**: Support TTS & STT. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Support TTS & STT, closes [#443](https://github.com/lobehub/lobe-chat/issues/443) ([4fa2ef4](https://github.com/lobehub/lobe-chat/commit/4fa2ef4)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.101.7](https://github.com/lobehub/lobe-chat/compare/v0.101.6...v0.101.7) - -Released on **2023-11-18** - -#### 🐛 Bug Fixes - -- **misc**: Agent details sidebar and market page height overflow. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Agent details sidebar and market page height overflow ([71a54cc](https://github.com/lobehub/lobe-chat/commit/71a54cc)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.101.6](https://github.com/lobehub/lobe-chat/compare/v0.101.5...v0.101.6) - -Released on **2023-11-17** - -#### 💄 Styles - -- **misc**: Add config to renderErrorMessages, Use new Alert ui. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Add config to renderErrorMessages ([75b6b40](https://github.com/lobehub/lobe-chat/commit/75b6b40)) -- **misc**: Use new Alert ui ([cf845a7](https://github.com/lobehub/lobe-chat/commit/cf845a7)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.101.5](https://github.com/lobehub/lobe-chat/compare/v0.101.4...v0.101.5) - -Released on **2023-11-17** - -#### 🐛 Bug Fixes - -- **misc**: Improve openai error info. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Improve openai error info, closes [#469](https://github.com/lobehub/lobe-chat/issues/469) ([5523b64](https://github.com/lobehub/lobe-chat/commit/5523b64)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.101.4](https://github.com/lobehub/lobe-chat/compare/v0.101.3...v0.101.4) - -Released on **2023-11-14** - -#### 🐛 Bug Fixes - -- **misc**: Fix the plugin array merge error when fork agent from market. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix the plugin array merge error when fork agent from market, closes [#459](https://github.com/lobehub/lobe-chat/issues/459) ([fc29b33](https://github.com/lobehub/lobe-chat/commit/fc29b33)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.101.3](https://github.com/lobehub/lobe-chat/compare/v0.101.2...v0.101.3) - -Released on **2023-11-14** - -#### 💄 Styles - -- **misc**: Improve password ui to make it more clear. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Improve password ui to make it more clear, closes [#458](https://github.com/lobehub/lobe-chat/issues/458) ([e3d2a8e](https://github.com/lobehub/lobe-chat/commit/e3d2a8e)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.101.2](https://github.com/lobehub/lobe-chat/compare/v0.101.1...v0.101.2) - -Released on **2023-11-14** - -#### 💄 Styles - -- **misc**: upload image to vision model adapting to mobile device. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: upload image to vision model adapting to mobile device, closes [#457](https://github.com/lobehub/lobe-chat/issues/457) ([9c4f4ee](https://github.com/lobehub/lobe-chat/commit/9c4f4ee)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.101.1](https://github.com/lobehub/lobe-chat/compare/v0.101.0...v0.101.1) - -Released on **2023-11-14** - -#### 🐛 Bug Fixes - -- **misc**: Fix market search (fix. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix market search (fix, closes [#437](https://github.com/lobehub/lobe-chat/issues/437) ([178b742](https://github.com/lobehub/lobe-chat/commit/178b742)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.101.0](https://github.com/lobehub/lobe-chat/compare/v0.100.5...v0.101.0) - -Released on **2023-11-14** - -#### ✨ Features - -- **misc**: Support upload images to chat with gpt4-vision model. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Support upload images to chat with gpt4-vision model, closes [#440](https://github.com/lobehub/lobe-chat/issues/440) ([858d047](https://github.com/lobehub/lobe-chat/commit/858d047)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.100.5](https://github.com/lobehub/lobe-chat/compare/v0.100.4...v0.100.5) - -Released on **2023-11-11** - -#### ♻ Code Refactoring - -- **misc**: Refactor the input area to suit the files upload feature. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor the input area to suit the files upload feature, closes [#442](https://github.com/lobehub/lobe-chat/issues/442) ([57a61fd](https://github.com/lobehub/lobe-chat/commit/57a61fd)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.100.4](https://github.com/lobehub/lobe-chat/compare/v0.100.3...v0.100.4) - -Released on **2023-11-11** - -#### 🐛 Bug Fixes - -- **misc**: Hotkey disabled in form tags. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Hotkey disabled in form tags ([165888f](https://github.com/lobehub/lobe-chat/commit/165888f)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.100.3](https://github.com/lobehub/lobe-chat/compare/v0.100.2...v0.100.3) - -Released on **2023-11-09** - -#### 🐛 Bug Fixes - -- **misc**: Fix market error. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix market error ([3d7550c](https://github.com/lobehub/lobe-chat/commit/3d7550c)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.100.2](https://github.com/lobehub/lobe-chat/compare/v0.100.1...v0.100.2) - -Released on **2023-11-09** - -#### 🐛 Bug Fixes - -- **misc**: Upgrade viewport for nextjs 14. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Upgrade viewport for nextjs 14, closes [#436](https://github.com/lobehub/lobe-chat/issues/436) ([57d3d07](https://github.com/lobehub/lobe-chat/commit/57d3d07)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.100.1](https://github.com/lobehub/lobe-chat/compare/v0.100.0...v0.100.1) - -Released on **2023-11-09** - -
- -
- Improvements and Fixes -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.100.0](https://github.com/lobehub/lobe-chat/compare/v0.99.1...v0.100.0) - -Released on **2023-11-09** - -#### ✨ Features - -- **hotkeys**: Compatible with SSR, display platform specific key. -- **misc**: Platform check utils. - -
- -
- Improvements and Fixes - -#### What's improved - -- **hotkeys**: Compatible with SSR ([99fa4f8](https://github.com/lobehub/lobe-chat/commit/99fa4f8)) -- **hotkeys**: Display platform specific key ([ee332a4](https://github.com/lobehub/lobe-chat/commit/ee332a4)) -- **misc**: Platform check utils ([08a3cb9](https://github.com/lobehub/lobe-chat/commit/08a3cb9)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.99.1](https://github.com/lobehub/lobe-chat/compare/v0.99.0...v0.99.1) - -Released on **2023-11-08** - -#### 💄 Styles - -- **misc**: Add max height to model menu in chat input area. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Add max height to model menu in chat input area, closes [#430](https://github.com/lobehub/lobe-chat/issues/430) ([c9a86f3](https://github.com/lobehub/lobe-chat/commit/c9a86f3)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.99.0](https://github.com/lobehub/lobe-chat/compare/v0.98.3...v0.99.0) - -Released on **2023-11-08** - -#### ✨ Features - -- **misc**: Add Environment Variable for custom model name when deploying. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Add Environment Variable for custom model name when deploying, closes [#429](https://github.com/lobehub/lobe-chat/issues/429) ([15f9fa2](https://github.com/lobehub/lobe-chat/commit/15f9fa2)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.98.3](https://github.com/lobehub/lobe-chat/compare/v0.98.2...v0.98.3) - -Released on **2023-11-07** - -#### 🐛 Bug Fixes - -- **misc**: Fix redirect to welcome problem when there are topics in inbox. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix redirect to welcome problem when there are topics in inbox, closes [#422](https://github.com/lobehub/lobe-chat/issues/422) ([3d2588a](https://github.com/lobehub/lobe-chat/commit/3d2588a)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.98.2](https://github.com/lobehub/lobe-chat/compare/v0.98.1...v0.98.2) - -Released on **2023-11-07** - -#### ♻ Code Refactoring - -- **misc**: Refactor antd locale file to useSWR. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor antd locale file to useSWR ([2e1cd7c](https://github.com/lobehub/lobe-chat/commit/2e1cd7c)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.98.1](https://github.com/lobehub/lobe-chat/compare/v0.98.0...v0.98.1) - -Released on **2023-11-07** - -#### 💄 Styles - -- **misc**: Update welcome assetes. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Update welcome assetes ([8840554](https://github.com/lobehub/lobe-chat/commit/8840554)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.98.0](https://github.com/lobehub/lobe-chat/compare/v0.97.1...v0.98.0) - -Released on **2023-11-07** - -#### ✨ Features - -- **misc**: Support latest openai model. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Support latest openai model, closes [#417](https://github.com/lobehub/lobe-chat/issues/417) ([46386dc](https://github.com/lobehub/lobe-chat/commit/46386dc)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.97.1](https://github.com/lobehub/lobe-chat/compare/v0.97.0...v0.97.1) - -Released on **2023-11-06** - -#### 🐛 Bug Fixes - -- **misc**: Use pnpm to fix docker release. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Use pnpm to fix docker release ([886cc3b](https://github.com/lobehub/lobe-chat/commit/886cc3b)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.97.0](https://github.com/lobehub/lobe-chat/compare/v0.96.9...v0.97.0) - -Released on **2023-11-05** - -#### ✨ Features - -- **misc**: Add open new topic when open a topic. - -#### 🐛 Bug Fixes - -- **misc**: Fix toggle back to default topic when clearing topic. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Add open new topic when open a topic ([4df6384](https://github.com/lobehub/lobe-chat/commit/4df6384)) - -#### What's fixed - -- **misc**: Fix toggle back to default topic when clearing topic ([6fe0a5c](https://github.com/lobehub/lobe-chat/commit/6fe0a5c)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.96.9](https://github.com/lobehub/lobe-chat/compare/v0.96.8...v0.96.9) - -Released on **2023-11-04** - -#### 💄 Styles - -- **misc**: Update topic list header. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Update topic list header ([ce932d7](https://github.com/lobehub/lobe-chat/commit/ce932d7)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.96.8](https://github.com/lobehub/lobe-chat/compare/v0.96.7...v0.96.8) - -Released on **2023-10-31** - -#### 🐛 Bug Fixes - -- **misc**: Fix a bug that weather plugin is not work correctly, template remove sharp deps. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix a bug that weather plugin is not work correctly ([dbb65ff](https://github.com/lobehub/lobe-chat/commit/dbb65ff)) -- **misc**: Template remove sharp deps ([380723d](https://github.com/lobehub/lobe-chat/commit/380723d)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.96.7](https://github.com/lobehub/lobe-chat/compare/v0.96.6...v0.96.7) - -Released on **2023-10-31** - -#### 🐛 Bug Fixes - -- **misc**: Fix a bug when click inbox not switch back to chat page. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix a bug when click inbox not switch back to chat page ([31f6d29](https://github.com/lobehub/lobe-chat/commit/31f6d29)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.96.6](https://github.com/lobehub/lobe-chat/compare/v0.96.5...v0.96.6) - -Released on **2023-10-30** - -#### 🐛 Bug Fixes - -- **misc**: Improve plausible analytics ENV. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Improve plausible analytics ENV ([aa851d4](https://github.com/lobehub/lobe-chat/commit/aa851d4)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.96.5](https://github.com/lobehub/lobe-chat/compare/v0.96.4...v0.96.5) - -Released on **2023-10-29** - -#### 🐛 Bug Fixes - -- **misc**: Fix docker image optimization error log. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix docker image optimization error log ([730aec1](https://github.com/lobehub/lobe-chat/commit/730aec1)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.96.4](https://github.com/lobehub/lobe-chat/compare/v0.96.3...v0.96.4) - -Released on **2023-10-29** - -#### 🐛 Bug Fixes - -- **misc**: Fix agents market locale fallback to english. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix agents market locale fallback to english, closes [#382](https://github.com/lobehub/lobe-chat/issues/382) ([3814523](https://github.com/lobehub/lobe-chat/commit/3814523)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.96.3](https://github.com/lobehub/lobe-chat/compare/v0.96.2...v0.96.3) - -Released on **2023-10-28** - -#### 💄 Styles - -- **misc**: Fix SessionList on mobile. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Fix SessionList on mobile ([e7e7b80](https://github.com/lobehub/lobe-chat/commit/e7e7b80)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.96.2](https://github.com/lobehub/lobe-chat/compare/v0.96.1...v0.96.2) - -Released on **2023-10-28** - -#### 💄 Styles - -- **misc**: Fix some styles and make updates to various files. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Fix some styles and make updates to various files ([44a5f0a](https://github.com/lobehub/lobe-chat/commit/44a5f0a)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.96.1](https://github.com/lobehub/lobe-chat/compare/v0.96.0...v0.96.1) - -Released on **2023-10-28** - -#### 💄 Styles - -- **misc**: Add guide to market page. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Add guide to market page ([8a794f9](https://github.com/lobehub/lobe-chat/commit/8a794f9)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.96.0](https://github.com/lobehub/lobe-chat/compare/v0.95.1...v0.96.0) - -Released on **2023-10-27** - -#### ✨ Features - -- **misc**: Improve pin mode about session group. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Improve pin mode about session group, closes [#369](https://github.com/lobehub/lobe-chat/issues/369) ([75c5883](https://github.com/lobehub/lobe-chat/commit/75c5883)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.95.1](https://github.com/lobehub/lobe-chat/compare/v0.95.0...v0.95.1) - -Released on **2023-10-25** - -#### 💄 Styles - -- **misc**: Improve plugin message ui. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Improve plugin message ui ([6edd25b](https://github.com/lobehub/lobe-chat/commit/6edd25b)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.95.0](https://github.com/lobehub/lobe-chat/compare/v0.94.5...v0.95.0) - -Released on **2023-10-24** - -#### ♻ Code Refactoring - -- **misc**: 优化 plugin 文件夹命名以支持 standalone 类型的插件. - -#### ✨ Features - -- **misc**: Support function call at message end, support plugin settings modal, support plugin state and settings. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: 优化 plugin 文件夹命名以支持 standalone 类型的插件 ([98860a8](https://github.com/lobehub/lobe-chat/commit/98860a8)) - -#### What's improved - -- **misc**: Support function call at message end, closes [#357](https://github.com/lobehub/lobe-chat/issues/357) ([e195fdb](https://github.com/lobehub/lobe-chat/commit/e195fdb)) -- **misc**: Support plugin settings modal ([f47b6fa](https://github.com/lobehub/lobe-chat/commit/f47b6fa)) -- **misc**: Support plugin state and settings ([10829a4](https://github.com/lobehub/lobe-chat/commit/10829a4)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.94.5](https://github.com/lobehub/lobe-chat/compare/v0.94.4...v0.94.5) - -Released on **2023-10-22** - -#### 🐛 Bug Fixes - -- **misc**: Fallback agent market index to en when not find correct locale. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fallback agent market index to en when not find correct locale, closes [#355](https://github.com/lobehub/lobe-chat/issues/355) ([7a45ab4](https://github.com/lobehub/lobe-chat/commit/7a45ab4)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.94.4](https://github.com/lobehub/lobe-chat/compare/v0.94.3...v0.94.4) - -Released on **2023-10-21** - -#### 🐛 Bug Fixes - -- **misc**: Fix break cn chars in stream mode. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix break cn chars in stream mode, closes [#347](https://github.com/lobehub/lobe-chat/issues/347) ([f831447](https://github.com/lobehub/lobe-chat/commit/f831447)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.94.3](https://github.com/lobehub/lobe-chat/compare/v0.94.2...v0.94.3) - -Released on **2023-10-19** - -#### 🐛 Bug Fixes - -- **misc**: Fix agent share format. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix agent share format ([56ebc0b](https://github.com/lobehub/lobe-chat/commit/56ebc0b)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.94.2](https://github.com/lobehub/lobe-chat/compare/v0.94.1...v0.94.2) - -Released on **2023-10-19** - -#### 🐛 Bug Fixes - -- **misc**: Fix agent market with other locales. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix agent market with other locales ([2414d34](https://github.com/lobehub/lobe-chat/commit/2414d34)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.94.1](https://github.com/lobehub/lobe-chat/compare/v0.94.0...v0.94.1) - -Released on **2023-10-19** - -#### 💄 Styles - -- **misc**: Update ShareAgentButton. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Update ShareAgentButton ([c396bd7](https://github.com/lobehub/lobe-chat/commit/c396bd7)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.94.0](https://github.com/lobehub/lobe-chat/compare/v0.93.0...v0.94.0) - -Released on **2023-10-18** - -#### ✨ Features - -- **misc**: Add agent share. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Add agent share ([953d7c7](https://github.com/lobehub/lobe-chat/commit/953d7c7)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.93.0](https://github.com/lobehub/lobe-chat/compare/v0.92.0...v0.93.0) - -Released on **2023-10-18** - -#### ♻ Code Refactoring - -- **misc**: Refactor chain. - -#### ✨ Features - -- **misc**: Support multi-language translate. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor chain ([49c4863](https://github.com/lobehub/lobe-chat/commit/49c4863)) - -#### What's improved - -- **misc**: Support multi-language translate ([548bc5d](https://github.com/lobehub/lobe-chat/commit/548bc5d)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.92.0](https://github.com/lobehub/lobe-chat/compare/v0.91.0...v0.92.0) - -Released on **2023-10-18** - -#### ✨ Features - -- **misc**: Support translate message to current language. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Support translate message to current language, closes [#340](https://github.com/lobehub/lobe-chat/issues/340) ([cf15f1e](https://github.com/lobehub/lobe-chat/commit/cf15f1e)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.91.0](https://github.com/lobehub/lobe-chat/compare/v0.90.3...v0.91.0) - -Released on **2023-10-17** - -#### ✨ Features - -- **misc**: Add hotkeys. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Add hotkeys, closes [#286](https://github.com/lobehub/lobe-chat/issues/286) ([041054d](https://github.com/lobehub/lobe-chat/commit/041054d)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.90.3](https://github.com/lobehub/lobe-chat/compare/v0.90.2...v0.90.3) - -Released on **2023-10-17** - -#### 🐛 Bug Fixes - -- **misc**: Fix ActionBar props and regenerate btn with error message. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix ActionBar props and regenerate btn with error message, closes [#337](https://github.com/lobehub/lobe-chat/issues/337) ([246e8fd](https://github.com/lobehub/lobe-chat/commit/246e8fd)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.90.2](https://github.com/lobehub/lobe-chat/compare/v0.90.1...v0.90.2) - -Released on **2023-10-17** - -#### ♻ Code Refactoring - -- **misc**: Refactor OpenAIStreamPayload with chat name. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor OpenAIStreamPayload with chat name ([a799530](https://github.com/lobehub/lobe-chat/commit/a799530)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.90.1](https://github.com/lobehub/lobe-chat/compare/v0.90.0...v0.90.1) - -Released on **2023-10-17** - -#### 💄 Styles - -- **misc**: Fix lazyload height. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Fix lazyload height ([98efe02](https://github.com/lobehub/lobe-chat/commit/98efe02)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.90.0](https://github.com/lobehub/lobe-chat/compare/v0.89.10...v0.90.0) - -Released on **2023-10-17** - -#### ✨ Features - -- **misc**: Add Lazyload. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Add Lazyload ([27d6cb7](https://github.com/lobehub/lobe-chat/commit/27d6cb7)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.89.10](https://github.com/lobehub/lobe-chat/compare/v0.89.9...v0.89.10) - -Released on **2023-10-17** - -#### ♻ Code Refactoring - -- **misc**: Refactor ChatList onActionsClick. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor ChatList onActionsClick ([d06d87e](https://github.com/lobehub/lobe-chat/commit/d06d87e)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.89.9](https://github.com/lobehub/lobe-chat/compare/v0.89.8...v0.89.9) - -Released on **2023-10-17** - -#### 🐛 Bug Fixes - -- **misc**: Fix ChatList FC Render. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix ChatList FC Render ([4b8bdbd](https://github.com/lobehub/lobe-chat/commit/4b8bdbd)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.89.8](https://github.com/lobehub/lobe-chat/compare/v0.89.7...v0.89.8) - -Released on **2023-10-16** - -#### ♻ Code Refactoring - -- **misc**: Refactor ChatList. - -#### 🐛 Bug Fixes - -- **misc**: Fix type. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor ChatList, closes [#147](https://github.com/lobehub/lobe-chat/issues/147) ([aa4216c](https://github.com/lobehub/lobe-chat/commit/aa4216c)) - -#### What's fixed - -- **misc**: Fix type ([1e931d5](https://github.com/lobehub/lobe-chat/commit/1e931d5)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.89.7](https://github.com/lobehub/lobe-chat/compare/v0.89.6...v0.89.7) - -Released on **2023-10-16** - -#### 🐛 Bug Fixes - -- **misc**: Fix setting tab highlight (fix. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix setting tab highlight (fix, closes [#332](https://github.com/lobehub/lobe-chat/issues/332) ([d288f9d](https://github.com/lobehub/lobe-chat/commit/d288f9d)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.89.6](https://github.com/lobehub/lobe-chat/compare/v0.89.5...v0.89.6) - -Released on **2023-10-15** - -
- -
- Improvements and Fixes -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.89.5](https://github.com/lobehub/lobe-chat/compare/v0.89.4...v0.89.5) - -Released on **2023-10-15** - -#### 🐛 Bug Fixes - -- **misc**: Fix fallback to en when the locale is zh, fix reset button not clear plugin settings. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix fallback to en when the locale is zh ([ff2c00e](https://github.com/lobehub/lobe-chat/commit/ff2c00e)) -- **misc**: Fix reset button not clear plugin settings ([aa1e657](https://github.com/lobehub/lobe-chat/commit/aa1e657)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.89.4](https://github.com/lobehub/lobe-chat/compare/v0.89.3...v0.89.4) - -Released on **2023-10-15** - -#### 🐛 Bug Fixes - -- **misc**: Fix qwen, chatglm request failed. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix qwen, chatglm request failed, closes [#318](https://github.com/lobehub/lobe-chat/issues/318) ([a5699e2](https://github.com/lobehub/lobe-chat/commit/a5699e2)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.89.3](https://github.com/lobehub/lobe-chat/compare/v0.89.2...v0.89.3) - -Released on **2023-10-12** - -#### 🐛 Bug Fixes - -- **misc**: Fix plugin error with nginx reverse proxy. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix plugin error with nginx reverse proxy, closes [#315](https://github.com/lobehub/lobe-chat/issues/315) ([3ba3a3b](https://github.com/lobehub/lobe-chat/commit/3ba3a3b)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.89.2](https://github.com/lobehub/lobe-chat/compare/v0.89.1...v0.89.2) - -Released on **2023-10-12** - -#### 💄 Styles - -- **misc**: Modify onClick event in SessionHeader, change title in Loading component,. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Modify onClick event in SessionHeader, change title in Loading component, ([b984f6a](https://github.com/lobehub/lobe-chat/commit/b984f6a)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.89.1](https://github.com/lobehub/lobe-chat/compare/v0.89.0...v0.89.1) - -Released on **2023-10-12** - -#### 🐛 Bug Fixes - -- **misc**: Remove useless dynamic import. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Remove useless dynamic import ([4a9c426](https://github.com/lobehub/lobe-chat/commit/4a9c426)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.89.0](https://github.com/lobehub/lobe-chat/compare/v0.88.0...v0.89.0) - -Released on **2023-10-12** - -#### ✨ Features - -- **agent-card**: Add and modify features for agent card. - -
- -
- Improvements and Fixes - -#### What's improved - -- **agent-card**: Add and modify features for agent card ([3e3090a](https://github.com/lobehub/lobe-chat/commit/3e3090a)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.88.0](https://github.com/lobehub/lobe-chat/compare/v0.87.0...v0.88.0) - -Released on **2023-10-11** - -#### ✨ Features - -- **misc**: Add mobile responsiveness, create new component, modify properties, make API calls, Dynamically import components using "dynamic" function. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Add mobile responsiveness, create new component, modify properties, make API calls ([759c920](https://github.com/lobehub/lobe-chat/commit/759c920)) -- **misc**: Dynamically import components using "dynamic" function ([dd9db22](https://github.com/lobehub/lobe-chat/commit/dd9db22)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.87.0](https://github.com/lobehub/lobe-chat/compare/v0.86.5...v0.87.0) - -Released on **2023-10-11** - -#### ✨ Features - -- **misc**: Support custom model name. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Support custom model name, closes [#305](https://github.com/lobehub/lobe-chat/issues/305) ([84a066a](https://github.com/lobehub/lobe-chat/commit/84a066a)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.86.5](https://github.com/lobehub/lobe-chat/compare/v0.86.4...v0.86.5) - -Released on **2023-10-11** - -#### 🐛 Bug Fixes - -- **misc**: Fix clear session error. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix clear session error, closes [#303](https://github.com/lobehub/lobe-chat/issues/303) ([09512fc](https://github.com/lobehub/lobe-chat/commit/09512fc)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.86.4](https://github.com/lobehub/lobe-chat/compare/v0.86.3...v0.86.4) - -Released on **2023-10-11** - -#### 💄 Styles - -- **misc**: Improve api key form. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Improve api key form ([fa3170d](https://github.com/lobehub/lobe-chat/commit/fa3170d)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.86.3](https://github.com/lobehub/lobe-chat/compare/v0.86.2...v0.86.3) - -Released on **2023-10-11** - -#### 🐛 Bug Fixes - -- **misc**: Fix docker image. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix docker image ([14ff80e](https://github.com/lobehub/lobe-chat/commit/14ff80e)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.86.2](https://github.com/lobehub/lobe-chat/compare/v0.86.1...v0.86.2) - -Released on **2023-10-11** - -#### 🐛 Bug Fixes - -- **docker**: Improve config to reduce unnecessary env and change default PORT. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **docker**: Improve config to reduce unnecessary env and change default PORT, closes [#298](https://github.com/lobehub/lobe-chat/issues/298) ([6061318](https://github.com/lobehub/lobe-chat/commit/6061318)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.86.1](https://github.com/lobehub/lobe-chat/compare/v0.86.0...v0.86.1) - -Released on **2023-10-11** - -#### 🐛 Bug Fixes - -- **misc**: Fix docker reverse proxy don't work. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix docker reverse proxy don't work, closes [#294](https://github.com/lobehub/lobe-chat/issues/294) ([a51ba1d](https://github.com/lobehub/lobe-chat/commit/a51ba1d)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.86.0](https://github.com/lobehub/lobe-chat/compare/v0.85.3...v0.86.0) - -Released on **2023-10-10** - -#### ✨ Features - -- **misc**: Support docker deploy. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Support docker deploy, closes [#283](https://github.com/lobehub/lobe-chat/issues/283) ([5bbc87c](https://github.com/lobehub/lobe-chat/commit/5bbc87c)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.85.3](https://github.com/lobehub/lobe-chat/compare/v0.85.2...v0.85.3) - -Released on **2023-10-10** - -#### 💄 Styles - -- **misc**: Add new components, modify display properties, and update settings feature, Replace 100vh with 100% to fix mobile scroll problem. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Add new components, modify display properties, and update settings feature ([87a4a46](https://github.com/lobehub/lobe-chat/commit/87a4a46)) -- **misc**: Replace 100vh with 100% to fix mobile scroll problem ([2ef3c94](https://github.com/lobehub/lobe-chat/commit/2ef3c94)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.85.2](https://github.com/lobehub/lobe-chat/compare/v0.85.1...v0.85.2) - -Released on **2023-10-10** - -#### 🐛 Bug Fixes - -- **misc**: Add apikey form when there is no default api key in env. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Add apikey form when there is no default api key in env, closes [#290](https://github.com/lobehub/lobe-chat/issues/290) ([2c907e9](https://github.com/lobehub/lobe-chat/commit/2c907e9)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.85.1](https://github.com/lobehub/lobe-chat/compare/v0.85.0...v0.85.1) - -Released on **2023-10-10** - -#### 🐛 Bug Fixes - -- **misc**: Fix mobile safe area (fix. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix mobile safe area (fix, closes [#211](https://github.com/lobehub/lobe-chat/issues/211) ([68775b8](https://github.com/lobehub/lobe-chat/commit/68775b8)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.85.0](https://github.com/lobehub/lobe-chat/compare/v0.84.0...v0.85.0) - -Released on **2023-10-10** - -#### ✨ Features - -- **misc**: Add ja_JP, ko_KR and update workflow. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Add ja_JP, ko_KR and update workflow ([57512a0](https://github.com/lobehub/lobe-chat/commit/57512a0)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.84.0](https://github.com/lobehub/lobe-chat/compare/v0.83.10...v0.84.0) - -Released on **2023-10-10** - -#### ✨ Features - -- **misc**: Support detect new version and upgrade action. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Support detect new version and upgrade action, closes [#282](https://github.com/lobehub/lobe-chat/issues/282) ([5da19b2](https://github.com/lobehub/lobe-chat/commit/5da19b2)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.83.10](https://github.com/lobehub/lobe-chat/compare/v0.83.9...v0.83.10) - -Released on **2023-10-09** - -#### ♻ Code Refactoring - -- **layout**: Refactor layout, Refactor settings layout, Refactor ssc layout. -- **share**: Use modern-screenshot. - -#### 🐛 Bug Fixes - -- **misc**: Fix rsc layout. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **layout**: Refactor layout ([ace21f4](https://github.com/lobehub/lobe-chat/commit/ace21f4)) -- **layout**: Refactor settings layout ([bd48121](https://github.com/lobehub/lobe-chat/commit/bd48121)) -- **layout**: Refactor ssc layout ([26e1c41](https://github.com/lobehub/lobe-chat/commit/26e1c41)) -- **share**: Use modern-screenshot, closes [#256](https://github.com/lobehub/lobe-chat/issues/256) ([b3d7108](https://github.com/lobehub/lobe-chat/commit/b3d7108)) - -#### What's fixed - -- **misc**: Fix rsc layout ([d73f13f](https://github.com/lobehub/lobe-chat/commit/d73f13f)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.83.9](https://github.com/lobehub/lobe-chat/compare/v0.83.8...v0.83.9) - -Released on **2023-10-08** - -#### ♻ Code Refactoring - -- **agent-market**: Refactor desktop and mobile to improve mobile performance. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **agent-market**: Refactor desktop and mobile to improve mobile performance, closes [#278](https://github.com/lobehub/lobe-chat/issues/278) ([82b7f60](https://github.com/lobehub/lobe-chat/commit/82b7f60)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.83.8](https://github.com/lobehub/lobe-chat/compare/v0.83.7...v0.83.8) - -Released on **2023-10-07** - -
- -
- Improvements and Fixes -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.83.7](https://github.com/lobehub/lobe-chat/compare/v0.83.6...v0.83.7) - -Released on **2023-10-07** - -#### 🐛 Bug Fixes - -- **misc**: Fix shuffle, use search url with agent item. - -#### 💄 Styles - -- **misc**: Better tag style, improve loading state. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix shuffle ([d4b9dc3](https://github.com/lobehub/lobe-chat/commit/d4b9dc3)) -- **misc**: Use search url with agent item ([98df623](https://github.com/lobehub/lobe-chat/commit/98df623)) - -#### Styles - -- **misc**: Better tag style ([38e42ea](https://github.com/lobehub/lobe-chat/commit/38e42ea)) -- **misc**: Improve loading state ([f00c868](https://github.com/lobehub/lobe-chat/commit/f00c868)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.83.6](https://github.com/lobehub/lobe-chat/compare/v0.83.5...v0.83.6) - -Released on **2023-10-06** - -#### 💄 Styles - -- **misc**: Update modal style. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Update modal style ([2ab1475](https://github.com/lobehub/lobe-chat/commit/2ab1475)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.83.5](https://github.com/lobehub/lobe-chat/compare/v0.83.4...v0.83.5) - -Released on **2023-10-06** - -#### 🐛 Bug Fixes - -- **misc**: Fix agent market list. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix agent market list, closes [#273](https://github.com/lobehub/lobe-chat/issues/273) ([c020277](https://github.com/lobehub/lobe-chat/commit/c020277)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.83.4](https://github.com/lobehub/lobe-chat/compare/v0.83.3...v0.83.4) - -Released on **2023-10-06** - -#### 🐛 Bug Fixes - -- **misc**: Fix agent settings. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix agent settings, closes [#271](https://github.com/lobehub/lobe-chat/issues/271) ([aac9a70](https://github.com/lobehub/lobe-chat/commit/aac9a70)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.83.3](https://github.com/lobehub/lobe-chat/compare/v0.83.2...v0.83.3) - -Released on **2023-10-06** - -#### ♻ Code Refactoring - -- **misc**: Refactor the settings layout to rsc. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor the settings layout to rsc ([b840f44](https://github.com/lobehub/lobe-chat/commit/b840f44)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.83.2](https://github.com/lobehub/lobe-chat/compare/v0.83.1...v0.83.2) - -Released on **2023-10-06** - -#### 🐛 Bug Fixes - -- **misc**: Fix setCookie method that set cookie with sub-path. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix setCookie method that set cookie with sub-path, closes [#269](https://github.com/lobehub/lobe-chat/issues/269) ([1b859b7](https://github.com/lobehub/lobe-chat/commit/1b859b7)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.83.1](https://github.com/lobehub/lobe-chat/compare/v0.83.0...v0.83.1) - -Released on **2023-10-06** - -#### ♻ Code Refactoring - -- **misc**: Refactor settings page entry. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor settings page entry ([e86aff2](https://github.com/lobehub/lobe-chat/commit/e86aff2)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.83.0](https://github.com/lobehub/lobe-chat/compare/v0.82.9...v0.83.0) - -Released on **2023-10-06** - -#### ✨ Features - -- **misc**: Upgrade locale with SSR. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Upgrade locale with SSR, closes [#268](https://github.com/lobehub/lobe-chat/issues/268) ([2fdea52](https://github.com/lobehub/lobe-chat/commit/2fdea52)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.82.9](https://github.com/lobehub/lobe-chat/compare/v0.82.8...v0.82.9) - -Released on **2023-10-05** - -
- -
- Improvements and Fixes -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.82.8](https://github.com/lobehub/lobe-chat/compare/v0.82.7...v0.82.8) - -Released on **2023-09-30** - -#### ♻ Code Refactoring - -- **misc**: Refactor / route to reduce page js size. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor / route to reduce page js size ([79f0347](https://github.com/lobehub/lobe-chat/commit/79f0347)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.82.7](https://github.com/lobehub/lobe-chat/compare/v0.82.6...v0.82.7) - -Released on **2023-09-30** - -#### ♻ Code Refactoring - -- **misc**: Refactor the api router to app route handlers. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor the api router to app route handlers, closes [#254](https://github.com/lobehub/lobe-chat/issues/254) ([f032112](https://github.com/lobehub/lobe-chat/commit/f032112)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.82.6](https://github.com/lobehub/lobe-chat/compare/v0.82.5...v0.82.6) - -Released on **2023-09-29** - -#### 🐛 Bug Fixes - -- **misc**: Fix share default config, pin openai to fix type error. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix share default config ([e00d6bf](https://github.com/lobehub/lobe-chat/commit/e00d6bf)) -- **misc**: Pin openai to fix type error ([5af4050](https://github.com/lobehub/lobe-chat/commit/5af4050)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.82.5](https://github.com/lobehub/lobe-chat/compare/v0.82.4...v0.82.5) - -Released on **2023-09-29** - -#### 💄 Styles - -- **misc**: Update theme color and styling of mobile settings page. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Update theme color and styling of mobile settings page ([1acfb71](https://github.com/lobehub/lobe-chat/commit/1acfb71)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.82.4](https://github.com/lobehub/lobe-chat/compare/v0.82.3...v0.82.4) - -Released on **2023-09-29** - -#### 🐛 Bug Fixes - -- **misc**: 修正 localStorage 不存在造成设置页刷新 500 保存的问题. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: 修正 localStorage 不存在造成设置页刷新 500 保存的问题 ([b894cc8](https://github.com/lobehub/lobe-chat/commit/b894cc8)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.82.3](https://github.com/lobehub/lobe-chat/compare/v0.82.2...v0.82.3) - -Released on **2023-09-29** - -#### 🐛 Bug Fixes - -- **misc**: 修正 access code 校验逻辑,修正 api key 无法正常显示在秘钥输入框,并增加显示关闭按钮,修正移动端输入 access code 默认打开数据键盘的问题. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: 修正 access code 校验逻辑,closes [#184](https://github.com/lobehub/lobe-chat/issues/184) ([a7301c3](https://github.com/lobehub/lobe-chat/commit/a7301c3)) -- **misc**: 修正 api key 无法正常显示在秘钥输入框,并增加显示关闭按钮,closes [#182](https://github.com/lobehub/lobe-chat/issues/182) ([def1153](https://github.com/lobehub/lobe-chat/commit/def1153)) -- **misc**: 修正移动端输入 access code 默认打开数据键盘的问题 ([7994982](https://github.com/lobehub/lobe-chat/commit/7994982)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.82.2](https://github.com/lobehub/lobe-chat/compare/v0.82.1...v0.82.2) - -Released on **2023-09-28** - -#### ♻ Code Refactoring - -- **misc**: Refactor settings page and mobile ux. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor settings page and mobile ux ([89c5648](https://github.com/lobehub/lobe-chat/commit/89c5648)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.82.1](https://github.com/lobehub/lobe-chat/compare/v0.82.0...v0.82.1) - -Released on **2023-09-27** - -#### 🐛 Bug Fixes - -- **misc**: Fix share screenshot scrollbar. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix share screenshot scrollbar ([244b3b4](https://github.com/lobehub/lobe-chat/commit/244b3b4)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.82.0](https://github.com/lobehub/lobe-chat/compare/v0.81.0...v0.82.0) - -Released on **2023-09-27** - -#### ✨ Features - -- **share**: Add screenshot. - -
- -
- Improvements and Fixes - -#### What's improved - -- **share**: Add screenshot, closes [#152](https://github.com/lobehub/lobe-chat/issues/152) ([f5d21f4](https://github.com/lobehub/lobe-chat/commit/f5d21f4)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.81.0](https://github.com/lobehub/lobe-chat/compare/v0.80.2...v0.81.0) - -Released on **2023-09-27** - -#### ✨ Features - -- **misc**: Add several analytics sdk. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Add several analytics sdk, closes [#244](https://github.com/lobehub/lobe-chat/issues/244) ([65c6c93](https://github.com/lobehub/lobe-chat/commit/65c6c93)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.80.2](https://github.com/lobehub/lobe-chat/compare/v0.80.1...v0.80.2) - -Released on **2023-09-27** - -#### 💄 Styles - -- **misc**: Switch Modal components to @lobehub/ui. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Switch Modal components to @lobehub/ui ([d056015](https://github.com/lobehub/lobe-chat/commit/d056015)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.80.1](https://github.com/lobehub/lobe-chat/compare/v0.80.0...v0.80.1) - -Released on **2023-09-27** - -#### 💄 Styles - -- **misc**: Fix conversation mobile view area. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Fix conversation mobile view area ([6668e11](https://github.com/lobehub/lobe-chat/commit/6668e11)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.80.0](https://github.com/lobehub/lobe-chat/compare/v0.79.8...v0.80.0) - -Released on **2023-09-27** - -#### ✨ Features - -- **misc**: Improve user experience and ensure consistency. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Improve user experience and ensure consistency ([abba584](https://github.com/lobehub/lobe-chat/commit/abba584)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.79.8](https://github.com/lobehub/lobe-chat/compare/v0.79.7...v0.79.8) - -Released on **2023-09-27** - -#### 💄 Styles - -- **misc**: Fix safearea in mobile. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Fix safearea in mobile ([2adfb04](https://github.com/lobehub/lobe-chat/commit/2adfb04)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.79.7](https://github.com/lobehub/lobe-chat/compare/v0.79.6...v0.79.7) - -Released on **2023-09-27** - -#### ♻ Code Refactoring - -- **misc**: Use hook to check PWA env. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Use hook to check PWA env ([b4234db](https://github.com/lobehub/lobe-chat/commit/b4234db)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.79.6](https://github.com/lobehub/lobe-chat/compare/v0.79.5...v0.79.6) - -Released on **2023-09-27** - -#### 💄 Styles - -- **misc**: Optimize PWA style and scroll effect. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Optimize PWA style and scroll effect ([0ae05b8](https://github.com/lobehub/lobe-chat/commit/0ae05b8)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.79.5](https://github.com/lobehub/lobe-chat/compare/v0.79.4...v0.79.5) - -Released on **2023-09-26** - -#### 🐛 Bug Fixes - -- **misc**: Fix URI error. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix URI error ([282a0c8](https://github.com/lobehub/lobe-chat/commit/282a0c8)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.79.4](https://github.com/lobehub/lobe-chat/compare/v0.79.3...v0.79.4) - -Released on **2023-09-26** - -#### ♻ Code Refactoring - -- **misc**: Move dir from page to app and remove .page suffix. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Move dir from page to app and remove .page suffix, closes [#236](https://github.com/lobehub/lobe-chat/issues/236) ([2907303](https://github.com/lobehub/lobe-chat/commit/2907303)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.79.3](https://github.com/lobehub/lobe-chat/compare/v0.79.2...v0.79.3) - -Released on **2023-09-25** - -#### 💄 Styles - -- **meta**: Update meta image. - -
- -
- Improvements and Fixes - -#### Styles - -- **meta**: Update meta image, closes [#66](https://github.com/lobehub/lobe-chat/issues/66) ([a71ffff](https://github.com/lobehub/lobe-chat/commit/a71ffff)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.79.2](https://github.com/lobehub/lobe-chat/compare/v0.79.1...v0.79.2) - -Released on **2023-09-25** - -#### 💄 Styles - -- **meta**: Fix and add metadata. - -
- -
- Improvements and Fixes - -#### Styles - -- **meta**: Fix and add metadata ([c872522](https://github.com/lobehub/lobe-chat/commit/c872522)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.79.1](https://github.com/lobehub/lobe-chat/compare/v0.79.0...v0.79.1) - -Released on **2023-09-25** - -#### ♻ Code Refactoring - -- **migration**: Next.js app router. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **migration**: Next.js app router, closes [#220](https://github.com/lobehub/lobe-chat/issues/220) ([bb8085e](https://github.com/lobehub/lobe-chat/commit/bb8085e)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.79.0](https://github.com/lobehub/lobe-chat/compare/v0.78.1...v0.79.0) - -Released on **2023-09-25** - -#### ✨ Features - -- **conversation**: Add history range divider. - -
- -
- Improvements and Fixes - -#### What's improved - -- **conversation**: Add history range divider, closes [#118](https://github.com/lobehub/lobe-chat/issues/118) ([92d2c96](https://github.com/lobehub/lobe-chat/commit/92d2c96)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.78.1](https://github.com/lobehub/lobe-chat/compare/v0.78.0...v0.78.1) - -Released on **2023-09-21** - -#### 💄 Styles - -- **misc**: Show topic tooltip on left side. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Show topic tooltip on left side ([f686fd2](https://github.com/lobehub/lobe-chat/commit/f686fd2)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.78.0](https://github.com/lobehub/lobe-chat/compare/v0.77.2...v0.78.0) - -Released on **2023-09-17** - -#### ✨ Features - -- **misc**: Auto create topic when chatting. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Auto create topic when chatting, closes [#203](https://github.com/lobehub/lobe-chat/issues/203) ([f952792](https://github.com/lobehub/lobe-chat/commit/f952792)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.77.2](https://github.com/lobehub/lobe-chat/compare/v0.77.1...v0.77.2) - -Released on **2023-09-15** - -#### 🐛 Bug Fixes - -- **settings**: Fix settings route. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **settings**: Fix settings route, closes [#195](https://github.com/lobehub/lobe-chat/issues/195) ([1b7d84e](https://github.com/lobehub/lobe-chat/commit/1b7d84e)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.77.1](https://github.com/lobehub/lobe-chat/compare/v0.77.0...v0.77.1) - -Released on **2023-09-14** - -#### 🐛 Bug Fixes - -- **misc**: Fix lint. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix lint ([9f4f9d7](https://github.com/lobehub/lobe-chat/commit/9f4f9d7)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.77.0](https://github.com/lobehub/lobe-chat/compare/v0.76.2...v0.77.0) - -Released on **2023-09-14** - -#### ✨ Features - -- **misc**: Update localization files and add translations for different languages. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Update localization files and add translations for different languages ([0157f92](https://github.com/lobehub/lobe-chat/commit/0157f92)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.76.2](https://github.com/lobehub/lobe-chat/compare/v0.76.1...v0.76.2) - -Released on **2023-09-11** - -#### 🐛 Bug Fixes - -- **misc**: Fix client config. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix client config ([d62f1b3](https://github.com/lobehub/lobe-chat/commit/d62f1b3)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.76.1](https://github.com/lobehub/lobe-chat/compare/v0.76.0...v0.76.1) - -Released on **2023-09-11** - -#### 🐛 Bug Fixes - -- **misc**: Fix save topic button. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix save topic button ([871905f](https://github.com/lobehub/lobe-chat/commit/871905f)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.76.0](https://github.com/lobehub/lobe-chat/compare/v0.75.0...v0.76.0) - -Released on **2023-09-11** - -#### ✨ Features - -- **misc**: Support Azure OpenAI Deploy env. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Support Azure OpenAI Deploy env, closes [#183](https://github.com/lobehub/lobe-chat/issues/183) ([bda6732](https://github.com/lobehub/lobe-chat/commit/bda6732)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.75.0](https://github.com/lobehub/lobe-chat/compare/v0.74.0...v0.75.0) - -Released on **2023-09-11** - -#### ♻ Code Refactoring - -- **misc**: Fefactor index url fetch. - -#### ✨ Features - -- **market**: Add prompt token count. -- **misc**: Add agents market and improve UI components, Add and refactor components for chat input feature, Add functions for generating and analyzing JSON files, generating resource files and table of contents, and formatting console output, Add new settings for Azure OpenAI and OpenAI in locales files, Add new string, create AgentModal component, implement GridCardItem and Loading components, import AgentModal, Add SideBar component, new actions, and update market store state and selectors, Add translations and new setting to "setting.json", Improve functionality and user interface of market page, Modify market features components and update CSS styles, support add agent to chat. - -#### 🐛 Bug Fixes - -- **misc**: Fix fetcher, Fix market sidebar scroll and add i18n. - -#### 💄 Styles - -- **misc**: Update loading style and compatible with unknown agent identifier. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Fefactor index url fetch ([257584b](https://github.com/lobehub/lobe-chat/commit/257584b)) - -#### What's improved - -- **market**: Add prompt token count ([16221a7](https://github.com/lobehub/lobe-chat/commit/16221a7)) -- **misc**: Add agents market and improve UI components ([116c136](https://github.com/lobehub/lobe-chat/commit/116c136)) -- **misc**: Add and refactor components for chat input feature ([f1ac9fe](https://github.com/lobehub/lobe-chat/commit/f1ac9fe)) -- **misc**: Add functions for generating and analyzing JSON files, generating resource files and table of contents, and formatting console output ([d7c2e74](https://github.com/lobehub/lobe-chat/commit/d7c2e74)) -- **misc**: Add new settings for Azure OpenAI and OpenAI in locales files ([e9e25b5](https://github.com/lobehub/lobe-chat/commit/e9e25b5)) -- **misc**: Add new string, create AgentModal component, implement GridCardItem and Loading components, import AgentModal ([2a0e59f](https://github.com/lobehub/lobe-chat/commit/2a0e59f)) -- **misc**: Add SideBar component, new actions, and update market store state and selectors ([8f6cfda](https://github.com/lobehub/lobe-chat/commit/8f6cfda)) -- **misc**: Add translations and new setting to "setting.json" ([aca3822](https://github.com/lobehub/lobe-chat/commit/aca3822)) -- **misc**: Improve functionality and user interface of market page ([1d465d6](https://github.com/lobehub/lobe-chat/commit/1d465d6)) -- **misc**: Modify market features components and update CSS styles ([97e4179](https://github.com/lobehub/lobe-chat/commit/97e4179)) -- **misc**: Support add agent to chat ([3b930c4](https://github.com/lobehub/lobe-chat/commit/3b930c4)) - -#### What's fixed - -- **misc**: Fix fetcher ([171b2da](https://github.com/lobehub/lobe-chat/commit/171b2da)) -- **misc**: Fix market sidebar scroll and add i18n ([9c897d2](https://github.com/lobehub/lobe-chat/commit/9c897d2)) - -#### Styles - -- **misc**: Update loading style and compatible with unknown agent identifier ([2e2231d](https://github.com/lobehub/lobe-chat/commit/2e2231d)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.74.0](https://github.com/lobehub/lobe-chat/compare/v0.73.0...v0.74.0) - -Released on **2023-09-11** - -#### ✨ Features - -- **misc**: Add russian locally, Update Russian and English locally (LLM tab). - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Add russian locally ([7b67c9f](https://github.com/lobehub/lobe-chat/commit/7b67c9f)) -- **misc**: Update Russian and English locally (LLM tab) ([3b23e70](https://github.com/lobehub/lobe-chat/commit/3b23e70)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.73.0](https://github.com/lobehub/lobe-chat/compare/v0.72.4...v0.73.0) - -Released on **2023-09-10** - -#### ✨ Features - -- **misc**: Support Azure OpenAI. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Support Azure OpenAI, closes [#177](https://github.com/lobehub/lobe-chat/issues/177) ([f0c9532](https://github.com/lobehub/lobe-chat/commit/f0c9532)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.72.4](https://github.com/lobehub/lobe-chat/compare/v0.72.3...v0.72.4) - -Released on **2023-09-10** - -#### 🐛 Bug Fixes - -- **misc**: Use en-US when no suit lang with plugin index. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Use en-US when no suit lang with plugin index ([4e9668d](https://github.com/lobehub/lobe-chat/commit/4e9668d)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.72.3](https://github.com/lobehub/lobe-chat/compare/v0.72.2...v0.72.3) - -Released on **2023-09-09** - -#### 🐛 Bug Fixes - -- **misc**: Fix sessionList double click on mobile. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix sessionList double click on mobile, closes [#169](https://github.com/lobehub/lobe-chat/issues/169) ([3ea2bce](https://github.com/lobehub/lobe-chat/commit/3ea2bce)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.72.2](https://github.com/lobehub/lobe-chat/compare/v0.72.1...v0.72.2) - -Released on **2023-09-09** - -#### 🐛 Bug Fixes - -- **misc**: Fix mobile switch when session selected. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix mobile switch when session selected, closes [#167](https://github.com/lobehub/lobe-chat/issues/167) ([40d8a11](https://github.com/lobehub/lobe-chat/commit/40d8a11)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.72.1](https://github.com/lobehub/lobe-chat/compare/v0.72.0...v0.72.1) - -Released on **2023-09-09** - -#### 🐛 Bug Fixes - -- **misc**: 修正异步水合造成的初始状态不稳定的问题. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: 修正异步水合造成的初始状态不稳定的问题 ([2208f8a](https://github.com/lobehub/lobe-chat/commit/2208f8a)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.72.0](https://github.com/lobehub/lobe-chat/compare/v0.71.1...v0.72.0) - -Released on **2023-09-09** - -#### ✨ Features - -- **misc**: Add plugin market Setting Modal, 支持快速刷新与预览 manifest, 适配插件 i18n 方案. - -#### 🐛 Bug Fixes - -- **misc**: 修正删除插件时错误开启的问题. - -#### 💄 Styles - -- **misc**: 优化 manifest 预览的尺寸. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Add plugin market Setting Modal ([a0603a9](https://github.com/lobehub/lobe-chat/commit/a0603a9)) -- **misc**: 支持快速刷新与预览 manifest, closes [#150](https://github.com/lobehub/lobe-chat/issues/150) ([5bd2eb0](https://github.com/lobehub/lobe-chat/commit/5bd2eb0)) -- **misc**: 适配插件 i18n 方案 ([8709ab3](https://github.com/lobehub/lobe-chat/commit/8709ab3)) - -#### What's fixed - -- **misc**: 修正删除插件时错误开启的问题 ([0e35c18](https://github.com/lobehub/lobe-chat/commit/0e35c18)) - -#### Styles - -- **misc**: 优化 manifest 预览的尺寸 ([27f8d6d](https://github.com/lobehub/lobe-chat/commit/27f8d6d)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.71.1](https://github.com/lobehub/lobe-chat/compare/v0.71.0...v0.71.1) - -Released on **2023-09-09** - -#### 🐛 Bug Fixes - -- **misc**: Fix mobile route. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix mobile route, closes [#165](https://github.com/lobehub/lobe-chat/issues/165) ([d5e03b6](https://github.com/lobehub/lobe-chat/commit/d5e03b6)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.71.0](https://github.com/lobehub/lobe-chat/compare/v0.70.4...v0.71.0) - -Released on **2023-09-09** - -#### ✨ Features - -- **misc**: Migrate localStorage to indexedDB. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Migrate localStorage to indexedDB, closes [#160](https://github.com/lobehub/lobe-chat/issues/160) ([7f96deb](https://github.com/lobehub/lobe-chat/commit/7f96deb)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.70.4](https://github.com/lobehub/lobe-chat/compare/v0.70.3...v0.70.4) - -Released on **2023-09-09** - -#### 🐛 Bug Fixes - -- **misc**: Fix route. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix route ([2d1e8d6](https://github.com/lobehub/lobe-chat/commit/2d1e8d6)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.70.3](https://github.com/lobehub/lobe-chat/compare/v0.70.2...v0.70.3) - -Released on **2023-09-09** - -#### 💄 Styles - -- **misc**: Better mobile style. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Better mobile style ([776c407](https://github.com/lobehub/lobe-chat/commit/776c407)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.70.2](https://github.com/lobehub/lobe-chat/compare/v0.70.1...v0.70.2) - -Released on **2023-09-08** - -#### 🐛 Bug Fixes - -- **misc**: 修正移动端路由问题. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: 修正移动端路由问题 ([ae3d2f4](https://github.com/lobehub/lobe-chat/commit/ae3d2f4)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.70.1](https://github.com/lobehub/lobe-chat/compare/v0.70.0...v0.70.1) - -Released on **2023-09-08** - -#### ♻ Code Refactoring - -- **misc**: Refactor settingsSelectors to globalSelectors. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor settingsSelectors to globalSelectors ([38917e8](https://github.com/lobehub/lobe-chat/commit/38917e8)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.70.0](https://github.com/lobehub/lobe-chat/compare/v0.69.1...v0.70.0) - -Released on **2023-09-08** - -#### ✨ Features - -- **misc**: Refactor to url state. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Refactor to url state, closes [#157](https://github.com/lobehub/lobe-chat/issues/157) ([2efac2b](https://github.com/lobehub/lobe-chat/commit/2efac2b)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.69.1](https://github.com/lobehub/lobe-chat/compare/v0.69.0...v0.69.1) - -Released on **2023-09-06** - -#### ♻ Code Refactoring - -- **misc**: Migrate openai-edge to openai. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Migrate openai-edge to openai, closes [#145](https://github.com/lobehub/lobe-chat/issues/145) ([75ee574](https://github.com/lobehub/lobe-chat/commit/75ee574)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.69.0](https://github.com/lobehub/lobe-chat/compare/v0.68.1...v0.69.0) - -Released on **2023-09-06** - -#### ✨ Features - -- **misc**: Add new import statement for "Flexbox" component in "Empty" component. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Add new import statement for "Flexbox" component in "Empty" component ([68db626](https://github.com/lobehub/lobe-chat/commit/68db626)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.68.1](https://github.com/lobehub/lobe-chat/compare/v0.68.0...v0.68.1) - -Released on **2023-09-03** - -#### 🐛 Bug Fixes - -- **misc**: 修正数组合并逻辑,修正被移除插件无法看到的问题. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: 修正数组合并逻辑 ([e36e621](https://github.com/lobehub/lobe-chat/commit/e36e621)) -- **misc**: 修正被移除插件无法看到的问题 ([c17eb56](https://github.com/lobehub/lobe-chat/commit/c17eb56)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.68.0](https://github.com/lobehub/lobe-chat/compare/v0.67.0...v0.68.0) - -Released on **2023-09-03** - -#### ✨ Features - -- **misc**: Plugin default use iframe render. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Plugin default use iframe render, closes [#141](https://github.com/lobehub/lobe-chat/issues/141) ([35a3a16](https://github.com/lobehub/lobe-chat/commit/35a3a16)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.67.0](https://github.com/lobehub/lobe-chat/compare/v0.66.0...v0.67.0) - -Released on **2023-09-02** - -#### ♻ Code Refactoring - -- **plugin**: 重构 plugin Store 组织结构,便于开发与迭代维护. - -#### ✨ Features - -- **plugin-dev**: 优化 manifest 报错原因提示,并支持 id 从 manifest 自动获取. - -#### 🐛 Bug Fixes - -- **plugin-dev**: 修正编辑模式下预览展示问题和 id 重复校验问题. -- **plugin**: 修正开启插件后会话无效的问题. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **plugin**: 重构 plugin Store 组织结构,便于开发与迭代维护 ([ec527cb](https://github.com/lobehub/lobe-chat/commit/ec527cb)) - -#### What's improved - -- **plugin-dev**: 优化 manifest 报错原因提示,并支持 id 从 manifest 自动获取 ([7f0787d](https://github.com/lobehub/lobe-chat/commit/7f0787d)) - -#### What's fixed - -- **plugin-dev**: 修正编辑模式下预览展示问题和 id 重复校验问题 ([17c39ef](https://github.com/lobehub/lobe-chat/commit/17c39ef)) -- **plugin**: 修正开启插件后会话无效的问题 ([82e3beb](https://github.com/lobehub/lobe-chat/commit/82e3beb)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.66.0](https://github.com/lobehub/lobe-chat/compare/v0.65.1...v0.66.0) - -Released on **2023-09-02** - -#### ✨ Features - -- **misc**: Add russian locally. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Add russian locally, closes [#137](https://github.com/lobehub/lobe-chat/issues/137) ([785d50f](https://github.com/lobehub/lobe-chat/commit/785d50f)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.65.1](https://github.com/lobehub/lobe-chat/compare/v0.65.0...v0.65.1) - -Released on **2023-09-01** - -#### 🐛 Bug Fixes - -- **misc**: 修正 defaultAgent 无法正常变更的问题. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: 修正 defaultAgent 无法正常变更的问题 ([788d94b](https://github.com/lobehub/lobe-chat/commit/788d94b)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.65.0](https://github.com/lobehub/lobe-chat/compare/v0.64.1...v0.65.0) - -Released on **2023-08-29** - -#### ✨ Features - -- **misc**: 支持本地插件自定义 gateway. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: 支持本地插件自定义 gateway, closes [#129](https://github.com/lobehub/lobe-chat/issues/129) ([770048a](https://github.com/lobehub/lobe-chat/commit/770048a)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.64.1](https://github.com/lobehub/lobe-chat/compare/v0.64.0...v0.64.1) - -Released on **2023-08-29** - -#### 💄 Styles - -- **misc**: Update i18n. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Update i18n, closes [#128](https://github.com/lobehub/lobe-chat/issues/128) ([3bf1509](https://github.com/lobehub/lobe-chat/commit/3bf1509)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.64.0](https://github.com/lobehub/lobe-chat/compare/v0.63.3...v0.64.0) - -Released on **2023-08-29** - -#### ♻ Code Refactoring - -- **misc**: Remove no need i18n. - -#### ✨ Features - -- **misc**: 增加自定义插件的增删改配置功能,完善自定义插件表单的校验逻辑,支持本地插件侧的请求与错误呈现,新增插件配置 Dev 弹窗,绑定本地插件的增删改逻辑. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Remove no need i18n ([808a86a](https://github.com/lobehub/lobe-chat/commit/808a86a)) - -#### What's improved - -- **misc**: 增加自定义插件的增删改配置功能 ([faba081](https://github.com/lobehub/lobe-chat/commit/faba081)) -- **misc**: 完善自定义插件表单的校验逻辑 ([4e1fd28](https://github.com/lobehub/lobe-chat/commit/4e1fd28)) -- **misc**: 支持本地插件侧的请求与错误呈现 ([7e2b39a](https://github.com/lobehub/lobe-chat/commit/7e2b39a)) -- **misc**: 新增插件配置 Dev 弹窗 ([20269b7](https://github.com/lobehub/lobe-chat/commit/20269b7)) -- **misc**: 绑定本地插件的增删改逻辑 ([902e7ed](https://github.com/lobehub/lobe-chat/commit/902e7ed)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.63.3](https://github.com/lobehub/lobe-chat/compare/v0.63.2...v0.63.3) - -Released on **2023-08-28** - -#### ♻ Code Refactoring - -- **misc**: Refactor with new market url. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor with new market url, closes [#123](https://github.com/lobehub/lobe-chat/issues/123) ([34a88f8](https://github.com/lobehub/lobe-chat/commit/34a88f8)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.63.2](https://github.com/lobehub/lobe-chat/compare/v0.63.1...v0.63.2) - -Released on **2023-08-27** - -#### ♻ Code Refactoring - -- **misc**: Refactor AgentSettings. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor AgentSettings, closes [#121](https://github.com/lobehub/lobe-chat/issues/121) ([1f29199](https://github.com/lobehub/lobe-chat/commit/1f29199)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.63.1](https://github.com/lobehub/lobe-chat/compare/v0.63.0...v0.63.1) - -Released on **2023-08-27** - -#### ♻ Code Refactoring - -- **misc**: Refactor the selectors import. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor the selectors import, closes [#120](https://github.com/lobehub/lobe-chat/issues/120) ([6646502](https://github.com/lobehub/lobe-chat/commit/6646502)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.63.0](https://github.com/lobehub/lobe-chat/compare/v0.62.1...v0.63.0) - -Released on **2023-08-27** - -#### ✨ Features - -- **misc**: support sharing to shareGPT. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: support sharing to shareGPT, closes [#119](https://github.com/lobehub/lobe-chat/issues/119) ([026e9ec](https://github.com/lobehub/lobe-chat/commit/026e9ec)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.62.1](https://github.com/lobehub/lobe-chat/compare/v0.62.0...v0.62.1) - -Released on **2023-08-26** - -#### 🐛 Bug Fixes - -- **misc**: Fix plugin settings error. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix plugin settings error, closes [#117](https://github.com/lobehub/lobe-chat/issues/117) ([064d90e](https://github.com/lobehub/lobe-chat/commit/064d90e)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.62.0](https://github.com/lobehub/lobe-chat/compare/v0.61.0...v0.62.0) - -Released on **2023-08-26** - -#### ✨ Features - -- **misc**: 支持超过 4k 的会话使用 16k 总结标题. - -#### 🐛 Bug Fixes - -- **misc**: Fix plugin settings error. - -#### 💄 Styles - -- **misc**: 优化清理会话的操作路径,优化默认角色的配置. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: 支持超过 4k 的会话使用 16k 总结标题 ([5764cfb](https://github.com/lobehub/lobe-chat/commit/5764cfb)) - -#### What's fixed - -- **misc**: Fix plugin settings error ([008c2e3](https://github.com/lobehub/lobe-chat/commit/008c2e3)) - -#### Styles - -- **misc**: 优化清理会话的操作路径 ([6b7218e](https://github.com/lobehub/lobe-chat/commit/6b7218e)) -- **misc**: 优化默认角色的配置 ([a07d7a8](https://github.com/lobehub/lobe-chat/commit/a07d7a8)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.61.0](https://github.com/lobehub/lobe-chat/compare/v0.60.4...v0.61.0) - -Released on **2023-08-26** - -#### ✨ Features - -- **misc**: 新增自动滚动. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: 新增自动滚动,closes [#113](https://github.com/lobehub/lobe-chat/issues/113) ([03fd161](https://github.com/lobehub/lobe-chat/commit/03fd161)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.60.4](https://github.com/lobehub/lobe-chat/compare/v0.60.3...v0.60.4) - -Released on **2023-08-26** - -#### 💄 Styles - -- **misc**: 优化文案. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: 优化文案 ([9a1e004](https://github.com/lobehub/lobe-chat/commit/9a1e004)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.60.3](https://github.com/lobehub/lobe-chat/compare/v0.60.2...v0.60.3) - -Released on **2023-08-26** - -#### 🐛 Bug Fixes - -- **misc**: Fix global state merge error. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix global state merge error ([cbc2fc8](https://github.com/lobehub/lobe-chat/commit/cbc2fc8)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.60.2](https://github.com/lobehub/lobe-chat/compare/v0.60.1...v0.60.2) - -Released on **2023-08-26** - -#### 🐛 Bug Fixes - -- **misc**: Fix fetch plugin header error. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix fetch plugin header error ([fa4a0e1](https://github.com/lobehub/lobe-chat/commit/fa4a0e1)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.60.1](https://github.com/lobehub/lobe-chat/compare/v0.60.0...v0.60.1) - -Released on **2023-08-26** - -#### 🐛 Bug Fixes - -- **misc**: Fix settings storage error. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix settings storage error ([57d7eb1](https://github.com/lobehub/lobe-chat/commit/57d7eb1)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.60.0](https://github.com/lobehub/lobe-chat/compare/v0.59.0...v0.60.0) - -Released on **2023-08-26** - -#### ♻ Code Refactoring - -- **misc**: Refactor with new market index url. - -#### ✨ Features - -- **misc**: 支持插件 manifest 加载失败后重试. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor with new market index url ([d2834b7](https://github.com/lobehub/lobe-chat/commit/d2834b7)) - -#### What's improved - -- **misc**: 支持插件 manifest 加载失败后重试 ([f36378e](https://github.com/lobehub/lobe-chat/commit/f36378e)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.59.0](https://github.com/lobehub/lobe-chat/compare/v0.58.0...v0.59.0) - -Released on **2023-08-26** - -#### ✨ Features - -- **misc**: 支持展示插件插件状态,支持插件 i18n 模式展示. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: 支持展示插件插件状态 ([7e916ac](https://github.com/lobehub/lobe-chat/commit/7e916ac)) -- **misc**: 支持插件 i18n 模式展示 ([8614734](https://github.com/lobehub/lobe-chat/commit/8614734)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.58.0](https://github.com/lobehub/lobe-chat/compare/v0.57.0...v0.58.0) - -Released on **2023-08-26** - -#### ✨ Features - -- **misc**: Implement responsive design for mobile devices. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Implement responsive design for mobile devices, closes [#95](https://github.com/lobehub/lobe-chat/issues/95) ([fdb3c93](https://github.com/lobehub/lobe-chat/commit/fdb3c93)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.57.0](https://github.com/lobehub/lobe-chat/compare/v0.56.0...v0.57.0) - -Released on **2023-08-26** - -#### ♻ Code Refactoring - -- **misc**: Refactor to ChatErrorType. - -#### ✨ Features - -- **misc**: 完善插件请求的错误处理,支持修改与记录插件的配置,支持发送插件配置信息,支持渲染 manifest 中的 settings, 支持设置不正确时进行插件的配置,新增插件请求状态的错误处理. - -#### 🐛 Bug Fixes - -- **misc**: 修正缓存旧数据的报错问题. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor to ChatErrorType ([cd1a033](https://github.com/lobehub/lobe-chat/commit/cd1a033)) - -#### What's improved - -- **misc**: 完善插件请求的错误处理 ([0698d89](https://github.com/lobehub/lobe-chat/commit/0698d89)) -- **misc**: 支持修改与记录插件的配置 ([76e8237](https://github.com/lobehub/lobe-chat/commit/76e8237)) -- **misc**: 支持发送插件配置信息 ([2cedc85](https://github.com/lobehub/lobe-chat/commit/2cedc85)) -- **misc**: 支持渲染 manifest 中的 settings ([1185300](https://github.com/lobehub/lobe-chat/commit/1185300)) -- **misc**: 支持设置不正确时进行插件的配置 ([f972481](https://github.com/lobehub/lobe-chat/commit/f972481)) -- **misc**: 新增插件请求状态的错误处理 ([228002a](https://github.com/lobehub/lobe-chat/commit/228002a)) - -#### What's fixed - -- **misc**: 修正缓存旧数据的报错问题 ([5d8008f](https://github.com/lobehub/lobe-chat/commit/5d8008f)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.56.0](https://github.com/lobehub/lobe-chat/compare/v0.55.1...v0.56.0) - -Released on **2023-08-24** - -#### ✨ Features - -- **misc**: Use new plugin manifest to support plugin’s multi api. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Use new plugin manifest to support plugin’s multi api, closes [#101](https://github.com/lobehub/lobe-chat/issues/101) ([4534598](https://github.com/lobehub/lobe-chat/commit/4534598)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.55.1](https://github.com/lobehub/lobe-chat/compare/v0.55.0...v0.55.1) - -Released on **2023-08-22** - -#### ♻ Code Refactoring - -- **misc**: Refactor plugin api with @lobehub/chat-plugins-gateway. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor plugin api with @lobehub/chat-plugins-gateway, closes [#100](https://github.com/lobehub/lobe-chat/issues/100) ([b88d0db](https://github.com/lobehub/lobe-chat/commit/b88d0db)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.55.0](https://github.com/lobehub/lobe-chat/compare/v0.54.4...v0.55.0) - -Released on **2023-08-22** - -#### ♻ Code Refactoring - -- **misc**: 将网关实现代码集成进 Chat 本体,抽取插件为独立 store, 重构 openai 接口调用逻辑,将插件 schema 开启关闭逻辑与接口解耦,重构插件列表获取逻辑,进而完全移除 plugins 目录. - -#### ✨ Features - -- **misc**: 初步完成插件市场动态加载全链路,实现插件组件的动态加载. - -#### 🐛 Bug Fixes - -- **misc**: Fix error, 修正无法正常开启插件的问题,修正测试,补充插件 store 的水合逻辑. - -#### 💄 Styles - -- **misc**: 完成插件市场 loading 态样式. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: 将网关实现代码集成进 Chat 本体 ([17e8161](https://github.com/lobehub/lobe-chat/commit/17e8161)) -- **misc**: 抽取插件为独立 store ([12b7e7d](https://github.com/lobehub/lobe-chat/commit/12b7e7d)) -- **misc**: 重构 openai 接口调用逻辑,将插件 schema 开启关闭逻辑与接口解耦 ([5aa886e](https://github.com/lobehub/lobe-chat/commit/5aa886e)) -- **misc**: 重构插件列表获取逻辑,进而完全移除 plugins 目录 ([10055e1](https://github.com/lobehub/lobe-chat/commit/10055e1)) - -#### What's improved - -- **misc**: 初步完成插件市场动态加载全链路 ([bc5e40f](https://github.com/lobehub/lobe-chat/commit/bc5e40f)) -- **misc**: 实现插件组件的动态加载 ([04dbab2](https://github.com/lobehub/lobe-chat/commit/04dbab2)) - -#### What's fixed - -- **misc**: Fix error ([fbeec75](https://github.com/lobehub/lobe-chat/commit/fbeec75)) -- **misc**: 修正无法正常开启插件的问题 ([b3e9090](https://github.com/lobehub/lobe-chat/commit/b3e9090)) -- **misc**: 修正测试 ([001de5b](https://github.com/lobehub/lobe-chat/commit/001de5b)) -- **misc**: 补充插件 store 的水合逻辑 ([bfb649b](https://github.com/lobehub/lobe-chat/commit/bfb649b)) - -#### Styles - -- **misc**: 完成插件市场 loading 态样式 ([8009691](https://github.com/lobehub/lobe-chat/commit/8009691)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.54.4](https://github.com/lobehub/lobe-chat/compare/v0.54.3...v0.54.4) - -Released on **2023-08-21** - -#### 🐛 Bug Fixes - -- **misc**: Fix not cannot change setting error. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix not cannot change setting error, closes [#86](https://github.com/lobehub/lobe-chat/issues/86) ([6405c28](https://github.com/lobehub/lobe-chat/commit/6405c28)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.54.3](https://github.com/lobehub/lobe-chat/compare/v0.54.2...v0.54.3) - -Released on **2023-08-21** - -#### ♻ Code Refactoring - -- **misc**: Refactor plugin request. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor plugin request, closes [#89](https://github.com/lobehub/lobe-chat/issues/89) ([23efee3](https://github.com/lobehub/lobe-chat/commit/23efee3)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.54.2](https://github.com/lobehub/lobe-chat/compare/v0.54.1...v0.54.2) - -Released on **2023-08-16** - -#### 💄 Styles - -- **misc**: 修正图片选项的样式问题. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: 修正图片选项的样式问题 ([5f576cb](https://github.com/lobehub/lobe-chat/commit/5f576cb)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.54.1](https://github.com/lobehub/lobe-chat/compare/v0.54.0...v0.54.1) - -Released on **2023-08-16** - -#### 🐛 Bug Fixes - -- **misc**: 修正 i18n 失效的问题. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: 修正 i18n 失效的问题,closes [#80](https://github.com/lobehub/lobe-chat/issues/80) ([b8d957b](https://github.com/lobehub/lobe-chat/commit/b8d957b)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.54.0](https://github.com/lobehub/lobe-chat/compare/v0.53.0...v0.54.0) - -Released on **2023-08-15** - -#### ✨ Features - -- **misc**: Add new features and improve user interface and functionality. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Add new features and improve user interface and functionality ([1543bd1](https://github.com/lobehub/lobe-chat/commit/1543bd1)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.53.0](https://github.com/lobehub/lobe-chat/compare/v0.52.1...v0.53.0) - -Released on **2023-08-15** - -#### ✨ Features - -- **sidebar**: Add DraggablePanelContainer and adjust layout and styling. - -
- -
- Improvements and Fixes - -#### What's improved - -- **sidebar**: Add DraggablePanelContainer and adjust layout and styling ([e8c384f](https://github.com/lobehub/lobe-chat/commit/e8c384f)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.52.1](https://github.com/lobehub/lobe-chat/compare/v0.52.0...v0.52.1) - -Released on **2023-08-15** - -#### ♻ Code Refactoring - -- **misc**: Replace cdn. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Replace cdn ([2875400](https://github.com/lobehub/lobe-chat/commit/2875400)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.52.0](https://github.com/lobehub/lobe-chat/compare/v0.51.0...v0.52.0) - -Released on **2023-08-15** - -#### ✨ Features - -- **misc**: Add avatar compress. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Add avatar compress ([1325b40](https://github.com/lobehub/lobe-chat/commit/1325b40)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.51.0](https://github.com/lobehub/lobe-chat/compare/v0.50.0...v0.51.0) - -Released on **2023-08-15** - -#### ✨ Features - -- **misc**: Add Footer component and modify Token and index files. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Add Footer component and modify Token and index files ([41a3823](https://github.com/lobehub/lobe-chat/commit/41a3823)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.50.0](https://github.com/lobehub/lobe-chat/compare/v0.49.0...v0.50.0) - -Released on **2023-08-15** - -#### ✨ Features - -- **misc**: Update messages, settings, error codes, plugin names, weather data display, and UI. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Update messages, settings, error codes, plugin names, weather data display, and UI ([a41db51](https://github.com/lobehub/lobe-chat/commit/a41db51)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.49.0](https://github.com/lobehub/lobe-chat/compare/v0.48.0...v0.49.0) - -Released on **2023-08-15** - -#### ✨ Features - -- **misc**: Add `BackToBottom` to conversation, Update icons and text in various components. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Add `BackToBottom` to conversation ([1433aa9](https://github.com/lobehub/lobe-chat/commit/1433aa9)) -- **misc**: Update icons and text in various components ([0e7a683](https://github.com/lobehub/lobe-chat/commit/0e7a683)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.48.0](https://github.com/lobehub/lobe-chat/compare/v0.47.0...v0.48.0) - -Released on **2023-08-15** - -#### ✨ Features - -- **misc**: Import SiOpenai icon and replace 'Tag' component in chat feature. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Import SiOpenai icon and replace 'Tag' component in chat feature ([98b0352](https://github.com/lobehub/lobe-chat/commit/98b0352)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.47.0](https://github.com/lobehub/lobe-chat/compare/v0.46.1...v0.47.0) - -Released on **2023-08-15** - -#### ✨ Features - -- **misc**: Add and update UI elements and agent configuration. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Add and update UI elements and agent configuration ([eb7fbee](https://github.com/lobehub/lobe-chat/commit/eb7fbee)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.46.1](https://github.com/lobehub/lobe-chat/compare/v0.46.0...v0.46.1) - -Released on **2023-08-14** - -#### 💄 Styles - -- **misc**: Fix SystemRole Skeleton padding. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Fix SystemRole Skeleton padding ([ce485a0](https://github.com/lobehub/lobe-chat/commit/ce485a0)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.46.0](https://github.com/lobehub/lobe-chat/compare/v0.45.0...v0.46.0) - -Released on **2023-08-14** - -#### ✨ Features - -- **misc**: Update styling and functionality of AgentPrompt and EditableMessage components, 支持停止生成消息. - -#### 🐛 Bug Fixes - -- **misc**: Remove input highlight. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Update styling and functionality of AgentPrompt and EditableMessage components ([80b521c](https://github.com/lobehub/lobe-chat/commit/80b521c)) -- **misc**: 支持停止生成消息,closes [#78](https://github.com/lobehub/lobe-chat/issues/78) ([9eeca80](https://github.com/lobehub/lobe-chat/commit/9eeca80)) - -#### What's fixed - -- **misc**: Remove input highlight ([ad2001a](https://github.com/lobehub/lobe-chat/commit/ad2001a)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.45.0](https://github.com/lobehub/lobe-chat/compare/v0.44.4...v0.45.0) - -Released on **2023-08-14** - -#### ✨ Features - -- **misc**: 优化每个角色的初始引导. - -#### 💄 Styles - -- **misc**: 优化初始化加载状态,等到会话加载完毕再显示内容. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: 优化每个角色的初始引导,closes [#76](https://github.com/lobehub/lobe-chat/issues/76) ([8d78dc5](https://github.com/lobehub/lobe-chat/commit/8d78dc5)) - -#### Styles - -- **misc**: 优化初始化加载状态,等到会话加载完毕再显示内容 ([cf603cb](https://github.com/lobehub/lobe-chat/commit/cf603cb)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.44.4](https://github.com/lobehub/lobe-chat/compare/v0.44.3...v0.44.4) - -Released on **2023-08-13** - -#### 💄 Styles - -- **misc**: 优化 Chat Skeleton 样式,优化 Inbox 样式. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: 优化 Chat Skeleton 样式 ([3f83be0](https://github.com/lobehub/lobe-chat/commit/3f83be0)) -- **misc**: 优化 Inbox 样式 ([924c12e](https://github.com/lobehub/lobe-chat/commit/924c12e)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.44.3](https://github.com/lobehub/lobe-chat/compare/v0.44.2...v0.44.3) - -Released on **2023-08-13** - -#### ♻ Code Refactoring - -- **misc**: 重构 organizeChats 方法. - -#### 🐛 Bug Fixes - -- **misc**: 修正 inbox 点击重新生成会报错的问题. - -#### 💄 Styles - -- **misc**: 修正话题列表无法滚动的问题. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: 重构 organizeChats 方法 ([799612e](https://github.com/lobehub/lobe-chat/commit/799612e)) - -#### What's fixed - -- **misc**: 修正 inbox 点击重新生成会报错的问题 ([064ef56](https://github.com/lobehub/lobe-chat/commit/064ef56)) - -#### Styles - -- **misc**: 修正话题列表无法滚动的问题 ([26772e7](https://github.com/lobehub/lobe-chat/commit/26772e7)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.44.2](https://github.com/lobehub/lobe-chat/compare/v0.44.1...v0.44.2) - -Released on **2023-08-13** - -#### 🐛 Bug Fixes - -- **misc**: 修正重新生成时切分历史消息的逻辑. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: 修正重新生成时切分历史消息的逻辑,closes [#50](https://github.com/lobehub/lobe-chat/issues/50) ([de5141f](https://github.com/lobehub/lobe-chat/commit/de5141f)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.44.1](https://github.com/lobehub/lobe-chat/compare/v0.44.0...v0.44.1) - -Released on **2023-08-12** - -
- -
- Improvements and Fixes -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.44.0](https://github.com/lobehub/lobe-chat/compare/v0.43.0...v0.44.0) - -Released on **2023-08-12** - -#### ♻ Code Refactoring - -- **misc**: 优化 Inbox 会话的实现逻辑,将 chat 中的功能模型拆分到 features 中,重构 session 相关实现,移除循环依赖. - -#### ✨ Features - -- **misc**: 支持 inbox 消息导出,支持 inbox 的会话功能,新增 inbox 数据模型,新增 inbox 模块入口. - -#### 💄 Styles - -- **misc**: Fix Inbox defaultMessage avatar, 优化 header 的 setting 展示,优化门禁下默认的解锁方式,补充 ChatList 的 Loading 态. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: 优化 Inbox 会话的实现逻辑 ([22cc4cf](https://github.com/lobehub/lobe-chat/commit/22cc4cf)) -- **misc**: 将 chat 中的功能模型拆分到 features 中 ([e25a856](https://github.com/lobehub/lobe-chat/commit/e25a856)) -- **misc**: 重构 session 相关实现,移除循环依赖 ([9acf65c](https://github.com/lobehub/lobe-chat/commit/9acf65c)) - -#### What's improved - -- **misc**: 支持 inbox 消息导出 ([498e075](https://github.com/lobehub/lobe-chat/commit/498e075)) -- **misc**: 支持 inbox 的会话功能 ([9b713b8](https://github.com/lobehub/lobe-chat/commit/9b713b8)) -- **misc**: 新增 inbox 数据模型 ([91a8158](https://github.com/lobehub/lobe-chat/commit/91a8158)) -- **misc**: 新增 inbox 模块入口 ([6fc8907](https://github.com/lobehub/lobe-chat/commit/6fc8907)) - -#### Styles - -- **misc**: Fix Inbox defaultMessage avatar ([dbc18a4](https://github.com/lobehub/lobe-chat/commit/dbc18a4)) -- **misc**: 优化 header 的 setting 展示 ([201d380](https://github.com/lobehub/lobe-chat/commit/201d380)) -- **misc**: 优化门禁下默认的解锁方式 ([df9bb45](https://github.com/lobehub/lobe-chat/commit/df9bb45)) -- **misc**: 补充 ChatList 的 Loading 态 ([eb3eb5d](https://github.com/lobehub/lobe-chat/commit/eb3eb5d)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.43.0](https://github.com/lobehub/lobe-chat/compare/v0.42.3...v0.43.0) - -Released on **2023-08-12** - -#### ✨ Features - -- **misc**: 支持切换语言. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: 支持切换语言,closes [#67](https://github.com/lobehub/lobe-chat/issues/67) ([63ed8ec](https://github.com/lobehub/lobe-chat/commit/63ed8ec)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.42.3](https://github.com/lobehub/lobe-chat/compare/v0.42.2...v0.42.3) - -Released on **2023-08-12** - -#### 💄 Styles - -- **misc**: 暂时隐藏 Hero 模板. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: 暂时隐藏 Hero 模板 ([8289ae6](https://github.com/lobehub/lobe-chat/commit/8289ae6)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.42.2](https://github.com/lobehub/lobe-chat/compare/v0.42.1...v0.42.2) - -Released on **2023-08-12** - -#### ♻ Code Refactoring - -- **misc**: 将 useSettings 更名为 useGlobalStore, 将原本的 settings 更名为 global, 收敛切换 SideBar 方法为 useSwitchSideBarOnInit, 重构需本地缓存的状态为 preference. - -#### 🐛 Bug Fixes - -- **misc**: 修正移除 session 时的路由跳转逻辑. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: 将 useSettings 更名为 useGlobalStore ([bdde7df](https://github.com/lobehub/lobe-chat/commit/bdde7df)) -- **misc**: 将原本的 settings 更名为 global ([e42d34c](https://github.com/lobehub/lobe-chat/commit/e42d34c)) -- **misc**: 收敛切换 SideBar 方法为 useSwitchSideBarOnInit ([bbad38f](https://github.com/lobehub/lobe-chat/commit/bbad38f)) -- **misc**: 重构需本地缓存的状态为 preference ([8359b62](https://github.com/lobehub/lobe-chat/commit/8359b62)) - -#### What's fixed - -- **misc**: 修正移除 session 时的路由跳转逻辑 ([8b7838d](https://github.com/lobehub/lobe-chat/commit/8b7838d)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.42.1](https://github.com/lobehub/lobe-chat/compare/v0.42.0...v0.42.1) - -Released on **2023-08-12** - -#### 💄 Styles - -- **misc**: 优化 App 首页 Loading 态. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: 优化 App 首页 Loading 态 ([72104e8](https://github.com/lobehub/lobe-chat/commit/72104e8)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.42.0](https://github.com/lobehub/lobe-chat/compare/v0.41.2...v0.42.0) - -Released on **2023-08-11** - -#### ✨ Features - -- **misc**: Add `Welcome` page. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Add `Welcome` page, closes [#60](https://github.com/lobehub/lobe-chat/issues/60) ([810ab0f](https://github.com/lobehub/lobe-chat/commit/810ab0f)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.41.2](https://github.com/lobehub/lobe-chat/compare/v0.41.1...v0.41.2) - -Released on **2023-08-10** - -#### ♻ Code Refactoring - -- **misc**: 将 sessionStore 默认 equalFn 改为 shallow, 将 settingStore 默认 equalFn 改为 shallow. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: 将 sessionStore 默认 equalFn 改为 shallow ([5c1b8d7](https://github.com/lobehub/lobe-chat/commit/5c1b8d7)) -- **misc**: 将 settingStore 默认 equalFn 改为 shallow ([1e72308](https://github.com/lobehub/lobe-chat/commit/1e72308)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.41.1](https://github.com/lobehub/lobe-chat/compare/v0.41.0...v0.41.1) - -Released on **2023-08-10** - -#### ♻ Code Refactoring - -- **misc**: 重构 settings store 代码写法. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: 重构 settings store 代码写法 ([4b6f917](https://github.com/lobehub/lobe-chat/commit/4b6f917)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.41.0](https://github.com/lobehub/lobe-chat/compare/v0.40.7...v0.41.0) - -Released on **2023-08-10** - -#### ✨ Features - -- **misc**: 支持持久化隐藏 Topic 功能. - -#### 💄 Styles - -- **misc**: 优化第一次水合逻辑. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: 支持持久化隐藏 Topic 功能 ([9ea2778](https://github.com/lobehub/lobe-chat/commit/9ea2778)) - -#### Styles - -- **misc**: 优化第一次水合逻辑 ([fefae61](https://github.com/lobehub/lobe-chat/commit/fefae61)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.40.7](https://github.com/lobehub/lobe-chat/compare/v0.40.6...v0.40.7) - -Released on **2023-08-10** - -#### 💄 Styles - -- **misc**: 优化 Topic 的水合加载效果. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: 优化 Topic 的水合加载效果 ([0cd0088](https://github.com/lobehub/lobe-chat/commit/0cd0088)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.40.6](https://github.com/lobehub/lobe-chat/compare/v0.40.5...v0.40.6) - -Released on **2023-08-10** - -#### ♻ Code Refactoring - -- **misc**: 重构优化 hydrated 的判断逻辑. - -#### 💄 Styles - -- **misc**: 优化水合前的加载效果. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: 重构优化 hydrated 的判断逻辑 ([1781119](https://github.com/lobehub/lobe-chat/commit/1781119)) - -#### Styles - -- **misc**: 优化水合前的加载效果 ([6bbd978](https://github.com/lobehub/lobe-chat/commit/6bbd978)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.40.5](https://github.com/lobehub/lobe-chat/compare/v0.40.4...v0.40.5) - -Released on **2023-08-10** - -#### 💄 Styles - -- **misc**: 增加未初始化的 loading 态. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: 增加未初始化的 loading 态 ([dcb7c07](https://github.com/lobehub/lobe-chat/commit/dcb7c07)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.40.4](https://github.com/lobehub/lobe-chat/compare/v0.40.3...v0.40.4) - -Released on **2023-08-10** - -#### 💄 Styles - -- **misc**: 优化 Header 样式. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: 优化 Header 样式 ([edd148a](https://github.com/lobehub/lobe-chat/commit/edd148a)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.40.3](https://github.com/lobehub/lobe-chat/compare/v0.40.2...v0.40.3) - -Released on **2023-08-10** - -#### 🐛 Bug Fixes - -- **misc**: 修正没有 prompt 的编辑与保存按钮的问题. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: 修正没有 prompt 的编辑与保存按钮的问题 ([b7e1648](https://github.com/lobehub/lobe-chat/commit/b7e1648)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.40.2](https://github.com/lobehub/lobe-chat/compare/v0.40.1...v0.40.2) - -Released on **2023-08-08** - -#### 🐛 Bug Fixes - -- **misc**: 修正 defaults 造成的 config 报错. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: 修正 defaults 造成的 config 报错 ([0857fa7](https://github.com/lobehub/lobe-chat/commit/0857fa7)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.40.1](https://github.com/lobehub/lobe-chat/compare/v0.40.0...v0.40.1) - -Released on **2023-08-06** - -#### 🐛 Bug Fixes - -- **misc**: 优化 openai 接口的错误处理逻辑. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: 优化 openai 接口的错误处理逻辑 ([eae78fe](https://github.com/lobehub/lobe-chat/commit/eae78fe)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.40.0](https://github.com/lobehub/lobe-chat/compare/v0.39.4...v0.40.0) - -Released on **2023-08-05** - -#### ✨ Features - -- **misc**: Add new dependency, add Tag and PluginTag components, update HeaderTitle. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Add new dependency, add Tag and PluginTag components, update HeaderTitle, closes [#56](https://github.com/lobehub/lobe-chat/issues/56) [#55](https://github.com/lobehub/lobe-chat/issues/55) [#54](https://github.com/lobehub/lobe-chat/issues/54) ([2812ea2](https://github.com/lobehub/lobe-chat/commit/2812ea2)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.39.4](https://github.com/lobehub/lobe-chat/compare/v0.39.3...v0.39.4) - -Released on **2023-08-05** - -#### 💄 Styles - -- **misc**: 修正 assistant 消息没有 background 的问题. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: 修正 assistant 消息没有 background 的问题,closes [#42](https://github.com/lobehub/lobe-chat/issues/42) ([812e976](https://github.com/lobehub/lobe-chat/commit/812e976)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.39.3](https://github.com/lobehub/lobe-chat/compare/v0.39.2...v0.39.3) - -Released on **2023-08-04** - -#### 🐛 Bug Fixes - -- **misc**: 优化 405 报错返回内容,并优化 openai 服务端超时处理逻辑. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: 优化 405 报错返回内容,并优化 openai 服务端超时处理逻辑 ([0acc829](https://github.com/lobehub/lobe-chat/commit/0acc829)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.39.2](https://github.com/lobehub/lobe-chat/compare/v0.39.1...v0.39.2) - -Released on **2023-08-04** - -#### 💄 Styles - -- **misc**: 优化 topic 样式. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: 优化 topic 样式 ([75dc034](https://github.com/lobehub/lobe-chat/commit/75dc034)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.39.1](https://github.com/lobehub/lobe-chat/compare/v0.39.0...v0.39.1) - -Released on **2023-08-04** - -#### 🐛 Bug Fixes - -- **misc**: 修正 basePath 在生产环境下不生效的问题. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: 修正 basePath 在生产环境下不生效的问题 ([71b9139](https://github.com/lobehub/lobe-chat/commit/71b9139)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.39.0](https://github.com/lobehub/lobe-chat/compare/v0.38.0...v0.39.0) - -Released on **2023-08-04** - -#### ✨ Features - -- **misc**: 支持多轮的插件意图识别,支持自定义 OpenAI 代理地址. - -#### 💄 Styles - -- **misc**: 优化插件的展示逻辑. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: 支持多轮的插件意图识别 ([5127f1b](https://github.com/lobehub/lobe-chat/commit/5127f1b)) -- **misc**: 支持自定义 OpenAI 代理地址 ([33a111c](https://github.com/lobehub/lobe-chat/commit/33a111c)) - -#### Styles - -- **misc**: 优化插件的展示逻辑 ([7621bad](https://github.com/lobehub/lobe-chat/commit/7621bad)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.38.0](https://github.com/lobehub/lobe-chat/compare/v0.37.0...v0.38.0) - -Released on **2023-08-04** - -#### ✨ Features - -- **misc**: Add topic empty. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Add topic empty ([b9f267c](https://github.com/lobehub/lobe-chat/commit/b9f267c)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.37.0](https://github.com/lobehub/lobe-chat/compare/v0.36.1...v0.37.0) - -Released on **2023-08-03** - -#### ✨ Features - -- **misc**: 支持使用全局助手的设置作为默认助手的创建角色. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: 支持使用全局助手的设置作为默认助手的创建角色,closes [#44](https://github.com/lobehub/lobe-chat/issues/44) ([f91857d](https://github.com/lobehub/lobe-chat/commit/f91857d)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.36.1](https://github.com/lobehub/lobe-chat/compare/v0.36.0...v0.36.1) - -Released on **2023-08-03** - -#### ♻ Code Refactoring - -- **misc**: Refactor zustand usage with v4.4. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Refactor zustand usage with v4.4, closes [#52](https://github.com/lobehub/lobe-chat/issues/52) ([4c65aa7](https://github.com/lobehub/lobe-chat/commit/4c65aa7)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.36.0](https://github.com/lobehub/lobe-chat/compare/v0.35.1...v0.36.0) - -Released on **2023-08-03** - -#### ✨ Features - -- **misc**: 实现自定义历史消息数功能. - -#### 🐛 Bug Fixes - -- **misc**: Fix setting type. - -#### 💄 Styles - -- **misc**: Fix session item height. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: 实现自定义历史消息数功能 ([7baa022](https://github.com/lobehub/lobe-chat/commit/7baa022)) - -#### What's fixed - -- **misc**: Fix setting type ([57e415e](https://github.com/lobehub/lobe-chat/commit/57e415e)) - -#### Styles - -- **misc**: Fix session item height ([6cd1de5](https://github.com/lobehub/lobe-chat/commit/6cd1de5)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.35.1](https://github.com/lobehub/lobe-chat/compare/v0.35.0...v0.35.1) - -Released on **2023-07-31** - -#### 💄 Styles - -- **misc**: Update doc mode and token tags. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Update doc mode and token tags ([1d3c5b6](https://github.com/lobehub/lobe-chat/commit/1d3c5b6)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.35.0](https://github.com/lobehub/lobe-chat/compare/v0.34.0...v0.35.0) - -Released on **2023-07-31** - -#### ✨ Features - -- **misc**: Add agent settings functionality, new components, and features for AgentMeta, Add and modify translations for various keys in JSON code files. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Add agent settings functionality, new components, and features for AgentMeta ([b1e5ff9](https://github.com/lobehub/lobe-chat/commit/b1e5ff9)) -- **misc**: Add and modify translations for various keys in JSON code files ([503adb4](https://github.com/lobehub/lobe-chat/commit/503adb4)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.34.0](https://github.com/lobehub/lobe-chat/compare/v0.33.0...v0.34.0) - -Released on **2023-07-31** - -#### ✨ Features - -- **misc**: Add agent settings functionality, Add new components and features for AgentMeta, Improve organization and functionality of settings and configuration features. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Add agent settings functionality ([b0aaeed](https://github.com/lobehub/lobe-chat/commit/b0aaeed)) -- **misc**: Add new components and features for AgentMeta ([1232d95](https://github.com/lobehub/lobe-chat/commit/1232d95)) -- **misc**: Improve organization and functionality of settings and configuration features ([badde35](https://github.com/lobehub/lobe-chat/commit/badde35)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.33.0](https://github.com/lobehub/lobe-chat/compare/v0.32.0...v0.33.0) - -Released on **2023-07-30** - -#### ✨ Features - -- **misc**: 支持输入模板预处理. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: 支持输入模板预处理 ([84082c1](https://github.com/lobehub/lobe-chat/commit/84082c1)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.32.0](https://github.com/lobehub/lobe-chat/compare/v0.31.0...v0.32.0) - -Released on **2023-07-30** - -#### ✨ Features - -- **misc**: 支持会话置顶. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: 支持会话置顶,closes [#32](https://github.com/lobehub/lobe-chat/issues/32) ([fc44b5d](https://github.com/lobehub/lobe-chat/commit/fc44b5d)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.31.0](https://github.com/lobehub/lobe-chat/compare/v0.30.1...v0.31.0) - -Released on **2023-07-30** - -#### ✨ Features - -- **misc**: 支持展示 token 使用量. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: 支持展示 token 使用量,closes [#31](https://github.com/lobehub/lobe-chat/issues/31) ([e4d4dac](https://github.com/lobehub/lobe-chat/commit/e4d4dac)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.30.1](https://github.com/lobehub/lobe-chat/compare/v0.30.0...v0.30.1) - -Released on **2023-07-30** - -#### 💄 Styles - -- **misc**: 优化搜索引擎插件展示. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: 优化搜索引擎插件展示 ([347e6b0](https://github.com/lobehub/lobe-chat/commit/347e6b0)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.30.0](https://github.com/lobehub/lobe-chat/compare/v0.29.0...v0.30.0) - -Released on **2023-07-30** - -#### ✨ Features - -- **misc**: 优化保存为话题功能,实现 Topic 重命名功能,实现话题删除功能,支持缓存角色面板的展开折叠状态. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: 优化保存为话题功能 ([fdbe084](https://github.com/lobehub/lobe-chat/commit/fdbe084)) -- **misc**: 实现 Topic 重命名功能 ([5ef1685](https://github.com/lobehub/lobe-chat/commit/5ef1685)) -- **misc**: 实现话题删除功能 ([970889d](https://github.com/lobehub/lobe-chat/commit/970889d)) -- **misc**: 支持缓存角色面板的展开折叠状态 ([c241c4b](https://github.com/lobehub/lobe-chat/commit/c241c4b)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.29.0](https://github.com/lobehub/lobe-chat/compare/v0.28.0...v0.29.0) - -Released on **2023-07-30** - -#### ✨ Features - -- **misc**: 实现单个会话和角色的导出功能,实现清空所有会话消息. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: 实现单个会话和角色的导出功能 ([d15a481](https://github.com/lobehub/lobe-chat/commit/d15a481)) -- **misc**: 实现清空所有会话消息 ([64c5125](https://github.com/lobehub/lobe-chat/commit/64c5125)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.28.0](https://github.com/lobehub/lobe-chat/compare/v0.27.4...v0.28.0) - -Released on **2023-07-30** - -#### ♻ Code Refactoring - -- **misc**: 重构 settings 相关类型. - -#### ✨ Features - -- **misc**: 优化 SideBar 实现,激活态指示更加明确,实现 session 导入功能,实现配置导出功能. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: 重构 settings 相关类型 ([6b7c0a0](https://github.com/lobehub/lobe-chat/commit/6b7c0a0)) - -#### What's improved - -- **misc**: 优化 SideBar 实现,激活态指示更加明确 ([8a467df](https://github.com/lobehub/lobe-chat/commit/8a467df)) -- **misc**: 实现 session 导入功能 ([5650167](https://github.com/lobehub/lobe-chat/commit/5650167)) -- **misc**: 实现配置导出功能 ([c1f73fe](https://github.com/lobehub/lobe-chat/commit/c1f73fe)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.27.4](https://github.com/lobehub/lobe-chat/compare/v0.27.3...v0.27.4) - -Released on **2023-07-29** - -#### 🐛 Bug Fixes - -- **misc**: 修正日志超过 4096 长度的问题. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: 修正日志超过 4096 长度的问题 ([6066aff](https://github.com/lobehub/lobe-chat/commit/6066aff)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.27.3](https://github.com/lobehub/lobe-chat/compare/v0.27.2...v0.27.3) - -Released on **2023-07-29** - -#### 🐛 Bug Fixes - -- **misc**: 修正返回结果导致插件无法正常识别的问题. - -#### 💄 Styles - -- **misc**: 优化样式. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: 修正返回结果导致插件无法正常识别的问题 ([b183188](https://github.com/lobehub/lobe-chat/commit/b183188)) - -#### Styles - -- **misc**: 优化样式 ([9ce5d1d](https://github.com/lobehub/lobe-chat/commit/9ce5d1d)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.27.2](https://github.com/lobehub/lobe-chat/compare/v0.27.1...v0.27.2) - -Released on **2023-07-29** - -#### ♻ Code Refactoring - -- **misc**: 重构并优化文档抓取插件能力. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: 重构并优化文档抓取插件能力 ([ff56348](https://github.com/lobehub/lobe-chat/commit/ff56348)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.27.1](https://github.com/lobehub/lobe-chat/compare/v0.27.0...v0.27.1) - -Released on **2023-07-29** - -#### 💄 Styles - -- **misc**: 优化搜索引擎样式. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: 优化搜索引擎样式 ([699afb3](https://github.com/lobehub/lobe-chat/commit/699afb3)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.27.0](https://github.com/lobehub/lobe-chat/compare/v0.26.1...v0.27.0) - -Released on **2023-07-29** - -#### ✨ Features - -- **misc**: 优化搜索引擎插件交互展示. - -#### 💄 Styles - -- **misc**: 优化兜底结果展示. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: 优化搜索引擎插件交互展示 ([4751084](https://github.com/lobehub/lobe-chat/commit/4751084)) - -#### Styles - -- **misc**: 优化兜底结果展示 ([9da45d6](https://github.com/lobehub/lobe-chat/commit/9da45d6)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.26.1](https://github.com/lobehub/lobe-chat/compare/v0.26.0...v0.26.1) - -Released on **2023-07-29** - -#### ♻ Code Refactoring - -- **misc**: 优化 setting Layout 实现. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: 优化 setting Layout 实现 ([f789935](https://github.com/lobehub/lobe-chat/commit/f789935)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.26.0](https://github.com/lobehub/lobe-chat/compare/v0.25.0...v0.26.0) - -Released on **2023-07-28** - -#### ✨ Features - -- **misc**: support password auth and error. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: support password auth and error, closes [#22](https://github.com/lobehub/lobe-chat/issues/22) ([67f1f4d](https://github.com/lobehub/lobe-chat/commit/67f1f4d)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.25.0](https://github.com/lobehub/lobe-chat/compare/v0.24.0...v0.25.0) - -Released on **2023-07-26** - -#### ✨ Features - -- **sidebar**: Add import functionality and set labels and onClick functions - -
- -
- Improvements and Fixes - -#### ✨ Features - -- **sidebar**: Add import functionality and set labels and onClick functions ([03ea9bd](https://github.com/lobehub/lobe-chat/commit/03ea9bd)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.24.0](https://github.com/lobehub/lobe-chat/compare/v0.23.0...v0.24.0) - -Released on **2023-07-26** - -#### ✨ Features - -- **misc**: Add new translations, update existing translations, add functionality to components, modify styling, and adjust placeholder text - -
- -
- Improvements and Fixes - -#### ✨ Features - -- Add new translations, update existing translations, add functionality to components, modify styling, and adjust placeholder text ([da4ae72](https://github.com/lobehub/lobe-chat/commit/da4ae72)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.23.0](https://github.com/lobehub/lobe-chat/compare/v0.22.2...v0.23.0) - -Released on **2023-07-26** - -#### ✨ Features - -- **misc**: Add new features, update URLs, customize appearance, and implement components - -
- -
- Improvements and Fixes - -#### ✨ Features - -- Add new features, update URLs, customize appearance, and implement components ([4b61bf4](https://github.com/lobehub/lobe-chat/commit/4b61bf4)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.22.2](https://github.com/lobehub/lobe-chat/compare/v0.22.1...v0.22.2) - -Released on **2023-07-26** - -#### 💄 Styles - -- **misc**: 优化 tooltip 显示. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: 优化 tooltip 显示 ([4ba0295](https://github.com/lobehub/lobe-chat/commit/4ba0295)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.22.1](https://github.com/lobehub/lobe-chat/compare/v0.22.0...v0.22.1) - -Released on **2023-07-25** - -#### 🐛 Bug Fixes - -- **misc**: 修正自定义 OpenAI API Key 的使用问题. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: 修正自定义 OpenAI API Key 的使用问题 ([84475c0](https://github.com/lobehub/lobe-chat/commit/84475c0)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.22.0](https://github.com/lobehub/lobe-chat/compare/v0.21.0...v0.22.0) - -Released on **2023-07-25** - -#### ✨ Features - -- **misc**: 支持使用自定义 OpenAI Key. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: 支持使用自定义 OpenAI Key, closes [#20](https://github.com/lobehub/lobe-chat/issues/20) ([fb454a0](https://github.com/lobehub/lobe-chat/commit/fb454a0)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.21.0](https://github.com/lobehub/lobe-chat/compare/v0.20.0...v0.21.0) - -Released on **2023-07-25** - -#### ♻ Code Refactoring - -- **misc**: Move component folder. - -#### ✨ Features - -- **misc**: 支持快捷配置模型、温度. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Move component folder ([fb85d16](https://github.com/lobehub/lobe-chat/commit/fb85d16)) - -#### What's improved - -- **misc**: 支持快捷配置模型、温度,closes [#19](https://github.com/lobehub/lobe-chat/issues/19) ([31daee1](https://github.com/lobehub/lobe-chat/commit/31daee1)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.20.0](https://github.com/lobehub/lobe-chat/compare/v0.19.0...v0.20.0) - -Released on **2023-07-25** - -#### ✨ Features - -- **misc**: 实现话题模块. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: 实现话题模块,closes [#16](https://github.com/lobehub/lobe-chat/issues/16) ([64fd6ee](https://github.com/lobehub/lobe-chat/commit/64fd6ee)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.19.0](https://github.com/lobehub/lobe-chat/compare/v0.18.2...v0.19.0) - -Released on **2023-07-24** - -#### ♻ Code Refactoring - -- **misc**: 将 message reducer 提取到独立文件夹中,清理无用代码实现. - -#### ✨ Features - -- **misc**: 数据结构层完成 topic 模型改造. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: 将 message reducer 提取到独立文件夹中 ([64f40ca](https://github.com/lobehub/lobe-chat/commit/64f40ca)) -- **misc**: 清理无用代码实现 ([3655b60](https://github.com/lobehub/lobe-chat/commit/3655b60)) - -#### What's improved - -- **misc**: 数据结构层完成 topic 模型改造 ([99fa2a6](https://github.com/lobehub/lobe-chat/commit/99fa2a6)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.18.2](https://github.com/lobehub/lobe-chat/compare/v0.18.1...v0.18.2) - -Released on **2023-07-24** - -#### 💄 Styles - -- **misc**: 修正 markdown li 丢失的问题. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: 修正 markdown li 丢失的问题 ([eb6e831](https://github.com/lobehub/lobe-chat/commit/eb6e831)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.18.1](https://github.com/lobehub/lobe-chat/compare/v0.18.0...v0.18.1) - -Released on **2023-07-24** - -#### ♻ Code Refactoring - -- **misc**: 优化新会话的创建逻辑 session. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: 优化新会话的创建逻辑 session ([d70f22d](https://github.com/lobehub/lobe-chat/commit/d70f22d)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.18.0](https://github.com/lobehub/lobe-chat/compare/v0.17.0...v0.18.0) - -Released on **2023-07-24** - -#### ✨ Features - -- **misc**: 实现会话展示模式切换,并优化默认创建角色的配置. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: 实现会话展示模式切换,并优化默认创建角色的配置 ([27ae82f](https://github.com/lobehub/lobe-chat/commit/27ae82f)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.17.0](https://github.com/lobehub/lobe-chat/compare/v0.16.1...v0.17.0) - -Released on **2023-07-24** - -#### ✨ Features - -- **misc**: 表单配置支持设定各项高级参数. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: 表单配置支持设定各项高级参数 ([6949cc6](https://github.com/lobehub/lobe-chat/commit/6949cc6)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.16.1](https://github.com/lobehub/lobe-chat/compare/v0.16.0...v0.16.1) - -Released on **2023-07-24** - -#### ♻ Code Refactoring - -- **misc**: 重构优化 selectors 实现. - -#### 💄 Styles - -- **misc**: 优化 document title. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: 重构优化 selectors 实现 ([97fe1cd](https://github.com/lobehub/lobe-chat/commit/97fe1cd)) - -#### Styles - -- **misc**: 优化 document title ([c3cda00](https://github.com/lobehub/lobe-chat/commit/c3cda00)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.16.0](https://github.com/lobehub/lobe-chat/compare/v0.15.1...v0.16.0) - -Released on **2023-07-24** - -#### ✨ Features - -- **misc**: 支持自动跳转到第一条会话. - -#### 💄 Styles - -- **misc**: 修正插件的展示文案. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: 支持自动跳转到第一条会话 ([54f01c7](https://github.com/lobehub/lobe-chat/commit/54f01c7)) - -#### Styles - -- **misc**: 修正插件的展示文案 ([53c81ae](https://github.com/lobehub/lobe-chat/commit/53c81ae)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.15.1](https://github.com/lobehub/lobe-chat/compare/v0.15.0...v0.15.1) - -Released on **2023-07-24** - -#### 💄 Styles - -- **misc**: 更新插件文案. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: 更新插件文案 ([0411335](https://github.com/lobehub/lobe-chat/commit/0411335)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.15.0](https://github.com/lobehub/lobe-chat/compare/v0.14.0...v0.15.0) - -Released on **2023-07-24** - -#### ✨ Features - -- **misc**: Add new features and improve user experience, Import and use constants from "meta.ts" instead of "agentConfig". - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Add new features and improve user experience ([64c8782](https://github.com/lobehub/lobe-chat/commit/64c8782)) -- **misc**: Import and use constants from "meta.ts" instead of "agentConfig" ([1eb6a17](https://github.com/lobehub/lobe-chat/commit/1eb6a17)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.14.0](https://github.com/lobehub/lobe-chat/compare/v0.13.1...v0.14.0) - -Released on **2023-07-24** - -#### ✨ Features - -- **misc**: 支持网页抓取. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: 支持网页抓取,closes [#14](https://github.com/lobehub/lobe-chat/issues/14) ([9e933b0](https://github.com/lobehub/lobe-chat/commit/9e933b0)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.13.1](https://github.com/lobehub/lobe-chat/compare/v0.13.0...v0.13.1) - -Released on **2023-07-23** - -#### 🐛 Bug Fixes - -- **misc**: 修正搜索引擎插件的实现问题. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: 修正搜索引擎插件的实现问题 ([d19a805](https://github.com/lobehub/lobe-chat/commit/d19a805)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.13.0](https://github.com/lobehub/lobe-chat/compare/v0.12.1...v0.13.0) - -Released on **2023-07-23** - -#### ✨ Features - -- **misc**: 优化插件模式下的用户体验. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: 优化插件模式下的用户体验,closes [#13](https://github.com/lobehub/lobe-chat/issues/13) ([4596f12](https://github.com/lobehub/lobe-chat/commit/4596f12)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.12.1](https://github.com/lobehub/lobe-chat/compare/v0.12.0...v0.12.1) - -Released on **2023-07-23** - -#### 🐛 Bug Fixes - -- **misc**: 修正 message parentId 不正确的问题. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: 修正 message parentId 不正确的问题 ([f86852a](https://github.com/lobehub/lobe-chat/commit/f86852a)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.12.0](https://github.com/lobehub/lobe-chat/compare/v0.11.0...v0.12.0) - -Released on **2023-07-23** - -#### ✨ Features - -- **misc**: 支持插件列表 与 基于 Serpapi 的搜索引擎插件. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: 支持插件列表 与 基于 Serpapi 的搜索引擎插件,closes [#12](https://github.com/lobehub/lobe-chat/issues/12) ([d89e06f](https://github.com/lobehub/lobe-chat/commit/d89e06f)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.11.0](https://github.com/lobehub/lobe-chat/compare/v0.10.2...v0.11.0) - -Released on **2023-07-23** - -#### ♻ Code Refactoring - -- **misc**: Remove langchain, 优化代码. - -#### ✨ Features - -- **misc**: 支持查询天气. - -#### 💄 Styles - -- **misc**: Update manifest, 增加国际化文案. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: Remove langchain ([7b0f96c](https://github.com/lobehub/lobe-chat/commit/7b0f96c)) -- **misc**: 优化代码 ([6a8f7df](https://github.com/lobehub/lobe-chat/commit/6a8f7df)) - -#### What's improved - -- **misc**: 支持查询天气 ([34bf285](https://github.com/lobehub/lobe-chat/commit/34bf285)) - -#### Styles - -- **misc**: Update manifest ([ea9e8de](https://github.com/lobehub/lobe-chat/commit/ea9e8de)) -- **misc**: 增加国际化文案 ([f5e8d7c](https://github.com/lobehub/lobe-chat/commit/f5e8d7c)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.10.2](https://github.com/lobehub/lobe-chat/compare/v0.10.1...v0.10.2) - -Released on **2023-07-23** - -#### 💄 Styles - -- **misc**: 优化模型在 list 中的展示逻辑. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: 优化模型在 list 中的展示逻辑 ([4bdf3c5](https://github.com/lobehub/lobe-chat/commit/4bdf3c5)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.10.1](https://github.com/lobehub/lobe-chat/compare/v0.10.0...v0.10.1) - -Released on **2023-07-22** - -#### 💄 Styles - -- **misc**: 修正对话中用户头像的问题. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: 修正对话中用户头像的问题 ([560c8bb](https://github.com/lobehub/lobe-chat/commit/560c8bb)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.10.0](https://github.com/lobehub/lobe-chat/compare/v0.9.0...v0.10.0) - -Released on **2023-07-22** - -#### ✨ Features - -- **misc**: 支持复制与编辑会话消息. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: 支持复制与编辑会话消息 ([bebcf9f](https://github.com/lobehub/lobe-chat/commit/bebcf9f)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.9.0](https://github.com/lobehub/lobe-chat/compare/v0.8.2...v0.9.0) - -Released on **2023-07-22** - -#### ✨ Features - -- **misc**: 展示模型类型. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: 展示模型类型 ([58ea93c](https://github.com/lobehub/lobe-chat/commit/58ea93c)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.8.2](https://github.com/lobehub/lobe-chat/compare/v0.8.1...v0.8.2) - -Released on **2023-07-22** - -#### 🐛 Bug Fixes - -- **misc**: Fix miss manifest.json link, 优化 model tag 展示逻辑. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix miss manifest.json link ([ac4b2f3](https://github.com/lobehub/lobe-chat/commit/ac4b2f3)) -- **misc**: 优化 model tag 展示逻辑 ([3463ede](https://github.com/lobehub/lobe-chat/commit/3463ede)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.8.1](https://github.com/lobehub/lobe-chat/compare/v0.8.0...v0.8.1) - -Released on **2023-07-22** - -#### 🐛 Bug Fixes - -- **misc**: Fix import. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix import ([4fb9967](https://github.com/lobehub/lobe-chat/commit/4fb9967)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.8.0](https://github.com/lobehub/lobe-chat/compare/v0.7.0...v0.8.0) - -Released on **2023-07-22** - -#### ✨ Features - -- **misc**: 支持 pwa 模式. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: 支持 pwa 模式 ([8aad92d](https://github.com/lobehub/lobe-chat/commit/8aad92d)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.7.0](https://github.com/lobehub/lobe-chat/compare/v0.6.1...v0.7.0) - -Released on **2023-07-22** - -#### ✨ Features - -- **misc**: 支持展示来自模型的标记信息. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: 支持展示来自模型的标记信息 ([e27fae9](https://github.com/lobehub/lobe-chat/commit/e27fae9)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.6.1](https://github.com/lobehub/lobe-chat/compare/v0.6.0...v0.6.1) - -Released on **2023-07-22** - -#### 🐛 Bug Fixes - -- **misc**: Add deps. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Add deps ([3dc45fe](https://github.com/lobehub/lobe-chat/commit/3dc45fe)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.6.0](https://github.com/lobehub/lobe-chat/compare/v0.5.0...v0.6.0) - -Released on **2023-07-22** - -#### ♻ Code Refactoring - -- **misc**: 重构 selector 文件组织. - -#### ✨ Features - -- **misc**: 补充 token 详情. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: 重构 selector 文件组织 ([2ad0ef9](https://github.com/lobehub/lobe-chat/commit/2ad0ef9)) - -#### What's improved - -- **misc**: 补充 token 详情 ([098f7ff](https://github.com/lobehub/lobe-chat/commit/098f7ff)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.5.0](https://github.com/lobehub/lobe-chat/compare/v0.4.3...v0.5.0) - -Released on **2023-07-22** - -#### ✨ Features - -- **misc**: 支持选择 Emoji. - -#### 🐛 Bug Fixes - -- **misc**: 修正 total token 计算不正确的问题. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: 支持选择 Emoji ([6cb4828](https://github.com/lobehub/lobe-chat/commit/6cb4828)) - -#### What's fixed - -- **misc**: 修正 total token 计算不正确的问题 ([17815c6](https://github.com/lobehub/lobe-chat/commit/17815c6)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.4.3](https://github.com/lobehub/lobe-chat/compare/v0.4.2...v0.4.3) - -Released on **2023-07-22** - -#### ♻ Code Refactoring - -- **misc**: 优化 edit 代码结构. - -
- -
- Improvements and Fixes - -#### Code refactoring - -- **misc**: 优化 edit 代码结构 ([fdb3a3f](https://github.com/lobehub/lobe-chat/commit/fdb3a3f)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.4.2](https://github.com/lobehub/lobe-chat/compare/v0.4.1...v0.4.2) - -Released on **2023-07-22** - -#### 💄 Styles - -- **misc**: Fix input style, fix layout. - -
- -
- Improvements and Fixes - -#### Styles - -- **misc**: Fix input style ([504bd64](https://github.com/lobehub/lobe-chat/commit/504bd64)) -- **misc**: Fix layout ([2d83aff](https://github.com/lobehub/lobe-chat/commit/2d83aff)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.4.1](https://github.com/lobehub/lobe-chat/compare/v0.4.0...v0.4.1) - -Released on **2023-07-22** - -#### 🐛 Bug Fixes - -- **misc**: Fix SSR style error. - -
- -
- Improvements and Fixes - -#### What's fixed - -- **misc**: Fix SSR style error ([289eae7](https://github.com/lobehub/lobe-chat/commit/289eae7)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.4.0](https://github.com/lobehub/lobe-chat/compare/v0.3.0...v0.4.0) - -Released on **2023-07-20** - -#### ✨ Features - -- **misc**: Add styles and modify layout of FolderPanel, SliderWithInput, SessionList, EditPage, ChatLayout, and SettingLayout components, Introduce FOLDER_WIDTH constant and update components. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Add styles and modify layout of FolderPanel, SliderWithInput, SessionList, EditPage, ChatLayout, and SettingLayout components ([7f19a09](https://github.com/lobehub/lobe-chat/commit/7f19a09)) -- **misc**: Introduce FOLDER_WIDTH constant and update components ([c511964](https://github.com/lobehub/lobe-chat/commit/c511964)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.3.0](https://github.com/lobehub/lobe-chat/compare/v0.2.0...v0.3.0) - -Released on **2023-07-18** - -#### ✨ Features - -- **misc**: Add new files, modify components, and adjust layout and styling. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Add new files, modify components, and adjust layout and styling ([b8c3b38](https://github.com/lobehub/lobe-chat/commit/b8c3b38)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -## [Version 0.2.0](https://github.com/lobehub/lobe-chat/compare/v0.1.6...v0.2.0) - -Released on **2023-07-18** - -#### ✨ Features - -- **misc**: Add import statement and define CSS styles for Avatar component. - -
- -
- Improvements and Fixes - -#### What's improved - -- **misc**: Add import statement and define CSS styles for Avatar component ([8c23a8d](https://github.com/lobehub/lobe-chat/commit/8c23a8d)) - -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
- -### [Version 0.1.6](https://github.com/lobehub/lobe-chat/compare/v0.1.5...v0.1.6) - -Released on **2023-07-18** - -
- -
- Improvements and Fixes -
- -
- [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) -
diff --git a/changelog/CHANGELOG.v0.md b/changelog/CHANGELOG.v0.md new file mode 100644 index 000000000000..372124be20ed --- /dev/null +++ b/changelog/CHANGELOG.v0.md @@ -0,0 +1,16621 @@ +
+ +# Changelog + +## [Version 0.163.0](https://github.com/lobehub/lobe-chat/compare/v0.162.25...v0.163.0) + +Released on **2024-06-17** + +#### ✨ Features + +- **misc**: Support server db mode with Postgres / Drizzle ORM / tRPC. + +
+ +
+Improvements and Fixes + +#### What's improved + +- **misc**: Support server db mode with Postgres / Drizzle ORM / tRPC, closes [#2556](https://github.com/lobehub/lobe-chat/issues/2556) ([b26afbf](https://github.com/lobehub/lobe-chat/commit/b26afbf)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.162.25](https://github.com/lobehub/lobe-chat/compare/v0.162.24...v0.162.25) + +Released on **2024-06-16** + +#### 🐛 Bug Fixes + +- **misc**: Fix issues for client fetch. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix issues for client fetch, closes [#2753](https://github.com/lobehub/lobe-chat/issues/2753) ([6f5be5d](https://github.com/lobehub/lobe-chat/commit/6f5be5d)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.162.24](https://github.com/lobehub/lobe-chat/compare/v0.162.23...v0.162.24) + +Released on **2024-06-14** + +#### 💄 Styles + +- **misc**: Update error card style, Update settings footer style and about page. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Update error card style, closes [#2868](https://github.com/lobehub/lobe-chat/issues/2868) ([a9d678b](https://github.com/lobehub/lobe-chat/commit/a9d678b)) +- **misc**: Update settings footer style and about page, closes [#2846](https://github.com/lobehub/lobe-chat/issues/2846) ([d815109](https://github.com/lobehub/lobe-chat/commit/d815109)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.162.23](https://github.com/lobehub/lobe-chat/compare/v0.162.22...v0.162.23) + +Released on **2024-06-12** + +#### 💄 Styles + +- **misc**: Add Qwen2 models, Add Zhipu new models. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Add Qwen2 models, closes [#2832](https://github.com/lobehub/lobe-chat/issues/2832) ([fb97be9](https://github.com/lobehub/lobe-chat/commit/fb97be9)) +- **misc**: Add Zhipu new models, closes [#2830](https://github.com/lobehub/lobe-chat/issues/2830) ([5be43f0](https://github.com/lobehub/lobe-chat/commit/5be43f0)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.162.22](https://github.com/lobehub/lobe-chat/compare/v0.162.21...v0.162.22) + +Released on **2024-06-11** + +#### 💄 Styles + +- **misc**: Expand `Clear` tooltip maxWidth. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Expand `Clear` tooltip maxWidth, closes [#2822](https://github.com/lobehub/lobe-chat/issues/2822) ([a5c3d6f](https://github.com/lobehub/lobe-chat/commit/a5c3d6f)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.162.21](https://github.com/lobehub/lobe-chat/compare/v0.162.20...v0.162.21) + +Released on **2024-06-09** + +#### 💄 Styles + +- **misc**: Do not show noDescription in new sesstion. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Do not show noDescription in new sesstion, closes [#2749](https://github.com/lobehub/lobe-chat/issues/2749) ([30b00aa](https://github.com/lobehub/lobe-chat/commit/30b00aa)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.162.20](https://github.com/lobehub/lobe-chat/compare/v0.162.19...v0.162.20) + +Released on **2024-06-08** + +
+ +
+Improvements and Fixes + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.162.19](https://github.com/lobehub/lobe-chat/compare/v0.162.18...v0.162.19) + +Released on **2024-06-07** + +#### 🐛 Bug Fixes + +- **misc**: Fix OpenAi BaseURL in api form. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix OpenAi BaseURL in api form, closes [#2806](https://github.com/lobehub/lobe-chat/issues/2806) ([1392957](https://github.com/lobehub/lobe-chat/commit/1392957)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.162.18](https://github.com/lobehub/lobe-chat/compare/v0.162.17...v0.162.18) + +Released on **2024-06-06** + +#### ♻ Code Refactoring + +- **misc**: Refactor model provider implement. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor model provider implement, closes [#2801](https://github.com/lobehub/lobe-chat/issues/2801) ([7bb4fec](https://github.com/lobehub/lobe-chat/commit/7bb4fec)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.162.17](https://github.com/lobehub/lobe-chat/compare/v0.162.16...v0.162.17) + +Released on **2024-06-04** + +#### 🐛 Bug Fixes + +- **misc**: Fix `response.undefined` error with some provider. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix `response.undefined` error with some provider, closes [#2782](https://github.com/lobehub/lobe-chat/issues/2782) ([5676899](https://github.com/lobehub/lobe-chat/commit/5676899)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.162.16](https://github.com/lobehub/lobe-chat/compare/v0.162.15...v0.162.16) + +Released on **2024-06-04** + +
+ +
+Improvements and Fixes + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.162.15](https://github.com/lobehub/lobe-chat/compare/v0.162.14...v0.162.15) + +Released on **2024-06-03** + +#### 🐛 Bug Fixes + +- **misc**: Fix send button loading on only add user message. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix send button loading on only add user message, closes [#2774](https://github.com/lobehub/lobe-chat/issues/2774) ([a7f2982](https://github.com/lobehub/lobe-chat/commit/a7f2982)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.162.14](https://github.com/lobehub/lobe-chat/compare/v0.162.13...v0.162.14) + +Released on **2024-06-03** + +#### 💄 Styles + +- **misc**: Improve loading state. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Improve loading state, closes [#2767](https://github.com/lobehub/lobe-chat/issues/2767) ([fbdfde9](https://github.com/lobehub/lobe-chat/commit/fbdfde9)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.162.13](https://github.com/lobehub/lobe-chat/compare/v0.162.12...v0.162.13) + +Released on **2024-06-01** + +#### 💄 Styles + +- **misc**: Improve config upload modal. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Improve config upload modal, closes [#2745](https://github.com/lobehub/lobe-chat/issues/2745) ([af9af9f](https://github.com/lobehub/lobe-chat/commit/af9af9f)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.162.12](https://github.com/lobehub/lobe-chat/compare/v0.162.11...v0.162.12) + +Released on **2024-05-31** + +#### ♻ Code Refactoring + +- **misc**: Refactor session meta method. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor session meta method, closes [#2737](https://github.com/lobehub/lobe-chat/issues/2737) ([b103c3c](https://github.com/lobehub/lobe-chat/commit/b103c3c)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.162.11](https://github.com/lobehub/lobe-chat/compare/v0.162.10...v0.162.11) + +Released on **2024-05-29** + +#### 🐛 Bug Fixes + +- **misc**: Fix import config. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix import config, closes [#2720](https://github.com/lobehub/lobe-chat/issues/2720) ([a5ddd9a](https://github.com/lobehub/lobe-chat/commit/a5ddd9a)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.162.10](https://github.com/lobehub/lobe-chat/compare/v0.162.9...v0.162.10) + +Released on **2024-05-29** + +#### ♻ Code Refactoring + +- **misc**: Refactor the config import for server import. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor the config import for server import, closes [#2718](https://github.com/lobehub/lobe-chat/issues/2718) ([d4ee64b](https://github.com/lobehub/lobe-chat/commit/d4ee64b)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.162.9](https://github.com/lobehub/lobe-chat/compare/v0.162.8...v0.162.9) + +Released on **2024-05-29** + +#### ♻ Code Refactoring + +- **misc**: Refactor the settings to add optimistic updating. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor the settings to add optimistic updating, closes [#2709](https://github.com/lobehub/lobe-chat/issues/2709) ([fade53e](https://github.com/lobehub/lobe-chat/commit/fade53e)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.162.8](https://github.com/lobehub/lobe-chat/compare/v0.162.7...v0.162.8) + +Released on **2024-05-28** + +#### 💄 Styles + +- **misc**: Add optimistic loading for image uploading. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Add optimistic loading for image uploading, closes [#2700](https://github.com/lobehub/lobe-chat/issues/2700) ([f99c9ce](https://github.com/lobehub/lobe-chat/commit/f99c9ce)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.162.7](https://github.com/lobehub/lobe-chat/compare/v0.162.6...v0.162.7) + +Released on **2024-05-28** + +#### 💄 Styles + +- **misc**: Improve display of `set limited history messages`, `randomness` and `voice input`. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Improve display of `set limited history messages`, `randomness` and `voice input`, closes [#2586](https://github.com/lobehub/lobe-chat/issues/2586) ([22c9b9c](https://github.com/lobehub/lobe-chat/commit/22c9b9c)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.162.6](https://github.com/lobehub/lobe-chat/compare/v0.162.5...v0.162.6) + +Released on **2024-05-28** + +#### 🐛 Bug Fixes + +- **misc**: Fix the default agent not work correctly on new device. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix the default agent not work correctly on new device, closes [#2699](https://github.com/lobehub/lobe-chat/issues/2699) ([e4c7536](https://github.com/lobehub/lobe-chat/commit/e4c7536)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.162.5](https://github.com/lobehub/lobe-chat/compare/v0.162.4...v0.162.5) + +Released on **2024-05-28** + +#### 💄 Styles + +- **misc**: Add `SYSTEM_AGENT` env. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Add `SYSTEM_AGENT` env, closes [#2694](https://github.com/lobehub/lobe-chat/issues/2694) ([0dfcf8d](https://github.com/lobehub/lobe-chat/commit/0dfcf8d)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.162.4](https://github.com/lobehub/lobe-chat/compare/v0.162.3...v0.162.4) + +Released on **2024-05-28** + +#### 🐛 Bug Fixes + +- **misc**: Fix auto focus issues. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix auto focus issues, closes [#2697](https://github.com/lobehub/lobe-chat/issues/2697) ([8df856e](https://github.com/lobehub/lobe-chat/commit/8df856e)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.162.3](https://github.com/lobehub/lobe-chat/compare/v0.162.2...v0.162.3) + +Released on **2024-05-28** + +
+ +
+Improvements and Fixes + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.162.2](https://github.com/lobehub/lobe-chat/compare/v0.162.1...v0.162.2) + +Released on **2024-05-28** + +#### ♻ Code Refactoring + +- **misc**: Refactor agent store data. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor agent store data, closes [#2690](https://github.com/lobehub/lobe-chat/issues/2690) ([e201937](https://github.com/lobehub/lobe-chat/commit/e201937)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.162.1](https://github.com/lobehub/lobe-chat/compare/v0.162.0...v0.162.1) + +Released on **2024-05-27** + +#### 💄 Styles + +- **misc**: Improve the display effect of plug-in API name and description. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Improve the display effect of plug-in API name and description, closes [#2678](https://github.com/lobehub/lobe-chat/issues/2678) ([19cd0b9](https://github.com/lobehub/lobe-chat/commit/19cd0b9)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +## [Version 0.162.0](https://github.com/lobehub/lobe-chat/compare/v0.161.25...v0.162.0) + +Released on **2024-05-27** + +#### ✨ Features + +- **misc**: Support topic agent. + +
+ +
+Improvements and Fixes + +#### What's improved + +- **misc**: Support topic agent, closes [#2683](https://github.com/lobehub/lobe-chat/issues/2683) ([56865fe](https://github.com/lobehub/lobe-chat/commit/56865fe)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.161.25](https://github.com/lobehub/lobe-chat/compare/v0.161.24...v0.161.25) + +Released on **2024-05-27** + +#### 🐛 Bug Fixes + +- **misc**: Fix trpc/edge path error when setting `NEXT_PUBLIC_BASE_PATH`. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix trpc/edge path error when setting `NEXT_PUBLIC_BASE_PATH`, closes [#2681](https://github.com/lobehub/lobe-chat/issues/2681) ([622b390](https://github.com/lobehub/lobe-chat/commit/622b390)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.161.24](https://github.com/lobehub/lobe-chat/compare/v0.161.23...v0.161.24) + +Released on **2024-05-27** + +#### 🐛 Bug Fixes + +- **misc**: Fix the missing user id in chat compeletition and fix remove unstarred topic not working. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix the missing user id in chat compeletition and fix remove unstarred topic not working, closes [#2677](https://github.com/lobehub/lobe-chat/issues/2677) ([c9fb2de](https://github.com/lobehub/lobe-chat/commit/c9fb2de)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.161.23](https://github.com/lobehub/lobe-chat/compare/v0.161.22...v0.161.23) + +Released on **2024-05-27** + +#### ♻ Code Refactoring + +- **misc**: Refactor `keyVaults` and rename `endpoint` to `baseURL`. + +#### 💄 Styles + +- **misc**: Fix PluginStore layout. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor `keyVaults` and rename `endpoint` to `baseURL`, closes [#2673](https://github.com/lobehub/lobe-chat/issues/2673) ([4049bc7](https://github.com/lobehub/lobe-chat/commit/4049bc7)) + +#### Styles + +- **misc**: Fix PluginStore layout, closes [#2590](https://github.com/lobehub/lobe-chat/issues/2590) [#2511](https://github.com/lobehub/lobe-chat/issues/2511) ([e1ae39b](https://github.com/lobehub/lobe-chat/commit/e1ae39b)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.161.22](https://github.com/lobehub/lobe-chat/compare/v0.161.21...v0.161.22) + +Released on **2024-05-26** + +#### 🐛 Bug Fixes + +- **misc**: Fix connection checker. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix connection checker, closes [#2672](https://github.com/lobehub/lobe-chat/issues/2672) ([bef8926](https://github.com/lobehub/lobe-chat/commit/bef8926)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.161.21](https://github.com/lobehub/lobe-chat/compare/v0.161.20...v0.161.21) + +Released on **2024-05-26** + +#### 🐛 Bug Fixes + +- **misc**: Fix the batch import error. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix the batch import error, closes [#2671](https://github.com/lobehub/lobe-chat/issues/2671) ([db8f2c6](https://github.com/lobehub/lobe-chat/commit/db8f2c6)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.161.20](https://github.com/lobehub/lobe-chat/compare/v0.161.19...v0.161.20) + +Released on **2024-05-26** + +#### 🐛 Bug Fixes + +- **misc**: Fix vercel build. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix vercel build, closes [#2666](https://github.com/lobehub/lobe-chat/issues/2666) ([cb70e4a](https://github.com/lobehub/lobe-chat/commit/cb70e4a)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.161.19](https://github.com/lobehub/lobe-chat/compare/v0.161.18...v0.161.19) + +Released on **2024-05-25** + +#### 💄 Styles + +- **misc**: Update token tag popover style. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Update token tag popover style, closes [#2631](https://github.com/lobehub/lobe-chat/issues/2631) ([7635129](https://github.com/lobehub/lobe-chat/commit/7635129)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.161.18](https://github.com/lobehub/lobe-chat/compare/v0.161.17...v0.161.18) + +Released on **2024-05-25** + +#### 🐛 Bug Fixes + +- **misc**: Fix aws log. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix aws log ([58f3ed1](https://github.com/lobehub/lobe-chat/commit/58f3ed1)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.161.17](https://github.com/lobehub/lobe-chat/compare/v0.161.16...v0.161.17) + +Released on **2024-05-25** + +#### ♻ Code Refactoring + +- **misc**: Migrate some agent config to `chatConfig`. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Migrate some agent config to `chatConfig`, closes [#2646](https://github.com/lobehub/lobe-chat/issues/2646) ([2f311dc](https://github.com/lobehub/lobe-chat/commit/2f311dc)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.161.16](https://github.com/lobehub/lobe-chat/compare/v0.161.15...v0.161.16) + +Released on **2024-05-25** + +#### 🐛 Bug Fixes + +- **misc**: Fix bedrock show by default on vercel. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix bedrock show by default on vercel, closes [#2634](https://github.com/lobehub/lobe-chat/issues/2634) ([7ad3af2](https://github.com/lobehub/lobe-chat/commit/7ad3af2)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.161.15](https://github.com/lobehub/lobe-chat/compare/v0.161.14...v0.161.15) + +Released on **2024-05-24** + +#### 🐛 Bug Fixes + +- **misc**: Fix avatar missing on client DB mode. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix avatar missing on client DB mode, closes [#2645](https://github.com/lobehub/lobe-chat/issues/2645) ([12726c2](https://github.com/lobehub/lobe-chat/commit/12726c2)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.161.14](https://github.com/lobehub/lobe-chat/compare/v0.161.13...v0.161.14) + +Released on **2024-05-24** + +#### ♻ Code Refactoring + +- **misc**: Refactor the global app status and fix PWA installer. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor the global app status and fix PWA installer, closes [#2637](https://github.com/lobehub/lobe-chat/issues/2637) ([1f70305](https://github.com/lobehub/lobe-chat/commit/1f70305)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.161.13](https://github.com/lobehub/lobe-chat/compare/v0.161.12...v0.161.13) + +Released on **2024-05-24** + +
+ +
+Improvements and Fixes + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.161.12](https://github.com/lobehub/lobe-chat/compare/v0.161.11...v0.161.12) + +Released on **2024-05-23** + +#### ♻ Code Refactoring + +- **misc**: Refactor the home redirect implement. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor the home redirect implement, closes [#2626](https://github.com/lobehub/lobe-chat/issues/2626) ([ab4216e](https://github.com/lobehub/lobe-chat/commit/ab4216e)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.161.11](https://github.com/lobehub/lobe-chat/compare/v0.161.10...v0.161.11) + +Released on **2024-05-23** + +#### 💄 Styles + +- **misc**: Improve PWA install guide. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Improve PWA install guide, closes [#2617](https://github.com/lobehub/lobe-chat/issues/2617) ([7fee545](https://github.com/lobehub/lobe-chat/commit/7fee545)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.161.10](https://github.com/lobehub/lobe-chat/compare/v0.161.9...v0.161.10) + +Released on **2024-05-23** + +#### 🐛 Bug Fixes + +- **misc**: Refactor user store and fix custom model list form. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Refactor user store and fix custom model list form, closes [#2620](https://github.com/lobehub/lobe-chat/issues/2620) ([81ea886](https://github.com/lobehub/lobe-chat/commit/81ea886)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.161.9](https://github.com/lobehub/lobe-chat/compare/v0.161.8...v0.161.9) + +Released on **2024-05-23** + +#### 💄 Styles + +- **misc**: Fix image style and improve drag upload box. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Fix image style and improve drag upload box, closes [#2610](https://github.com/lobehub/lobe-chat/issues/2610) ([5e1a4d6](https://github.com/lobehub/lobe-chat/commit/5e1a4d6)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.161.8](https://github.com/lobehub/lobe-chat/compare/v0.161.7...v0.161.8) + +Released on **2024-05-22** + +
+ +
+Improvements and Fixes + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.161.7](https://github.com/lobehub/lobe-chat/compare/v0.161.6...v0.161.7) + +Released on **2024-05-22** + +#### ♻ Code Refactoring + +- **misc**: Refactor to serverDB ENV. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor to serverDB ENV, closes [#2612](https://github.com/lobehub/lobe-chat/issues/2612) ([fa1409e](https://github.com/lobehub/lobe-chat/commit/fa1409e)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.161.6](https://github.com/lobehub/lobe-chat/compare/v0.161.5...v0.161.6) + +Released on **2024-05-22** + +
+ +
+Improvements and Fixes + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.161.5](https://github.com/lobehub/lobe-chat/compare/v0.161.4...v0.161.5) + +Released on **2024-05-22** + +#### ♻ Code Refactoring + +- **misc**: Move feature flags ENV. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Move feature flags ENV, closes [#2605](https://github.com/lobehub/lobe-chat/issues/2605) ([054a404](https://github.com/lobehub/lobe-chat/commit/054a404)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.161.4](https://github.com/lobehub/lobe-chat/compare/v0.161.3...v0.161.4) + +Released on **2024-05-22** + +#### ♻ Code Refactoring + +- **misc**: Refactor the app ENV. + +#### 🐛 Bug Fixes + +- **misc**: Fix market and plugin cache. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor the app ENV, closes [#2604](https://github.com/lobehub/lobe-chat/issues/2604) ([acc0fdc](https://github.com/lobehub/lobe-chat/commit/acc0fdc)) + +#### What's fixed + +- **misc**: Fix market and plugin cache, closes [#2608](https://github.com/lobehub/lobe-chat/issues/2608) ([a3f161e](https://github.com/lobehub/lobe-chat/commit/a3f161e)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.161.3](https://github.com/lobehub/lobe-chat/compare/v0.161.2...v0.161.3) + +Released on **2024-05-22** + +#### ♻ Code Refactoring + +- **misc**: Refactor the langfuse env. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor the langfuse env, closes [#2602](https://github.com/lobehub/lobe-chat/issues/2602) ([cbebfbc](https://github.com/lobehub/lobe-chat/commit/cbebfbc)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.161.2](https://github.com/lobehub/lobe-chat/compare/v0.161.1...v0.161.2) + +Released on **2024-05-22** + +#### ♻ Code Refactoring + +- **misc**: Refactor the llm env. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor the llm env, closes [#2592](https://github.com/lobehub/lobe-chat/issues/2592) ([5eb225a](https://github.com/lobehub/lobe-chat/commit/5eb225a)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.161.1](https://github.com/lobehub/lobe-chat/compare/v0.161.0...v0.161.1) + +Released on **2024-05-22** + +#### 💄 Styles + +- **misc**: Fix setting modal style problem. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Fix setting modal style problem, closes [#2599](https://github.com/lobehub/lobe-chat/issues/2599) ([1a3f8f3](https://github.com/lobehub/lobe-chat/commit/1a3f8f3)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +## [Version 0.161.0](https://github.com/lobehub/lobe-chat/compare/v0.160.8...v0.161.0) + +Released on **2024-05-21** + +#### ✨ Features + +- **misc**: Add system agent to select another model provider for translation. + +
+ +
+Improvements and Fixes + +#### What's improved + +- **misc**: Add system agent to select another model provider for translation, closes [#1902](https://github.com/lobehub/lobe-chat/issues/1902) ([3945387](https://github.com/lobehub/lobe-chat/commit/3945387)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.160.8](https://github.com/lobehub/lobe-chat/compare/v0.160.7...v0.160.8) + +Released on **2024-05-21** + +#### 💄 Styles + +- **misc**: `Tooltip` should not be selected & Model selector overlaps with reset button. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: `Tooltip` should not be selected & Model selector overlaps with reset button, closes [#2500](https://github.com/lobehub/lobe-chat/issues/2500) [#2511](https://github.com/lobehub/lobe-chat/issues/2511) [#2581](https://github.com/lobehub/lobe-chat/issues/2581) ([0c62fb7](https://github.com/lobehub/lobe-chat/commit/0c62fb7)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.160.7](https://github.com/lobehub/lobe-chat/compare/v0.160.6...v0.160.7) + +Released on **2024-05-21** + +#### 🐛 Bug Fixes + +- **misc**: Fix duplicate model panel key. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix duplicate model panel key, closes [#2591](https://github.com/lobehub/lobe-chat/issues/2591) ([c733fcf](https://github.com/lobehub/lobe-chat/commit/c733fcf)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.160.6](https://github.com/lobehub/lobe-chat/compare/v0.160.5...v0.160.6) + +Released on **2024-05-21** + +#### ♻ Code Refactoring + +- **misc**: Refactor a Notification component, refactor code, refactor message action, refactor the type, refactor user preference. + +#### 💄 Styles + +- **misc**: Add ENABLED_OPENAI env, add fetch error notification, improve openai fetch client switch, improve redirect when login. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor a Notification component ([28db3d5](https://github.com/lobehub/lobe-chat/commit/28db3d5)) +- **misc**: Refactor code, closes [#2584](https://github.com/lobehub/lobe-chat/issues/2584) ([086244c](https://github.com/lobehub/lobe-chat/commit/086244c)) +- **misc**: Refactor message action ([224bd67](https://github.com/lobehub/lobe-chat/commit/224bd67)) +- **misc**: Refactor the type ([ddf1abf](https://github.com/lobehub/lobe-chat/commit/ddf1abf)) +- **misc**: Refactor user preference ([1823b0d](https://github.com/lobehub/lobe-chat/commit/1823b0d)) + +#### Styles + +- **misc**: Add ENABLED_OPENAI env ([35f6230](https://github.com/lobehub/lobe-chat/commit/35f6230)) +- **misc**: Add fetch error notification ([0186b4b](https://github.com/lobehub/lobe-chat/commit/0186b4b)) +- **misc**: Improve openai fetch client switch ([3cad470](https://github.com/lobehub/lobe-chat/commit/3cad470)) +- **misc**: Improve redirect when login ([cb26655](https://github.com/lobehub/lobe-chat/commit/cb26655)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.160.5](https://github.com/lobehub/lobe-chat/compare/v0.160.4...v0.160.5) + +Released on **2024-05-20** + +#### ♻ Code Refactoring + +- **misc**: Refactor analytics env. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor analytics env, closes [#2570](https://github.com/lobehub/lobe-chat/issues/2570) ([d809d3f](https://github.com/lobehub/lobe-chat/commit/d809d3f)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.160.4](https://github.com/lobehub/lobe-chat/compare/v0.160.3...v0.160.4) + +Released on **2024-05-20** + +#### 💄 Styles + +- **misc**: Modify bedrock provided model. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Modify bedrock provided model, closes [#2473](https://github.com/lobehub/lobe-chat/issues/2473) ([a1fabf6](https://github.com/lobehub/lobe-chat/commit/a1fabf6)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.160.3](https://github.com/lobehub/lobe-chat/compare/v0.160.2...v0.160.3) + +Released on **2024-05-19** + +#### 💄 Styles + +- **misc**: Add two feature flags: check_updates 、welcome_suggest. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Add two feature flags: check_updates 、welcome_suggest, closes [#2555](https://github.com/lobehub/lobe-chat/issues/2555) ([84c69c9](https://github.com/lobehub/lobe-chat/commit/84c69c9)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.160.2](https://github.com/lobehub/lobe-chat/compare/v0.160.1...v0.160.2) + +Released on **2024-05-19** + +#### 🐛 Bug Fixes + +- **misc**: Upgrade antd and fix lint type. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Upgrade antd and fix lint type, closes [#2567](https://github.com/lobehub/lobe-chat/issues/2567) ([efe28da](https://github.com/lobehub/lobe-chat/commit/efe28da)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.160.1](https://github.com/lobehub/lobe-chat/compare/v0.160.0...v0.160.1) + +Released on **2024-05-18** + +#### 🐛 Bug Fixes + +- **misc**: Fix enable ollama env. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix enable ollama env ([9c3f5a8](https://github.com/lobehub/lobe-chat/commit/9c3f5a8)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +## [Version 0.160.0](https://github.com/lobehub/lobe-chat/compare/v0.159.12...v0.160.0) + +Released on **2024-05-18** + +#### ✨ Features + +- **misc**: Bump version and add enable ollama env. + +
+ +
+Improvements and Fixes + +#### What's improved + +- **misc**: Bump version and add enable ollama env, closes [#2554](https://github.com/lobehub/lobe-chat/issues/2554) ([f5ce7c9](https://github.com/lobehub/lobe-chat/commit/f5ce7c9)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.159.12](https://github.com/lobehub/lobe-chat/compare/v0.159.11...v0.159.12) + +Released on **2024-05-15** + +#### ♻ Code Refactoring + +- **misc**: Refactor the create message flow to fix some bugs. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor the create message flow to fix some bugs, closes [#2521](https://github.com/lobehub/lobe-chat/issues/2521) ([7263a33](https://github.com/lobehub/lobe-chat/commit/7263a33)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.159.11](https://github.com/lobehub/lobe-chat/compare/v0.159.10...v0.159.11) + +Released on **2024-05-15** + +#### 💄 Styles + +- **misc**: Add Gemini 1.5 Flash model. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Add Gemini 1.5 Flash model, closes [#2507](https://github.com/lobehub/lobe-chat/issues/2507) ([5568472](https://github.com/lobehub/lobe-chat/commit/5568472)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.159.10](https://github.com/lobehub/lobe-chat/compare/v0.159.9...v0.159.10) + +Released on **2024-05-15** + +#### 💄 Styles + +- **misc**: Fix setting modal on responsive and some other style problem. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Fix setting modal on responsive and some other style problem, closes [#2512](https://github.com/lobehub/lobe-chat/issues/2512) ([f6b4ca4](https://github.com/lobehub/lobe-chat/commit/f6b4ca4)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.159.9](https://github.com/lobehub/lobe-chat/compare/v0.159.8...v0.159.9) + +Released on **2024-05-14** + +#### 🐛 Bug Fixes + +- **misc**: Fix agent config on page init. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix agent config on page init, closes [#2506](https://github.com/lobehub/lobe-chat/issues/2506) ([90e742d](https://github.com/lobehub/lobe-chat/commit/90e742d)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.159.8](https://github.com/lobehub/lobe-chat/compare/v0.159.7...v0.159.8) + +Released on **2024-05-14** + +#### 🐛 Bug Fixes + +- **misc**: Fix retry issue when hide page. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix retry issue when hide page, closes [#2503](https://github.com/lobehub/lobe-chat/issues/2503) ([24489bc](https://github.com/lobehub/lobe-chat/commit/24489bc)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.159.7](https://github.com/lobehub/lobe-chat/compare/v0.159.6...v0.159.7) + +Released on **2024-05-14** + +
+ +
+Improvements and Fixes + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.159.6](https://github.com/lobehub/lobe-chat/compare/v0.159.5...v0.159.6) + +Released on **2024-05-14** + +#### 🐛 Bug Fixes + +- **misc**: Login button not show on user panel. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Login button not show on user panel, closes [#2496](https://github.com/lobehub/lobe-chat/issues/2496) ([39637fb](https://github.com/lobehub/lobe-chat/commit/39637fb)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.159.5](https://github.com/lobehub/lobe-chat/compare/v0.159.4...v0.159.5) + +Released on **2024-05-14** + +#### 💄 Styles + +- **misc**: Fix scroll and expand. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Fix scroll and expand, closes [#2470](https://github.com/lobehub/lobe-chat/issues/2470) ([8b1202a](https://github.com/lobehub/lobe-chat/commit/8b1202a)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.159.4](https://github.com/lobehub/lobe-chat/compare/v0.159.3...v0.159.4) + +Released on **2024-05-14** + +#### 🐛 Bug Fixes + +- **misc**: Refresh model config form & mobile footer button lost. + +#### 💄 Styles + +- **misc**: Add GPT-4o model, update perplexity models, updates 01.AI model list. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Refresh model config form & mobile footer button lost, closes [#2318](https://github.com/lobehub/lobe-chat/issues/2318) [#2319](https://github.com/lobehub/lobe-chat/issues/2319) [#1811](https://github.com/lobehub/lobe-chat/issues/1811) ([eadcefc](https://github.com/lobehub/lobe-chat/commit/eadcefc)) + +#### Styles + +- **misc**: Add GPT-4o model, closes [#2481](https://github.com/lobehub/lobe-chat/issues/2481) ([ae6a03f](https://github.com/lobehub/lobe-chat/commit/ae6a03f)) +- **misc**: Update perplexity models, closes [#2469](https://github.com/lobehub/lobe-chat/issues/2469) ([488cde7](https://github.com/lobehub/lobe-chat/commit/488cde7)) +- **misc**: Updates 01.AI model list, closes [#2471](https://github.com/lobehub/lobe-chat/issues/2471) ([f28711a](https://github.com/lobehub/lobe-chat/commit/f28711a)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.159.3](https://github.com/lobehub/lobe-chat/compare/v0.159.2...v0.159.3) + +Released on **2024-05-14** + +#### 🐛 Bug Fixes + +- **misc**: Fix DeepSeek using wrong model ID. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix DeepSeek using wrong model ID, closes [#2484](https://github.com/lobehub/lobe-chat/issues/2484) ([465dbfc](https://github.com/lobehub/lobe-chat/commit/465dbfc)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.159.2](https://github.com/lobehub/lobe-chat/compare/v0.159.1...v0.159.2) + +Released on **2024-05-14** + +#### 🐛 Bug Fixes + +- **misc**: Dragging text mistakenly as image. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Dragging text mistakenly as image, closes [#2111](https://github.com/lobehub/lobe-chat/issues/2111) ([3c047ef](https://github.com/lobehub/lobe-chat/commit/3c047ef)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.159.1](https://github.com/lobehub/lobe-chat/compare/v0.159.0...v0.159.1) + +Released on **2024-05-14** + +#### ♻ Code Refactoring + +- **misc**: Move next-auth hooks to user store actions. + +#### 🐛 Bug Fixes + +- **misc**: Pin `antd@5.17.0` to fix build error. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Move next-auth hooks to user store actions, closes [#2364](https://github.com/lobehub/lobe-chat/issues/2364) ([6dbcd70](https://github.com/lobehub/lobe-chat/commit/6dbcd70)) + +#### What's fixed + +- **misc**: Pin `antd@5.17.0` to fix build error, closes [#2483](https://github.com/lobehub/lobe-chat/issues/2483) ([aa03833](https://github.com/lobehub/lobe-chat/commit/aa03833)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +## [Version 0.159.0](https://github.com/lobehub/lobe-chat/compare/v0.158.2...v0.159.0) + +Released on **2024-05-14** + +#### ✨ Features + +- **misc**: Support DeepSeek as new model provider. + +
+ +
+Improvements and Fixes + +#### What's improved + +- **misc**: Support DeepSeek as new model provider, closes [#2446](https://github.com/lobehub/lobe-chat/issues/2446) ([18028f3](https://github.com/lobehub/lobe-chat/commit/18028f3)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.158.2](https://github.com/lobehub/lobe-chat/compare/v0.158.1...v0.158.2) + +Released on **2024-05-13** + +#### 💄 Styles + +- **misc**: Fix TelemetryNotification zindex. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Fix TelemetryNotification zindex, closes [#2476](https://github.com/lobehub/lobe-chat/issues/2476) ([54524ab](https://github.com/lobehub/lobe-chat/commit/54524ab)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.158.1](https://github.com/lobehub/lobe-chat/compare/v0.158.0...v0.158.1) + +Released on **2024-05-13** + +#### 💄 Styles + +- **misc**: Add PWA install and metadata & ld generate. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Add PWA install and metadata & ld generate, closes [#2438](https://github.com/lobehub/lobe-chat/issues/2438) ([6e9c69a](https://github.com/lobehub/lobe-chat/commit/6e9c69a)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +## [Version 0.158.0](https://github.com/lobehub/lobe-chat/compare/v0.157.2...v0.158.0) + +Released on **2024-05-13** + +#### ✨ Features + +- **misc**: Add user profile page. + +
+ +
+Improvements and Fixes + +#### What's improved + +- **misc**: Add user profile page, closes [#2433](https://github.com/lobehub/lobe-chat/issues/2433) ([91f7294](https://github.com/lobehub/lobe-chat/commit/91f7294)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.157.2](https://github.com/lobehub/lobe-chat/compare/v0.157.1...v0.157.2) + +Released on **2024-05-13** + +#### 🐛 Bug Fixes + +- **misc**: Fix azure openai stream. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix azure openai stream, closes [#2465](https://github.com/lobehub/lobe-chat/issues/2465) ([760fe67](https://github.com/lobehub/lobe-chat/commit/760fe67)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.157.1](https://github.com/lobehub/lobe-chat/compare/v0.157.0...v0.157.1) + +Released on **2024-05-12** + +#### 🐛 Bug Fixes + +- **misc**: Fix dalle error. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix dalle error ([7c493de](https://github.com/lobehub/lobe-chat/commit/7c493de)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +## [Version 0.157.0](https://github.com/lobehub/lobe-chat/compare/v0.156.2...v0.157.0) + +Released on **2024-05-11** + +#### ✨ Features + +- **misc**: upgrade to the new `tool calls` mode. + +
+ +
+Improvements and Fixes + +#### What's improved + +- **misc**: upgrade to the new `tool calls` mode, closes [#2414](https://github.com/lobehub/lobe-chat/issues/2414) ([7404f3b](https://github.com/lobehub/lobe-chat/commit/7404f3b)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.156.2](https://github.com/lobehub/lobe-chat/compare/v0.156.1...v0.156.2) + +Released on **2024-05-10** + +
+ +
+Improvements and Fixes + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.156.1](https://github.com/lobehub/lobe-chat/compare/v0.156.0...v0.156.1) + +Released on **2024-05-10** + +#### 🐛 Bug Fixes + +- **misc**: Azure OpenAI Vision models issue. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Azure OpenAI Vision models issue, closes [#2429](https://github.com/lobehub/lobe-chat/issues/2429) ([9b8a4b1](https://github.com/lobehub/lobe-chat/commit/9b8a4b1)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +## [Version 0.156.0](https://github.com/lobehub/lobe-chat/compare/v0.155.9...v0.156.0) + +Released on **2024-05-09** + +#### ♻ Code Refactoring + +- **misc**: Refactor to improve provider locale. + +#### ✨ Features + +- **misc**: Support perplexity proxy url. + +#### 🐛 Bug Fixes + +- **misc**: Fix anthropic messages need pairs, fix parameter conditions for perplexity, fix Perplexity duplicate token. + +#### 💄 Styles + +- **misc**: Improve groq location error, improve location error, improve model provider ux, support groq proxy url. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor to improve provider locale ([538b7bc](https://github.com/lobehub/lobe-chat/commit/538b7bc)) + +#### What's improved + +- **misc**: Support perplexity proxy url ([30bbe61](https://github.com/lobehub/lobe-chat/commit/30bbe61)) + +#### What's fixed + +- **misc**: Fix anthropic messages need pairs ([0e01db0](https://github.com/lobehub/lobe-chat/commit/0e01db0)) +- **misc**: Fix parameter conditions for perplexity ([156cf5f](https://github.com/lobehub/lobe-chat/commit/156cf5f)) +- **misc**: Fix Perplexity duplicate token ([6695c4b](https://github.com/lobehub/lobe-chat/commit/6695c4b)) + +#### Styles + +- **misc**: Improve groq location error ([023c21b](https://github.com/lobehub/lobe-chat/commit/023c21b)) +- **misc**: Improve location error ([862c0ae](https://github.com/lobehub/lobe-chat/commit/862c0ae)) +- **misc**: Improve model provider ux, closes [#2439](https://github.com/lobehub/lobe-chat/issues/2439) ([0deb079](https://github.com/lobehub/lobe-chat/commit/0deb079)) +- **misc**: Support groq proxy url ([ba1ba2a](https://github.com/lobehub/lobe-chat/commit/ba1ba2a)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.155.9](https://github.com/lobehub/lobe-chat/compare/v0.155.8...v0.155.9) + +Released on **2024-05-09** + +
+ +
+Improvements and Fixes + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.155.8](https://github.com/lobehub/lobe-chat/compare/v0.155.7...v0.155.8) + +Released on **2024-05-09** + +#### 🐛 Bug Fixes + +- **misc**: Fix mobile session style. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix mobile session style ([998a191](https://github.com/lobehub/lobe-chat/commit/998a191)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.155.7](https://github.com/lobehub/lobe-chat/compare/v0.155.6...v0.155.7) + +Released on **2024-05-08** + +#### 🐛 Bug Fixes + +- **misc**: Fix panel expand. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix panel expand ([5e78089](https://github.com/lobehub/lobe-chat/commit/5e78089)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.155.6](https://github.com/lobehub/lobe-chat/compare/v0.155.5...v0.155.6) + +Released on **2024-05-08** + +#### 🐛 Bug Fixes + +- **misc**: Fix editing long message issue. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix editing long message issue, closes [#2431](https://github.com/lobehub/lobe-chat/issues/2431) ([380d8da](https://github.com/lobehub/lobe-chat/commit/380d8da)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.155.5](https://github.com/lobehub/lobe-chat/compare/v0.155.4...v0.155.5) + +Released on **2024-05-08** + +
+ +
+Improvements and Fixes + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.155.4](https://github.com/lobehub/lobe-chat/compare/v0.155.3...v0.155.4) + +Released on **2024-05-08** + +#### 🐛 Bug Fixes + +- **misc**: Fix Agent Settings Form. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix Agent Settings Form ([12c62a0](https://github.com/lobehub/lobe-chat/commit/12c62a0)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.155.3](https://github.com/lobehub/lobe-chat/compare/v0.155.2...v0.155.3) + +Released on **2024-05-08** + +#### 💄 Styles + +- **misc**: Optimized MaxToken Slider. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Optimized MaxToken Slider, closes [#2258](https://github.com/lobehub/lobe-chat/issues/2258) ([dfb892b](https://github.com/lobehub/lobe-chat/commit/dfb892b)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.155.2](https://github.com/lobehub/lobe-chat/compare/v0.155.1...v0.155.2) + +Released on **2024-05-08** + +
+ +
+Improvements and Fixes + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.155.1](https://github.com/lobehub/lobe-chat/compare/v0.155.0...v0.155.1) + +Released on **2024-05-07** + +#### 💄 Styles + +- **misc**: Improve llm list when all closed. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Improve llm list when all closed, closes [#2409](https://github.com/lobehub/lobe-chat/issues/2409) ([1eb20c7](https://github.com/lobehub/lobe-chat/commit/1eb20c7)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +## [Version 0.155.0](https://github.com/lobehub/lobe-chat/compare/v0.154.7...v0.155.0) + +Released on **2024-05-07** + +#### ✨ Features + +- **misc**: Add DataStatistics. + +
+ +
+Improvements and Fixes + +#### What's improved + +- **misc**: Add DataStatistics ([cf474bb](https://github.com/lobehub/lobe-chat/commit/cf474bb)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.154.7](https://github.com/lobehub/lobe-chat/compare/v0.154.6...v0.154.7) + +Released on **2024-05-07** + +#### ♻ Code Refactoring + +- **misc**: Refactor the message slice internal method name. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor the message slice internal method name, closes [#2407](https://github.com/lobehub/lobe-chat/issues/2407) ([8c70bdd](https://github.com/lobehub/lobe-chat/commit/8c70bdd)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.154.6](https://github.com/lobehub/lobe-chat/compare/v0.154.5...v0.154.6) + +Released on **2024-05-07** + +#### 💄 Styles + +- **misc**: Add gemini-1.0-pro-002. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Add gemini-1.0-pro-002, closes [#2406](https://github.com/lobehub/lobe-chat/issues/2406) ([44b29a9](https://github.com/lobehub/lobe-chat/commit/44b29a9)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.154.5](https://github.com/lobehub/lobe-chat/compare/v0.154.4...v0.154.5) + +Released on **2024-05-06** + +#### 💄 Styles + +- **misc**: Update LLM Settings Form styles. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Update LLM Settings Form styles, closes [#2393](https://github.com/lobehub/lobe-chat/issues/2393) ([4f98e6c](https://github.com/lobehub/lobe-chat/commit/4f98e6c)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.154.4](https://github.com/lobehub/lobe-chat/compare/v0.154.3...v0.154.4) + +Released on **2024-05-06** + +#### 🐛 Bug Fixes + +- **misc**: Fix next auth config. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix next auth config, closes [#2390](https://github.com/lobehub/lobe-chat/issues/2390) ([dbda107](https://github.com/lobehub/lobe-chat/commit/dbda107)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.154.3](https://github.com/lobehub/lobe-chat/compare/v0.154.2...v0.154.3) + +Released on **2024-05-06** + +#### 🐛 Bug Fixes + +- **misc**: Fix docker build. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix docker build ([80a270d](https://github.com/lobehub/lobe-chat/commit/80a270d)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.154.2](https://github.com/lobehub/lobe-chat/compare/v0.154.1...v0.154.2) + +Released on **2024-05-06** + +#### 🐛 Bug Fixes + +- **misc**: Fix docker build. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix docker build, closes [#2385](https://github.com/lobehub/lobe-chat/issues/2385) ([9cf60b5](https://github.com/lobehub/lobe-chat/commit/9cf60b5)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.154.1](https://github.com/lobehub/lobe-chat/compare/v0.154.0...v0.154.1) + +Released on **2024-05-05** + +#### 🐛 Bug Fixes + +- **misc**: Fix agent meta input disabled. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix agent meta input disabled, closes [#2381](https://github.com/lobehub/lobe-chat/issues/2381) ([d1fc512](https://github.com/lobehub/lobe-chat/commit/d1fc512)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +## [Version 0.154.0](https://github.com/lobehub/lobe-chat/compare/v0.153.1...v0.154.0) + +Released on **2024-05-05** + +#### ✨ Features + +- **misc**: Support clerk as auth provider. + +
+ +
+Improvements and Fixes + +#### What's improved + +- **misc**: Support clerk as auth provider, closes [#2374](https://github.com/lobehub/lobe-chat/issues/2374) ([bf8ef1f](https://github.com/lobehub/lobe-chat/commit/bf8ef1f)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.153.1](https://github.com/lobehub/lobe-chat/compare/v0.153.0...v0.153.1) + +Released on **2024-05-04** + +#### 💄 Styles + +- **misc**: Imporve mobile styles and loading skeleton. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Imporve mobile styles and loading skeleton, closes [#2363](https://github.com/lobehub/lobe-chat/issues/2363) ([8ee3591](https://github.com/lobehub/lobe-chat/commit/8ee3591)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +## [Version 0.153.0](https://github.com/lobehub/lobe-chat/compare/v0.152.12...v0.153.0) + +Released on **2024-05-04** + +#### ✨ Features + +- **misc**: Add Settings Intercepting Routes. + +
+ +
+Improvements and Fixes + +#### What's improved + +- **misc**: Add Settings Intercepting Routes, closes [#2346](https://github.com/lobehub/lobe-chat/issues/2346) ([29b6442](https://github.com/lobehub/lobe-chat/commit/29b6442)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.152.12](https://github.com/lobehub/lobe-chat/compare/v0.152.11...v0.152.12) + +Released on **2024-05-04** + +#### 🐛 Bug Fixes + +- **misc**: Disabled autogenerate field icon when empty system role. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Disabled autogenerate field icon when empty system role, closes [#2076](https://github.com/lobehub/lobe-chat/issues/2076) ([27095f5](https://github.com/lobehub/lobe-chat/commit/27095f5)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.152.11](https://github.com/lobehub/lobe-chat/compare/v0.152.10...v0.152.11) + +Released on **2024-05-03** + +#### 💄 Styles + +- **misc**: Add user panel and refactor the next-auth. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Add user panel and refactor the next-auth, closes [#2349](https://github.com/lobehub/lobe-chat/issues/2349) ([5cecee0](https://github.com/lobehub/lobe-chat/commit/5cecee0)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.152.10](https://github.com/lobehub/lobe-chat/compare/v0.152.9...v0.152.10) + +Released on **2024-05-03** + +#### 💄 Styles + +- **misc**: Improve market layout styles and mobile style. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Improve market layout styles and mobile style, closes [#2347](https://github.com/lobehub/lobe-chat/issues/2347) ([79b8115](https://github.com/lobehub/lobe-chat/commit/79b8115)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.152.9](https://github.com/lobehub/lobe-chat/compare/v0.152.8...v0.152.9) + +Released on **2024-05-03** + +
+ +
+Improvements and Fixes + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.152.8](https://github.com/lobehub/lobe-chat/compare/v0.152.7...v0.152.8) + +Released on **2024-05-03** + +#### ♻ Code Refactoring + +- **misc**: User store add an auth slice. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: User store add an auth slice, closes [#2214](https://github.com/lobehub/lobe-chat/issues/2214) ([948b257](https://github.com/lobehub/lobe-chat/commit/948b257)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.152.7](https://github.com/lobehub/lobe-chat/compare/v0.152.6...v0.152.7) + +Released on **2024-05-02** + +#### 💄 Styles + +- **misc**: Refactor setting layout and improve setting design. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Refactor setting layout and improve setting design, closes [#2344](https://github.com/lobehub/lobe-chat/issues/2344) ([fa16721](https://github.com/lobehub/lobe-chat/commit/fa16721)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.152.6](https://github.com/lobehub/lobe-chat/compare/v0.152.5...v0.152.6) + +Released on **2024-05-02** + +#### 💄 Styles + +- **misc**: AutoScroll to the fully end. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: AutoScroll to the fully end, closes [#2345](https://github.com/lobehub/lobe-chat/issues/2345) ([5458e98](https://github.com/lobehub/lobe-chat/commit/5458e98)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.152.5](https://github.com/lobehub/lobe-chat/compare/v0.152.4...v0.152.5) + +Released on **2024-05-02** + +#### 🐛 Bug Fixes + +- **misc**: Fix Setings Layout. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix Setings Layout, closes [#2340](https://github.com/lobehub/lobe-chat/issues/2340) ([6a2e9a9](https://github.com/lobehub/lobe-chat/commit/6a2e9a9)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.152.1](https://github.com/lobehub/lobe-chat/compare/v0.152.0...v0.152.1) + +Released on **2024-05-01** + +#### ♻ Code Refactoring + +- **misc**: Refactor Market Layout. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor Market Layout, closes [#2320](https://github.com/lobehub/lobe-chat/issues/2320) ([c05c3c1](https://github.com/lobehub/lobe-chat/commit/c05c3c1)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +## [Version 0.152.0](https://github.com/lobehub/lobe-chat/compare/v0.151.11...v0.152.0) + +Released on **2024-04-30** + +#### ✨ Features + +- **misc**: Import settings from url. + +
+ +
+Improvements and Fixes + +#### What's improved + +- **misc**: Import settings from url, closes [#2226](https://github.com/lobehub/lobe-chat/issues/2226) ([b1f6c20](https://github.com/lobehub/lobe-chat/commit/b1f6c20)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.151.11](https://github.com/lobehub/lobe-chat/compare/v0.151.10...v0.151.11) + +Released on **2024-04-30** + +#### 🐛 Bug Fixes + +- **misc**: Fix telemetry preference modal and default agent config error. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix telemetry preference modal and default agent config error, closes [#2312](https://github.com/lobehub/lobe-chat/issues/2312) ([8900445](https://github.com/lobehub/lobe-chat/commit/8900445)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.151.10](https://github.com/lobehub/lobe-chat/compare/v0.151.9...v0.151.10) + +Released on **2024-04-30** + +#### ♻ Code Refactoring + +- **misc**: Refactor Welcome Layout. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor Welcome Layout, closes [#2314](https://github.com/lobehub/lobe-chat/issues/2314) ([1040051](https://github.com/lobehub/lobe-chat/commit/1040051)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.151.9](https://github.com/lobehub/lobe-chat/compare/v0.151.8...v0.151.9) + +Released on **2024-04-30** + +#### 🐛 Bug Fixes + +- **misc**: Minimax truncationed output. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Minimax truncationed output, closes [#2308](https://github.com/lobehub/lobe-chat/issues/2308) ([488f319](https://github.com/lobehub/lobe-chat/commit/488f319)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.151.8](https://github.com/lobehub/lobe-chat/compare/v0.151.7...v0.151.8) + +Released on **2024-04-30** + +#### ♻ Code Refactoring + +- **misc**: Move NavBar to `[@nav](https://github.com/nav)` slot route. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Move NavBar to `[@nav](https://github.com/nav)` slot route, closes [#2306](https://github.com/lobehub/lobe-chat/issues/2306) ([aee7231](https://github.com/lobehub/lobe-chat/commit/aee7231)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.151.7](https://github.com/lobehub/lobe-chat/compare/v0.151.6...v0.151.7) + +Released on **2024-04-30** + +#### 💄 Styles + +- **misc**: Add 404 and Error page. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Add 404 and Error page, closes [#2299](https://github.com/lobehub/lobe-chat/issues/2299) ([938a3e9](https://github.com/lobehub/lobe-chat/commit/938a3e9)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.151.6](https://github.com/lobehub/lobe-chat/compare/v0.151.5...v0.151.6) + +Released on **2024-04-30** + +#### 🐛 Bug Fixes + +- **misc**: Plugins with multiple settings cannot be correctly configured. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Plugins with multiple settings cannot be correctly configured, closes [#1991](https://github.com/lobehub/lobe-chat/issues/1991) ([0c041aa](https://github.com/lobehub/lobe-chat/commit/0c041aa)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.151.5](https://github.com/lobehub/lobe-chat/compare/v0.151.4...v0.151.5) + +Released on **2024-04-30** + +#### 🐛 Bug Fixes + +- **misc**: Effectively interrupt auto scrolling. + +#### 💄 Styles + +- **misc**: Revise some text. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Effectively interrupt auto scrolling, closes [#2223](https://github.com/lobehub/lobe-chat/issues/2223) ([afe4974](https://github.com/lobehub/lobe-chat/commit/afe4974)) + +#### Styles + +- **misc**: Revise some text, closes [#2296](https://github.com/lobehub/lobe-chat/issues/2296) ([018427f](https://github.com/lobehub/lobe-chat/commit/018427f)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.151.4](https://github.com/lobehub/lobe-chat/compare/v0.151.3...v0.151.4) + +Released on **2024-04-29** + +#### ♻ Code Refactoring + +- **misc**: Move app page to the `(main)` layout group. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Move app page to the `(main)` layout group, closes [#2297](https://github.com/lobehub/lobe-chat/issues/2297) ([6cc2c38](https://github.com/lobehub/lobe-chat/commit/6cc2c38)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.151.3](https://github.com/lobehub/lobe-chat/compare/v0.151.2...v0.151.3) + +Released on **2024-04-29** + +#### 💄 Styles + +- **misc**: Patching models info. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Patching models info, closes [#2269](https://github.com/lobehub/lobe-chat/issues/2269) [#22802280](https://github.com/lobehub/lobe-chat/issues/22802280) ([03bcb06](https://github.com/lobehub/lobe-chat/commit/03bcb06)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.151.2](https://github.com/lobehub/lobe-chat/compare/v0.151.1...v0.151.2) + +Released on **2024-04-29** + +#### 🐛 Bug Fixes + +- **misc**: Fix only inject welcome question in inbox. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix only inject welcome question in inbox, closes [#2289](https://github.com/lobehub/lobe-chat/issues/2289) ([cc8edd3](https://github.com/lobehub/lobe-chat/commit/cc8edd3)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.151.1](https://github.com/lobehub/lobe-chat/compare/v0.151.0...v0.151.1) + +Released on **2024-04-29** + +#### 💄 Styles + +- **misc**: Improve Inbox Assistant Welcome Guide. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Improve Inbox Assistant Welcome Guide, closes [#2086](https://github.com/lobehub/lobe-chat/issues/2086) ([df37212](https://github.com/lobehub/lobe-chat/commit/df37212)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +## [Version 0.151.0](https://github.com/lobehub/lobe-chat/compare/v0.150.10...v0.151.0) + +Released on **2024-04-29** + +#### ✨ Features + +- **misc**: Support minimax as a new provider. + +
+ +
+Improvements and Fixes + +#### What's improved + +- **misc**: Support minimax as a new provider, closes [#2087](https://github.com/lobehub/lobe-chat/issues/2087) ([00abd82](https://github.com/lobehub/lobe-chat/commit/00abd82)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.150.10](https://github.com/lobehub/lobe-chat/compare/v0.150.9...v0.150.10) + +Released on **2024-04-28** + +#### ♻ Code Refactoring + +- **misc**: Rename globalStore to userStore. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Rename globalStore to userStore, closes [#2264](https://github.com/lobehub/lobe-chat/issues/2264) ([a3cb538](https://github.com/lobehub/lobe-chat/commit/a3cb538)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.150.9](https://github.com/lobehub/lobe-chat/compare/v0.150.8...v0.150.9) + +Released on **2024-04-28** + +#### ♻ Code Refactoring + +- **misc**: Refactor feature flags store to server config store. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor feature flags store to server config store, closes [#2263](https://github.com/lobehub/lobe-chat/issues/2263) ([2e991d7](https://github.com/lobehub/lobe-chat/commit/2e991d7)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.150.8](https://github.com/lobehub/lobe-chat/compare/v0.150.7...v0.150.8) + +Released on **2024-04-28** + +#### 💄 Styles + +- **ollama**: Phi3 Instruct models and its model icons. + +
+ +
+Improvements and Fixes + +#### Styles + +- **ollama**: Phi3 Instruct models and its model icons, closes [#2254](https://github.com/lobehub/lobe-chat/issues/2254) ([c9b55cc](https://github.com/lobehub/lobe-chat/commit/c9b55cc)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.150.7](https://github.com/lobehub/lobe-chat/compare/v0.150.6...v0.150.7) + +Released on **2024-04-28** + +#### 🐛 Bug Fixes + +- **misc**: Suport to fetch model list on client. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Suport to fetch model list on client, closes [#2252](https://github.com/lobehub/lobe-chat/issues/2252) ([76310a8](https://github.com/lobehub/lobe-chat/commit/76310a8)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.150.6](https://github.com/lobehub/lobe-chat/compare/v0.150.5...v0.150.6) + +Released on **2024-04-28** + +#### 🐛 Bug Fixes + +- **misc**: Fix `/api/proxy` internal proxy attack. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix `/api/proxy` internal proxy attack, closes [#2255](https://github.com/lobehub/lobe-chat/issues/2255) ([465665a](https://github.com/lobehub/lobe-chat/commit/465665a)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.150.5](https://github.com/lobehub/lobe-chat/compare/v0.150.4...v0.150.5) + +Released on **2024-04-27** + +#### 🐛 Bug Fixes + +- **misc**: Fix the plugin string env and search error. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix the plugin string env and search error, closes [#2239](https://github.com/lobehub/lobe-chat/issues/2239) ([74b1ae0](https://github.com/lobehub/lobe-chat/commit/74b1ae0)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.150.4](https://github.com/lobehub/lobe-chat/compare/v0.150.3...v0.150.4) + +Released on **2024-04-27** + +#### 💄 Styles + +- **misc**: Hide default model tag and show ollama provider by default. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Hide default model tag and show ollama provider by default, closes [#2238](https://github.com/lobehub/lobe-chat/issues/2238) ([baa4780](https://github.com/lobehub/lobe-chat/commit/baa4780)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.150.3](https://github.com/lobehub/lobe-chat/compare/v0.150.2...v0.150.3) + +Released on **2024-04-27** + +#### 🐛 Bug Fixes + +- **misc**: Fix docker build. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix docker build, closes [#2236](https://github.com/lobehub/lobe-chat/issues/2236) ([749a843](https://github.com/lobehub/lobe-chat/commit/749a843)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.150.2](https://github.com/lobehub/lobe-chat/compare/v0.150.1...v0.150.2) + +Released on **2024-04-27** + +#### 🐛 Bug Fixes + +- **misc**: Fix display error when using `DEFAULT_AGENT_CONFIG` env. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix display error when using `DEFAULT_AGENT_CONFIG` env, closes [#2231](https://github.com/lobehub/lobe-chat/issues/2231) ([42bc734](https://github.com/lobehub/lobe-chat/commit/42bc734)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.150.1](https://github.com/lobehub/lobe-chat/compare/v0.150.0...v0.150.1) + +Released on **2024-04-27** + +#### 🐛 Bug Fixes + +- **misc**: Fix display error when using DEFAULT_AGENT_CONFIG env. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix display error when using DEFAULT_AGENT_CONFIG env ([e46215c](https://github.com/lobehub/lobe-chat/commit/e46215c)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +## [Version 0.150.0](https://github.com/lobehub/lobe-chat/compare/v0.149.6...v0.150.0) + +Released on **2024-04-26** + +#### ✨ Features + +- **misc**: Support feature flags. + +
+ +
+Improvements and Fixes + +#### What's improved + +- **misc**: Support feature flags, closes [#2213](https://github.com/lobehub/lobe-chat/issues/2213) ([4532be5](https://github.com/lobehub/lobe-chat/commit/4532be5)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.149.6](https://github.com/lobehub/lobe-chat/compare/v0.149.5...v0.149.6) + +Released on **2024-04-26** + +#### 🐛 Bug Fixes + +- **misc**: Fix ollama host issue. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix ollama host issue, closes [#2210](https://github.com/lobehub/lobe-chat/issues/2210) ([c49d4c7](https://github.com/lobehub/lobe-chat/commit/c49d4c7)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.149.5](https://github.com/lobehub/lobe-chat/compare/v0.149.4...v0.149.5) + +Released on **2024-04-25** + +#### ♻ Code Refactoring + +- **misc**: Sperate SessionStore to a new AgentStore. + +#### 🐛 Bug Fixes + +- **misc**: Fix not handle ollama error correctly. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Sperate SessionStore to a new AgentStore, closes [#2197](https://github.com/lobehub/lobe-chat/issues/2197) ([49c0ba6](https://github.com/lobehub/lobe-chat/commit/49c0ba6)) + +#### What's fixed + +- **misc**: Fix not handle ollama error correctly ([efdf174](https://github.com/lobehub/lobe-chat/commit/efdf174)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.149.4](https://github.com/lobehub/lobe-chat/compare/v0.149.3...v0.149.4) + +Released on **2024-04-25** + +#### 🐛 Bug Fixes + +- **misc**: Fix chat client request not support abort. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix chat client request not support abort, closes [#2193](https://github.com/lobehub/lobe-chat/issues/2193) ([d22ef2c](https://github.com/lobehub/lobe-chat/commit/d22ef2c)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.149.3](https://github.com/lobehub/lobe-chat/compare/v0.149.2...v0.149.3) + +Released on **2024-04-25** + +#### 💄 Styles + +- **misc**: Add displaying the message "Reset Successfully.". + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Add displaying the message "Reset Successfully.", closes [#2158](https://github.com/lobehub/lobe-chat/issues/2158) ([27913ef](https://github.com/lobehub/lobe-chat/commit/27913ef)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.149.2](https://github.com/lobehub/lobe-chat/compare/v0.149.1...v0.149.2) + +Released on **2024-04-24** + +#### 💄 Styles + +- **misc**: Support to create ai message. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Support to create ai message, closes [#2185](https://github.com/lobehub/lobe-chat/issues/2185) ([ba3ba6a](https://github.com/lobehub/lobe-chat/commit/ba3ba6a)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.149.1](https://github.com/lobehub/lobe-chat/compare/v0.149.0...v0.149.1) + +Released on **2024-04-24** + +
+ +
+Improvements and Fixes + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +## [Version 0.149.0](https://github.com/lobehub/lobe-chat/compare/v0.148.10...v0.149.0) + +Released on **2024-04-24** + +#### ✨ Features + +- **misc**: Fully support ollama with browser request mode. + +
+ +
+Improvements and Fixes + +#### What's improved + +- **misc**: Fully support ollama with browser request mode, closes [#2168](https://github.com/lobehub/lobe-chat/issues/2168) ([562d189](https://github.com/lobehub/lobe-chat/commit/562d189)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.148.10](https://github.com/lobehub/lobe-chat/compare/v0.148.9...v0.148.10) + +Released on **2024-04-24** + +#### 💄 Styles + +- **misc**: Update Ollama model 240421. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Update Ollama model 240421, closes [#2130](https://github.com/lobehub/lobe-chat/issues/2130) ([e797af0](https://github.com/lobehub/lobe-chat/commit/e797af0)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.148.9](https://github.com/lobehub/lobe-chat/compare/v0.148.8...v0.148.9) + +Released on **2024-04-23** + +#### ♻ Code Refactoring + +- **misc**: Refactor for session server mode. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor for session server mode, closes [#2163](https://github.com/lobehub/lobe-chat/issues/2163) ([e012597](https://github.com/lobehub/lobe-chat/commit/e012597)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.148.8](https://github.com/lobehub/lobe-chat/compare/v0.148.7...v0.148.8) + +Released on **2024-04-23** + +#### 💄 Styles + +- **misc**: update some `gemini` deployment restrictions. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: update some `gemini` deployment restrictions, closes [#2149](https://github.com/lobehub/lobe-chat/issues/2149) ([6d36863](https://github.com/lobehub/lobe-chat/commit/6d36863)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.148.7](https://github.com/lobehub/lobe-chat/compare/v0.148.6...v0.148.7) + +Released on **2024-04-23** + +#### 🐛 Bug Fixes + +- **misc**: Fix qwen-1.5-chat-72B context window in togetherai. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix qwen-1.5-chat-72B context window in togetherai, closes [#2142](https://github.com/lobehub/lobe-chat/issues/2142) ([d0753cf](https://github.com/lobehub/lobe-chat/commit/d0753cf)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.148.6](https://github.com/lobehub/lobe-chat/compare/v0.148.5...v0.148.6) + +Released on **2024-04-22** + +#### 🐛 Bug Fixes + +- **misc**: Add Windows Phone, iPadOS, BlackBerry OS, Linux OS and Chrome OS sync icons. + +#### 💄 Styles + +- **misc**: Support more model Icons: dbrx, command-r, openchat, rwkv, Bert-vits2, Stable Diffusion, WizardLM, adobe firefly, skylark. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Add Windows Phone, iPadOS, BlackBerry OS, Linux OS and Chrome OS sync icons, closes [#2139](https://github.com/lobehub/lobe-chat/issues/2139) ([8ed1f07](https://github.com/lobehub/lobe-chat/commit/8ed1f07)) + +#### Styles + +- **misc**: Support more model Icons: dbrx, command-r, openchat, rwkv, Bert-vits2, Stable Diffusion, WizardLM, adobe firefly, skylark, closes [#2107](https://github.com/lobehub/lobe-chat/issues/2107) ([4268d8b](https://github.com/lobehub/lobe-chat/commit/4268d8b)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.148.5](https://github.com/lobehub/lobe-chat/compare/v0.148.4...v0.148.5) + +Released on **2024-04-22** + +#### 💄 Styles + +- **misc**: Support together ai to fetch model list. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Support together ai to fetch model list, closes [#2138](https://github.com/lobehub/lobe-chat/issues/2138) ([e6d3e4a](https://github.com/lobehub/lobe-chat/commit/e6d3e4a)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.148.4](https://github.com/lobehub/lobe-chat/compare/v0.148.3...v0.148.4) + +Released on **2024-04-21** + +#### 🐛 Bug Fixes + +- **misc**: Fix model list menu not display correctly. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix model list menu not display correctly, closes [#2133](https://github.com/lobehub/lobe-chat/issues/2133) ([98c844b](https://github.com/lobehub/lobe-chat/commit/98c844b)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.148.3](https://github.com/lobehub/lobe-chat/compare/v0.148.2...v0.148.3) + +Released on **2024-04-21** + +#### 💄 Styles + +- **ollama**: Show size info while download, support cancel donwload, optimize calculation for speed. + +
+ +
+Improvements and Fixes + +#### Styles + +- **ollama**: Show size info while download, support cancel donwload, optimize calculation for speed, closes [#1664](https://github.com/lobehub/lobe-chat/issues/1664) ([9b18f47](https://github.com/lobehub/lobe-chat/commit/9b18f47)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.148.2](https://github.com/lobehub/lobe-chat/compare/v0.148.1...v0.148.2) + +Released on **2024-04-21** + +#### 💄 Styles + +- **misc**: Add LLaMA 3 in groq + Mixtral 8x22B model. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Add LLaMA 3 in groq + Mixtral 8x22B model, closes [#2128](https://github.com/lobehub/lobe-chat/issues/2128) ([6144448](https://github.com/lobehub/lobe-chat/commit/6144448)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.148.1](https://github.com/lobehub/lobe-chat/compare/v0.148.0...v0.148.1) + +Released on **2024-04-20** + +#### 🐛 Bug Fixes + +- **misc**: Fix topic title not auto generate. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix topic title not auto generate, closes [#2114](https://github.com/lobehub/lobe-chat/issues/2114) ([5979de3](https://github.com/lobehub/lobe-chat/commit/5979de3)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +## [Version 0.148.0](https://github.com/lobehub/lobe-chat/compare/v0.147.22...v0.148.0) + +Released on **2024-04-20** + +#### ✨ Features + +- **misc**: Support chat completion call at client side. + +
+ +
+Improvements and Fixes + +#### What's improved + +- **misc**: Support chat completion call at client side, closes [#2041](https://github.com/lobehub/lobe-chat/issues/2041) ([9f5858f](https://github.com/lobehub/lobe-chat/commit/9f5858f)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.147.22](https://github.com/lobehub/lobe-chat/compare/v0.147.21...v0.147.22) + +Released on **2024-04-19** + +
+ +
+Improvements and Fixes + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.147.21](https://github.com/lobehub/lobe-chat/compare/v0.147.20...v0.147.21) + +Released on **2024-04-19** + +#### 💄 Styles + +- **misc**: Optimized file upload buttons and prompts. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Optimized file upload buttons and prompts, closes [#2050](https://github.com/lobehub/lobe-chat/issues/2050) ([c23087e](https://github.com/lobehub/lobe-chat/commit/c23087e)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.147.20](https://github.com/lobehub/lobe-chat/compare/v0.147.19...v0.147.20) + +Released on **2024-04-18** + +#### 💄 Styles + +- **misc**: Improve aync session experience. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Improve aync session experience, closes [#2075](https://github.com/lobehub/lobe-chat/issues/2075) ([0f3b19b](https://github.com/lobehub/lobe-chat/commit/0f3b19b)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.147.19](https://github.com/lobehub/lobe-chat/compare/v0.147.18...v0.147.19) + +Released on **2024-04-18** + +#### 💄 Styles + +- **misc**: Add M and B support max token in ModelInfoTags. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Add M and B support max token in ModelInfoTags, closes [#2073](https://github.com/lobehub/lobe-chat/issues/2073) ([a985d8f](https://github.com/lobehub/lobe-chat/commit/a985d8f)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.147.18](https://github.com/lobehub/lobe-chat/compare/v0.147.17...v0.147.18) + +Released on **2024-04-17** + +#### 💄 Styles + +- **misc**: Add claude 3 opus to AWS Bedrock, remove custom models from providers, and update Perplexity model names. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Add claude 3 opus to AWS Bedrock, closes [#2072](https://github.com/lobehub/lobe-chat/issues/2072) ([479f562](https://github.com/lobehub/lobe-chat/commit/479f562)) +- **misc**: Remove custom models from providers, and update Perplexity model names, closes [#2069](https://github.com/lobehub/lobe-chat/issues/2069) ([e04754d](https://github.com/lobehub/lobe-chat/commit/e04754d)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.147.17](https://github.com/lobehub/lobe-chat/compare/v0.147.16...v0.147.17) + +Released on **2024-04-16** + +#### ♻ Code Refactoring + +- **misc**: Refactor service to a uniform interface. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor service to a uniform interface, closes [#2062](https://github.com/lobehub/lobe-chat/issues/2062) ([86779e2](https://github.com/lobehub/lobe-chat/commit/86779e2)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.147.16](https://github.com/lobehub/lobe-chat/compare/v0.147.15...v0.147.16) + +Released on **2024-04-14** + +#### ♻ Code Refactoring + +- **misc**: Refactor the auth. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor the auth, closes [#2043](https://github.com/lobehub/lobe-chat/issues/2043) ([37ecb41](https://github.com/lobehub/lobe-chat/commit/37ecb41)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.147.15](https://github.com/lobehub/lobe-chat/compare/v0.147.14...v0.147.15) + +Released on **2024-04-14** + +#### 🐛 Bug Fixes + +- **misc**: Fix tool call error with gpt-4-turbo. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix tool call error with gpt-4-turbo, closes [#2042](https://github.com/lobehub/lobe-chat/issues/2042) ([63d91b8](https://github.com/lobehub/lobe-chat/commit/63d91b8)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.147.14](https://github.com/lobehub/lobe-chat/compare/v0.147.13...v0.147.14) + +Released on **2024-04-14** + +#### 💄 Styles + +- **misc**: Enable `gemini-1.5-pro-latest` model by default. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Enable `gemini-1.5-pro-latest` model by default, closes [#2034](https://github.com/lobehub/lobe-chat/issues/2034) ([e8c65a9](https://github.com/lobehub/lobe-chat/commit/e8c65a9)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.147.13](https://github.com/lobehub/lobe-chat/compare/v0.147.12...v0.147.13) + +Released on **2024-04-14** + +#### ♻ Code Refactoring + +- **misc**: Refactor the service with browser db invoke. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor the service with browser db invoke, closes [#2038](https://github.com/lobehub/lobe-chat/issues/2038) ([43a2791](https://github.com/lobehub/lobe-chat/commit/43a2791)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.147.12](https://github.com/lobehub/lobe-chat/compare/v0.147.11...v0.147.12) + +Released on **2024-04-14** + +#### ♻ Code Refactoring + +- **misc**: Move client db to a new folder. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Move client db to a new folder, closes [#2037](https://github.com/lobehub/lobe-chat/issues/2037) ([ebe65bb](https://github.com/lobehub/lobe-chat/commit/ebe65bb)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.147.11](https://github.com/lobehub/lobe-chat/compare/v0.147.10...v0.147.11) + +Released on **2024-04-14** + +#### 🐛 Bug Fixes + +- **misc**: Support drag or copy to upload file by model ability. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Support drag or copy to upload file by model ability, closes [#2016](https://github.com/lobehub/lobe-chat/issues/2016) ([2abe37e](https://github.com/lobehub/lobe-chat/commit/2abe37e)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.147.10](https://github.com/lobehub/lobe-chat/compare/v0.147.9...v0.147.10) + +Released on **2024-04-13** + +
+ +
+Improvements and Fixes + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.147.9](https://github.com/lobehub/lobe-chat/compare/v0.147.8...v0.147.9) + +Released on **2024-04-12** + +#### 🐛 Bug Fixes + +- **misc**: Fix custom model list not display correctly. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix custom model list not display correctly, closes [#2009](https://github.com/lobehub/lobe-chat/issues/2009) ([7d0e220](https://github.com/lobehub/lobe-chat/commit/7d0e220)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.147.8](https://github.com/lobehub/lobe-chat/compare/v0.147.7...v0.147.8) + +Released on **2024-04-12** + +#### ♻ Code Refactoring + +- **misc**: Update README.md. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Update README.md ([44b5a23](https://github.com/lobehub/lobe-chat/commit/44b5a23)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.147.7](https://github.com/lobehub/lobe-chat/compare/v0.147.6...v0.147.7) + +Released on **2024-04-12** + +#### 🐛 Bug Fixes + +- **misc**: Pin next to `14.1.4` to fix deployment. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Pin next to `14.1.4` to fix deployment, closes [#1998](https://github.com/lobehub/lobe-chat/issues/1998) ([dfa1872](https://github.com/lobehub/lobe-chat/commit/dfa1872)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.147.6](https://github.com/lobehub/lobe-chat/compare/v0.147.5...v0.147.6) + +Released on **2024-04-11** + +#### 💄 Styles + +- **misc**: Add GPT-4-turbo and 2024-04-09 Turbo Vision model and mistral new model name. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Add GPT-4-turbo and 2024-04-09 Turbo Vision model and mistral new model name, closes [#1984](https://github.com/lobehub/lobe-chat/issues/1984) ([f1795b1](https://github.com/lobehub/lobe-chat/commit/f1795b1)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.147.5](https://github.com/lobehub/lobe-chat/compare/v0.147.4...v0.147.5) + +Released on **2024-04-11** + +#### 🐛 Bug Fixes + +- **misc**: Fix only search topics in current session. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix only search topics in current session, closes [#1834](https://github.com/lobehub/lobe-chat/issues/1834) ([9fdcfa4](https://github.com/lobehub/lobe-chat/commit/9fdcfa4)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.147.4](https://github.com/lobehub/lobe-chat/compare/v0.147.3...v0.147.4) + +Released on **2024-04-11** + +#### 🐛 Bug Fixes + +- **misc**: Add more builtin OpenRouter models. + +#### 💄 Styles + +- **misc**: Adjust minimum width value for DraggablePanel component. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Add more builtin OpenRouter models, closes [#1973](https://github.com/lobehub/lobe-chat/issues/1973) ([0000b1a](https://github.com/lobehub/lobe-chat/commit/0000b1a)) + +#### Styles + +- **misc**: Adjust minimum width value for DraggablePanel component, closes [#1901](https://github.com/lobehub/lobe-chat/issues/1901) ([a696d37](https://github.com/lobehub/lobe-chat/commit/a696d37)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.147.3](https://github.com/lobehub/lobe-chat/compare/v0.147.2...v0.147.3) + +Released on **2024-04-11** + +#### 💄 Styles + +- **misc**: Support Google Proxy URL. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Support Google Proxy URL, closes [#1979](https://github.com/lobehub/lobe-chat/issues/1979) ([fbf2c24](https://github.com/lobehub/lobe-chat/commit/fbf2c24)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.147.2](https://github.com/lobehub/lobe-chat/compare/v0.147.1...v0.147.2) + +Released on **2024-04-11** + +#### 🐛 Bug Fixes + +- **misc**: Fix custom model not display correctly. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix custom model not display correctly, closes [#1972](https://github.com/lobehub/lobe-chat/issues/1972) ([5d7cae9](https://github.com/lobehub/lobe-chat/commit/5d7cae9)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.147.1](https://github.com/lobehub/lobe-chat/compare/v0.147.0...v0.147.1) + +Released on **2024-04-11** + +#### 🐛 Bug Fixes + +- **misc**: Fix normalizeLocale with first matching locale. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix normalizeLocale with first matching locale, closes [#1767](https://github.com/lobehub/lobe-chat/issues/1767) ([182ff23](https://github.com/lobehub/lobe-chat/commit/182ff23)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +## [Version 0.147.0](https://github.com/lobehub/lobe-chat/compare/v0.146.2...v0.147.0) + +Released on **2024-04-10** + +#### ♻ Code Refactoring + +- **misc**: Add db migration, add migrations from v3 to v4, clean openai azure code, refactor agent runtime with openai compatible factory, refactor api key form locale, refactor openAI to openai and azure, refactor the hidden to enabled, refactor the key, refactor the model config selector, refactor the route auth as a middleware, refactor the server config to migrate model provider env, refactor the server config to migrate model provider env, rename the key to enabledModels. + +#### ✨ Features + +- **misc**: Refactor to support azure openai provider, support close openai, support display model list, support model config modal, support model list with model providers, support open router auto model list, support openai model fetcher, support update model config, support user config model. + +#### 🐛 Bug Fixes + +- **misc**: Fix db migration, fix db migration. + +#### 💄 Styles + +- **misc**: Fix i18n of model list fetcher, improve detail design, improve logo style, update locale. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Add db migration ([6ceb818](https://github.com/lobehub/lobe-chat/commit/6ceb818)) +- **misc**: Add migrations from v3 to v4 ([199ded2](https://github.com/lobehub/lobe-chat/commit/199ded2)) +- **misc**: Clean openai azure code ([be4bcca](https://github.com/lobehub/lobe-chat/commit/be4bcca)) +- **misc**: Refactor agent runtime with openai compatible factory ([89adf9d](https://github.com/lobehub/lobe-chat/commit/89adf9d)) +- **misc**: Refactor api key form locale ([a069169](https://github.com/lobehub/lobe-chat/commit/a069169)) +- **misc**: Refactor openAI to openai and azure ([2190a95](https://github.com/lobehub/lobe-chat/commit/2190a95)) +- **misc**: Refactor the hidden to enabled ([78a1aac](https://github.com/lobehub/lobe-chat/commit/78a1aac)) +- **misc**: Refactor the key ([d5c82f6](https://github.com/lobehub/lobe-chat/commit/d5c82f6)) +- **misc**: Refactor the model config selector ([d865ca1](https://github.com/lobehub/lobe-chat/commit/d865ca1)) +- **misc**: Refactor the route auth as a middleware ([ef5ee2a](https://github.com/lobehub/lobe-chat/commit/ef5ee2a)) +- **misc**: Refactor the server config to migrate model provider env ([e4f110e](https://github.com/lobehub/lobe-chat/commit/e4f110e)) +- **misc**: Refactor the server config to migrate model provider env ([c398063](https://github.com/lobehub/lobe-chat/commit/c398063)) +- **misc**: Rename the key to enabledModels ([ebfa0aa](https://github.com/lobehub/lobe-chat/commit/ebfa0aa)) + +#### What's improved + +- **misc**: Refactor to support azure openai provider ([d737afe](https://github.com/lobehub/lobe-chat/commit/d737afe)) +- **misc**: Support close openai ([1ff1aef](https://github.com/lobehub/lobe-chat/commit/1ff1aef)) +- **misc**: Support display model list ([e59635f](https://github.com/lobehub/lobe-chat/commit/e59635f)) +- **misc**: Support model config modal ([62d6bb7](https://github.com/lobehub/lobe-chat/commit/62d6bb7)) +- **misc**: Support model list with model providers, closes [#1916](https://github.com/lobehub/lobe-chat/issues/1916) ([0895dd2](https://github.com/lobehub/lobe-chat/commit/0895dd2)) +- **misc**: Support open router auto model list ([1ba90d3](https://github.com/lobehub/lobe-chat/commit/1ba90d3)) +- **misc**: Support openai model fetcher ([56032e6](https://github.com/lobehub/lobe-chat/commit/56032e6)) +- **misc**: Support update model config ([e8ed847](https://github.com/lobehub/lobe-chat/commit/e8ed847)) +- **misc**: Support user config model ([72fd873](https://github.com/lobehub/lobe-chat/commit/72fd873)) + +#### What's fixed + +- **misc**: Fix db migration ([4e75074](https://github.com/lobehub/lobe-chat/commit/4e75074)) +- **misc**: Fix db migration ([571b6dd](https://github.com/lobehub/lobe-chat/commit/571b6dd)) + +#### Styles + +- **misc**: Fix i18n of model list fetcher ([67ed8c2](https://github.com/lobehub/lobe-chat/commit/67ed8c2)) +- **misc**: Improve detail design ([adcce07](https://github.com/lobehub/lobe-chat/commit/adcce07)) +- **misc**: Improve logo style ([c5826ce](https://github.com/lobehub/lobe-chat/commit/c5826ce)) +- **misc**: Update locale ([021bf91](https://github.com/lobehub/lobe-chat/commit/021bf91)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.146.2](https://github.com/lobehub/lobe-chat/compare/v0.146.1...v0.146.2) + +Released on **2024-04-10** + +#### 🐛 Bug Fixes + +- **misc**: Pin `ai@3.0.19` to fix error with chat stream output. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Pin `ai@3.0.19` to fix error with chat stream output, closes [#1946](https://github.com/lobehub/lobe-chat/issues/1946) ([07d4419](https://github.com/lobehub/lobe-chat/commit/07d4419)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.146.1](https://github.com/lobehub/lobe-chat/compare/v0.146.0...v0.146.1) + +Released on **2024-04-10** + +
+ +
+Improvements and Fixes + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +## [Version 0.146.0](https://github.com/lobehub/lobe-chat/compare/v0.145.13...v0.146.0) + +Released on **2024-04-08** + +#### ✨ Features + +- **misc**: Add support for ZITADEL SSO provider. + +
+ +
+Improvements and Fixes + +#### What's improved + +- **misc**: Add support for ZITADEL SSO provider, closes [#1904](https://github.com/lobehub/lobe-chat/issues/1904) ([44152f7](https://github.com/lobehub/lobe-chat/commit/44152f7)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.145.13](https://github.com/lobehub/lobe-chat/compare/v0.145.12...v0.145.13) + +Released on **2024-04-07** + +#### ♻ Code Refactoring + +- **misc**: Refactor the model settings for more clean code. + +#### 🐛 Bug Fixes + +- **misc**: Fix normalize russian locale. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor the model settings for more clean code, closes [#1906](https://github.com/lobehub/lobe-chat/issues/1906) ([db5d3ac](https://github.com/lobehub/lobe-chat/commit/db5d3ac)) + +#### What's fixed + +- **misc**: Fix normalize russian locale, closes [#1903](https://github.com/lobehub/lobe-chat/issues/1903) ([e86b596](https://github.com/lobehub/lobe-chat/commit/e86b596)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.145.12](https://github.com/lobehub/lobe-chat/compare/v0.145.11...v0.145.12) + +Released on **2024-04-04** + +#### 🐛 Bug Fixes + +- **misc**: Fix typo of azure-id sso provider. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix typo of azure-id sso provider, closes [#1898](https://github.com/lobehub/lobe-chat/issues/1898) ([6925b25](https://github.com/lobehub/lobe-chat/commit/6925b25)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.145.11](https://github.com/lobehub/lobe-chat/compare/v0.145.10...v0.145.11) + +Released on **2024-04-03** + +#### 🐛 Bug Fixes + +- **misc**: Fix page crash when using browser as the stt engine. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix page crash when using browser as the stt engine, closes [#1884](https://github.com/lobehub/lobe-chat/issues/1884) ([278820a](https://github.com/lobehub/lobe-chat/commit/278820a)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.145.10](https://github.com/lobehub/lobe-chat/compare/v0.145.9...v0.145.10) + +Released on **2024-04-02** + +
+ +
+Improvements and Fixes + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.145.9](https://github.com/lobehub/lobe-chat/compare/v0.145.8...v0.145.9) + +Released on **2024-04-02** + +#### 💄 Styles + +- **misc**: Improve scrollbar style. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Improve scrollbar style, closes [#1869](https://github.com/lobehub/lobe-chat/issues/1869) ([33d857f](https://github.com/lobehub/lobe-chat/commit/33d857f)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.145.8](https://github.com/lobehub/lobe-chat/compare/v0.145.7...v0.145.8) + +Released on **2024-04-02** + +#### ♻ Code Refactoring + +- **misc**: Refactor SSO providers. + +#### 🐛 Bug Fixes + +- **misc**: Fix plugins dropdown menu overflow. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor SSO providers, closes [#1865](https://github.com/lobehub/lobe-chat/issues/1865) ([290d33b](https://github.com/lobehub/lobe-chat/commit/290d33b)) + +#### What's fixed + +- **misc**: Fix plugins dropdown menu overflow, closes [#1855](https://github.com/lobehub/lobe-chat/issues/1855) ([00e9068](https://github.com/lobehub/lobe-chat/commit/00e9068)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.145.7](https://github.com/lobehub/lobe-chat/compare/v0.145.6...v0.145.7) + +Released on **2024-04-02** + +#### 🐛 Bug Fixes + +- **misc**: Fix DraggablePanel bar interfere with the operation of the scrollbar. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix DraggablePanel bar interfere with the operation of the scrollbar, closes [#1775](https://github.com/lobehub/lobe-chat/issues/1775) ([4b7b243](https://github.com/lobehub/lobe-chat/commit/4b7b243)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.145.6](https://github.com/lobehub/lobe-chat/compare/v0.145.5...v0.145.6) + +Released on **2024-04-02** + +
+ +
+Improvements and Fixes + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.145.5](https://github.com/lobehub/lobe-chat/compare/v0.145.4...v0.145.5) + +Released on **2024-03-30** + +#### 🐛 Bug Fixes + +- **misc**: Add qwen api models patch in ollama. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Add qwen api models patch in ollama, closes [#1630](https://github.com/lobehub/lobe-chat/issues/1630) ([a1e754c](https://github.com/lobehub/lobe-chat/commit/a1e754c)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.145.4](https://github.com/lobehub/lobe-chat/compare/v0.145.3...v0.145.4) + +Released on **2024-03-29** + +#### 🐛 Bug Fixes + +- **misc**: Fix plugin install loading state error. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix plugin install loading state error, closes [#1815](https://github.com/lobehub/lobe-chat/issues/1815) ([2412a73](https://github.com/lobehub/lobe-chat/commit/2412a73)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.145.3](https://github.com/lobehub/lobe-chat/compare/v0.145.2...v0.145.3) + +Released on **2024-03-29** + +#### 🐛 Bug Fixes + +- **misc**: Fix antd locale. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix antd locale, closes [#1814](https://github.com/lobehub/lobe-chat/issues/1814) ([e7fc148](https://github.com/lobehub/lobe-chat/commit/e7fc148)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.145.2](https://github.com/lobehub/lobe-chat/compare/v0.145.1...v0.145.2) + +Released on **2024-03-29** + +#### 🐛 Bug Fixes + +- **misc**: Fix google ultra model id. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix google ultra model id, closes [#1813](https://github.com/lobehub/lobe-chat/issues/1813) ([c96ba12](https://github.com/lobehub/lobe-chat/commit/c96ba12)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.145.1](https://github.com/lobehub/lobe-chat/compare/v0.145.0...v0.145.1) + +Released on **2024-03-29** + +#### 🐛 Bug Fixes + +- **misc**: Fix Google Gemini pro 1.5 and system role not take effect. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix Google Gemini pro 1.5 and system role not take effect, closes [#1801](https://github.com/lobehub/lobe-chat/issues/1801) ([0a3e3f7](https://github.com/lobehub/lobe-chat/commit/0a3e3f7)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +## [Version 0.145.0](https://github.com/lobehub/lobe-chat/compare/v0.144.1...v0.145.0) + +Released on **2024-03-29** + +#### ✨ Features + +- **misc**: Support TogetherAI as new model provider. + +
+ +
+Improvements and Fixes + +#### What's improved + +- **misc**: Support TogetherAI as new model provider, closes [#1709](https://github.com/lobehub/lobe-chat/issues/1709) ([d6921ef](https://github.com/lobehub/lobe-chat/commit/d6921ef)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.144.1](https://github.com/lobehub/lobe-chat/compare/v0.144.0...v0.144.1) + +Released on **2024-03-29** + +#### 🐛 Bug Fixes + +- **ollama**: Suppport vision for LLaVA models. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **ollama**: Suppport vision for LLaVA models, closes [#1791](https://github.com/lobehub/lobe-chat/issues/1791) ([e2d3de6](https://github.com/lobehub/lobe-chat/commit/e2d3de6)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +## [Version 0.144.0](https://github.com/lobehub/lobe-chat/compare/v0.143.0...v0.144.0) + +Released on **2024-03-29** + +#### ✨ Features + +- **misc**: Support authentik as sso. + +
+ +
+Improvements and Fixes + +#### What's improved + +- **misc**: Support authentik as sso, closes [#1650](https://github.com/lobehub/lobe-chat/issues/1650) ([181dfa5](https://github.com/lobehub/lobe-chat/commit/181dfa5)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +## [Version 0.143.0](https://github.com/lobehub/lobe-chat/compare/v0.142.9...v0.143.0) + +Released on **2024-03-28** + +#### ✨ Features + +- **misc**: Add Bulgarian translation. + +
+ +
+Improvements and Fixes + +#### What's improved + +- **misc**: Add Bulgarian translation, closes [#1732](https://github.com/lobehub/lobe-chat/issues/1732) ([e181dd1](https://github.com/lobehub/lobe-chat/commit/e181dd1)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.142.9](https://github.com/lobehub/lobe-chat/compare/v0.142.8...v0.142.9) + +Released on **2024-03-28** + +#### 🐛 Bug Fixes + +- **misc**: Fix Add agent and Converse button not jump. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix Add agent and Converse button not jump, closes [#1785](https://github.com/lobehub/lobe-chat/issues/1785) ([a52799c](https://github.com/lobehub/lobe-chat/commit/a52799c)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.142.8](https://github.com/lobehub/lobe-chat/compare/v0.142.7...v0.142.8) + +Released on **2024-03-28** + +#### 🐛 Bug Fixes + +- **misc**: Fix gemini 1.5 pro model id to support gemini new models. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix gemini 1.5 pro model id to support gemini new models, closes [#1776](https://github.com/lobehub/lobe-chat/issues/1776) ([591dcb3](https://github.com/lobehub/lobe-chat/commit/591dcb3)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.142.7](https://github.com/lobehub/lobe-chat/compare/v0.142.6...v0.142.7) + +Released on **2024-03-27** + +#### 🐛 Bug Fixes + +- **misc**: Fix the missing German locale. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix the missing German locale, closes [#1753](https://github.com/lobehub/lobe-chat/issues/1753) ([a452612](https://github.com/lobehub/lobe-chat/commit/a452612)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.142.6](https://github.com/lobehub/lobe-chat/compare/v0.142.5...v0.142.6) + +Released on **2024-03-26** + +#### 🐛 Bug Fixes + +- **misc**: Fix normalize german locale. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix normalize german locale, closes [#1750](https://github.com/lobehub/lobe-chat/issues/1750) ([69fcc78](https://github.com/lobehub/lobe-chat/commit/69fcc78)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.142.5](https://github.com/lobehub/lobe-chat/compare/v0.142.4...v0.142.5) + +Released on **2024-03-26** + +#### 🐛 Bug Fixes + +- **misc**: Fix mobile click, fix mobile click issue. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix mobile click ([3775b28](https://github.com/lobehub/lobe-chat/commit/3775b28)) +- **misc**: Fix mobile click issue, closes [#1744](https://github.com/lobehub/lobe-chat/issues/1744) ([a6b1234](https://github.com/lobehub/lobe-chat/commit/a6b1234)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.142.4](https://github.com/lobehub/lobe-chat/compare/v0.142.3...v0.142.4) + +Released on **2024-03-26** + +
+ +
+Improvements and Fixes + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.142.3](https://github.com/lobehub/lobe-chat/compare/v0.142.2...v0.142.3) + +Released on **2024-03-26** + +#### 🐛 Bug Fixes + +- **misc**: Pin `next-auth` temporary to fix build error. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Pin `next-auth` temporary to fix build error, closes [#1739](https://github.com/lobehub/lobe-chat/issues/1739) ([e9ece9f](https://github.com/lobehub/lobe-chat/commit/e9ece9f)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.142.2](https://github.com/lobehub/lobe-chat/compare/v0.142.1...v0.142.2) + +Released on **2024-03-25** + +#### 🐛 Bug Fixes + +- **misc**: Support openrouter custom models env. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Support openrouter custom models env, closes [#1647](https://github.com/lobehub/lobe-chat/issues/1647) ([78baa16](https://github.com/lobehub/lobe-chat/commit/78baa16)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.142.1](https://github.com/lobehub/lobe-chat/compare/v0.142.0...v0.142.1) + +Released on **2024-03-25** + +
+ +
+Improvements and Fixes + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +## [Version 0.142.0](https://github.com/lobehub/lobe-chat/compare/v0.141.2...v0.142.0) + +Released on **2024-03-25** + +#### ✨ Features + +- **misc**: Support 01.AI as a new provider. + +
+ +
+Improvements and Fixes + +#### What's improved + +- **misc**: Support 01.AI as a new provider, closes [#1627](https://github.com/lobehub/lobe-chat/issues/1627) ([08342fd](https://github.com/lobehub/lobe-chat/commit/08342fd)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.141.2](https://github.com/lobehub/lobe-chat/compare/v0.141.1...v0.141.2) + +Released on **2024-03-22** + +#### 🐛 Bug Fixes + +- **misc**: Fix window icon and scrollbar style. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix window icon and scrollbar style, closes [#1691](https://github.com/lobehub/lobe-chat/issues/1691) ([4f46845](https://github.com/lobehub/lobe-chat/commit/4f46845)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.141.1](https://github.com/lobehub/lobe-chat/compare/v0.141.0...v0.141.1) + +Released on **2024-03-22** + +#### ♻ Code Refactoring + +- **misc**: Refactor the Vercel Aanlytics and support Google Aanlytics. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor the Vercel Aanlytics and support Google Aanlytics, closes [#1688](https://github.com/lobehub/lobe-chat/issues/1688) ([e07e9cf](https://github.com/lobehub/lobe-chat/commit/e07e9cf)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +## [Version 0.141.0](https://github.com/lobehub/lobe-chat/compare/v0.140.1...v0.141.0) + +Released on **2024-03-22** + +#### ✨ Features + +- **misc**: Using YJS and WebRTC to support sync data between different devices. + +
+ +
+Improvements and Fixes + +#### What's improved + +- **misc**: Using YJS and WebRTC to support sync data between different devices, closes [#1525](https://github.com/lobehub/lobe-chat/issues/1525) ([60d9186](https://github.com/lobehub/lobe-chat/commit/60d9186)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.140.1](https://github.com/lobehub/lobe-chat/compare/v0.140.0...v0.140.1) + +Released on **2024-03-22** + +#### 💄 Styles + +- **misc**: add Moonshot Kimi Reverse model to Moonshot model provider.. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: add Moonshot Kimi Reverse model to Moonshot model provider., closes [#1659](https://github.com/lobehub/lobe-chat/issues/1659) ([5bae263](https://github.com/lobehub/lobe-chat/commit/5bae263)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +## [Version 0.140.0](https://github.com/lobehub/lobe-chat/compare/v0.139.2...v0.140.0) + +Released on **2024-03-22** + +#### ✨ Features + +- **misc**: Add gemini 1.5 pro support. + +
+ +
+Improvements and Fixes + +#### What's improved + +- **misc**: Add gemini 1.5 pro support, closes [#1669](https://github.com/lobehub/lobe-chat/issues/1669) ([2b280af](https://github.com/lobehub/lobe-chat/commit/2b280af)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.139.2](https://github.com/lobehub/lobe-chat/compare/v0.139.1...v0.139.2) + +Released on **2024-03-22** + +#### 🐛 Bug Fixes + +- **misc**: Fix code block display issue. + +#### 💄 Styles + +- **misc**: The bottom safe area height of iOS. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix code block display issue, closes [#1675](https://github.com/lobehub/lobe-chat/issues/1675) ([7707dda](https://github.com/lobehub/lobe-chat/commit/7707dda)) + +#### Styles + +- **misc**: The bottom safe area height of iOS, closes [#1637](https://github.com/lobehub/lobe-chat/issues/1637) [#1181](https://github.com/lobehub/lobe-chat/issues/1181) ([44fae5e](https://github.com/lobehub/lobe-chat/commit/44fae5e)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.139.1](https://github.com/lobehub/lobe-chat/compare/v0.139.0...v0.139.1) + +Released on **2024-03-17** + +#### 💄 Styles + +- **misc**: Improve model tags. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Improve model tags ([11cd5f4](https://github.com/lobehub/lobe-chat/commit/11cd5f4)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +## [Version 0.139.0](https://github.com/lobehub/lobe-chat/compare/v0.138.2...v0.139.0) + +Released on **2024-03-16** + +#### ✨ Features + +- **misc**: Support openrouter as a new model provider. + +
+ +
+Improvements and Fixes + +#### What's improved + +- **misc**: Support openrouter as a new model provider, closes [#1572](https://github.com/lobehub/lobe-chat/issues/1572) ([780b1a2](https://github.com/lobehub/lobe-chat/commit/780b1a2)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.138.2](https://github.com/lobehub/lobe-chat/compare/v0.138.1...v0.138.2) + +Released on **2024-03-15** + +#### 💄 Styles + +- **misc**: Update Markdown in ChatItem. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Update Markdown in ChatItem ([be75549](https://github.com/lobehub/lobe-chat/commit/be75549)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.138.1](https://github.com/lobehub/lobe-chat/compare/v0.138.0...v0.138.1) + +Released on **2024-03-15** + +#### 🐛 Bug Fixes + +- **misc**: Fix URL typo. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix URL typo, closes [#1590](https://github.com/lobehub/lobe-chat/issues/1590) ([97137a9](https://github.com/lobehub/lobe-chat/commit/97137a9)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +## [Version 0.138.0](https://github.com/lobehub/lobe-chat/compare/v0.137.0...v0.138.0) + +Released on **2024-03-15** + +#### ✨ Features + +- **misc**: Support groq as a model provider. + +
+ +
+Improvements and Fixes + +#### What's improved + +- **misc**: Support groq as a model provider, closes [#1569](https://github.com/lobehub/lobe-chat/issues/1569) [#1562](https://github.com/lobehub/lobe-chat/issues/1562) [#1570](https://github.com/lobehub/lobe-chat/issues/1570) ([a04c364](https://github.com/lobehub/lobe-chat/commit/a04c364)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +## [Version 0.137.0](https://github.com/lobehub/lobe-chat/compare/v0.136.0...v0.137.0) + +Released on **2024-03-15** + +#### ✨ Features + +- **ollama**: Improve connection check method and provide selector for user to control model options. + +
+ +
+Improvements and Fixes + +#### What's improved + +- **ollama**: Improve connection check method and provide selector for user to control model options, closes [#1397](https://github.com/lobehub/lobe-chat/issues/1397) ([675902f](https://github.com/lobehub/lobe-chat/commit/675902f)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +## [Version 0.136.0](https://github.com/lobehub/lobe-chat/compare/v0.135.4...v0.136.0) + +Released on **2024-03-15** + +#### ✨ Features + +- **misc**: Support azure-ad as a new sso provider. + +
+ +
+Improvements and Fixes + +#### What's improved + +- **misc**: Support azure-ad as a new sso provider, closes [#1456](https://github.com/lobehub/lobe-chat/issues/1456) ([6649cd1](https://github.com/lobehub/lobe-chat/commit/6649cd1)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.135.4](https://github.com/lobehub/lobe-chat/compare/v0.135.3...v0.135.4) + +Released on **2024-03-15** + +
+ +
+Improvements and Fixes + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.135.3](https://github.com/lobehub/lobe-chat/compare/v0.135.2...v0.135.3) + +Released on **2024-03-15** + +#### 🐛 Bug Fixes + +- **ollama**: Fix duplicate llama model and add llama2-chinese models. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **ollama**: Fix duplicate llama model and add llama2-chinese models, closes [#1579](https://github.com/lobehub/lobe-chat/issues/1579) ([6b9b5c8](https://github.com/lobehub/lobe-chat/commit/6b9b5c8)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.135.2](https://github.com/lobehub/lobe-chat/compare/v0.135.1...v0.135.2) + +Released on **2024-03-14** + +#### ♻ Code Refactoring + +- **misc**: Upgrade plugin db schema. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Upgrade plugin db schema, closes [#1571](https://github.com/lobehub/lobe-chat/issues/1571) ([757574a](https://github.com/lobehub/lobe-chat/commit/757574a)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.135.1](https://github.com/lobehub/lobe-chat/compare/v0.135.0...v0.135.1) + +Released on **2024-03-14** + +#### ♻ Code Refactoring + +- **misc**: Refactor the db model. + +
+ +
+Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor the db model, closes [#1567](https://github.com/lobehub/lobe-chat/issues/1567) ([3d56dd6](https://github.com/lobehub/lobe-chat/commit/3d56dd6)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +## [Version 0.135.0](https://github.com/lobehub/lobe-chat/compare/v0.134.1...v0.135.0) + +Released on **2024-03-14** + +#### ✨ Features + +- **misc**: Add claude 3 to bedrock provider. + +
+ +
+Improvements and Fixes + +#### What's improved + +- **misc**: Add claude 3 to bedrock provider, closes [#1551](https://github.com/lobehub/lobe-chat/issues/1551) ([6e1fe33](https://github.com/lobehub/lobe-chat/commit/6e1fe33)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.134.1](https://github.com/lobehub/lobe-chat/compare/v0.134.0...v0.134.1) + +Released on **2024-03-13** + +#### 💄 Styles + +- **misc**: Add more model display name. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Add more model display name, closes [#1554](https://github.com/lobehub/lobe-chat/issues/1554) ([31c987a](https://github.com/lobehub/lobe-chat/commit/31c987a)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +## [Version 0.134.0](https://github.com/lobehub/lobe-chat/compare/v0.133.5...v0.134.0) + +Released on **2024-03-13** + +#### ✨ Features + +- **misc**: Support anthropic proxy url. + +
+ +
+Improvements and Fixes + +#### What's improved + +- **misc**: Support anthropic proxy url, closes [#1529](https://github.com/lobehub/lobe-chat/issues/1529) ([a5a9257](https://github.com/lobehub/lobe-chat/commit/a5a9257)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.133.5](https://github.com/lobehub/lobe-chat/compare/v0.133.4...v0.133.5) + +Released on **2024-03-12** + +
+ +
+Improvements and Fixes + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.133.4](https://github.com/lobehub/lobe-chat/compare/v0.133.3...v0.133.4) + +Released on **2024-03-11** + +#### 🐛 Bug Fixes + +- **misc**: Fix sitemap missing in docker building. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix sitemap missing in docker building, closes [#1533](https://github.com/lobehub/lobe-chat/issues/1533) ([49752da](https://github.com/lobehub/lobe-chat/commit/49752da)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.133.3](https://github.com/lobehub/lobe-chat/compare/v0.133.2...v0.133.3) + +Released on **2024-03-10** + +#### 🐛 Bug Fixes + +- **misc**: Fix the max token of claude 3. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix the max token of claude 3, closes [#1526](https://github.com/lobehub/lobe-chat/issues/1526) ([222fae3](https://github.com/lobehub/lobe-chat/commit/222fae3)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.133.2](https://github.com/lobehub/lobe-chat/compare/v0.133.1...v0.133.2) + +Released on **2024-03-10** + +#### 🐛 Bug Fixes + +- **misc**: Fix qwen model id and improve anthropic logo text color. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix qwen model id and improve anthropic logo text color, closes [#1524](https://github.com/lobehub/lobe-chat/issues/1524) ([c68f5da](https://github.com/lobehub/lobe-chat/commit/c68f5da)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ + + +# Changelog + +### [Version 0.133.1](https://github.com/lobehub/lobe-chat/compare/v0.133.0...v0.133.1) + +Released on **2024-03-08** + +#### 🐛 Bug Fixes + +- **misc**: Fix sitemap config. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix sitemap config ([a2542a7](https://github.com/lobehub/lobe-chat/commit/a2542a7)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +## [Version 0.133.0](https://github.com/lobehub/lobe-chat/compare/v0.132.2...v0.133.0) + +Released on **2024-03-07** + +#### ✨ Features + +- **misc**: Support Mistral model provider. + +
+ +
+Improvements and Fixes + +#### What's improved + +- **misc**: Support Mistral model provider, closes [#1455](https://github.com/lobehub/lobe-chat/issues/1455) ([4f94bfe](https://github.com/lobehub/lobe-chat/commit/4f94bfe)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.132.2](https://github.com/lobehub/lobe-chat/compare/v0.132.1...v0.132.2) + +Released on **2024-03-07** + +#### 🐛 Bug Fixes + +- **misc**: Fix anthropic streaming on Vercel/Cloudflare. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix anthropic streaming on Vercel/Cloudflare, closes [#1480](https://github.com/lobehub/lobe-chat/issues/1480) ([227101a](https://github.com/lobehub/lobe-chat/commit/227101a)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +### [Version 0.132.1](https://github.com/lobehub/lobe-chat/compare/v0.132.0...v0.132.1) + +Released on **2024-03-06** + +#### 🐛 Bug Fixes + +- **misc**: Fix hydration error while OAuth callback. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Fix hydration error while OAuth callback, closes [#1474](https://github.com/lobehub/lobe-chat/issues/1474) ([ff93825](https://github.com/lobehub/lobe-chat/commit/ff93825)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ +## [Version 0.132.0](https://github.com/lobehub/lobe-chat/compare/v0.131.0...v0.132.0) + +Released on **2024-03-05** + +#### ✨ Features + +- **misc**: Support anthropic as model provider. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Support anthropic as model provider, closes [#1409](https://github.com/lobehub/lobe-chat/issues/1409) ([a42cf8c](https://github.com/lobehub/lobe-chat/commit/a42cf8c)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.131.0](https://github.com/lobehub/lobe-chat/compare/v0.130.7...v0.131.0) + +Released on **2024-03-05** + +#### ✨ Features + +- **misc**: Support langfuse integration. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Support langfuse integration, closes [#1325](https://github.com/lobehub/lobe-chat/issues/1325) ([aaedfa7](https://github.com/lobehub/lobe-chat/commit/aaedfa7)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.130.7](https://github.com/lobehub/lobe-chat/compare/v0.130.6...v0.130.7) + +Released on **2024-03-03** + +#### ♻ Code Refactoring + +- **misc**: Update gpt-3.5-turbo model card. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Update gpt-3.5-turbo model card, closes [#1449](https://github.com/lobehub/lobe-chat/issues/1449) ([d0be0c7](https://github.com/lobehub/lobe-chat/commit/d0be0c7)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.130.6](https://github.com/lobehub/lobe-chat/compare/v0.130.5...v0.130.6) + +Released on **2024-03-01** + +#### ♻ Code Refactoring + +- **misc**: Refactor the plugin and tool slice. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor the plugin and tool slice, closes [#1437](https://github.com/lobehub/lobe-chat/issues/1437) ([003e230](https://github.com/lobehub/lobe-chat/commit/003e230)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.130.5](https://github.com/lobehub/lobe-chat/compare/v0.130.4...v0.130.5) + +Released on **2024-03-01** + +#### 💄 Styles + +- **misc**: Support switch model with tag. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Support switch model with tag, closes [#1435](https://github.com/lobehub/lobe-chat/issues/1435) ([233150e](https://github.com/lobehub/lobe-chat/commit/233150e)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.130.4](https://github.com/lobehub/lobe-chat/compare/v0.130.3...v0.130.4) + +Released on **2024-02-29** + +#### ♻ Code Refactoring + +- **misc**: Refactor the core chatStream and plugin gateway auth. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor the core chatStream and plugin gateway auth, closes [#1426](https://github.com/lobehub/lobe-chat/issues/1426) ([7d3c1b6](https://github.com/lobehub/lobe-chat/commit/7d3c1b6)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.130.3](https://github.com/lobehub/lobe-chat/compare/v0.130.2...v0.130.3) + +Released on **2024-02-29** + +#### ♻ Code Refactoring + +- **misc**: Refactor the google api route and add more tests for chat route. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor the google api route and add more tests for chat route, closes [#1424](https://github.com/lobehub/lobe-chat/issues/1424) ([063a4d5](https://github.com/lobehub/lobe-chat/commit/063a4d5)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.130.2](https://github.com/lobehub/lobe-chat/compare/v0.130.1...v0.130.2) + +Released on **2024-02-29** + +#### 🐛 Bug Fixes + +- **misc**: Update azure OpenAI api version options to latest. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Update azure OpenAI api version options to latest, closes [#1423](https://github.com/lobehub/lobe-chat/issues/1423) ([d992262](https://github.com/lobehub/lobe-chat/commit/d992262)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.130.1](https://github.com/lobehub/lobe-chat/compare/v0.130.0...v0.130.1) + +Released on **2024-02-28** + +#### 🐛 Bug Fixes + +- **google**: Add safetySettings to avoid error response with google AI model. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **google**: Add safetySettings to avoid error response with google AI model, closes [#1418](https://github.com/lobehub/lobe-chat/issues/1418) ([87bf1fb](https://github.com/lobehub/lobe-chat/commit/87bf1fb)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.130.0](https://github.com/lobehub/lobe-chat/compare/v0.129.6...v0.130.0) + +Released on **2024-02-27** + +#### ✨ Features + +- **misc**: Support multiple API Keys. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Support multiple API Keys, closes [#1345](https://github.com/lobehub/lobe-chat/issues/1345) ([17c5da3](https://github.com/lobehub/lobe-chat/commit/17c5da3)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.129.6](https://github.com/lobehub/lobe-chat/compare/v0.129.5...v0.129.6) + +Released on **2024-02-25** + +#### 🐛 Bug Fixes + +- **misc**: Fix github url. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix github url ([42ea0f5](https://github.com/lobehub/lobe-chat/commit/42ea0f5)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.129.5](https://github.com/lobehub/lobe-chat/compare/v0.129.4...v0.129.5) + +Released on **2024-02-25** + +#### 🐛 Bug Fixes + +- **misc**: Fix eliminate UI jitter on navigation, improving experience for users sensitive to motion. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix eliminate UI jitter on navigation, improving experience for users sensitive to motion, closes [#1381](https://github.com/lobehub/lobe-chat/issues/1381) ([9231413](https://github.com/lobehub/lobe-chat/commit/9231413)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.129.4](https://github.com/lobehub/lobe-chat/compare/v0.129.3...v0.129.4) + +Released on **2024-02-24** + +#### 🐛 Bug Fixes + +- **ollama**: Fix gemma model id. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **ollama**: Fix gemma model id, closes [#1377](https://github.com/lobehub/lobe-chat/issues/1377) ([3da50ff](https://github.com/lobehub/lobe-chat/commit/3da50ff)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.129.3](https://github.com/lobehub/lobe-chat/compare/v0.129.2...v0.129.3) + +Released on **2024-02-23** + +#### 💄 Styles + +- **misc**: Add gemma model logo for ollama. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Add gemma model logo for ollama, closes [#1369](https://github.com/lobehub/lobe-chat/issues/1369) ([e2fb3a3](https://github.com/lobehub/lobe-chat/commit/e2fb3a3)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.129.2](https://github.com/lobehub/lobe-chat/compare/v0.129.1...v0.129.2) + +Released on **2024-02-23** + +#### 🐛 Bug Fixes + +- **misc**: Fix OAuth don't get user id from session. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix OAuth don't get user id from session, closes [#1347](https://github.com/lobehub/lobe-chat/issues/1347) ([ce4d6ca](https://github.com/lobehub/lobe-chat/commit/ce4d6ca)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.129.1](https://github.com/lobehub/lobe-chat/compare/v0.129.0...v0.129.1) + +Released on **2024-02-22** + +
+ +
+ Improvements and Fixes +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.129.0](https://github.com/lobehub/lobe-chat/compare/v0.128.10...v0.129.0) + +Released on **2024-02-22** + +#### ✨ Features + +- **misc**: Support perplexity AI provider. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Support perplexity AI provider, closes [#1339](https://github.com/lobehub/lobe-chat/issues/1339) ([61c88fb](https://github.com/lobehub/lobe-chat/commit/61c88fb)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.128.10](https://github.com/lobehub/lobe-chat/compare/v0.128.9...v0.128.10) + +Released on **2024-02-21** + +#### 🐛 Bug Fixes + +- **misc**: Fix the robots.txt config. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix the robots.txt config ([c4adfe4](https://github.com/lobehub/lobe-chat/commit/c4adfe4)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.128.9](https://github.com/lobehub/lobe-chat/compare/v0.128.8...v0.128.9) + +Released on **2024-02-20** + +#### 🐛 Bug Fixes + +- **misc**: Fix the robots.txt config. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix the robots.txt config ([34901b4](https://github.com/lobehub/lobe-chat/commit/34901b4)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.128.8](https://github.com/lobehub/lobe-chat/compare/v0.128.7...v0.128.8) + +Released on **2024-02-20** + +
+ +
+ Improvements and Fixes +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.128.7](https://github.com/lobehub/lobe-chat/compare/v0.128.6...v0.128.7) + +Released on **2024-02-20** + +#### 💄 Styles + +- **misc**: Improve docs url and add more docs. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Improve docs url and add more docs, closes [#1329](https://github.com/lobehub/lobe-chat/issues/1329) ([85b3136](https://github.com/lobehub/lobe-chat/commit/85b3136)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.128.6](https://github.com/lobehub/lobe-chat/compare/v0.128.5...v0.128.6) + +Released on **2024-02-20** + +#### 🐛 Bug Fixes + +- **misc**: Fix OAuth errors on Docker deployment. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix OAuth errors on Docker deployment, closes [#1323](https://github.com/lobehub/lobe-chat/issues/1323) ([922e843](https://github.com/lobehub/lobe-chat/commit/922e843)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.128.5](https://github.com/lobehub/lobe-chat/compare/v0.128.4...v0.128.5) + +Released on **2024-02-18** + +#### 🐛 Bug Fixes + +- **misc**: Fix the document url. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix the document url ([43b5677](https://github.com/lobehub/lobe-chat/commit/43b5677)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.128.4](https://github.com/lobehub/lobe-chat/compare/v0.128.3...v0.128.4) + +Released on **2024-02-18** + +#### 🐛 Bug Fixes + +- **misc**: Fix documents i18n. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix documents i18n, closes [#1319](https://github.com/lobehub/lobe-chat/issues/1319) ([a0600dc](https://github.com/lobehub/lobe-chat/commit/a0600dc)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.128.3](https://github.com/lobehub/lobe-chat/compare/v0.128.2...v0.128.3) + +Released on **2024-02-18** + +#### ♻ Code Refactoring + +- **misc**: Refactor with chat docs site. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor with chat docs site, closes [#1309](https://github.com/lobehub/lobe-chat/issues/1309) ([c131fa6](https://github.com/lobehub/lobe-chat/commit/c131fa6)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.128.2](https://github.com/lobehub/lobe-chat/compare/v0.128.1...v0.128.2) + +Released on **2024-02-15** + +#### 🐛 Bug Fixes + +- **misc**: Fix agent avatar click wrong navigation. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix agent avatar click wrong navigation, closes [#1308](https://github.com/lobehub/lobe-chat/issues/1308) ([adc7bc1](https://github.com/lobehub/lobe-chat/commit/adc7bc1)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.128.1](https://github.com/lobehub/lobe-chat/compare/v0.128.0...v0.128.1) + +Released on **2024-02-15** + +#### 🐛 Bug Fixes + +- **misc**: Fix auto lang switch. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix auto lang switch, closes [#1305](https://github.com/lobehub/lobe-chat/issues/1305) ([7a51329](https://github.com/lobehub/lobe-chat/commit/7a51329)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.128.0](https://github.com/lobehub/lobe-chat/compare/v0.127.2...v0.128.0) + +Released on **2024-02-14** + +#### ✨ Features + +- **misc**: Support define default agent config with `DEFAULT_AGENT_CONFIG` ENV. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Support define default agent config with `DEFAULT_AGENT_CONFIG` ENV, closes [#1291](https://github.com/lobehub/lobe-chat/issues/1291) ([c7c096e](https://github.com/lobehub/lobe-chat/commit/c7c096e)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.127.2](https://github.com/lobehub/lobe-chat/compare/v0.127.1...v0.127.2) + +Released on **2024-02-14** + +#### ♻ Code Refactoring + +- **misc**: Refactor the sidebar to fix first render state. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor the sidebar to fix first render state, closes [#1301](https://github.com/lobehub/lobe-chat/issues/1301) ([c477491](https://github.com/lobehub/lobe-chat/commit/c477491)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.127.1](https://github.com/lobehub/lobe-chat/compare/v0.127.0...v0.127.1) + +Released on **2024-02-14** + +#### 💄 Styles + +- **misc**: Improve settings tabs style and refactor the LLM setting page. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Improve settings tabs style and refactor the LLM setting page, closes [#1299](https://github.com/lobehub/lobe-chat/issues/1299) ([31f6f15](https://github.com/lobehub/lobe-chat/commit/31f6f15)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.127.0](https://github.com/lobehub/lobe-chat/compare/v0.126.5...v0.127.0) + +Released on **2024-02-13** + +#### ✨ Features + +- **llm**: Support Ollama AI Provider for local LLM. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **llm**: Support Ollama AI Provider for local LLM ([3b6f249](https://github.com/lobehub/lobe-chat/commit/3b6f249)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.126.5](https://github.com/lobehub/lobe-chat/compare/v0.126.4...v0.126.5) + +Released on **2024-02-12** + +#### ♻ Code Refactoring + +- **misc**: Refactor with the auth code. + +#### 🐛 Bug Fixes + +- **misc**: Fix middleware auth console error. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor with the auth code ([8cee01f](https://github.com/lobehub/lobe-chat/commit/8cee01f)) + +#### What's fixed + +- **misc**: Fix middleware auth console error ([ad3ade8](https://github.com/lobehub/lobe-chat/commit/ad3ade8)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.126.4](https://github.com/lobehub/lobe-chat/compare/v0.126.3...v0.126.4) + +Released on **2024-02-11** + +#### ♻ Code Refactoring + +- **misc**: Update Model provider request url. + +#### 🐛 Bug Fixes + +- **misc**: Fix auth error in console, fix token tag usage display. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Update Model provider request url ([b64acc0](https://github.com/lobehub/lobe-chat/commit/b64acc0)) + +#### What's fixed + +- **misc**: Fix auth error in console ([8e7ee82](https://github.com/lobehub/lobe-chat/commit/8e7ee82)) +- **misc**: Fix token tag usage display ([6e7134b](https://github.com/lobehub/lobe-chat/commit/6e7134b)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.126.3](https://github.com/lobehub/lobe-chat/compare/v0.126.2...v0.126.3) + +Released on **2024-02-09** + +#### 🐛 Bug Fixes + +- **misc**: Fix auth layout error. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix auth layout error ([efd7d14](https://github.com/lobehub/lobe-chat/commit/efd7d14)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.126.2](https://github.com/lobehub/lobe-chat/compare/v0.126.1...v0.126.2) + +Released on **2024-02-09** + +#### 🐛 Bug Fixes + +- **misc**: Fix OAuth throws an error on Vercel deploy. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix OAuth throws an error on Vercel deploy, closes [#1278](https://github.com/lobehub/lobe-chat/issues/1278) [#1277](https://github.com/lobehub/lobe-chat/issues/1277) [#1274](https://github.com/lobehub/lobe-chat/issues/1274) ([81d2d76](https://github.com/lobehub/lobe-chat/commit/81d2d76)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.126.1](https://github.com/lobehub/lobe-chat/compare/v0.126.0...v0.126.1) + +Released on **2024-02-09** + +#### 🐛 Bug Fixes + +- **misc**: Add basePath to support subdirectory. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Add basePath to support subdirectory, closes [#1179](https://github.com/lobehub/lobe-chat/issues/1179) ([43e544a](https://github.com/lobehub/lobe-chat/commit/43e544a)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.126.0](https://github.com/lobehub/lobe-chat/compare/v0.125.0...v0.126.0) + +Released on **2024-02-09** + +#### ✨ Features + +- **misc**: Support umami analytics. + +#### 🐛 Bug Fixes + +- **misc**: The back button on the chat setting page can correctly return to the configured Agent chat page. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Support umami analytics, closes [#1267](https://github.com/lobehub/lobe-chat/issues/1267) ([da7beba](https://github.com/lobehub/lobe-chat/commit/da7beba)) + +#### What's fixed + +- **misc**: The back button on the chat setting page can correctly return to the configured Agent chat page, closes [#1272](https://github.com/lobehub/lobe-chat/issues/1272) ([4cc1ad5](https://github.com/lobehub/lobe-chat/commit/4cc1ad5)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.125.0](https://github.com/lobehub/lobe-chat/compare/v0.124.3...v0.125.0) + +Released on **2024-02-08** + +#### ✨ Features + +- **misc**: Support login & session authentication via OAuth 2.0 (Auth0). + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Support login & session authentication via OAuth 2.0 (Auth0), closes [#1143](https://github.com/lobehub/lobe-chat/issues/1143) ([0609690](https://github.com/lobehub/lobe-chat/commit/0609690)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.124.3](https://github.com/lobehub/lobe-chat/compare/v0.124.2...v0.124.3) + +Released on **2024-02-07** + +#### 🐛 Bug Fixes + +- **misc**: Fix use azure api key error. + +#### 💄 Styles + +- **settings**: Improve LLM connection checker style. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix use azure api key error, closes [#1263](https://github.com/lobehub/lobe-chat/issues/1263) ([4e08f63](https://github.com/lobehub/lobe-chat/commit/4e08f63)) + +#### Styles + +- **settings**: Improve LLM connection checker style, closes [#1252](https://github.com/lobehub/lobe-chat/issues/1252) ([4905d9e](https://github.com/lobehub/lobe-chat/commit/4905d9e)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.124.2](https://github.com/lobehub/lobe-chat/compare/v0.124.1...v0.124.2) + +Released on **2024-02-06** + +#### 💄 Styles + +- **misc**: Add moonshot i18n. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Add moonshot i18n, closes [#1251](https://github.com/lobehub/lobe-chat/issues/1251) ([4b6663b](https://github.com/lobehub/lobe-chat/commit/4b6663b)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.124.1](https://github.com/lobehub/lobe-chat/compare/v0.124.0...v0.124.1) + +Released on **2024-02-06** + +#### 💄 Styles + +- **misc**: Improve direction UX. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Improve direction UX, closes [#1169](https://github.com/lobehub/lobe-chat/issues/1169) ([e3929dc](https://github.com/lobehub/lobe-chat/commit/e3929dc)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.124.0](https://github.com/lobehub/lobe-chat/compare/v0.123.4...v0.124.0) + +Released on **2024-02-06** + +#### ✨ Features + +- **misc**: Support Moonshot AI Provider. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Support Moonshot AI Provider, closes [#1232](https://github.com/lobehub/lobe-chat/issues/1232) ([a6de202](https://github.com/lobehub/lobe-chat/commit/a6de202)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.123.4](https://github.com/lobehub/lobe-chat/compare/v0.123.3...v0.123.4) + +Released on **2024-02-06** + +#### 💄 Styles + +- **misc**: Improve clear topic tips. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Improve clear topic tips, closes [#1247](https://github.com/lobehub/lobe-chat/issues/1247) ([2d133e9](https://github.com/lobehub/lobe-chat/commit/2d133e9)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.123.3](https://github.com/lobehub/lobe-chat/compare/v0.123.2...v0.123.3) + +Released on **2024-02-06** + +#### 🐛 Bug Fixes + +- **misc**: Fix non-https `crypto.subtile` missing error. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix non-https `crypto.subtile` missing error, closes [#1238](https://github.com/lobehub/lobe-chat/issues/1238) ([1750d0b](https://github.com/lobehub/lobe-chat/commit/1750d0b)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.123.2](https://github.com/lobehub/lobe-chat/compare/v0.123.1...v0.123.2) + +Released on **2024-02-06** + +#### 🐛 Bug Fixes + +- **misc**: Fix docker build. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix docker build, closes [#1231](https://github.com/lobehub/lobe-chat/issues/1231) ([e180722](https://github.com/lobehub/lobe-chat/commit/e180722)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.123.1](https://github.com/lobehub/lobe-chat/compare/v0.123.0...v0.123.1) + +Released on **2024-02-05** + +#### 🐛 Bug Fixes + +- **misc**: Improve auth control of plugin gateways, update dockerfile. + +#### 💄 Styles + +- **misc**: Add gpt-4-all feature flag. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Improve auth control of plugin gateways ([6354ad8](https://github.com/lobehub/lobe-chat/commit/6354ad8)) +- **misc**: Update dockerfile ([e66aed3](https://github.com/lobehub/lobe-chat/commit/e66aed3)) + +#### Styles + +- **misc**: Add gpt-4-all feature flag ([360b36c](https://github.com/lobehub/lobe-chat/commit/360b36c)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.123.0](https://github.com/lobehub/lobe-chat/compare/v0.122.9...v0.123.0) + +Released on **2024-02-05** + +#### ✨ Features + +- **misc**: Support Google / Zhipu / AWS Bedrock model providers. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Support Google / Zhipu / AWS Bedrock model providers, closes [#1173](https://github.com/lobehub/lobe-chat/issues/1173) ([d5929f6](https://github.com/lobehub/lobe-chat/commit/d5929f6)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.122.9](https://github.com/lobehub/lobe-chat/compare/v0.122.8...v0.122.9) + +Released on **2024-02-05** + +#### 💄 Styles + +- **settings**: Improve LLM connection checker style. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **settings**: Improve LLM connection checker style, closes [#1222](https://github.com/lobehub/lobe-chat/issues/1222) ([8c349a1](https://github.com/lobehub/lobe-chat/commit/8c349a1)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.122.8](https://github.com/lobehub/lobe-chat/compare/v0.122.7...v0.122.8) + +Released on **2024-02-03** + +#### 💄 Styles + +- **misc**: Allow user to add agent without redirection. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Allow user to add agent without redirection, closes [#1199](https://github.com/lobehub/lobe-chat/issues/1199) ([6577ca1](https://github.com/lobehub/lobe-chat/commit/6577ca1)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.122.7](https://github.com/lobehub/lobe-chat/compare/v0.122.6...v0.122.7) + +Released on **2024-02-02** + +#### 💄 Styles + +- **misc**: Update the gpt-4-1106-preview model to gpt-4-0125-preview. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Update the gpt-4-1106-preview model to gpt-4-0125-preview, closes [#1210](https://github.com/lobehub/lobe-chat/issues/1210) ([fe623e1](https://github.com/lobehub/lobe-chat/commit/fe623e1)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.122.6](https://github.com/lobehub/lobe-chat/compare/v0.122.5...v0.122.6) + +Released on **2024-01-31** + +#### 🐛 Bug Fixes + +- **check**: The state of connectivity can only be singular. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **check**: The state of connectivity can only be singular, closes [#1201](https://github.com/lobehub/lobe-chat/issues/1201) ([c412baf](https://github.com/lobehub/lobe-chat/commit/c412baf)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.122.5](https://github.com/lobehub/lobe-chat/compare/v0.122.4...v0.122.5) + +Released on **2024-01-31** + +#### 🐛 Bug Fixes + +- **misc**: The plugin has a hallucination and gets stuck. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: The plugin has a hallucination and gets stuck, closes [#1191](https://github.com/lobehub/lobe-chat/issues/1191) ([0189759](https://github.com/lobehub/lobe-chat/commit/0189759)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.122.4](https://github.com/lobehub/lobe-chat/compare/v0.122.3...v0.122.4) + +Released on **2024-01-30** + +#### 🐛 Bug Fixes + +- **misc**: Fix plugin gateway auth. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix plugin gateway auth, closes [#1195](https://github.com/lobehub/lobe-chat/issues/1195) ([2184167](https://github.com/lobehub/lobe-chat/commit/2184167)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.122.3](https://github.com/lobehub/lobe-chat/compare/v0.122.2...v0.122.3) + +Released on **2024-01-30** + +#### ♻ Code Refactoring + +- **misc**: Refactor the setting storage from localStorage to indexedDB. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor the setting storage from localStorage to indexedDB, closes [#1180](https://github.com/lobehub/lobe-chat/issues/1180) ([615e796](https://github.com/lobehub/lobe-chat/commit/615e796)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.122.2](https://github.com/lobehub/lobe-chat/compare/v0.122.1...v0.122.2) + +Released on **2024-01-30** + +#### 🐛 Bug Fixes + +- **misc**: Fix unexpected topic switch when favoriting topic. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix unexpected topic switch when favoriting topic, closes [#1186](https://github.com/lobehub/lobe-chat/issues/1186) ([ab4de13](https://github.com/lobehub/lobe-chat/commit/ab4de13)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.122.1](https://github.com/lobehub/lobe-chat/compare/v0.122.0...v0.122.1) + +Released on **2024-01-29** + +#### 💄 Styles + +- **misc**: Fix antd tab width flicker when show function debug. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Fix antd tab width flicker when show function debug, closes [#1171](https://github.com/lobehub/lobe-chat/issues/1171) ([14e99d2](https://github.com/lobehub/lobe-chat/commit/14e99d2)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.122.0](https://github.com/lobehub/lobe-chat/compare/v0.121.4...v0.122.0) + +Released on **2024-01-29** + +#### ✨ Features + +- **misc**: Add create agent action in group menu. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Add create agent action in group menu, closes [#1177](https://github.com/lobehub/lobe-chat/issues/1177) ([17ec1eb](https://github.com/lobehub/lobe-chat/commit/17ec1eb)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.121.4](https://github.com/lobehub/lobe-chat/compare/v0.121.3...v0.121.4) + +Released on **2024-01-29** + +#### 🐛 Bug Fixes + +- **misc**: Pin ahooks to fix test ci and settings crash. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Pin ahooks to fix test ci and settings crash, closes [#1178](https://github.com/lobehub/lobe-chat/issues/1178) ([bc223a4](https://github.com/lobehub/lobe-chat/commit/bc223a4)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.121.3](https://github.com/lobehub/lobe-chat/compare/v0.121.2...v0.121.3) + +Released on **2024-01-26** + +#### 💄 Styles + +- **misc**: Improve stop loading icon. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Improve stop loading icon, closes [#1154](https://github.com/lobehub/lobe-chat/issues/1154) ([6444fc2](https://github.com/lobehub/lobe-chat/commit/6444fc2)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.121.2](https://github.com/lobehub/lobe-chat/compare/v0.121.1...v0.121.2) + +Released on **2024-01-25** + +#### 💄 Styles + +- **misc**: Remove centered prop from CreateGroupModal. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Remove centered prop from CreateGroupModal, closes [#1146](https://github.com/lobehub/lobe-chat/issues/1146) ([7b01676](https://github.com/lobehub/lobe-chat/commit/7b01676)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.121.1](https://github.com/lobehub/lobe-chat/compare/v0.121.0...v0.121.1) + +Released on **2024-01-24** + +#### 🐛 Bug Fixes + +- **misc**: Automatically fill in the wrong password. + +#### 💄 Styles + +- **misc**: Fix default plugins height unstabled when scrolling. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Automatically fill in the wrong password, closes [#1144](https://github.com/lobehub/lobe-chat/issues/1144) ([0159a1a](https://github.com/lobehub/lobe-chat/commit/0159a1a)) + +#### Styles + +- **misc**: Fix default plugins height unstabled when scrolling, closes [#1142](https://github.com/lobehub/lobe-chat/issues/1142) ([abed417](https://github.com/lobehub/lobe-chat/commit/abed417)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.121.0](https://github.com/lobehub/lobe-chat/compare/v0.120.6...v0.121.0) + +Released on **2024-01-24** + +#### ✨ Features + +- **misc**: Add session group manager. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Add session group manager, closes [#1055](https://github.com/lobehub/lobe-chat/issues/1055) [#1045](https://github.com/lobehub/lobe-chat/issues/1045) [#1126](https://github.com/lobehub/lobe-chat/issues/1126) [#1120](https://github.com/lobehub/lobe-chat/issues/1120) ([e3281fc](https://github.com/lobehub/lobe-chat/commit/e3281fc)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.120.6](https://github.com/lobehub/lobe-chat/compare/v0.120.5...v0.120.6) + +Released on **2024-01-22** + +#### 💄 Styles + +- **misc**: Fix share image tags not align. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Fix share image tags not align, closes [#1047](https://github.com/lobehub/lobe-chat/issues/1047) ([28206b6](https://github.com/lobehub/lobe-chat/commit/28206b6)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.120.5](https://github.com/lobehub/lobe-chat/compare/v0.120.4...v0.120.5) + +Released on **2024-01-21** + +#### 💄 Styles + +- **misc**: Update locale and add test for globalStore. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Update locale and add test for globalStore, closes [#1119](https://github.com/lobehub/lobe-chat/issues/1119) ([4545cf0](https://github.com/lobehub/lobe-chat/commit/4545cf0)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.120.4](https://github.com/lobehub/lobe-chat/compare/v0.120.3...v0.120.4) + +Released on **2024-01-21** + +#### 🐛 Bug Fixes + +- **misc**: Refactor url state management and fix some detail experience. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Refactor url state management and fix some detail experience, closes [#1117](https://github.com/lobehub/lobe-chat/issues/1117) ([a355d2c](https://github.com/lobehub/lobe-chat/commit/a355d2c)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.120.3](https://github.com/lobehub/lobe-chat/compare/v0.120.2...v0.120.3) + +Released on **2024-01-19** + +#### ♻ Code Refactoring + +- **misc**: Refactor antd i18n and improve locale order. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor antd i18n and improve locale order, closes [#1103](https://github.com/lobehub/lobe-chat/issues/1103) [#1083](https://github.com/lobehub/lobe-chat/issues/1083) ([c89f527](https://github.com/lobehub/lobe-chat/commit/c89f527)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.120.2](https://github.com/lobehub/lobe-chat/compare/v0.120.1...v0.120.2) + +Released on **2024-01-17** + +#### 🐛 Bug Fixes + +- **misc**: Fix setPluginMessage can not stop create ai message. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix setPluginMessage can not stop create ai message, closes [#1078](https://github.com/lobehub/lobe-chat/issues/1078) ([67de28d](https://github.com/lobehub/lobe-chat/commit/67de28d)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.120.1](https://github.com/lobehub/lobe-chat/compare/v0.120.0...v0.120.1) + +Released on **2024-01-16** + +#### 🐛 Bug Fixes + +- **misc**: Fix list scrolling white screen on mobile. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix list scrolling white screen on mobile, closes [#1072](https://github.com/lobehub/lobe-chat/issues/1072) ([af10947](https://github.com/lobehub/lobe-chat/commit/af10947)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.120.0](https://github.com/lobehub/lobe-chat/compare/v0.119.13...v0.120.0) + +Released on **2024-01-15** + +#### ✨ Features + +- **misc**: Adding Arabic Language Support. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Adding Arabic Language Support, closes [#1049](https://github.com/lobehub/lobe-chat/issues/1049) ([a325ef9](https://github.com/lobehub/lobe-chat/commit/a325ef9)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.119.13](https://github.com/lobehub/lobe-chat/compare/v0.119.12...v0.119.13) + +Released on **2024-01-10** + +#### 💄 Styles + +- **misc**: Add delete and regenerate for function message. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Add delete and regenerate for function message, closes [#992](https://github.com/lobehub/lobe-chat/issues/992) ([7f8c717](https://github.com/lobehub/lobe-chat/commit/7f8c717)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.119.12](https://github.com/lobehub/lobe-chat/compare/v0.119.11...v0.119.12) + +Released on **2024-01-09** + +#### 🐛 Bug Fixes + +- **misc**: Fix new line after sending messages with enter key. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix new line after sending messages with enter key, closes [#990](https://github.com/lobehub/lobe-chat/issues/990) ([e6ab019](https://github.com/lobehub/lobe-chat/commit/e6ab019)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.119.11](https://github.com/lobehub/lobe-chat/compare/v0.119.10...v0.119.11) + +Released on **2024-01-09** + +#### ♻ Code Refactoring + +- **misc**: Refactor ChatInput to support cmd+enter. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor ChatInput to support cmd+enter, closes [#983](https://github.com/lobehub/lobe-chat/issues/983) ([437a223](https://github.com/lobehub/lobe-chat/commit/437a223)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.119.10](https://github.com/lobehub/lobe-chat/compare/v0.119.9...v0.119.10) + +Released on **2024-01-08** + +#### 🐛 Bug Fixes + +- **misc**: Debug information cannot be selected. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Debug information cannot be selected, closes [#980](https://github.com/lobehub/lobe-chat/issues/980) ([f02612d](https://github.com/lobehub/lobe-chat/commit/f02612d)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.119.9](https://github.com/lobehub/lobe-chat/compare/v0.119.8...v0.119.9) + +Released on **2024-01-08** + +#### 💄 Styles + +- **misc**: Fix ChatInput fullscreen display not correct. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Fix ChatInput fullscreen display not correct, closes [#982](https://github.com/lobehub/lobe-chat/issues/982) ([e4012c4](https://github.com/lobehub/lobe-chat/commit/e4012c4)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.119.8](https://github.com/lobehub/lobe-chat/compare/v0.119.7...v0.119.8) + +Released on **2024-01-07** + +#### 🐛 Bug Fixes + +- **misc**: Fix spotting tool call correctly. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix spotting tool call correctly, closes [#972](https://github.com/lobehub/lobe-chat/issues/972) ([216e700](https://github.com/lobehub/lobe-chat/commit/216e700)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.119.7](https://github.com/lobehub/lobe-chat/compare/v0.119.6...v0.119.7) + +Released on **2024-01-07** + +#### 💄 Styles + +- **misc**: Improve share modal style. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Improve share modal style, closes [#965](https://github.com/lobehub/lobe-chat/issues/965) ([62c0573](https://github.com/lobehub/lobe-chat/commit/62c0573)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.119.6](https://github.com/lobehub/lobe-chat/compare/v0.119.5...v0.119.6) + +Released on **2024-01-06** + +#### 💄 Styles + +- **misc**: Improve conversation style. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Improve conversation style, closes [#962](https://github.com/lobehub/lobe-chat/issues/962) ([b9cc862](https://github.com/lobehub/lobe-chat/commit/b9cc862)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.119.5](https://github.com/lobehub/lobe-chat/compare/v0.119.4...v0.119.5) + +Released on **2024-01-06** + +#### 💄 Styles + +- **misc**: Fix topic i18n. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Fix topic i18n, closes [#961](https://github.com/lobehub/lobe-chat/issues/961) ([4e9ebe2](https://github.com/lobehub/lobe-chat/commit/4e9ebe2)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.119.4](https://github.com/lobehub/lobe-chat/compare/v0.119.3...v0.119.4) + +Released on **2024-01-06** + +#### ♻ Code Refactoring + +- **misc**: Refactor to virtual list with react-virtuoso. + +#### 🐛 Bug Fixes + +- **misc**: Fix auto scroll error and BackBottom error. + +#### 💄 Styles + +- **misc**: Fix BackBottom zIndex, improve chat list on mobile, improve chat list scrolling to bottom at initial render, improve custom model input, improve topic scroll. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor to virtual list with react-virtuoso ([d6d63b2](https://github.com/lobehub/lobe-chat/commit/d6d63b2)) + +#### What's fixed + +- **misc**: Fix auto scroll error and BackBottom error ([6100970](https://github.com/lobehub/lobe-chat/commit/6100970)) + +#### Styles + +- **misc**: Fix BackBottom zIndex ([254cc54](https://github.com/lobehub/lobe-chat/commit/254cc54)) +- **misc**: Improve chat list on mobile ([a894fc5](https://github.com/lobehub/lobe-chat/commit/a894fc5)) +- **misc**: Improve chat list scrolling to bottom at initial render ([476304b](https://github.com/lobehub/lobe-chat/commit/476304b)) +- **misc**: Improve custom model input ([1c4722f](https://github.com/lobehub/lobe-chat/commit/1c4722f)) +- **misc**: Improve topic scroll ([8daf3ac](https://github.com/lobehub/lobe-chat/commit/8daf3ac)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.119.3](https://github.com/lobehub/lobe-chat/compare/v0.119.2...v0.119.3) + +Released on **2024-01-06** + +#### 🐛 Bug Fixes + +- **misc**: Fix deploy error. Changed SquareAsterisk to AsteriskSquare. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix deploy error. Changed SquareAsterisk to AsteriskSquare, closes [#952](https://github.com/lobehub/lobe-chat/issues/952) ([61cbcf1](https://github.com/lobehub/lobe-chat/commit/61cbcf1)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.119.2](https://github.com/lobehub/lobe-chat/compare/v0.119.1...v0.119.2) + +Released on **2024-01-05** + +#### 🐛 Bug Fixes + +- **misc**: Fix function call error with smooth animation. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix function call error with smooth animation, closes [#946](https://github.com/lobehub/lobe-chat/issues/946) ([7242aee](https://github.com/lobehub/lobe-chat/commit/7242aee)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.119.1](https://github.com/lobehub/lobe-chat/compare/v0.119.0...v0.119.1) + +Released on **2024-01-05** + +
+ +
+ Improvements and Fixes +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.119.0](https://github.com/lobehub/lobe-chat/compare/v0.118.10...v0.119.0) + +Released on **2024-01-04** + +#### ♻ Code Refactoring + +- **misc**: Refactor the ChatList. + +#### ✨ Features + +- **misc**: Support auto rename topic, support delete and regenerate message, support duplicate session, support duplicate topic. + +#### 🐛 Bug Fixes + +- **misc**: Fix can't uninstall custom plugin in custom plugin modal. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor the ChatList ([20f21de](https://github.com/lobehub/lobe-chat/commit/20f21de)) + +#### What's improved + +- **misc**: Support auto rename topic ([4c5a345](https://github.com/lobehub/lobe-chat/commit/4c5a345)) +- **misc**: Support delete and regenerate message ([a05be1c](https://github.com/lobehub/lobe-chat/commit/a05be1c)) +- **misc**: Support duplicate session ([7a1e011](https://github.com/lobehub/lobe-chat/commit/7a1e011)) +- **misc**: Support duplicate topic ([ecf3e5a](https://github.com/lobehub/lobe-chat/commit/ecf3e5a)) + +#### What's fixed + +- **misc**: Fix can't uninstall custom plugin in custom plugin modal ([acae827](https://github.com/lobehub/lobe-chat/commit/acae827)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.118.10](https://github.com/lobehub/lobe-chat/compare/v0.118.9...v0.118.10) + +Released on **2024-01-03** + +#### 🐛 Bug Fixes + +- **misc**: Add chat defaultNS. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Add chat defaultNS, closes [#929](https://github.com/lobehub/lobe-chat/issues/929) ([94c2aa1](https://github.com/lobehub/lobe-chat/commit/94c2aa1)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.118.9](https://github.com/lobehub/lobe-chat/compare/v0.118.8...v0.118.9) + +Released on **2024-01-03** + +#### 💄 Styles + +- **misc**: Add leaving protect alert. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Add leaving protect alert, closes [#927](https://github.com/lobehub/lobe-chat/issues/927) ([ea1d0c0](https://github.com/lobehub/lobe-chat/commit/ea1d0c0)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.118.8](https://github.com/lobehub/lobe-chat/compare/v0.118.7...v0.118.8) + +Released on **2024-01-03** + +#### 💄 Styles + +- **misc**: Add Vietnamese files and add the vi-VN option in the General Settings. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Add Vietnamese files and add the vi-VN option in the General Settings, closes [#860](https://github.com/lobehub/lobe-chat/issues/860) ([c2e5606](https://github.com/lobehub/lobe-chat/commit/c2e5606)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.118.7](https://github.com/lobehub/lobe-chat/compare/v0.118.6...v0.118.7) + +Released on **2024-01-03** + +#### 🐛 Bug Fixes + +- **misc**: Desensitize openai base url in the error response. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Desensitize openai base url in the error response, closes [#918](https://github.com/lobehub/lobe-chat/issues/918) ([ab0aeb7](https://github.com/lobehub/lobe-chat/commit/ab0aeb7)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.118.6](https://github.com/lobehub/lobe-chat/compare/v0.118.5...v0.118.6) + +Released on **2024-01-03** + +#### ♻ Code Refactoring + +- **misc**: Migration the ChatList into Conversation. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Migration the ChatList into Conversation, closes [#916](https://github.com/lobehub/lobe-chat/issues/916) ([6ee3795](https://github.com/lobehub/lobe-chat/commit/6ee3795)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.118.5](https://github.com/lobehub/lobe-chat/compare/v0.118.4...v0.118.5) + +Released on **2024-01-02** + +#### 🐛 Bug Fixes + +- **misc**: Mobile device return to the previous page error. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Mobile device return to the previous page error, closes [#886](https://github.com/lobehub/lobe-chat/issues/886) ([99cfc0f](https://github.com/lobehub/lobe-chat/commit/99cfc0f)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.118.4](https://github.com/lobehub/lobe-chat/compare/v0.118.3...v0.118.4) + +Released on **2024-01-02** + +#### 🐛 Bug Fixes + +- **misc**: Update dalle identifier to fix unstable dalle function call. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Update dalle identifier to fix unstable dalle function call, closes [#896](https://github.com/lobehub/lobe-chat/issues/896) ([9d9ac32](https://github.com/lobehub/lobe-chat/commit/9d9ac32)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.118.3](https://github.com/lobehub/lobe-chat/compare/v0.118.2...v0.118.3) + +Released on **2024-01-01** + +#### 🐛 Bug Fixes + +- **misc**: Fix parse error of tool calls at end. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix parse error of tool calls at end, closes [#893](https://github.com/lobehub/lobe-chat/issues/893) ([f369b6e](https://github.com/lobehub/lobe-chat/commit/f369b6e)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.118.2](https://github.com/lobehub/lobe-chat/compare/v0.118.1...v0.118.2) + +Released on **2023-12-31** + +#### 🐛 Bug Fixes + +- **misc**: Pin antd version to fix chat page crash. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Pin antd version to fix chat page crash, closes [#884](https://github.com/lobehub/lobe-chat/issues/884) ([31484ff](https://github.com/lobehub/lobe-chat/commit/31484ff)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.118.1](https://github.com/lobehub/lobe-chat/compare/v0.118.0...v0.118.1) + +Released on **2023-12-30** + +#### 🐛 Bug Fixes + +- **misc**: Fix dalle image download error. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix dalle image download error, closes [#868](https://github.com/lobehub/lobe-chat/issues/868) ([5b6d11f](https://github.com/lobehub/lobe-chat/commit/5b6d11f)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.118.0](https://github.com/lobehub/lobe-chat/compare/v0.117.5...v0.118.0) + +Released on **2023-12-29** + +#### ✨ Features + +- **misc**: Support markdown type plugin. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Support markdown type plugin, closes [#865](https://github.com/lobehub/lobe-chat/issues/865) ([2791166](https://github.com/lobehub/lobe-chat/commit/2791166)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.117.5](https://github.com/lobehub/lobe-chat/compare/v0.117.4...v0.117.5) + +Released on **2023-12-29** + +#### 🐛 Bug Fixes + +- **misc**: The input box is prone to losing focus. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: The input box is prone to losing focus, closes [#834](https://github.com/lobehub/lobe-chat/issues/834) ([26a42f6](https://github.com/lobehub/lobe-chat/commit/26a42f6)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.117.4](https://github.com/lobehub/lobe-chat/compare/v0.117.3...v0.117.4) + +Released on **2023-12-28** + +#### 🐛 Bug Fixes + +- **misc**: Fix messages not refresh when creating a new topic. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix messages not refresh when creating a new topic, closes [#856](https://github.com/lobehub/lobe-chat/issues/856) ([5e7985a](https://github.com/lobehub/lobe-chat/commit/5e7985a)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.117.3](https://github.com/lobehub/lobe-chat/compare/v0.117.2...v0.117.3) + +Released on **2023-12-28** + +#### 🐛 Bug Fixes + +- **misc**: Fix tool calls at end, fix vision model max tokens, improve vision model checker. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix tool calls at end ([b0b615a](https://github.com/lobehub/lobe-chat/commit/b0b615a)) +- **misc**: Fix vision model max tokens ([8b704a0](https://github.com/lobehub/lobe-chat/commit/8b704a0)) +- **misc**: Improve vision model checker ([da7d177](https://github.com/lobehub/lobe-chat/commit/da7d177)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.117.2](https://github.com/lobehub/lobe-chat/compare/v0.117.1...v0.117.2) + +Released on **2023-12-28** + +#### 🐛 Bug Fixes + +- **misc**: Fix market locale missing. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix market locale missing, closes [#851](https://github.com/lobehub/lobe-chat/issues/851) ([e23ec66](https://github.com/lobehub/lobe-chat/commit/e23ec66)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.117.1](https://github.com/lobehub/lobe-chat/compare/v0.117.0...v0.117.1) + +Released on **2023-12-27** + +#### 💄 Styles + +- **misc**: Add image download functionality to DALL·E render component. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Add image download functionality to DALL·E render component, closes [#778](https://github.com/lobehub/lobe-chat/issues/778) ([31b8047](https://github.com/lobehub/lobe-chat/commit/31b8047)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.117.0](https://github.com/lobehub/lobe-chat/compare/v0.116.5...v0.117.0) + +Released on **2023-12-27** + +#### ✨ Features + +- **misc**: Support plugin settings env. + +#### 🐛 Bug Fixes + +- **misc**: Improve topic search experience. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Support plugin settings env, closes [#821](https://github.com/lobehub/lobe-chat/issues/821) ([efd9dc9](https://github.com/lobehub/lobe-chat/commit/efd9dc9)) + +#### What's fixed + +- **misc**: Improve topic search experience, closes [#828](https://github.com/lobehub/lobe-chat/issues/828) ([ad55f1c](https://github.com/lobehub/lobe-chat/commit/ad55f1c)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.116.5](https://github.com/lobehub/lobe-chat/compare/v0.116.4...v0.116.5) + +Released on **2023-12-27** + +#### 🐛 Bug Fixes + +- **misc**: Fix input box losing focus after sending a message on the desktop. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix input box losing focus after sending a message on the desktop, closes [#830](https://github.com/lobehub/lobe-chat/issues/830) ([d491af9](https://github.com/lobehub/lobe-chat/commit/d491af9)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.116.4](https://github.com/lobehub/lobe-chat/compare/v0.116.3...v0.116.4) + +Released on **2023-12-26** + +#### 🐛 Bug Fixes + +- **misc**: Fix ShareModal. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix ShareModal ([4592515](https://github.com/lobehub/lobe-chat/commit/4592515)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.116.3](https://github.com/lobehub/lobe-chat/compare/v0.116.2...v0.116.3) + +Released on **2023-12-26** + +#### 💄 Styles + +- **misc**: Fix typo. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Fix typo ([9d329a9](https://github.com/lobehub/lobe-chat/commit/9d329a9)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.116.2](https://github.com/lobehub/lobe-chat/compare/v0.116.1...v0.116.2) + +Released on **2023-12-26** + +#### 💄 Styles + +- **misc**: Update Modal style. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Update Modal style ([ac7d309](https://github.com/lobehub/lobe-chat/commit/ac7d309)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.116.1](https://github.com/lobehub/lobe-chat/compare/v0.116.0...v0.116.1) + +Released on **2023-12-26** + +#### 💄 Styles + +- **misc**: Support slider and select plugin setting render. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Support slider and select plugin setting render, closes [#819](https://github.com/lobehub/lobe-chat/issues/819) ([3190b44](https://github.com/lobehub/lobe-chat/commit/3190b44)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.116.0](https://github.com/lobehub/lobe-chat/compare/v0.115.13...v0.116.0) + +Released on **2023-12-26** + +#### ✨ Features + +- **misc**: Support OpenAI tool calls. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Support OpenAI tool calls ([9681fdc](https://github.com/lobehub/lobe-chat/commit/9681fdc)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.115.13](https://github.com/lobehub/lobe-chat/compare/v0.115.12...v0.115.13) + +Released on **2023-12-26** + +#### 🐛 Bug Fixes + +- **misc**: Fix remove tts and translate not working. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix remove tts and translate not working, closes [#818](https://github.com/lobehub/lobe-chat/issues/818) ([4a275e9](https://github.com/lobehub/lobe-chat/commit/4a275e9)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.115.12](https://github.com/lobehub/lobe-chat/compare/v0.115.11...v0.115.12) + +Released on **2023-12-25** + +#### 🐛 Bug Fixes + +- **misc**: Fix active setting tab after click agent setting button. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix active setting tab after click agent setting button ([c480fa9](https://github.com/lobehub/lobe-chat/commit/c480fa9)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.115.11](https://github.com/lobehub/lobe-chat/compare/v0.115.10...v0.115.11) + +Released on **2023-12-25** + +#### 🐛 Bug Fixes + +- **misc**: Fix agent system role modal scrolling when content is too long. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix agent system role modal scrolling when content is too long, closes [#801](https://github.com/lobehub/lobe-chat/issues/801) ([f482a80](https://github.com/lobehub/lobe-chat/commit/f482a80)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.115.10](https://github.com/lobehub/lobe-chat/compare/v0.115.9...v0.115.10) + +Released on **2023-12-25** + +#### 💄 Styles + +- **misc**: Fix some style problem. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Fix some style problem ([447c006](https://github.com/lobehub/lobe-chat/commit/447c006)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.115.9](https://github.com/lobehub/lobe-chat/compare/v0.115.8...v0.115.9) + +Released on **2023-12-24** + +#### 🐛 Bug Fixes + +- **misc**: Fix `PLUGINS_INDEX_URL` not working, fix a translation error in Traditional Chinese. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix `PLUGINS_INDEX_URL` not working, closes [#793](https://github.com/lobehub/lobe-chat/issues/793) ([152913e](https://github.com/lobehub/lobe-chat/commit/152913e)) +- **misc**: Fix a translation error in Traditional Chinese, closes [#789](https://github.com/lobehub/lobe-chat/issues/789) ([80c02ee](https://github.com/lobehub/lobe-chat/commit/80c02ee)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.115.8](https://github.com/lobehub/lobe-chat/compare/v0.115.7...v0.115.8) + +Released on **2023-12-24** + +#### 🐛 Bug Fixes + +- **misc**: Fix CUSTOM_MODEL `-` operator not working. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix CUSTOM_MODEL `-` operator not working, closes [#791](https://github.com/lobehub/lobe-chat/issues/791) ([26b968f](https://github.com/lobehub/lobe-chat/commit/26b968f)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.115.7](https://github.com/lobehub/lobe-chat/compare/v0.115.6...v0.115.7) + +Released on **2023-12-23** + +#### 🐛 Bug Fixes + +- **misc**: Fix auto scrolling when generating message. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix auto scrolling when generating message, closes [#785](https://github.com/lobehub/lobe-chat/issues/785) ([1a236e6](https://github.com/lobehub/lobe-chat/commit/1a236e6)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.115.6](https://github.com/lobehub/lobe-chat/compare/v0.115.5...v0.115.6) + +Released on **2023-12-23** + +#### 🐛 Bug Fixes + +- **misc**: Fix maxTokens params still work when disable enableMaxTokens. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix maxTokens params still work when disable enableMaxTokens, closes [#779](https://github.com/lobehub/lobe-chat/issues/779) ([20956ea](https://github.com/lobehub/lobe-chat/commit/20956ea)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.115.5](https://github.com/lobehub/lobe-chat/compare/v0.115.4...v0.115.5) + +Released on **2023-12-23** + +#### 🐛 Bug Fixes + +- **misc**: Fix image display error. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix image display error, closes [#777](https://github.com/lobehub/lobe-chat/issues/777) ([08659d6](https://github.com/lobehub/lobe-chat/commit/08659d6)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.115.4](https://github.com/lobehub/lobe-chat/compare/v0.115.3...v0.115.4) + +Released on **2023-12-23** + +#### ♻ Code Refactoring + +- **misc**: Refactor the ChatMessage type. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor the ChatMessage type ([40375bd](https://github.com/lobehub/lobe-chat/commit/40375bd)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.115.3](https://github.com/lobehub/lobe-chat/compare/v0.115.2...v0.115.3) + +Released on **2023-12-23** + +#### ♻ Code Refactoring + +- **misc**: Refactor and clean global store and chat store. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor and clean global store and chat store, closes [#774](https://github.com/lobehub/lobe-chat/issues/774) ([6120042](https://github.com/lobehub/lobe-chat/commit/6120042)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.115.2](https://github.com/lobehub/lobe-chat/compare/v0.115.1...v0.115.2) + +Released on **2023-12-23** + +#### 🐛 Bug Fixes + +- **misc**: Fix envs like `CUSTOM_MODELS` don't work with docker deployment. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix envs like `CUSTOM_MODELS` don't work with docker deployment, closes [#773](https://github.com/lobehub/lobe-chat/issues/773) ([54dc18b](https://github.com/lobehub/lobe-chat/commit/54dc18b)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.115.1](https://github.com/lobehub/lobe-chat/compare/v0.115.0...v0.115.1) + +Released on **2023-12-22** + +#### 💄 Styles + +- **misc**: Lock ui version to fix setting form style. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Lock ui version to fix setting form style ([6cdf548](https://github.com/lobehub/lobe-chat/commit/6cdf548)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.115.0](https://github.com/lobehub/lobe-chat/compare/v0.114.9...v0.115.0) + +Released on **2023-12-22** + +#### ✨ Features + +- **misc**: Support Dall·E 3. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Support Dall·E 3, closes [#697](https://github.com/lobehub/lobe-chat/issues/697) ([e39d199](https://github.com/lobehub/lobe-chat/commit/e39d199)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.114.9](https://github.com/lobehub/lobe-chat/compare/v0.114.8...v0.114.9) + +Released on **2023-12-22** + +#### 💄 Styles + +- **misc**: Support it-IT nl-NL and pl-PL locales. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Support it-IT nl-NL and pl-PL locales, closes [#759](https://github.com/lobehub/lobe-chat/issues/759) ([e49817c](https://github.com/lobehub/lobe-chat/commit/e49817c)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.114.8](https://github.com/lobehub/lobe-chat/compare/v0.114.7...v0.114.8) + +Released on **2023-12-22** + +
+ +
+ Improvements and Fixes +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.114.7](https://github.com/lobehub/lobe-chat/compare/v0.114.6...v0.114.7) + +Released on **2023-12-22** + +#### ♻ Code Refactoring + +- **misc**: Move the conversation and chatInput to features folder. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Move the conversation and chatInput to features folder, closes [#750](https://github.com/lobehub/lobe-chat/issues/750) ([0334592](https://github.com/lobehub/lobe-chat/commit/0334592)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.114.6](https://github.com/lobehub/lobe-chat/compare/v0.114.5...v0.114.6) + +Released on **2023-12-22** + +
+ +
+ Improvements and Fixes +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.114.5](https://github.com/lobehub/lobe-chat/compare/v0.114.4...v0.114.5) + +Released on **2023-12-19** + +#### 💄 Styles + +- **misc**: Fix plugin iframe width. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Fix plugin iframe width, closes [#721](https://github.com/lobehub/lobe-chat/issues/721) ([53ad132](https://github.com/lobehub/lobe-chat/commit/53ad132)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.114.4](https://github.com/lobehub/lobe-chat/compare/v0.114.3...v0.114.4) + +Released on **2023-12-19** + +#### 🐛 Bug Fixes + +- **misc**: Fix agent system role modal scrolling when content is too long. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix agent system role modal scrolling when content is too long, closes [#716](https://github.com/lobehub/lobe-chat/issues/716) ([c3e36d1](https://github.com/lobehub/lobe-chat/commit/c3e36d1)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.114.3](https://github.com/lobehub/lobe-chat/compare/v0.114.2...v0.114.3) + +Released on **2023-12-18** + +
+ +
+ Improvements and Fixes +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.114.2](https://github.com/lobehub/lobe-chat/compare/v0.114.1...v0.114.2) + +Released on **2023-12-17** + +#### 🐛 Bug Fixes + +- **misc**: Fix chat error when message has image with non-vision model. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix chat error when message has image with non-vision model, closes [#698](https://github.com/lobehub/lobe-chat/issues/698) [#693](https://github.com/lobehub/lobe-chat/issues/693) ([b142c17](https://github.com/lobehub/lobe-chat/commit/b142c17)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.114.1](https://github.com/lobehub/lobe-chat/compare/v0.114.0...v0.114.1) + +Released on **2023-12-16** + +#### 🐛 Bug Fixes + +- **misc**: Inject tool description into agent system role. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Inject tool description into agent system role, closes [#681](https://github.com/lobehub/lobe-chat/issues/681) ([e7a8cff](https://github.com/lobehub/lobe-chat/commit/e7a8cff)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.114.0](https://github.com/lobehub/lobe-chat/compare/v0.113.1...v0.114.0) + +Released on **2023-12-16** + +#### ✨ Features + +- **misc**: Supports setting multiple access code. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Supports setting multiple access code, closes [#647](https://github.com/lobehub/lobe-chat/issues/647) ([7db0430](https://github.com/lobehub/lobe-chat/commit/7db0430)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.113.1](https://github.com/lobehub/lobe-chat/compare/v0.113.0...v0.113.1) + +Released on **2023-12-16** + +#### 🐛 Bug Fixes + +- **misc**: Fix fontsize setting and audio download style. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix fontsize setting and audio download style, closes [#433](https://github.com/lobehub/lobe-chat/issues/433) ([6882752](https://github.com/lobehub/lobe-chat/commit/6882752)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.113.0](https://github.com/lobehub/lobe-chat/compare/v0.112.1...v0.113.0) + +Released on **2023-12-16** + +#### ✨ Features + +- **locale**: Add es-ES pt-BR de-DE tr-TR. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **locale**: Add es-ES pt-BR de-DE tr-TR, closes [#659](https://github.com/lobehub/lobe-chat/issues/659) ([021abfa](https://github.com/lobehub/lobe-chat/commit/021abfa)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.112.1](https://github.com/lobehub/lobe-chat/compare/v0.112.0...v0.112.1) + +Released on **2023-12-16** + +#### 🐛 Bug Fixes + +- **misc**: Fix locales. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix locales ([4384dc2](https://github.com/lobehub/lobe-chat/commit/4384dc2)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.112.0](https://github.com/lobehub/lobe-chat/compare/v0.111.6...v0.112.0) + +Released on **2023-12-16** + +#### ♻ Code Refactoring + +- **misc**: Refactor global and share service, refactor plugin dev modal and improve plugin store, refactor with OpenAPIConvertor. + +#### ✨ Features + +- **misc**: Introduce plugin detail modal, support OpenAI plugin manifest, support OpenAPI Authentication, support OpenAPI schema in lobe plugin, support parse openapi schema. + +#### 🐛 Bug Fixes + +- **misc**: Fix function apiName length, try with node mode plugins. + +#### 💄 Styles + +- **misc**: Fix function message style, fix mobile padding of plugin dev modal, improve settings display, Update tool style. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor global and share service ([dd6f00e](https://github.com/lobehub/lobe-chat/commit/dd6f00e)) +- **misc**: Refactor plugin dev modal and improve plugin store ([4dc5e35](https://github.com/lobehub/lobe-chat/commit/4dc5e35)) +- **misc**: Refactor with OpenAPIConvertor ([605b3bf](https://github.com/lobehub/lobe-chat/commit/605b3bf)) + +#### What's improved + +- **misc**: Introduce plugin detail modal ([0308783](https://github.com/lobehub/lobe-chat/commit/0308783)) +- **misc**: Support OpenAI plugin manifest ([04ff2d5](https://github.com/lobehub/lobe-chat/commit/04ff2d5)) +- **misc**: Support OpenAPI Authentication ([820c15e](https://github.com/lobehub/lobe-chat/commit/820c15e)) +- **misc**: Support OpenAPI schema in lobe plugin, closes [#614](https://github.com/lobehub/lobe-chat/issues/614) ([5426a54](https://github.com/lobehub/lobe-chat/commit/5426a54)) +- **misc**: Support parse openapi schema ([11a39b1](https://github.com/lobehub/lobe-chat/commit/11a39b1)) + +#### What's fixed + +- **misc**: Fix function apiName length ([b6f8c16](https://github.com/lobehub/lobe-chat/commit/b6f8c16)) +- **misc**: Try with node mode plugins ([6bb547f](https://github.com/lobehub/lobe-chat/commit/6bb547f)) + +#### Styles + +- **misc**: Fix function message style ([4fee0b1](https://github.com/lobehub/lobe-chat/commit/4fee0b1)) +- **misc**: Fix mobile padding of plugin dev modal ([7f7070a](https://github.com/lobehub/lobe-chat/commit/7f7070a)) +- **misc**: Improve settings display ([df57cde](https://github.com/lobehub/lobe-chat/commit/df57cde)) +- **misc**: Update tool style ([292a3e1](https://github.com/lobehub/lobe-chat/commit/292a3e1)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.111.6](https://github.com/lobehub/lobe-chat/compare/v0.111.5...v0.111.6) + +Released on **2023-12-15** + +#### 🐛 Bug Fixes + +- **misc**: Fix deployment build failure. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix deployment build failure, closes [#672](https://github.com/lobehub/lobe-chat/issues/672) ([3878dcd](https://github.com/lobehub/lobe-chat/commit/3878dcd)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.111.5](https://github.com/lobehub/lobe-chat/compare/v0.111.4...v0.111.5) + +Released on **2023-12-14** + +#### 🐛 Bug Fixes + +- **misc**: Wrong locale language in en_US. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Wrong locale language in en_US, closes [#660](https://github.com/lobehub/lobe-chat/issues/660) ([e1c31ee](https://github.com/lobehub/lobe-chat/commit/e1c31ee)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.111.4](https://github.com/lobehub/lobe-chat/compare/v0.111.3...v0.111.4) + +Released on **2023-12-14** + +#### 🐛 Bug Fixes + +- **misc**: Revert "🐛 fix: clean up gpt-3.5 model". + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Revert "🐛 fix: clean up gpt-3.5 model", closes [#653](https://github.com/lobehub/lobe-chat/issues/653) ([b8b14fc](https://github.com/lobehub/lobe-chat/commit/b8b14fc)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.111.3](https://github.com/lobehub/lobe-chat/compare/v0.111.2...v0.111.3) + +Released on **2023-12-14** + +#### 🐛 Bug Fixes + +- **misc**: Fix the history-count text. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix the history-count text, closes [#615](https://github.com/lobehub/lobe-chat/issues/615) ([4db1cef](https://github.com/lobehub/lobe-chat/commit/4db1cef)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.111.2](https://github.com/lobehub/lobe-chat/compare/v0.111.1...v0.111.2) + +Released on **2023-12-13** + +#### 🐛 Bug Fixes + +- **misc**: Change topic-deletion hotkey. + +#### 💄 Styles + +- **misc**: Fix image display in safari (fix. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Change topic-deletion hotkey, closes [#616](https://github.com/lobehub/lobe-chat/issues/616) ([912ff45](https://github.com/lobehub/lobe-chat/commit/912ff45)) + +#### Styles + +- **misc**: Fix image display in safari (fix, closes [#571](https://github.com/lobehub/lobe-chat/issues/571) ([4beefa7](https://github.com/lobehub/lobe-chat/commit/4beefa7)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.111.1](https://github.com/lobehub/lobe-chat/compare/v0.111.0...v0.111.1) + +Released on **2023-12-13** + +#### 🐛 Bug Fixes + +- **misc**: Fix locale typo. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix locale typo ([f44b41e](https://github.com/lobehub/lobe-chat/commit/f44b41e)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.111.0](https://github.com/lobehub/lobe-chat/compare/v0.110.10...v0.111.0) + +Released on **2023-12-13** + +#### ✨ Features + +- **locale**: Add fr-FR. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **locale**: Add fr-FR, closes [#637](https://github.com/lobehub/lobe-chat/issues/637) ([357141c](https://github.com/lobehub/lobe-chat/commit/357141c)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.110.10](https://github.com/lobehub/lobe-chat/compare/v0.110.9...v0.110.10) + +Released on **2023-12-13** + +#### 🐛 Bug Fixes + +- **misc**: Add cancel button text i18n for delete assistant modal. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Add cancel button text i18n for delete assistant modal, closes [#640](https://github.com/lobehub/lobe-chat/issues/640) ([fae04c9](https://github.com/lobehub/lobe-chat/commit/fae04c9)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.110.9](https://github.com/lobehub/lobe-chat/compare/v0.110.8...v0.110.9) + +Released on **2023-12-13** + +#### 🐛 Bug Fixes + +- **misc**: ChatInput should have maxHeight. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: ChatInput should have maxHeight, closes [#630](https://github.com/lobehub/lobe-chat/issues/630) ([8dfe1b8](https://github.com/lobehub/lobe-chat/commit/8dfe1b8)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.110.8](https://github.com/lobehub/lobe-chat/compare/v0.110.7...v0.110.8) + +Released on **2023-12-12** + +#### 🐛 Bug Fixes + +- **misc**: Clean up gpt-3.5 model. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Clean up gpt-3.5 model, closes [#554](https://github.com/lobehub/lobe-chat/issues/554) ([9616783](https://github.com/lobehub/lobe-chat/commit/9616783)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.110.7](https://github.com/lobehub/lobe-chat/compare/v0.110.6...v0.110.7) + +Released on **2023-12-11** + +#### 🐛 Bug Fixes + +- **misc**: Fix language settings may not take effect. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix language settings may not take effect, closes [#595](https://github.com/lobehub/lobe-chat/issues/595) ([a5db64e](https://github.com/lobehub/lobe-chat/commit/a5db64e)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.110.6](https://github.com/lobehub/lobe-chat/compare/v0.110.5...v0.110.6) + +Released on **2023-12-11** + +#### 🐛 Bug Fixes + +- **misc**: Sharp missing in docker production. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Sharp missing in docker production, closes [#603](https://github.com/lobehub/lobe-chat/issues/603) ([d89b48d](https://github.com/lobehub/lobe-chat/commit/d89b48d)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.110.5](https://github.com/lobehub/lobe-chat/compare/v0.110.4...v0.110.5) + +Released on **2023-12-10** + +#### 🐛 Bug Fixes + +- **misc**: Fix setting plugin i18n. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix setting plugin i18n, closes [#606](https://github.com/lobehub/lobe-chat/issues/606) ([4e18ebf](https://github.com/lobehub/lobe-chat/commit/4e18ebf)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.110.4](https://github.com/lobehub/lobe-chat/compare/v0.110.3...v0.110.4) + +Released on **2023-12-08** + +
+ +
+ Improvements and Fixes +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.110.3](https://github.com/lobehub/lobe-chat/compare/v0.110.2...v0.110.3) + +Released on **2023-12-08** + +#### ♻ Code Refactoring + +- **misc**: Refactor with new plugin implement with dexie db. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor with new plugin implement with dexie db, closes [#596](https://github.com/lobehub/lobe-chat/issues/596) ([f3b5e7b](https://github.com/lobehub/lobe-chat/commit/f3b5e7b)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.110.2](https://github.com/lobehub/lobe-chat/compare/v0.110.1...v0.110.2) + +Released on **2023-12-08** + +#### 💄 Styles + +- **misc**: Fix ChatInputArea style and typo (resolve. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Fix ChatInputArea style and typo (resolve, closes [#599](https://github.com/lobehub/lobe-chat/issues/599) ([0d08f3b](https://github.com/lobehub/lobe-chat/commit/0d08f3b)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.110.1](https://github.com/lobehub/lobe-chat/compare/v0.110.0...v0.110.1) + +Released on **2023-12-08** + +#### 🐛 Bug Fixes + +- **misc**: Sharp missing in production. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Sharp missing in production, closes [#598](https://github.com/lobehub/lobe-chat/issues/598) ([c8ef782](https://github.com/lobehub/lobe-chat/commit/c8ef782)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.110.0](https://github.com/lobehub/lobe-chat/compare/v0.109.1...v0.110.0) + +Released on **2023-12-07** + +#### ✨ Features + +- **misc**: Local TTS Player. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Local TTS Player, closes [#587](https://github.com/lobehub/lobe-chat/issues/587) ([87b51bd](https://github.com/lobehub/lobe-chat/commit/87b51bd)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.109.1](https://github.com/lobehub/lobe-chat/compare/v0.109.0...v0.109.1) + +Released on **2023-12-07** + +#### 🐛 Bug Fixes + +- **misc**: Fix agent settings crash with old pluginManifest. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix agent settings crash with old pluginManifest ([8b80dfd](https://github.com/lobehub/lobe-chat/commit/8b80dfd)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.109.0](https://github.com/lobehub/lobe-chat/compare/v0.108.0...v0.109.0) + +Released on **2023-12-06** + +#### ✨ Features + +- **misc**: Introducing plugin store and refactor with tool concept. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Introducing plugin store and refactor with tool concept, closes [#573](https://github.com/lobehub/lobe-chat/issues/573) ([92f43d1](https://github.com/lobehub/lobe-chat/commit/92f43d1)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.108.0](https://github.com/lobehub/lobe-chat/compare/v0.107.16...v0.108.0) + +Released on **2023-12-03** + +#### ✨ Features + +- **misc**: Hide the password form item in the settings when there is no `ACCESS_CODE` env. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Hide the password form item in the settings when there is no `ACCESS_CODE` env, closes [#568](https://github.com/lobehub/lobe-chat/issues/568) ([3b5f8b2](https://github.com/lobehub/lobe-chat/commit/3b5f8b2)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.107.16](https://github.com/lobehub/lobe-chat/compare/v0.107.15...v0.107.16) + +Released on **2023-12-03** + +#### 🐛 Bug Fixes + +- **misc**: Fix custom agent meta issue. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix custom agent meta issue, closes [#567](https://github.com/lobehub/lobe-chat/issues/567) ([75560e1](https://github.com/lobehub/lobe-chat/commit/75560e1)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.107.15](https://github.com/lobehub/lobe-chat/compare/v0.107.14...v0.107.15) + +Released on **2023-12-03** + +#### 🐛 Bug Fixes + +- **misc**: Fix messages flickering when creating topic. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix messages flickering when creating topic, closes [#565](https://github.com/lobehub/lobe-chat/issues/565) ([7127550](https://github.com/lobehub/lobe-chat/commit/7127550)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.107.14](https://github.com/lobehub/lobe-chat/compare/v0.107.13...v0.107.14) + +Released on **2023-12-03** + +#### 🐛 Bug Fixes + +- **misc**: Fix opt+delete fail in inputing (resolve. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix opt+delete fail in inputing (resolve, closes [#556](https://github.com/lobehub/lobe-chat/issues/556) ([4d5d93d](https://github.com/lobehub/lobe-chat/commit/4d5d93d)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.107.13](https://github.com/lobehub/lobe-chat/compare/v0.107.12...v0.107.13) + +Released on **2023-12-03** + +#### ♻ Code Refactoring + +- **misc**: Refactor Image components. + +#### 🐛 Bug Fixes + +- **misc**: Fix a bug that can't send only images with empty content, Fix image gallery sort index, Fix image gallery sort index, Fix image sort index, Fix image upload error, Fix import. + +#### 💄 Styles + +- **misc**: Change image fit to cover mode, Fix empty files style, Move file inside chat input in mobile mode, Update editable image style, Update image default background color, Update image editable style, Update image grid, Update Image grid, Update image remove button hover style. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor Image components ([72dcd18](https://github.com/lobehub/lobe-chat/commit/72dcd18)) + +#### What's fixed + +- **misc**: Fix a bug that can't send only images with empty content ([9601520](https://github.com/lobehub/lobe-chat/commit/9601520)) +- **misc**: Fix image gallery sort index ([16548d3](https://github.com/lobehub/lobe-chat/commit/16548d3)) +- **misc**: Fix image gallery sort index ([5636599](https://github.com/lobehub/lobe-chat/commit/5636599)) +- **misc**: Fix image sort index ([29cf223](https://github.com/lobehub/lobe-chat/commit/29cf223)) +- **misc**: Fix image upload error ([c7745c7](https://github.com/lobehub/lobe-chat/commit/c7745c7)) +- **misc**: Fix import ([af797d6](https://github.com/lobehub/lobe-chat/commit/af797d6)) + +#### Styles + +- **misc**: Change image fit to cover mode ([9fdc459](https://github.com/lobehub/lobe-chat/commit/9fdc459)) +- **misc**: Fix empty files style ([bbe14c4](https://github.com/lobehub/lobe-chat/commit/bbe14c4)) +- **misc**: Move file inside chat input in mobile mode ([b6401c1](https://github.com/lobehub/lobe-chat/commit/b6401c1)) +- **misc**: Update editable image style ([a96ca4c](https://github.com/lobehub/lobe-chat/commit/a96ca4c)) +- **misc**: Update image default background color ([fadc024](https://github.com/lobehub/lobe-chat/commit/fadc024)) +- **misc**: Update image editable style ([8dea792](https://github.com/lobehub/lobe-chat/commit/8dea792)) +- **misc**: Update image grid ([901d10c](https://github.com/lobehub/lobe-chat/commit/901d10c)) +- **misc**: Update Image grid ([c68788d](https://github.com/lobehub/lobe-chat/commit/c68788d)) +- **misc**: Update image remove button hover style ([5bc916c](https://github.com/lobehub/lobe-chat/commit/5bc916c)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.107.12](https://github.com/lobehub/lobe-chat/compare/v0.107.11...v0.107.12) + +Released on **2023-12-02** + +#### 🐛 Bug Fixes + +- **misc**: Fix topic not refresh when switching sessions quickly. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix topic not refresh when switching sessions quickly, closes [#555](https://github.com/lobehub/lobe-chat/issues/555) ([1806c05](https://github.com/lobehub/lobe-chat/commit/1806c05)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.107.11](https://github.com/lobehub/lobe-chat/compare/v0.107.10...v0.107.11) + +Released on **2023-12-01** + +#### 🐛 Bug Fixes + +- **misc**: Fix switch model don't work on mobile. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix switch model don't work on mobile, closes [#541](https://github.com/lobehub/lobe-chat/issues/541) ([609f505](https://github.com/lobehub/lobe-chat/commit/609f505)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.107.10](https://github.com/lobehub/lobe-chat/compare/v0.107.9...v0.107.10) + +Released on **2023-11-30** + +
+ +
+ Improvements and Fixes +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.107.9](https://github.com/lobehub/lobe-chat/compare/v0.107.8...v0.107.9) + +Released on **2023-11-30** + +#### 🐛 Bug Fixes + +- **misc**: Switch session causing problem. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Switch session causing problem, closes [#535](https://github.com/lobehub/lobe-chat/issues/535) ([205bc42](https://github.com/lobehub/lobe-chat/commit/205bc42)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.107.8](https://github.com/lobehub/lobe-chat/compare/v0.107.7...v0.107.8) + +Released on **2023-11-30** + +#### 💄 Styles + +- **misc**: Fix chatitem gap. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Fix chatitem gap ([772bb7c](https://github.com/lobehub/lobe-chat/commit/772bb7c)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.107.7](https://github.com/lobehub/lobe-chat/compare/v0.107.6...v0.107.7) + +Released on **2023-11-30** + +#### 🐛 Bug Fixes + +- **misc**: Improve plugin message display. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Improve plugin message display ([208200a](https://github.com/lobehub/lobe-chat/commit/208200a)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.107.6](https://github.com/lobehub/lobe-chat/compare/v0.107.5...v0.107.6) + +Released on **2023-11-30** + +#### 🐛 Bug Fixes + +- **misc**: 修正调用插件查询的显示问题. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: 修正调用插件查询的显示问题 ([671ccef](https://github.com/lobehub/lobe-chat/commit/671ccef)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.107.5](https://github.com/lobehub/lobe-chat/compare/v0.107.4...v0.107.5) + +Released on **2023-11-30** + +#### 🐛 Bug Fixes + +- **misc**: 修正调用插件查询的显示问题. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: 修正调用插件查询的显示问题 ([1457fe8](https://github.com/lobehub/lobe-chat/commit/1457fe8)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.107.4](https://github.com/lobehub/lobe-chat/compare/v0.107.3...v0.107.4) + +Released on **2023-11-30** + +#### 🐛 Bug Fixes + +- **misc**: Fix a bug that remove all topics when clear message. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix a bug that remove all topics when clear message ([1ab912d](https://github.com/lobehub/lobe-chat/commit/1ab912d)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.107.3](https://github.com/lobehub/lobe-chat/compare/v0.107.2...v0.107.3) + +Released on **2023-11-30** + +#### 🐛 Bug Fixes + +- **misc**: Fix a bug that trigger plugin's message type error. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix a bug that trigger plugin's message type error ([b9c7849](https://github.com/lobehub/lobe-chat/commit/b9c7849)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.107.2](https://github.com/lobehub/lobe-chat/compare/v0.107.1...v0.107.2) + +Released on **2023-11-30** + +#### 🐛 Bug Fixes + +- **misc**: Fix a bug that export a session without messages. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix a bug that export a session without messages ([8e84f35](https://github.com/lobehub/lobe-chat/commit/8e84f35)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.107.1](https://github.com/lobehub/lobe-chat/compare/v0.107.0...v0.107.1) + +Released on **2023-11-30** + +#### 💄 Styles + +- **misc**: 优化文案. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: 优化文案 ([aaa03c5](https://github.com/lobehub/lobe-chat/commit/aaa03c5)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.107.0](https://github.com/lobehub/lobe-chat/compare/v0.106.0...v0.107.0) + +Released on **2023-11-30** + +#### ✨ Features + +- **misc**: Refactor the persist layer from zustand's persist to dexie ORM. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Refactor the persist layer from zustand's persist to dexie ORM, closes [#500](https://github.com/lobehub/lobe-chat/issues/500) ([9ae3a8e](https://github.com/lobehub/lobe-chat/commit/9ae3a8e)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.106.0](https://github.com/lobehub/lobe-chat/compare/v0.105.2...v0.106.0) + +Released on **2023-11-29** + +#### ✨ Features + +- **misc**: Support custom deletion, addition, and renaming of models. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Support custom deletion, addition, and renaming of models, closes [#521](https://github.com/lobehub/lobe-chat/issues/521) [#518](https://github.com/lobehub/lobe-chat/issues/518) [#518](https://github.com/lobehub/lobe-chat/issues/518) ([65e0824](https://github.com/lobehub/lobe-chat/commit/65e0824)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.105.2](https://github.com/lobehub/lobe-chat/compare/v0.105.1...v0.105.2) + +Released on **2023-11-27** + +#### 🐛 Bug Fixes + +- **misc**: Add some env to Dockerfile. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Add some env to Dockerfile, closes [#514](https://github.com/lobehub/lobe-chat/issues/514) ([ed148db](https://github.com/lobehub/lobe-chat/commit/ed148db)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.105.1](https://github.com/lobehub/lobe-chat/compare/v0.105.0...v0.105.1) + +Released on **2023-11-27** + +#### 🐛 Bug Fixes + +- **misc**: Fix agent market detail scroll error. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix agent market detail scroll error, closes [#503](https://github.com/lobehub/lobe-chat/issues/503) ([8900ad0](https://github.com/lobehub/lobe-chat/commit/8900ad0)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.105.0](https://github.com/lobehub/lobe-chat/compare/v0.104.0...v0.105.0) + +Released on **2023-11-22** + +#### ✨ Features + +- **misc**: Standalone pluginn can get more arguments on init. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Standalone pluginn can get more arguments on init, closes [#498](https://github.com/lobehub/lobe-chat/issues/498) ([a7624f5](https://github.com/lobehub/lobe-chat/commit/a7624f5)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.104.0](https://github.com/lobehub/lobe-chat/compare/v0.103.1...v0.104.0) + +Released on **2023-11-21** + +#### ✨ Features + +- **misc**: Support using env variable to set regions for OpenAI Edge Functions.. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Support using env variable to set regions for OpenAI Edge Functions., closes [#473](https://github.com/lobehub/lobe-chat/issues/473) ([de6b79e](https://github.com/lobehub/lobe-chat/commit/de6b79e)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.103.1](https://github.com/lobehub/lobe-chat/compare/v0.103.0...v0.103.1) + +Released on **2023-11-21** + +#### 🐛 Bug Fixes + +- **misc**: Image optimization in docker standalone build. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Image optimization in docker standalone build, closes [#494](https://github.com/lobehub/lobe-chat/issues/494) ([d2bcac3](https://github.com/lobehub/lobe-chat/commit/d2bcac3)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.103.0](https://github.com/lobehub/lobe-chat/compare/v0.102.4...v0.103.0) + +Released on **2023-11-20** + +#### ✨ Features + +- **misc**: Support the auto create topic configuration. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Support the auto create topic configuration, closes [#490](https://github.com/lobehub/lobe-chat/issues/490) ([a7b7ef0](https://github.com/lobehub/lobe-chat/commit/a7b7ef0)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.102.4](https://github.com/lobehub/lobe-chat/compare/v0.102.3...v0.102.4) + +Released on **2023-11-20** + +#### 🐛 Bug Fixes + +- **plugin**: Fix plugin can't get settings from lobe-chat. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **plugin**: Fix plugin can't get settings from lobe-chat, closes [#488](https://github.com/lobehub/lobe-chat/issues/488) ([1555140](https://github.com/lobehub/lobe-chat/commit/1555140)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.102.3](https://github.com/lobehub/lobe-chat/compare/v0.102.2...v0.102.3) + +Released on **2023-11-20** + +#### 🐛 Bug Fixes + +- **misc**: Fix plugin not work correct when adding agent from market. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix plugin not work correct when adding agent from market, closes [#394](https://github.com/lobehub/lobe-chat/issues/394) ([7c99816](https://github.com/lobehub/lobe-chat/commit/7c99816)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.102.2](https://github.com/lobehub/lobe-chat/compare/v0.102.1...v0.102.2) + +Released on **2023-11-20** + +#### 🐛 Bug Fixes + +- **misc**: Fix model tag missing. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix model tag missing, closes [#481](https://github.com/lobehub/lobe-chat/issues/481) ([8c96cf0](https://github.com/lobehub/lobe-chat/commit/8c96cf0)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.102.1](https://github.com/lobehub/lobe-chat/compare/v0.102.0...v0.102.1) + +Released on **2023-11-19** + +#### 🐛 Bug Fixes + +- **misc**: Fix image upload list missing. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix image upload list missing ([6bbac34](https://github.com/lobehub/lobe-chat/commit/6bbac34)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.102.0](https://github.com/lobehub/lobe-chat/compare/v0.101.7...v0.102.0) + +Released on **2023-11-19** + +#### ✨ Features + +- **misc**: Support TTS & STT. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Support TTS & STT, closes [#443](https://github.com/lobehub/lobe-chat/issues/443) ([4fa2ef4](https://github.com/lobehub/lobe-chat/commit/4fa2ef4)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.101.7](https://github.com/lobehub/lobe-chat/compare/v0.101.6...v0.101.7) + +Released on **2023-11-18** + +#### 🐛 Bug Fixes + +- **misc**: Agent details sidebar and market page height overflow. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Agent details sidebar and market page height overflow ([71a54cc](https://github.com/lobehub/lobe-chat/commit/71a54cc)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.101.6](https://github.com/lobehub/lobe-chat/compare/v0.101.5...v0.101.6) + +Released on **2023-11-17** + +#### 💄 Styles + +- **misc**: Add config to renderErrorMessages, Use new Alert ui. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Add config to renderErrorMessages ([75b6b40](https://github.com/lobehub/lobe-chat/commit/75b6b40)) +- **misc**: Use new Alert ui ([cf845a7](https://github.com/lobehub/lobe-chat/commit/cf845a7)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.101.5](https://github.com/lobehub/lobe-chat/compare/v0.101.4...v0.101.5) + +Released on **2023-11-17** + +#### 🐛 Bug Fixes + +- **misc**: Improve openai error info. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Improve openai error info, closes [#469](https://github.com/lobehub/lobe-chat/issues/469) ([5523b64](https://github.com/lobehub/lobe-chat/commit/5523b64)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.101.4](https://github.com/lobehub/lobe-chat/compare/v0.101.3...v0.101.4) + +Released on **2023-11-14** + +#### 🐛 Bug Fixes + +- **misc**: Fix the plugin array merge error when fork agent from market. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix the plugin array merge error when fork agent from market, closes [#459](https://github.com/lobehub/lobe-chat/issues/459) ([fc29b33](https://github.com/lobehub/lobe-chat/commit/fc29b33)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.101.3](https://github.com/lobehub/lobe-chat/compare/v0.101.2...v0.101.3) + +Released on **2023-11-14** + +#### 💄 Styles + +- **misc**: Improve password ui to make it more clear. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Improve password ui to make it more clear, closes [#458](https://github.com/lobehub/lobe-chat/issues/458) ([e3d2a8e](https://github.com/lobehub/lobe-chat/commit/e3d2a8e)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.101.2](https://github.com/lobehub/lobe-chat/compare/v0.101.1...v0.101.2) + +Released on **2023-11-14** + +#### 💄 Styles + +- **misc**: upload image to vision model adapting to mobile device. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: upload image to vision model adapting to mobile device, closes [#457](https://github.com/lobehub/lobe-chat/issues/457) ([9c4f4ee](https://github.com/lobehub/lobe-chat/commit/9c4f4ee)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.101.1](https://github.com/lobehub/lobe-chat/compare/v0.101.0...v0.101.1) + +Released on **2023-11-14** + +#### 🐛 Bug Fixes + +- **misc**: Fix market search (fix. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix market search (fix, closes [#437](https://github.com/lobehub/lobe-chat/issues/437) ([178b742](https://github.com/lobehub/lobe-chat/commit/178b742)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.101.0](https://github.com/lobehub/lobe-chat/compare/v0.100.5...v0.101.0) + +Released on **2023-11-14** + +#### ✨ Features + +- **misc**: Support upload images to chat with gpt4-vision model. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Support upload images to chat with gpt4-vision model, closes [#440](https://github.com/lobehub/lobe-chat/issues/440) ([858d047](https://github.com/lobehub/lobe-chat/commit/858d047)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.100.5](https://github.com/lobehub/lobe-chat/compare/v0.100.4...v0.100.5) + +Released on **2023-11-11** + +#### ♻ Code Refactoring + +- **misc**: Refactor the input area to suit the files upload feature. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor the input area to suit the files upload feature, closes [#442](https://github.com/lobehub/lobe-chat/issues/442) ([57a61fd](https://github.com/lobehub/lobe-chat/commit/57a61fd)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.100.4](https://github.com/lobehub/lobe-chat/compare/v0.100.3...v0.100.4) + +Released on **2023-11-11** + +#### 🐛 Bug Fixes + +- **misc**: Hotkey disabled in form tags. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Hotkey disabled in form tags ([165888f](https://github.com/lobehub/lobe-chat/commit/165888f)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.100.3](https://github.com/lobehub/lobe-chat/compare/v0.100.2...v0.100.3) + +Released on **2023-11-09** + +#### 🐛 Bug Fixes + +- **misc**: Fix market error. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix market error ([3d7550c](https://github.com/lobehub/lobe-chat/commit/3d7550c)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.100.2](https://github.com/lobehub/lobe-chat/compare/v0.100.1...v0.100.2) + +Released on **2023-11-09** + +#### 🐛 Bug Fixes + +- **misc**: Upgrade viewport for nextjs 14. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Upgrade viewport for nextjs 14, closes [#436](https://github.com/lobehub/lobe-chat/issues/436) ([57d3d07](https://github.com/lobehub/lobe-chat/commit/57d3d07)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.100.1](https://github.com/lobehub/lobe-chat/compare/v0.100.0...v0.100.1) + +Released on **2023-11-09** + +
+ +
+ Improvements and Fixes +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.100.0](https://github.com/lobehub/lobe-chat/compare/v0.99.1...v0.100.0) + +Released on **2023-11-09** + +#### ✨ Features + +- **hotkeys**: Compatible with SSR, display platform specific key. +- **misc**: Platform check utils. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **hotkeys**: Compatible with SSR ([99fa4f8](https://github.com/lobehub/lobe-chat/commit/99fa4f8)) +- **hotkeys**: Display platform specific key ([ee332a4](https://github.com/lobehub/lobe-chat/commit/ee332a4)) +- **misc**: Platform check utils ([08a3cb9](https://github.com/lobehub/lobe-chat/commit/08a3cb9)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.99.1](https://github.com/lobehub/lobe-chat/compare/v0.99.0...v0.99.1) + +Released on **2023-11-08** + +#### 💄 Styles + +- **misc**: Add max height to model menu in chat input area. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Add max height to model menu in chat input area, closes [#430](https://github.com/lobehub/lobe-chat/issues/430) ([c9a86f3](https://github.com/lobehub/lobe-chat/commit/c9a86f3)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.99.0](https://github.com/lobehub/lobe-chat/compare/v0.98.3...v0.99.0) + +Released on **2023-11-08** + +#### ✨ Features + +- **misc**: Add Environment Variable for custom model name when deploying. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Add Environment Variable for custom model name when deploying, closes [#429](https://github.com/lobehub/lobe-chat/issues/429) ([15f9fa2](https://github.com/lobehub/lobe-chat/commit/15f9fa2)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.98.3](https://github.com/lobehub/lobe-chat/compare/v0.98.2...v0.98.3) + +Released on **2023-11-07** + +#### 🐛 Bug Fixes + +- **misc**: Fix redirect to welcome problem when there are topics in inbox. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix redirect to welcome problem when there are topics in inbox, closes [#422](https://github.com/lobehub/lobe-chat/issues/422) ([3d2588a](https://github.com/lobehub/lobe-chat/commit/3d2588a)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.98.2](https://github.com/lobehub/lobe-chat/compare/v0.98.1...v0.98.2) + +Released on **2023-11-07** + +#### ♻ Code Refactoring + +- **misc**: Refactor antd locale file to useSWR. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor antd locale file to useSWR ([2e1cd7c](https://github.com/lobehub/lobe-chat/commit/2e1cd7c)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.98.1](https://github.com/lobehub/lobe-chat/compare/v0.98.0...v0.98.1) + +Released on **2023-11-07** + +#### 💄 Styles + +- **misc**: Update welcome assetes. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Update welcome assetes ([8840554](https://github.com/lobehub/lobe-chat/commit/8840554)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.98.0](https://github.com/lobehub/lobe-chat/compare/v0.97.1...v0.98.0) + +Released on **2023-11-07** + +#### ✨ Features + +- **misc**: Support latest openai model. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Support latest openai model, closes [#417](https://github.com/lobehub/lobe-chat/issues/417) ([46386dc](https://github.com/lobehub/lobe-chat/commit/46386dc)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.97.1](https://github.com/lobehub/lobe-chat/compare/v0.97.0...v0.97.1) + +Released on **2023-11-06** + +#### 🐛 Bug Fixes + +- **misc**: Use pnpm to fix docker release. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Use pnpm to fix docker release ([886cc3b](https://github.com/lobehub/lobe-chat/commit/886cc3b)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.97.0](https://github.com/lobehub/lobe-chat/compare/v0.96.9...v0.97.0) + +Released on **2023-11-05** + +#### ✨ Features + +- **misc**: Add open new topic when open a topic. + +#### 🐛 Bug Fixes + +- **misc**: Fix toggle back to default topic when clearing topic. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Add open new topic when open a topic ([4df6384](https://github.com/lobehub/lobe-chat/commit/4df6384)) + +#### What's fixed + +- **misc**: Fix toggle back to default topic when clearing topic ([6fe0a5c](https://github.com/lobehub/lobe-chat/commit/6fe0a5c)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.96.9](https://github.com/lobehub/lobe-chat/compare/v0.96.8...v0.96.9) + +Released on **2023-11-04** + +#### 💄 Styles + +- **misc**: Update topic list header. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Update topic list header ([ce932d7](https://github.com/lobehub/lobe-chat/commit/ce932d7)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.96.8](https://github.com/lobehub/lobe-chat/compare/v0.96.7...v0.96.8) + +Released on **2023-10-31** + +#### 🐛 Bug Fixes + +- **misc**: Fix a bug that weather plugin is not work correctly, template remove sharp deps. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix a bug that weather plugin is not work correctly ([dbb65ff](https://github.com/lobehub/lobe-chat/commit/dbb65ff)) +- **misc**: Template remove sharp deps ([380723d](https://github.com/lobehub/lobe-chat/commit/380723d)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.96.7](https://github.com/lobehub/lobe-chat/compare/v0.96.6...v0.96.7) + +Released on **2023-10-31** + +#### 🐛 Bug Fixes + +- **misc**: Fix a bug when click inbox not switch back to chat page. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix a bug when click inbox not switch back to chat page ([31f6d29](https://github.com/lobehub/lobe-chat/commit/31f6d29)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.96.6](https://github.com/lobehub/lobe-chat/compare/v0.96.5...v0.96.6) + +Released on **2023-10-30** + +#### 🐛 Bug Fixes + +- **misc**: Improve plausible analytics ENV. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Improve plausible analytics ENV ([aa851d4](https://github.com/lobehub/lobe-chat/commit/aa851d4)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.96.5](https://github.com/lobehub/lobe-chat/compare/v0.96.4...v0.96.5) + +Released on **2023-10-29** + +#### 🐛 Bug Fixes + +- **misc**: Fix docker image optimization error log. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix docker image optimization error log ([730aec1](https://github.com/lobehub/lobe-chat/commit/730aec1)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.96.4](https://github.com/lobehub/lobe-chat/compare/v0.96.3...v0.96.4) + +Released on **2023-10-29** + +#### 🐛 Bug Fixes + +- **misc**: Fix agents market locale fallback to english. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix agents market locale fallback to english, closes [#382](https://github.com/lobehub/lobe-chat/issues/382) ([3814523](https://github.com/lobehub/lobe-chat/commit/3814523)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.96.3](https://github.com/lobehub/lobe-chat/compare/v0.96.2...v0.96.3) + +Released on **2023-10-28** + +#### 💄 Styles + +- **misc**: Fix SessionList on mobile. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Fix SessionList on mobile ([e7e7b80](https://github.com/lobehub/lobe-chat/commit/e7e7b80)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.96.2](https://github.com/lobehub/lobe-chat/compare/v0.96.1...v0.96.2) + +Released on **2023-10-28** + +#### 💄 Styles + +- **misc**: Fix some styles and make updates to various files. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Fix some styles and make updates to various files ([44a5f0a](https://github.com/lobehub/lobe-chat/commit/44a5f0a)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.96.1](https://github.com/lobehub/lobe-chat/compare/v0.96.0...v0.96.1) + +Released on **2023-10-28** + +#### 💄 Styles + +- **misc**: Add guide to market page. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Add guide to market page ([8a794f9](https://github.com/lobehub/lobe-chat/commit/8a794f9)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.96.0](https://github.com/lobehub/lobe-chat/compare/v0.95.1...v0.96.0) + +Released on **2023-10-27** + +#### ✨ Features + +- **misc**: Improve pin mode about session group. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Improve pin mode about session group, closes [#369](https://github.com/lobehub/lobe-chat/issues/369) ([75c5883](https://github.com/lobehub/lobe-chat/commit/75c5883)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.95.1](https://github.com/lobehub/lobe-chat/compare/v0.95.0...v0.95.1) + +Released on **2023-10-25** + +#### 💄 Styles + +- **misc**: Improve plugin message ui. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Improve plugin message ui ([6edd25b](https://github.com/lobehub/lobe-chat/commit/6edd25b)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.95.0](https://github.com/lobehub/lobe-chat/compare/v0.94.5...v0.95.0) + +Released on **2023-10-24** + +#### ♻ Code Refactoring + +- **misc**: 优化 plugin 文件夹命名以支持 standalone 类型的插件. + +#### ✨ Features + +- **misc**: Support function call at message end, support plugin settings modal, support plugin state and settings. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: 优化 plugin 文件夹命名以支持 standalone 类型的插件 ([98860a8](https://github.com/lobehub/lobe-chat/commit/98860a8)) + +#### What's improved + +- **misc**: Support function call at message end, closes [#357](https://github.com/lobehub/lobe-chat/issues/357) ([e195fdb](https://github.com/lobehub/lobe-chat/commit/e195fdb)) +- **misc**: Support plugin settings modal ([f47b6fa](https://github.com/lobehub/lobe-chat/commit/f47b6fa)) +- **misc**: Support plugin state and settings ([10829a4](https://github.com/lobehub/lobe-chat/commit/10829a4)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.94.5](https://github.com/lobehub/lobe-chat/compare/v0.94.4...v0.94.5) + +Released on **2023-10-22** + +#### 🐛 Bug Fixes + +- **misc**: Fallback agent market index to en when not find correct locale. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fallback agent market index to en when not find correct locale, closes [#355](https://github.com/lobehub/lobe-chat/issues/355) ([7a45ab4](https://github.com/lobehub/lobe-chat/commit/7a45ab4)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.94.4](https://github.com/lobehub/lobe-chat/compare/v0.94.3...v0.94.4) + +Released on **2023-10-21** + +#### 🐛 Bug Fixes + +- **misc**: Fix break cn chars in stream mode. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix break cn chars in stream mode, closes [#347](https://github.com/lobehub/lobe-chat/issues/347) ([f831447](https://github.com/lobehub/lobe-chat/commit/f831447)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.94.3](https://github.com/lobehub/lobe-chat/compare/v0.94.2...v0.94.3) + +Released on **2023-10-19** + +#### 🐛 Bug Fixes + +- **misc**: Fix agent share format. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix agent share format ([56ebc0b](https://github.com/lobehub/lobe-chat/commit/56ebc0b)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.94.2](https://github.com/lobehub/lobe-chat/compare/v0.94.1...v0.94.2) + +Released on **2023-10-19** + +#### 🐛 Bug Fixes + +- **misc**: Fix agent market with other locales. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix agent market with other locales ([2414d34](https://github.com/lobehub/lobe-chat/commit/2414d34)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.94.1](https://github.com/lobehub/lobe-chat/compare/v0.94.0...v0.94.1) + +Released on **2023-10-19** + +#### 💄 Styles + +- **misc**: Update ShareAgentButton. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Update ShareAgentButton ([c396bd7](https://github.com/lobehub/lobe-chat/commit/c396bd7)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.94.0](https://github.com/lobehub/lobe-chat/compare/v0.93.0...v0.94.0) + +Released on **2023-10-18** + +#### ✨ Features + +- **misc**: Add agent share. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Add agent share ([953d7c7](https://github.com/lobehub/lobe-chat/commit/953d7c7)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.93.0](https://github.com/lobehub/lobe-chat/compare/v0.92.0...v0.93.0) + +Released on **2023-10-18** + +#### ♻ Code Refactoring + +- **misc**: Refactor chain. + +#### ✨ Features + +- **misc**: Support multi-language translate. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor chain ([49c4863](https://github.com/lobehub/lobe-chat/commit/49c4863)) + +#### What's improved + +- **misc**: Support multi-language translate ([548bc5d](https://github.com/lobehub/lobe-chat/commit/548bc5d)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.92.0](https://github.com/lobehub/lobe-chat/compare/v0.91.0...v0.92.0) + +Released on **2023-10-18** + +#### ✨ Features + +- **misc**: Support translate message to current language. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Support translate message to current language, closes [#340](https://github.com/lobehub/lobe-chat/issues/340) ([cf15f1e](https://github.com/lobehub/lobe-chat/commit/cf15f1e)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.91.0](https://github.com/lobehub/lobe-chat/compare/v0.90.3...v0.91.0) + +Released on **2023-10-17** + +#### ✨ Features + +- **misc**: Add hotkeys. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Add hotkeys, closes [#286](https://github.com/lobehub/lobe-chat/issues/286) ([041054d](https://github.com/lobehub/lobe-chat/commit/041054d)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.90.3](https://github.com/lobehub/lobe-chat/compare/v0.90.2...v0.90.3) + +Released on **2023-10-17** + +#### 🐛 Bug Fixes + +- **misc**: Fix ActionBar props and regenerate btn with error message. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix ActionBar props and regenerate btn with error message, closes [#337](https://github.com/lobehub/lobe-chat/issues/337) ([246e8fd](https://github.com/lobehub/lobe-chat/commit/246e8fd)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.90.2](https://github.com/lobehub/lobe-chat/compare/v0.90.1...v0.90.2) + +Released on **2023-10-17** + +#### ♻ Code Refactoring + +- **misc**: Refactor OpenAIStreamPayload with chat name. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor OpenAIStreamPayload with chat name ([a799530](https://github.com/lobehub/lobe-chat/commit/a799530)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.90.1](https://github.com/lobehub/lobe-chat/compare/v0.90.0...v0.90.1) + +Released on **2023-10-17** + +#### 💄 Styles + +- **misc**: Fix lazyload height. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Fix lazyload height ([98efe02](https://github.com/lobehub/lobe-chat/commit/98efe02)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.90.0](https://github.com/lobehub/lobe-chat/compare/v0.89.10...v0.90.0) + +Released on **2023-10-17** + +#### ✨ Features + +- **misc**: Add Lazyload. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Add Lazyload ([27d6cb7](https://github.com/lobehub/lobe-chat/commit/27d6cb7)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.89.10](https://github.com/lobehub/lobe-chat/compare/v0.89.9...v0.89.10) + +Released on **2023-10-17** + +#### ♻ Code Refactoring + +- **misc**: Refactor ChatList onActionsClick. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor ChatList onActionsClick ([d06d87e](https://github.com/lobehub/lobe-chat/commit/d06d87e)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.89.9](https://github.com/lobehub/lobe-chat/compare/v0.89.8...v0.89.9) + +Released on **2023-10-17** + +#### 🐛 Bug Fixes + +- **misc**: Fix ChatList FC Render. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix ChatList FC Render ([4b8bdbd](https://github.com/lobehub/lobe-chat/commit/4b8bdbd)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.89.8](https://github.com/lobehub/lobe-chat/compare/v0.89.7...v0.89.8) + +Released on **2023-10-16** + +#### ♻ Code Refactoring + +- **misc**: Refactor ChatList. + +#### 🐛 Bug Fixes + +- **misc**: Fix type. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor ChatList, closes [#147](https://github.com/lobehub/lobe-chat/issues/147) ([aa4216c](https://github.com/lobehub/lobe-chat/commit/aa4216c)) + +#### What's fixed + +- **misc**: Fix type ([1e931d5](https://github.com/lobehub/lobe-chat/commit/1e931d5)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.89.7](https://github.com/lobehub/lobe-chat/compare/v0.89.6...v0.89.7) + +Released on **2023-10-16** + +#### 🐛 Bug Fixes + +- **misc**: Fix setting tab highlight (fix. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix setting tab highlight (fix, closes [#332](https://github.com/lobehub/lobe-chat/issues/332) ([d288f9d](https://github.com/lobehub/lobe-chat/commit/d288f9d)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.89.6](https://github.com/lobehub/lobe-chat/compare/v0.89.5...v0.89.6) + +Released on **2023-10-15** + +
+ +
+ Improvements and Fixes +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.89.5](https://github.com/lobehub/lobe-chat/compare/v0.89.4...v0.89.5) + +Released on **2023-10-15** + +#### 🐛 Bug Fixes + +- **misc**: Fix fallback to en when the locale is zh, fix reset button not clear plugin settings. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix fallback to en when the locale is zh ([ff2c00e](https://github.com/lobehub/lobe-chat/commit/ff2c00e)) +- **misc**: Fix reset button not clear plugin settings ([aa1e657](https://github.com/lobehub/lobe-chat/commit/aa1e657)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.89.4](https://github.com/lobehub/lobe-chat/compare/v0.89.3...v0.89.4) + +Released on **2023-10-15** + +#### 🐛 Bug Fixes + +- **misc**: Fix qwen, chatglm request failed. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix qwen, chatglm request failed, closes [#318](https://github.com/lobehub/lobe-chat/issues/318) ([a5699e2](https://github.com/lobehub/lobe-chat/commit/a5699e2)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.89.3](https://github.com/lobehub/lobe-chat/compare/v0.89.2...v0.89.3) + +Released on **2023-10-12** + +#### 🐛 Bug Fixes + +- **misc**: Fix plugin error with nginx reverse proxy. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix plugin error with nginx reverse proxy, closes [#315](https://github.com/lobehub/lobe-chat/issues/315) ([3ba3a3b](https://github.com/lobehub/lobe-chat/commit/3ba3a3b)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.89.2](https://github.com/lobehub/lobe-chat/compare/v0.89.1...v0.89.2) + +Released on **2023-10-12** + +#### 💄 Styles + +- **misc**: Modify onClick event in SessionHeader, change title in Loading component,. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Modify onClick event in SessionHeader, change title in Loading component, ([b984f6a](https://github.com/lobehub/lobe-chat/commit/b984f6a)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.89.1](https://github.com/lobehub/lobe-chat/compare/v0.89.0...v0.89.1) + +Released on **2023-10-12** + +#### 🐛 Bug Fixes + +- **misc**: Remove useless dynamic import. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Remove useless dynamic import ([4a9c426](https://github.com/lobehub/lobe-chat/commit/4a9c426)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.89.0](https://github.com/lobehub/lobe-chat/compare/v0.88.0...v0.89.0) + +Released on **2023-10-12** + +#### ✨ Features + +- **agent-card**: Add and modify features for agent card. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **agent-card**: Add and modify features for agent card ([3e3090a](https://github.com/lobehub/lobe-chat/commit/3e3090a)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.88.0](https://github.com/lobehub/lobe-chat/compare/v0.87.0...v0.88.0) + +Released on **2023-10-11** + +#### ✨ Features + +- **misc**: Add mobile responsiveness, create new component, modify properties, make API calls, Dynamically import components using "dynamic" function. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Add mobile responsiveness, create new component, modify properties, make API calls ([759c920](https://github.com/lobehub/lobe-chat/commit/759c920)) +- **misc**: Dynamically import components using "dynamic" function ([dd9db22](https://github.com/lobehub/lobe-chat/commit/dd9db22)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.87.0](https://github.com/lobehub/lobe-chat/compare/v0.86.5...v0.87.0) + +Released on **2023-10-11** + +#### ✨ Features + +- **misc**: Support custom model name. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Support custom model name, closes [#305](https://github.com/lobehub/lobe-chat/issues/305) ([84a066a](https://github.com/lobehub/lobe-chat/commit/84a066a)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.86.5](https://github.com/lobehub/lobe-chat/compare/v0.86.4...v0.86.5) + +Released on **2023-10-11** + +#### 🐛 Bug Fixes + +- **misc**: Fix clear session error. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix clear session error, closes [#303](https://github.com/lobehub/lobe-chat/issues/303) ([09512fc](https://github.com/lobehub/lobe-chat/commit/09512fc)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.86.4](https://github.com/lobehub/lobe-chat/compare/v0.86.3...v0.86.4) + +Released on **2023-10-11** + +#### 💄 Styles + +- **misc**: Improve api key form. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Improve api key form ([fa3170d](https://github.com/lobehub/lobe-chat/commit/fa3170d)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.86.3](https://github.com/lobehub/lobe-chat/compare/v0.86.2...v0.86.3) + +Released on **2023-10-11** + +#### 🐛 Bug Fixes + +- **misc**: Fix docker image. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix docker image ([14ff80e](https://github.com/lobehub/lobe-chat/commit/14ff80e)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.86.2](https://github.com/lobehub/lobe-chat/compare/v0.86.1...v0.86.2) + +Released on **2023-10-11** + +#### 🐛 Bug Fixes + +- **docker**: Improve config to reduce unnecessary env and change default PORT. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **docker**: Improve config to reduce unnecessary env and change default PORT, closes [#298](https://github.com/lobehub/lobe-chat/issues/298) ([6061318](https://github.com/lobehub/lobe-chat/commit/6061318)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.86.1](https://github.com/lobehub/lobe-chat/compare/v0.86.0...v0.86.1) + +Released on **2023-10-11** + +#### 🐛 Bug Fixes + +- **misc**: Fix docker reverse proxy don't work. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix docker reverse proxy don't work, closes [#294](https://github.com/lobehub/lobe-chat/issues/294) ([a51ba1d](https://github.com/lobehub/lobe-chat/commit/a51ba1d)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.86.0](https://github.com/lobehub/lobe-chat/compare/v0.85.3...v0.86.0) + +Released on **2023-10-10** + +#### ✨ Features + +- **misc**: Support docker deploy. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Support docker deploy, closes [#283](https://github.com/lobehub/lobe-chat/issues/283) ([5bbc87c](https://github.com/lobehub/lobe-chat/commit/5bbc87c)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.85.3](https://github.com/lobehub/lobe-chat/compare/v0.85.2...v0.85.3) + +Released on **2023-10-10** + +#### 💄 Styles + +- **misc**: Add new components, modify display properties, and update settings feature, Replace 100vh with 100% to fix mobile scroll problem. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Add new components, modify display properties, and update settings feature ([87a4a46](https://github.com/lobehub/lobe-chat/commit/87a4a46)) +- **misc**: Replace 100vh with 100% to fix mobile scroll problem ([2ef3c94](https://github.com/lobehub/lobe-chat/commit/2ef3c94)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.85.2](https://github.com/lobehub/lobe-chat/compare/v0.85.1...v0.85.2) + +Released on **2023-10-10** + +#### 🐛 Bug Fixes + +- **misc**: Add apikey form when there is no default api key in env. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Add apikey form when there is no default api key in env, closes [#290](https://github.com/lobehub/lobe-chat/issues/290) ([2c907e9](https://github.com/lobehub/lobe-chat/commit/2c907e9)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.85.1](https://github.com/lobehub/lobe-chat/compare/v0.85.0...v0.85.1) + +Released on **2023-10-10** + +#### 🐛 Bug Fixes + +- **misc**: Fix mobile safe area (fix. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix mobile safe area (fix, closes [#211](https://github.com/lobehub/lobe-chat/issues/211) ([68775b8](https://github.com/lobehub/lobe-chat/commit/68775b8)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.85.0](https://github.com/lobehub/lobe-chat/compare/v0.84.0...v0.85.0) + +Released on **2023-10-10** + +#### ✨ Features + +- **misc**: Add ja_JP, ko_KR and update workflow. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Add ja_JP, ko_KR and update workflow ([57512a0](https://github.com/lobehub/lobe-chat/commit/57512a0)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.84.0](https://github.com/lobehub/lobe-chat/compare/v0.83.10...v0.84.0) + +Released on **2023-10-10** + +#### ✨ Features + +- **misc**: Support detect new version and upgrade action. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Support detect new version and upgrade action, closes [#282](https://github.com/lobehub/lobe-chat/issues/282) ([5da19b2](https://github.com/lobehub/lobe-chat/commit/5da19b2)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.83.10](https://github.com/lobehub/lobe-chat/compare/v0.83.9...v0.83.10) + +Released on **2023-10-09** + +#### ♻ Code Refactoring + +- **layout**: Refactor layout, Refactor settings layout, Refactor ssc layout. +- **share**: Use modern-screenshot. + +#### 🐛 Bug Fixes + +- **misc**: Fix rsc layout. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **layout**: Refactor layout ([ace21f4](https://github.com/lobehub/lobe-chat/commit/ace21f4)) +- **layout**: Refactor settings layout ([bd48121](https://github.com/lobehub/lobe-chat/commit/bd48121)) +- **layout**: Refactor ssc layout ([26e1c41](https://github.com/lobehub/lobe-chat/commit/26e1c41)) +- **share**: Use modern-screenshot, closes [#256](https://github.com/lobehub/lobe-chat/issues/256) ([b3d7108](https://github.com/lobehub/lobe-chat/commit/b3d7108)) + +#### What's fixed + +- **misc**: Fix rsc layout ([d73f13f](https://github.com/lobehub/lobe-chat/commit/d73f13f)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.83.9](https://github.com/lobehub/lobe-chat/compare/v0.83.8...v0.83.9) + +Released on **2023-10-08** + +#### ♻ Code Refactoring + +- **agent-market**: Refactor desktop and mobile to improve mobile performance. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **agent-market**: Refactor desktop and mobile to improve mobile performance, closes [#278](https://github.com/lobehub/lobe-chat/issues/278) ([82b7f60](https://github.com/lobehub/lobe-chat/commit/82b7f60)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.83.8](https://github.com/lobehub/lobe-chat/compare/v0.83.7...v0.83.8) + +Released on **2023-10-07** + +
+ +
+ Improvements and Fixes +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.83.7](https://github.com/lobehub/lobe-chat/compare/v0.83.6...v0.83.7) + +Released on **2023-10-07** + +#### 🐛 Bug Fixes + +- **misc**: Fix shuffle, use search url with agent item. + +#### 💄 Styles + +- **misc**: Better tag style, improve loading state. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix shuffle ([d4b9dc3](https://github.com/lobehub/lobe-chat/commit/d4b9dc3)) +- **misc**: Use search url with agent item ([98df623](https://github.com/lobehub/lobe-chat/commit/98df623)) + +#### Styles + +- **misc**: Better tag style ([38e42ea](https://github.com/lobehub/lobe-chat/commit/38e42ea)) +- **misc**: Improve loading state ([f00c868](https://github.com/lobehub/lobe-chat/commit/f00c868)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.83.6](https://github.com/lobehub/lobe-chat/compare/v0.83.5...v0.83.6) + +Released on **2023-10-06** + +#### 💄 Styles + +- **misc**: Update modal style. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Update modal style ([2ab1475](https://github.com/lobehub/lobe-chat/commit/2ab1475)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.83.5](https://github.com/lobehub/lobe-chat/compare/v0.83.4...v0.83.5) + +Released on **2023-10-06** + +#### 🐛 Bug Fixes + +- **misc**: Fix agent market list. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix agent market list, closes [#273](https://github.com/lobehub/lobe-chat/issues/273) ([c020277](https://github.com/lobehub/lobe-chat/commit/c020277)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.83.4](https://github.com/lobehub/lobe-chat/compare/v0.83.3...v0.83.4) + +Released on **2023-10-06** + +#### 🐛 Bug Fixes + +- **misc**: Fix agent settings. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix agent settings, closes [#271](https://github.com/lobehub/lobe-chat/issues/271) ([aac9a70](https://github.com/lobehub/lobe-chat/commit/aac9a70)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.83.3](https://github.com/lobehub/lobe-chat/compare/v0.83.2...v0.83.3) + +Released on **2023-10-06** + +#### ♻ Code Refactoring + +- **misc**: Refactor the settings layout to rsc. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor the settings layout to rsc ([b840f44](https://github.com/lobehub/lobe-chat/commit/b840f44)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.83.2](https://github.com/lobehub/lobe-chat/compare/v0.83.1...v0.83.2) + +Released on **2023-10-06** + +#### 🐛 Bug Fixes + +- **misc**: Fix setCookie method that set cookie with sub-path. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix setCookie method that set cookie with sub-path, closes [#269](https://github.com/lobehub/lobe-chat/issues/269) ([1b859b7](https://github.com/lobehub/lobe-chat/commit/1b859b7)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.83.1](https://github.com/lobehub/lobe-chat/compare/v0.83.0...v0.83.1) + +Released on **2023-10-06** + +#### ♻ Code Refactoring + +- **misc**: Refactor settings page entry. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor settings page entry ([e86aff2](https://github.com/lobehub/lobe-chat/commit/e86aff2)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.83.0](https://github.com/lobehub/lobe-chat/compare/v0.82.9...v0.83.0) + +Released on **2023-10-06** + +#### ✨ Features + +- **misc**: Upgrade locale with SSR. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Upgrade locale with SSR, closes [#268](https://github.com/lobehub/lobe-chat/issues/268) ([2fdea52](https://github.com/lobehub/lobe-chat/commit/2fdea52)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.82.9](https://github.com/lobehub/lobe-chat/compare/v0.82.8...v0.82.9) + +Released on **2023-10-05** + +
+ +
+ Improvements and Fixes +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.82.8](https://github.com/lobehub/lobe-chat/compare/v0.82.7...v0.82.8) + +Released on **2023-09-30** + +#### ♻ Code Refactoring + +- **misc**: Refactor / route to reduce page js size. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor / route to reduce page js size ([79f0347](https://github.com/lobehub/lobe-chat/commit/79f0347)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.82.7](https://github.com/lobehub/lobe-chat/compare/v0.82.6...v0.82.7) + +Released on **2023-09-30** + +#### ♻ Code Refactoring + +- **misc**: Refactor the api router to app route handlers. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor the api router to app route handlers, closes [#254](https://github.com/lobehub/lobe-chat/issues/254) ([f032112](https://github.com/lobehub/lobe-chat/commit/f032112)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.82.6](https://github.com/lobehub/lobe-chat/compare/v0.82.5...v0.82.6) + +Released on **2023-09-29** + +#### 🐛 Bug Fixes + +- **misc**: Fix share default config, pin openai to fix type error. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix share default config ([e00d6bf](https://github.com/lobehub/lobe-chat/commit/e00d6bf)) +- **misc**: Pin openai to fix type error ([5af4050](https://github.com/lobehub/lobe-chat/commit/5af4050)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.82.5](https://github.com/lobehub/lobe-chat/compare/v0.82.4...v0.82.5) + +Released on **2023-09-29** + +#### 💄 Styles + +- **misc**: Update theme color and styling of mobile settings page. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Update theme color and styling of mobile settings page ([1acfb71](https://github.com/lobehub/lobe-chat/commit/1acfb71)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.82.4](https://github.com/lobehub/lobe-chat/compare/v0.82.3...v0.82.4) + +Released on **2023-09-29** + +#### 🐛 Bug Fixes + +- **misc**: 修正 localStorage 不存在造成设置页刷新 500 保存的问题. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: 修正 localStorage 不存在造成设置页刷新 500 保存的问题 ([b894cc8](https://github.com/lobehub/lobe-chat/commit/b894cc8)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.82.3](https://github.com/lobehub/lobe-chat/compare/v0.82.2...v0.82.3) + +Released on **2023-09-29** + +#### 🐛 Bug Fixes + +- **misc**: 修正 access code 校验逻辑,修正 api key 无法正常显示在秘钥输入框,并增加显示关闭按钮,修正移动端输入 access code 默认打开数据键盘的问题. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: 修正 access code 校验逻辑,closes [#184](https://github.com/lobehub/lobe-chat/issues/184) ([a7301c3](https://github.com/lobehub/lobe-chat/commit/a7301c3)) +- **misc**: 修正 api key 无法正常显示在秘钥输入框,并增加显示关闭按钮,closes [#182](https://github.com/lobehub/lobe-chat/issues/182) ([def1153](https://github.com/lobehub/lobe-chat/commit/def1153)) +- **misc**: 修正移动端输入 access code 默认打开数据键盘的问题 ([7994982](https://github.com/lobehub/lobe-chat/commit/7994982)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.82.2](https://github.com/lobehub/lobe-chat/compare/v0.82.1...v0.82.2) + +Released on **2023-09-28** + +#### ♻ Code Refactoring + +- **misc**: Refactor settings page and mobile ux. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor settings page and mobile ux ([89c5648](https://github.com/lobehub/lobe-chat/commit/89c5648)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.82.1](https://github.com/lobehub/lobe-chat/compare/v0.82.0...v0.82.1) + +Released on **2023-09-27** + +#### 🐛 Bug Fixes + +- **misc**: Fix share screenshot scrollbar. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix share screenshot scrollbar ([244b3b4](https://github.com/lobehub/lobe-chat/commit/244b3b4)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.82.0](https://github.com/lobehub/lobe-chat/compare/v0.81.0...v0.82.0) + +Released on **2023-09-27** + +#### ✨ Features + +- **share**: Add screenshot. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **share**: Add screenshot, closes [#152](https://github.com/lobehub/lobe-chat/issues/152) ([f5d21f4](https://github.com/lobehub/lobe-chat/commit/f5d21f4)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.81.0](https://github.com/lobehub/lobe-chat/compare/v0.80.2...v0.81.0) + +Released on **2023-09-27** + +#### ✨ Features + +- **misc**: Add several analytics sdk. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Add several analytics sdk, closes [#244](https://github.com/lobehub/lobe-chat/issues/244) ([65c6c93](https://github.com/lobehub/lobe-chat/commit/65c6c93)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.80.2](https://github.com/lobehub/lobe-chat/compare/v0.80.1...v0.80.2) + +Released on **2023-09-27** + +#### 💄 Styles + +- **misc**: Switch Modal components to @lobehub/ui. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Switch Modal components to @lobehub/ui ([d056015](https://github.com/lobehub/lobe-chat/commit/d056015)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.80.1](https://github.com/lobehub/lobe-chat/compare/v0.80.0...v0.80.1) + +Released on **2023-09-27** + +#### 💄 Styles + +- **misc**: Fix conversation mobile view area. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Fix conversation mobile view area ([6668e11](https://github.com/lobehub/lobe-chat/commit/6668e11)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.80.0](https://github.com/lobehub/lobe-chat/compare/v0.79.8...v0.80.0) + +Released on **2023-09-27** + +#### ✨ Features + +- **misc**: Improve user experience and ensure consistency. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Improve user experience and ensure consistency ([abba584](https://github.com/lobehub/lobe-chat/commit/abba584)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.79.8](https://github.com/lobehub/lobe-chat/compare/v0.79.7...v0.79.8) + +Released on **2023-09-27** + +#### 💄 Styles + +- **misc**: Fix safearea in mobile. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Fix safearea in mobile ([2adfb04](https://github.com/lobehub/lobe-chat/commit/2adfb04)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.79.7](https://github.com/lobehub/lobe-chat/compare/v0.79.6...v0.79.7) + +Released on **2023-09-27** + +#### ♻ Code Refactoring + +- **misc**: Use hook to check PWA env. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Use hook to check PWA env ([b4234db](https://github.com/lobehub/lobe-chat/commit/b4234db)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.79.6](https://github.com/lobehub/lobe-chat/compare/v0.79.5...v0.79.6) + +Released on **2023-09-27** + +#### 💄 Styles + +- **misc**: Optimize PWA style and scroll effect. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Optimize PWA style and scroll effect ([0ae05b8](https://github.com/lobehub/lobe-chat/commit/0ae05b8)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.79.5](https://github.com/lobehub/lobe-chat/compare/v0.79.4...v0.79.5) + +Released on **2023-09-26** + +#### 🐛 Bug Fixes + +- **misc**: Fix URI error. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix URI error ([282a0c8](https://github.com/lobehub/lobe-chat/commit/282a0c8)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.79.4](https://github.com/lobehub/lobe-chat/compare/v0.79.3...v0.79.4) + +Released on **2023-09-26** + +#### ♻ Code Refactoring + +- **misc**: Move dir from page to app and remove .page suffix. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Move dir from page to app and remove .page suffix, closes [#236](https://github.com/lobehub/lobe-chat/issues/236) ([2907303](https://github.com/lobehub/lobe-chat/commit/2907303)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.79.3](https://github.com/lobehub/lobe-chat/compare/v0.79.2...v0.79.3) + +Released on **2023-09-25** + +#### 💄 Styles + +- **meta**: Update meta image. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **meta**: Update meta image, closes [#66](https://github.com/lobehub/lobe-chat/issues/66) ([a71ffff](https://github.com/lobehub/lobe-chat/commit/a71ffff)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.79.2](https://github.com/lobehub/lobe-chat/compare/v0.79.1...v0.79.2) + +Released on **2023-09-25** + +#### 💄 Styles + +- **meta**: Fix and add metadata. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **meta**: Fix and add metadata ([c872522](https://github.com/lobehub/lobe-chat/commit/c872522)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.79.1](https://github.com/lobehub/lobe-chat/compare/v0.79.0...v0.79.1) + +Released on **2023-09-25** + +#### ♻ Code Refactoring + +- **migration**: Next.js app router. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **migration**: Next.js app router, closes [#220](https://github.com/lobehub/lobe-chat/issues/220) ([bb8085e](https://github.com/lobehub/lobe-chat/commit/bb8085e)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.79.0](https://github.com/lobehub/lobe-chat/compare/v0.78.1...v0.79.0) + +Released on **2023-09-25** + +#### ✨ Features + +- **conversation**: Add history range divider. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **conversation**: Add history range divider, closes [#118](https://github.com/lobehub/lobe-chat/issues/118) ([92d2c96](https://github.com/lobehub/lobe-chat/commit/92d2c96)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.78.1](https://github.com/lobehub/lobe-chat/compare/v0.78.0...v0.78.1) + +Released on **2023-09-21** + +#### 💄 Styles + +- **misc**: Show topic tooltip on left side. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Show topic tooltip on left side ([f686fd2](https://github.com/lobehub/lobe-chat/commit/f686fd2)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.78.0](https://github.com/lobehub/lobe-chat/compare/v0.77.2...v0.78.0) + +Released on **2023-09-17** + +#### ✨ Features + +- **misc**: Auto create topic when chatting. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Auto create topic when chatting, closes [#203](https://github.com/lobehub/lobe-chat/issues/203) ([f952792](https://github.com/lobehub/lobe-chat/commit/f952792)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.77.2](https://github.com/lobehub/lobe-chat/compare/v0.77.1...v0.77.2) + +Released on **2023-09-15** + +#### 🐛 Bug Fixes + +- **settings**: Fix settings route. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **settings**: Fix settings route, closes [#195](https://github.com/lobehub/lobe-chat/issues/195) ([1b7d84e](https://github.com/lobehub/lobe-chat/commit/1b7d84e)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.77.1](https://github.com/lobehub/lobe-chat/compare/v0.77.0...v0.77.1) + +Released on **2023-09-14** + +#### 🐛 Bug Fixes + +- **misc**: Fix lint. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix lint ([9f4f9d7](https://github.com/lobehub/lobe-chat/commit/9f4f9d7)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.77.0](https://github.com/lobehub/lobe-chat/compare/v0.76.2...v0.77.0) + +Released on **2023-09-14** + +#### ✨ Features + +- **misc**: Update localization files and add translations for different languages. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Update localization files and add translations for different languages ([0157f92](https://github.com/lobehub/lobe-chat/commit/0157f92)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.76.2](https://github.com/lobehub/lobe-chat/compare/v0.76.1...v0.76.2) + +Released on **2023-09-11** + +#### 🐛 Bug Fixes + +- **misc**: Fix client config. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix client config ([d62f1b3](https://github.com/lobehub/lobe-chat/commit/d62f1b3)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.76.1](https://github.com/lobehub/lobe-chat/compare/v0.76.0...v0.76.1) + +Released on **2023-09-11** + +#### 🐛 Bug Fixes + +- **misc**: Fix save topic button. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix save topic button ([871905f](https://github.com/lobehub/lobe-chat/commit/871905f)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.76.0](https://github.com/lobehub/lobe-chat/compare/v0.75.0...v0.76.0) + +Released on **2023-09-11** + +#### ✨ Features + +- **misc**: Support Azure OpenAI Deploy env. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Support Azure OpenAI Deploy env, closes [#183](https://github.com/lobehub/lobe-chat/issues/183) ([bda6732](https://github.com/lobehub/lobe-chat/commit/bda6732)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.75.0](https://github.com/lobehub/lobe-chat/compare/v0.74.0...v0.75.0) + +Released on **2023-09-11** + +#### ♻ Code Refactoring + +- **misc**: Fefactor index url fetch. + +#### ✨ Features + +- **market**: Add prompt token count. +- **misc**: Add agents market and improve UI components, Add and refactor components for chat input feature, Add functions for generating and analyzing JSON files, generating resource files and table of contents, and formatting console output, Add new settings for Azure OpenAI and OpenAI in locales files, Add new string, create AgentModal component, implement GridCardItem and Loading components, import AgentModal, Add SideBar component, new actions, and update market store state and selectors, Add translations and new setting to "setting.json", Improve functionality and user interface of market page, Modify market features components and update CSS styles, support add agent to chat. + +#### 🐛 Bug Fixes + +- **misc**: Fix fetcher, Fix market sidebar scroll and add i18n. + +#### 💄 Styles + +- **misc**: Update loading style and compatible with unknown agent identifier. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Fefactor index url fetch ([257584b](https://github.com/lobehub/lobe-chat/commit/257584b)) + +#### What's improved + +- **market**: Add prompt token count ([16221a7](https://github.com/lobehub/lobe-chat/commit/16221a7)) +- **misc**: Add agents market and improve UI components ([116c136](https://github.com/lobehub/lobe-chat/commit/116c136)) +- **misc**: Add and refactor components for chat input feature ([f1ac9fe](https://github.com/lobehub/lobe-chat/commit/f1ac9fe)) +- **misc**: Add functions for generating and analyzing JSON files, generating resource files and table of contents, and formatting console output ([d7c2e74](https://github.com/lobehub/lobe-chat/commit/d7c2e74)) +- **misc**: Add new settings for Azure OpenAI and OpenAI in locales files ([e9e25b5](https://github.com/lobehub/lobe-chat/commit/e9e25b5)) +- **misc**: Add new string, create AgentModal component, implement GridCardItem and Loading components, import AgentModal ([2a0e59f](https://github.com/lobehub/lobe-chat/commit/2a0e59f)) +- **misc**: Add SideBar component, new actions, and update market store state and selectors ([8f6cfda](https://github.com/lobehub/lobe-chat/commit/8f6cfda)) +- **misc**: Add translations and new setting to "setting.json" ([aca3822](https://github.com/lobehub/lobe-chat/commit/aca3822)) +- **misc**: Improve functionality and user interface of market page ([1d465d6](https://github.com/lobehub/lobe-chat/commit/1d465d6)) +- **misc**: Modify market features components and update CSS styles ([97e4179](https://github.com/lobehub/lobe-chat/commit/97e4179)) +- **misc**: Support add agent to chat ([3b930c4](https://github.com/lobehub/lobe-chat/commit/3b930c4)) + +#### What's fixed + +- **misc**: Fix fetcher ([171b2da](https://github.com/lobehub/lobe-chat/commit/171b2da)) +- **misc**: Fix market sidebar scroll and add i18n ([9c897d2](https://github.com/lobehub/lobe-chat/commit/9c897d2)) + +#### Styles + +- **misc**: Update loading style and compatible with unknown agent identifier ([2e2231d](https://github.com/lobehub/lobe-chat/commit/2e2231d)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.74.0](https://github.com/lobehub/lobe-chat/compare/v0.73.0...v0.74.0) + +Released on **2023-09-11** + +#### ✨ Features + +- **misc**: Add russian locally, Update Russian and English locally (LLM tab). + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Add russian locally ([7b67c9f](https://github.com/lobehub/lobe-chat/commit/7b67c9f)) +- **misc**: Update Russian and English locally (LLM tab) ([3b23e70](https://github.com/lobehub/lobe-chat/commit/3b23e70)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.73.0](https://github.com/lobehub/lobe-chat/compare/v0.72.4...v0.73.0) + +Released on **2023-09-10** + +#### ✨ Features + +- **misc**: Support Azure OpenAI. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Support Azure OpenAI, closes [#177](https://github.com/lobehub/lobe-chat/issues/177) ([f0c9532](https://github.com/lobehub/lobe-chat/commit/f0c9532)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.72.4](https://github.com/lobehub/lobe-chat/compare/v0.72.3...v0.72.4) + +Released on **2023-09-10** + +#### 🐛 Bug Fixes + +- **misc**: Use en-US when no suit lang with plugin index. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Use en-US when no suit lang with plugin index ([4e9668d](https://github.com/lobehub/lobe-chat/commit/4e9668d)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.72.3](https://github.com/lobehub/lobe-chat/compare/v0.72.2...v0.72.3) + +Released on **2023-09-09** + +#### 🐛 Bug Fixes + +- **misc**: Fix sessionList double click on mobile. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix sessionList double click on mobile, closes [#169](https://github.com/lobehub/lobe-chat/issues/169) ([3ea2bce](https://github.com/lobehub/lobe-chat/commit/3ea2bce)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.72.2](https://github.com/lobehub/lobe-chat/compare/v0.72.1...v0.72.2) + +Released on **2023-09-09** + +#### 🐛 Bug Fixes + +- **misc**: Fix mobile switch when session selected. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix mobile switch when session selected, closes [#167](https://github.com/lobehub/lobe-chat/issues/167) ([40d8a11](https://github.com/lobehub/lobe-chat/commit/40d8a11)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.72.1](https://github.com/lobehub/lobe-chat/compare/v0.72.0...v0.72.1) + +Released on **2023-09-09** + +#### 🐛 Bug Fixes + +- **misc**: 修正异步水合造成的初始状态不稳定的问题. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: 修正异步水合造成的初始状态不稳定的问题 ([2208f8a](https://github.com/lobehub/lobe-chat/commit/2208f8a)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.72.0](https://github.com/lobehub/lobe-chat/compare/v0.71.1...v0.72.0) + +Released on **2023-09-09** + +#### ✨ Features + +- **misc**: Add plugin market Setting Modal, 支持快速刷新与预览 manifest, 适配插件 i18n 方案. + +#### 🐛 Bug Fixes + +- **misc**: 修正删除插件时错误开启的问题. + +#### 💄 Styles + +- **misc**: 优化 manifest 预览的尺寸. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Add plugin market Setting Modal ([a0603a9](https://github.com/lobehub/lobe-chat/commit/a0603a9)) +- **misc**: 支持快速刷新与预览 manifest, closes [#150](https://github.com/lobehub/lobe-chat/issues/150) ([5bd2eb0](https://github.com/lobehub/lobe-chat/commit/5bd2eb0)) +- **misc**: 适配插件 i18n 方案 ([8709ab3](https://github.com/lobehub/lobe-chat/commit/8709ab3)) + +#### What's fixed + +- **misc**: 修正删除插件时错误开启的问题 ([0e35c18](https://github.com/lobehub/lobe-chat/commit/0e35c18)) + +#### Styles + +- **misc**: 优化 manifest 预览的尺寸 ([27f8d6d](https://github.com/lobehub/lobe-chat/commit/27f8d6d)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.71.1](https://github.com/lobehub/lobe-chat/compare/v0.71.0...v0.71.1) + +Released on **2023-09-09** + +#### 🐛 Bug Fixes + +- **misc**: Fix mobile route. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix mobile route, closes [#165](https://github.com/lobehub/lobe-chat/issues/165) ([d5e03b6](https://github.com/lobehub/lobe-chat/commit/d5e03b6)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.71.0](https://github.com/lobehub/lobe-chat/compare/v0.70.4...v0.71.0) + +Released on **2023-09-09** + +#### ✨ Features + +- **misc**: Migrate localStorage to indexedDB. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Migrate localStorage to indexedDB, closes [#160](https://github.com/lobehub/lobe-chat/issues/160) ([7f96deb](https://github.com/lobehub/lobe-chat/commit/7f96deb)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.70.4](https://github.com/lobehub/lobe-chat/compare/v0.70.3...v0.70.4) + +Released on **2023-09-09** + +#### 🐛 Bug Fixes + +- **misc**: Fix route. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix route ([2d1e8d6](https://github.com/lobehub/lobe-chat/commit/2d1e8d6)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.70.3](https://github.com/lobehub/lobe-chat/compare/v0.70.2...v0.70.3) + +Released on **2023-09-09** + +#### 💄 Styles + +- **misc**: Better mobile style. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Better mobile style ([776c407](https://github.com/lobehub/lobe-chat/commit/776c407)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.70.2](https://github.com/lobehub/lobe-chat/compare/v0.70.1...v0.70.2) + +Released on **2023-09-08** + +#### 🐛 Bug Fixes + +- **misc**: 修正移动端路由问题. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: 修正移动端路由问题 ([ae3d2f4](https://github.com/lobehub/lobe-chat/commit/ae3d2f4)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.70.1](https://github.com/lobehub/lobe-chat/compare/v0.70.0...v0.70.1) + +Released on **2023-09-08** + +#### ♻ Code Refactoring + +- **misc**: Refactor settingsSelectors to globalSelectors. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor settingsSelectors to globalSelectors ([38917e8](https://github.com/lobehub/lobe-chat/commit/38917e8)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.70.0](https://github.com/lobehub/lobe-chat/compare/v0.69.1...v0.70.0) + +Released on **2023-09-08** + +#### ✨ Features + +- **misc**: Refactor to url state. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Refactor to url state, closes [#157](https://github.com/lobehub/lobe-chat/issues/157) ([2efac2b](https://github.com/lobehub/lobe-chat/commit/2efac2b)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.69.1](https://github.com/lobehub/lobe-chat/compare/v0.69.0...v0.69.1) + +Released on **2023-09-06** + +#### ♻ Code Refactoring + +- **misc**: Migrate openai-edge to openai. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Migrate openai-edge to openai, closes [#145](https://github.com/lobehub/lobe-chat/issues/145) ([75ee574](https://github.com/lobehub/lobe-chat/commit/75ee574)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.69.0](https://github.com/lobehub/lobe-chat/compare/v0.68.1...v0.69.0) + +Released on **2023-09-06** + +#### ✨ Features + +- **misc**: Add new import statement for "Flexbox" component in "Empty" component. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Add new import statement for "Flexbox" component in "Empty" component ([68db626](https://github.com/lobehub/lobe-chat/commit/68db626)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.68.1](https://github.com/lobehub/lobe-chat/compare/v0.68.0...v0.68.1) + +Released on **2023-09-03** + +#### 🐛 Bug Fixes + +- **misc**: 修正数组合并逻辑,修正被移除插件无法看到的问题. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: 修正数组合并逻辑 ([e36e621](https://github.com/lobehub/lobe-chat/commit/e36e621)) +- **misc**: 修正被移除插件无法看到的问题 ([c17eb56](https://github.com/lobehub/lobe-chat/commit/c17eb56)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.68.0](https://github.com/lobehub/lobe-chat/compare/v0.67.0...v0.68.0) + +Released on **2023-09-03** + +#### ✨ Features + +- **misc**: Plugin default use iframe render. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Plugin default use iframe render, closes [#141](https://github.com/lobehub/lobe-chat/issues/141) ([35a3a16](https://github.com/lobehub/lobe-chat/commit/35a3a16)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.67.0](https://github.com/lobehub/lobe-chat/compare/v0.66.0...v0.67.0) + +Released on **2023-09-02** + +#### ♻ Code Refactoring + +- **plugin**: 重构 plugin Store 组织结构,便于开发与迭代维护. + +#### ✨ Features + +- **plugin-dev**: 优化 manifest 报错原因提示,并支持 id 从 manifest 自动获取. + +#### 🐛 Bug Fixes + +- **plugin-dev**: 修正编辑模式下预览展示问题和 id 重复校验问题. +- **plugin**: 修正开启插件后会话无效的问题. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **plugin**: 重构 plugin Store 组织结构,便于开发与迭代维护 ([ec527cb](https://github.com/lobehub/lobe-chat/commit/ec527cb)) + +#### What's improved + +- **plugin-dev**: 优化 manifest 报错原因提示,并支持 id 从 manifest 自动获取 ([7f0787d](https://github.com/lobehub/lobe-chat/commit/7f0787d)) + +#### What's fixed + +- **plugin-dev**: 修正编辑模式下预览展示问题和 id 重复校验问题 ([17c39ef](https://github.com/lobehub/lobe-chat/commit/17c39ef)) +- **plugin**: 修正开启插件后会话无效的问题 ([82e3beb](https://github.com/lobehub/lobe-chat/commit/82e3beb)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.66.0](https://github.com/lobehub/lobe-chat/compare/v0.65.1...v0.66.0) + +Released on **2023-09-02** + +#### ✨ Features + +- **misc**: Add russian locally. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Add russian locally, closes [#137](https://github.com/lobehub/lobe-chat/issues/137) ([785d50f](https://github.com/lobehub/lobe-chat/commit/785d50f)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.65.1](https://github.com/lobehub/lobe-chat/compare/v0.65.0...v0.65.1) + +Released on **2023-09-01** + +#### 🐛 Bug Fixes + +- **misc**: 修正 defaultAgent 无法正常变更的问题. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: 修正 defaultAgent 无法正常变更的问题 ([788d94b](https://github.com/lobehub/lobe-chat/commit/788d94b)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.65.0](https://github.com/lobehub/lobe-chat/compare/v0.64.1...v0.65.0) + +Released on **2023-08-29** + +#### ✨ Features + +- **misc**: 支持本地插件自定义 gateway. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: 支持本地插件自定义 gateway, closes [#129](https://github.com/lobehub/lobe-chat/issues/129) ([770048a](https://github.com/lobehub/lobe-chat/commit/770048a)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.64.1](https://github.com/lobehub/lobe-chat/compare/v0.64.0...v0.64.1) + +Released on **2023-08-29** + +#### 💄 Styles + +- **misc**: Update i18n. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Update i18n, closes [#128](https://github.com/lobehub/lobe-chat/issues/128) ([3bf1509](https://github.com/lobehub/lobe-chat/commit/3bf1509)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.64.0](https://github.com/lobehub/lobe-chat/compare/v0.63.3...v0.64.0) + +Released on **2023-08-29** + +#### ♻ Code Refactoring + +- **misc**: Remove no need i18n. + +#### ✨ Features + +- **misc**: 增加自定义插件的增删改配置功能,完善自定义插件表单的校验逻辑,支持本地插件侧的请求与错误呈现,新增插件配置 Dev 弹窗,绑定本地插件的增删改逻辑. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Remove no need i18n ([808a86a](https://github.com/lobehub/lobe-chat/commit/808a86a)) + +#### What's improved + +- **misc**: 增加自定义插件的增删改配置功能 ([faba081](https://github.com/lobehub/lobe-chat/commit/faba081)) +- **misc**: 完善自定义插件表单的校验逻辑 ([4e1fd28](https://github.com/lobehub/lobe-chat/commit/4e1fd28)) +- **misc**: 支持本地插件侧的请求与错误呈现 ([7e2b39a](https://github.com/lobehub/lobe-chat/commit/7e2b39a)) +- **misc**: 新增插件配置 Dev 弹窗 ([20269b7](https://github.com/lobehub/lobe-chat/commit/20269b7)) +- **misc**: 绑定本地插件的增删改逻辑 ([902e7ed](https://github.com/lobehub/lobe-chat/commit/902e7ed)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.63.3](https://github.com/lobehub/lobe-chat/compare/v0.63.2...v0.63.3) + +Released on **2023-08-28** + +#### ♻ Code Refactoring + +- **misc**: Refactor with new market url. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor with new market url, closes [#123](https://github.com/lobehub/lobe-chat/issues/123) ([34a88f8](https://github.com/lobehub/lobe-chat/commit/34a88f8)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.63.2](https://github.com/lobehub/lobe-chat/compare/v0.63.1...v0.63.2) + +Released on **2023-08-27** + +#### ♻ Code Refactoring + +- **misc**: Refactor AgentSettings. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor AgentSettings, closes [#121](https://github.com/lobehub/lobe-chat/issues/121) ([1f29199](https://github.com/lobehub/lobe-chat/commit/1f29199)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.63.1](https://github.com/lobehub/lobe-chat/compare/v0.63.0...v0.63.1) + +Released on **2023-08-27** + +#### ♻ Code Refactoring + +- **misc**: Refactor the selectors import. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor the selectors import, closes [#120](https://github.com/lobehub/lobe-chat/issues/120) ([6646502](https://github.com/lobehub/lobe-chat/commit/6646502)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.63.0](https://github.com/lobehub/lobe-chat/compare/v0.62.1...v0.63.0) + +Released on **2023-08-27** + +#### ✨ Features + +- **misc**: support sharing to shareGPT. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: support sharing to shareGPT, closes [#119](https://github.com/lobehub/lobe-chat/issues/119) ([026e9ec](https://github.com/lobehub/lobe-chat/commit/026e9ec)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.62.1](https://github.com/lobehub/lobe-chat/compare/v0.62.0...v0.62.1) + +Released on **2023-08-26** + +#### 🐛 Bug Fixes + +- **misc**: Fix plugin settings error. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix plugin settings error, closes [#117](https://github.com/lobehub/lobe-chat/issues/117) ([064d90e](https://github.com/lobehub/lobe-chat/commit/064d90e)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.62.0](https://github.com/lobehub/lobe-chat/compare/v0.61.0...v0.62.0) + +Released on **2023-08-26** + +#### ✨ Features + +- **misc**: 支持超过 4k 的会话使用 16k 总结标题. + +#### 🐛 Bug Fixes + +- **misc**: Fix plugin settings error. + +#### 💄 Styles + +- **misc**: 优化清理会话的操作路径,优化默认角色的配置. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: 支持超过 4k 的会话使用 16k 总结标题 ([5764cfb](https://github.com/lobehub/lobe-chat/commit/5764cfb)) + +#### What's fixed + +- **misc**: Fix plugin settings error ([008c2e3](https://github.com/lobehub/lobe-chat/commit/008c2e3)) + +#### Styles + +- **misc**: 优化清理会话的操作路径 ([6b7218e](https://github.com/lobehub/lobe-chat/commit/6b7218e)) +- **misc**: 优化默认角色的配置 ([a07d7a8](https://github.com/lobehub/lobe-chat/commit/a07d7a8)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.61.0](https://github.com/lobehub/lobe-chat/compare/v0.60.4...v0.61.0) + +Released on **2023-08-26** + +#### ✨ Features + +- **misc**: 新增自动滚动. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: 新增自动滚动,closes [#113](https://github.com/lobehub/lobe-chat/issues/113) ([03fd161](https://github.com/lobehub/lobe-chat/commit/03fd161)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.60.4](https://github.com/lobehub/lobe-chat/compare/v0.60.3...v0.60.4) + +Released on **2023-08-26** + +#### 💄 Styles + +- **misc**: 优化文案. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: 优化文案 ([9a1e004](https://github.com/lobehub/lobe-chat/commit/9a1e004)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.60.3](https://github.com/lobehub/lobe-chat/compare/v0.60.2...v0.60.3) + +Released on **2023-08-26** + +#### 🐛 Bug Fixes + +- **misc**: Fix global state merge error. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix global state merge error ([cbc2fc8](https://github.com/lobehub/lobe-chat/commit/cbc2fc8)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.60.2](https://github.com/lobehub/lobe-chat/compare/v0.60.1...v0.60.2) + +Released on **2023-08-26** + +#### 🐛 Bug Fixes + +- **misc**: Fix fetch plugin header error. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix fetch plugin header error ([fa4a0e1](https://github.com/lobehub/lobe-chat/commit/fa4a0e1)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.60.1](https://github.com/lobehub/lobe-chat/compare/v0.60.0...v0.60.1) + +Released on **2023-08-26** + +#### 🐛 Bug Fixes + +- **misc**: Fix settings storage error. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix settings storage error ([57d7eb1](https://github.com/lobehub/lobe-chat/commit/57d7eb1)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.60.0](https://github.com/lobehub/lobe-chat/compare/v0.59.0...v0.60.0) + +Released on **2023-08-26** + +#### ♻ Code Refactoring + +- **misc**: Refactor with new market index url. + +#### ✨ Features + +- **misc**: 支持插件 manifest 加载失败后重试. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor with new market index url ([d2834b7](https://github.com/lobehub/lobe-chat/commit/d2834b7)) + +#### What's improved + +- **misc**: 支持插件 manifest 加载失败后重试 ([f36378e](https://github.com/lobehub/lobe-chat/commit/f36378e)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.59.0](https://github.com/lobehub/lobe-chat/compare/v0.58.0...v0.59.0) + +Released on **2023-08-26** + +#### ✨ Features + +- **misc**: 支持展示插件插件状态,支持插件 i18n 模式展示. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: 支持展示插件插件状态 ([7e916ac](https://github.com/lobehub/lobe-chat/commit/7e916ac)) +- **misc**: 支持插件 i18n 模式展示 ([8614734](https://github.com/lobehub/lobe-chat/commit/8614734)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.58.0](https://github.com/lobehub/lobe-chat/compare/v0.57.0...v0.58.0) + +Released on **2023-08-26** + +#### ✨ Features + +- **misc**: Implement responsive design for mobile devices. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Implement responsive design for mobile devices, closes [#95](https://github.com/lobehub/lobe-chat/issues/95) ([fdb3c93](https://github.com/lobehub/lobe-chat/commit/fdb3c93)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.57.0](https://github.com/lobehub/lobe-chat/compare/v0.56.0...v0.57.0) + +Released on **2023-08-26** + +#### ♻ Code Refactoring + +- **misc**: Refactor to ChatErrorType. + +#### ✨ Features + +- **misc**: 完善插件请求的错误处理,支持修改与记录插件的配置,支持发送插件配置信息,支持渲染 manifest 中的 settings, 支持设置不正确时进行插件的配置,新增插件请求状态的错误处理. + +#### 🐛 Bug Fixes + +- **misc**: 修正缓存旧数据的报错问题. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor to ChatErrorType ([cd1a033](https://github.com/lobehub/lobe-chat/commit/cd1a033)) + +#### What's improved + +- **misc**: 完善插件请求的错误处理 ([0698d89](https://github.com/lobehub/lobe-chat/commit/0698d89)) +- **misc**: 支持修改与记录插件的配置 ([76e8237](https://github.com/lobehub/lobe-chat/commit/76e8237)) +- **misc**: 支持发送插件配置信息 ([2cedc85](https://github.com/lobehub/lobe-chat/commit/2cedc85)) +- **misc**: 支持渲染 manifest 中的 settings ([1185300](https://github.com/lobehub/lobe-chat/commit/1185300)) +- **misc**: 支持设置不正确时进行插件的配置 ([f972481](https://github.com/lobehub/lobe-chat/commit/f972481)) +- **misc**: 新增插件请求状态的错误处理 ([228002a](https://github.com/lobehub/lobe-chat/commit/228002a)) + +#### What's fixed + +- **misc**: 修正缓存旧数据的报错问题 ([5d8008f](https://github.com/lobehub/lobe-chat/commit/5d8008f)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.56.0](https://github.com/lobehub/lobe-chat/compare/v0.55.1...v0.56.0) + +Released on **2023-08-24** + +#### ✨ Features + +- **misc**: Use new plugin manifest to support plugin’s multi api. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Use new plugin manifest to support plugin’s multi api, closes [#101](https://github.com/lobehub/lobe-chat/issues/101) ([4534598](https://github.com/lobehub/lobe-chat/commit/4534598)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.55.1](https://github.com/lobehub/lobe-chat/compare/v0.55.0...v0.55.1) + +Released on **2023-08-22** + +#### ♻ Code Refactoring + +- **misc**: Refactor plugin api with @lobehub/chat-plugins-gateway. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor plugin api with @lobehub/chat-plugins-gateway, closes [#100](https://github.com/lobehub/lobe-chat/issues/100) ([b88d0db](https://github.com/lobehub/lobe-chat/commit/b88d0db)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.55.0](https://github.com/lobehub/lobe-chat/compare/v0.54.4...v0.55.0) + +Released on **2023-08-22** + +#### ♻ Code Refactoring + +- **misc**: 将网关实现代码集成进 Chat 本体,抽取插件为独立 store, 重构 openai 接口调用逻辑,将插件 schema 开启关闭逻辑与接口解耦,重构插件列表获取逻辑,进而完全移除 plugins 目录. + +#### ✨ Features + +- **misc**: 初步完成插件市场动态加载全链路,实现插件组件的动态加载. + +#### 🐛 Bug Fixes + +- **misc**: Fix error, 修正无法正常开启插件的问题,修正测试,补充插件 store 的水合逻辑. + +#### 💄 Styles + +- **misc**: 完成插件市场 loading 态样式. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: 将网关实现代码集成进 Chat 本体 ([17e8161](https://github.com/lobehub/lobe-chat/commit/17e8161)) +- **misc**: 抽取插件为独立 store ([12b7e7d](https://github.com/lobehub/lobe-chat/commit/12b7e7d)) +- **misc**: 重构 openai 接口调用逻辑,将插件 schema 开启关闭逻辑与接口解耦 ([5aa886e](https://github.com/lobehub/lobe-chat/commit/5aa886e)) +- **misc**: 重构插件列表获取逻辑,进而完全移除 plugins 目录 ([10055e1](https://github.com/lobehub/lobe-chat/commit/10055e1)) + +#### What's improved + +- **misc**: 初步完成插件市场动态加载全链路 ([bc5e40f](https://github.com/lobehub/lobe-chat/commit/bc5e40f)) +- **misc**: 实现插件组件的动态加载 ([04dbab2](https://github.com/lobehub/lobe-chat/commit/04dbab2)) + +#### What's fixed + +- **misc**: Fix error ([fbeec75](https://github.com/lobehub/lobe-chat/commit/fbeec75)) +- **misc**: 修正无法正常开启插件的问题 ([b3e9090](https://github.com/lobehub/lobe-chat/commit/b3e9090)) +- **misc**: 修正测试 ([001de5b](https://github.com/lobehub/lobe-chat/commit/001de5b)) +- **misc**: 补充插件 store 的水合逻辑 ([bfb649b](https://github.com/lobehub/lobe-chat/commit/bfb649b)) + +#### Styles + +- **misc**: 完成插件市场 loading 态样式 ([8009691](https://github.com/lobehub/lobe-chat/commit/8009691)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.54.4](https://github.com/lobehub/lobe-chat/compare/v0.54.3...v0.54.4) + +Released on **2023-08-21** + +#### 🐛 Bug Fixes + +- **misc**: Fix not cannot change setting error. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix not cannot change setting error, closes [#86](https://github.com/lobehub/lobe-chat/issues/86) ([6405c28](https://github.com/lobehub/lobe-chat/commit/6405c28)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.54.3](https://github.com/lobehub/lobe-chat/compare/v0.54.2...v0.54.3) + +Released on **2023-08-21** + +#### ♻ Code Refactoring + +- **misc**: Refactor plugin request. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor plugin request, closes [#89](https://github.com/lobehub/lobe-chat/issues/89) ([23efee3](https://github.com/lobehub/lobe-chat/commit/23efee3)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.54.2](https://github.com/lobehub/lobe-chat/compare/v0.54.1...v0.54.2) + +Released on **2023-08-16** + +#### 💄 Styles + +- **misc**: 修正图片选项的样式问题. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: 修正图片选项的样式问题 ([5f576cb](https://github.com/lobehub/lobe-chat/commit/5f576cb)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.54.1](https://github.com/lobehub/lobe-chat/compare/v0.54.0...v0.54.1) + +Released on **2023-08-16** + +#### 🐛 Bug Fixes + +- **misc**: 修正 i18n 失效的问题. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: 修正 i18n 失效的问题,closes [#80](https://github.com/lobehub/lobe-chat/issues/80) ([b8d957b](https://github.com/lobehub/lobe-chat/commit/b8d957b)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.54.0](https://github.com/lobehub/lobe-chat/compare/v0.53.0...v0.54.0) + +Released on **2023-08-15** + +#### ✨ Features + +- **misc**: Add new features and improve user interface and functionality. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Add new features and improve user interface and functionality ([1543bd1](https://github.com/lobehub/lobe-chat/commit/1543bd1)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.53.0](https://github.com/lobehub/lobe-chat/compare/v0.52.1...v0.53.0) + +Released on **2023-08-15** + +#### ✨ Features + +- **sidebar**: Add DraggablePanelContainer and adjust layout and styling. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **sidebar**: Add DraggablePanelContainer and adjust layout and styling ([e8c384f](https://github.com/lobehub/lobe-chat/commit/e8c384f)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.52.1](https://github.com/lobehub/lobe-chat/compare/v0.52.0...v0.52.1) + +Released on **2023-08-15** + +#### ♻ Code Refactoring + +- **misc**: Replace cdn. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Replace cdn ([2875400](https://github.com/lobehub/lobe-chat/commit/2875400)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.52.0](https://github.com/lobehub/lobe-chat/compare/v0.51.0...v0.52.0) + +Released on **2023-08-15** + +#### ✨ Features + +- **misc**: Add avatar compress. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Add avatar compress ([1325b40](https://github.com/lobehub/lobe-chat/commit/1325b40)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.51.0](https://github.com/lobehub/lobe-chat/compare/v0.50.0...v0.51.0) + +Released on **2023-08-15** + +#### ✨ Features + +- **misc**: Add Footer component and modify Token and index files. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Add Footer component and modify Token and index files ([41a3823](https://github.com/lobehub/lobe-chat/commit/41a3823)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.50.0](https://github.com/lobehub/lobe-chat/compare/v0.49.0...v0.50.0) + +Released on **2023-08-15** + +#### ✨ Features + +- **misc**: Update messages, settings, error codes, plugin names, weather data display, and UI. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Update messages, settings, error codes, plugin names, weather data display, and UI ([a41db51](https://github.com/lobehub/lobe-chat/commit/a41db51)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.49.0](https://github.com/lobehub/lobe-chat/compare/v0.48.0...v0.49.0) + +Released on **2023-08-15** + +#### ✨ Features + +- **misc**: Add `BackToBottom` to conversation, Update icons and text in various components. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Add `BackToBottom` to conversation ([1433aa9](https://github.com/lobehub/lobe-chat/commit/1433aa9)) +- **misc**: Update icons and text in various components ([0e7a683](https://github.com/lobehub/lobe-chat/commit/0e7a683)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.48.0](https://github.com/lobehub/lobe-chat/compare/v0.47.0...v0.48.0) + +Released on **2023-08-15** + +#### ✨ Features + +- **misc**: Import SiOpenai icon and replace 'Tag' component in chat feature. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Import SiOpenai icon and replace 'Tag' component in chat feature ([98b0352](https://github.com/lobehub/lobe-chat/commit/98b0352)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.47.0](https://github.com/lobehub/lobe-chat/compare/v0.46.1...v0.47.0) + +Released on **2023-08-15** + +#### ✨ Features + +- **misc**: Add and update UI elements and agent configuration. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Add and update UI elements and agent configuration ([eb7fbee](https://github.com/lobehub/lobe-chat/commit/eb7fbee)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.46.1](https://github.com/lobehub/lobe-chat/compare/v0.46.0...v0.46.1) + +Released on **2023-08-14** + +#### 💄 Styles + +- **misc**: Fix SystemRole Skeleton padding. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Fix SystemRole Skeleton padding ([ce485a0](https://github.com/lobehub/lobe-chat/commit/ce485a0)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.46.0](https://github.com/lobehub/lobe-chat/compare/v0.45.0...v0.46.0) + +Released on **2023-08-14** + +#### ✨ Features + +- **misc**: Update styling and functionality of AgentPrompt and EditableMessage components, 支持停止生成消息. + +#### 🐛 Bug Fixes + +- **misc**: Remove input highlight. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Update styling and functionality of AgentPrompt and EditableMessage components ([80b521c](https://github.com/lobehub/lobe-chat/commit/80b521c)) +- **misc**: 支持停止生成消息,closes [#78](https://github.com/lobehub/lobe-chat/issues/78) ([9eeca80](https://github.com/lobehub/lobe-chat/commit/9eeca80)) + +#### What's fixed + +- **misc**: Remove input highlight ([ad2001a](https://github.com/lobehub/lobe-chat/commit/ad2001a)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.45.0](https://github.com/lobehub/lobe-chat/compare/v0.44.4...v0.45.0) + +Released on **2023-08-14** + +#### ✨ Features + +- **misc**: 优化每个角色的初始引导. + +#### 💄 Styles + +- **misc**: 优化初始化加载状态,等到会话加载完毕再显示内容. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: 优化每个角色的初始引导,closes [#76](https://github.com/lobehub/lobe-chat/issues/76) ([8d78dc5](https://github.com/lobehub/lobe-chat/commit/8d78dc5)) + +#### Styles + +- **misc**: 优化初始化加载状态,等到会话加载完毕再显示内容 ([cf603cb](https://github.com/lobehub/lobe-chat/commit/cf603cb)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.44.4](https://github.com/lobehub/lobe-chat/compare/v0.44.3...v0.44.4) + +Released on **2023-08-13** + +#### 💄 Styles + +- **misc**: 优化 Chat Skeleton 样式,优化 Inbox 样式. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: 优化 Chat Skeleton 样式 ([3f83be0](https://github.com/lobehub/lobe-chat/commit/3f83be0)) +- **misc**: 优化 Inbox 样式 ([924c12e](https://github.com/lobehub/lobe-chat/commit/924c12e)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.44.3](https://github.com/lobehub/lobe-chat/compare/v0.44.2...v0.44.3) + +Released on **2023-08-13** + +#### ♻ Code Refactoring + +- **misc**: 重构 organizeChats 方法. + +#### 🐛 Bug Fixes + +- **misc**: 修正 inbox 点击重新生成会报错的问题. + +#### 💄 Styles + +- **misc**: 修正话题列表无法滚动的问题. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: 重构 organizeChats 方法 ([799612e](https://github.com/lobehub/lobe-chat/commit/799612e)) + +#### What's fixed + +- **misc**: 修正 inbox 点击重新生成会报错的问题 ([064ef56](https://github.com/lobehub/lobe-chat/commit/064ef56)) + +#### Styles + +- **misc**: 修正话题列表无法滚动的问题 ([26772e7](https://github.com/lobehub/lobe-chat/commit/26772e7)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.44.2](https://github.com/lobehub/lobe-chat/compare/v0.44.1...v0.44.2) + +Released on **2023-08-13** + +#### 🐛 Bug Fixes + +- **misc**: 修正重新生成时切分历史消息的逻辑. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: 修正重新生成时切分历史消息的逻辑,closes [#50](https://github.com/lobehub/lobe-chat/issues/50) ([de5141f](https://github.com/lobehub/lobe-chat/commit/de5141f)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.44.1](https://github.com/lobehub/lobe-chat/compare/v0.44.0...v0.44.1) + +Released on **2023-08-12** + +
+ +
+ Improvements and Fixes +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.44.0](https://github.com/lobehub/lobe-chat/compare/v0.43.0...v0.44.0) + +Released on **2023-08-12** + +#### ♻ Code Refactoring + +- **misc**: 优化 Inbox 会话的实现逻辑,将 chat 中的功能模型拆分到 features 中,重构 session 相关实现,移除循环依赖. + +#### ✨ Features + +- **misc**: 支持 inbox 消息导出,支持 inbox 的会话功能,新增 inbox 数据模型,新增 inbox 模块入口. + +#### 💄 Styles + +- **misc**: Fix Inbox defaultMessage avatar, 优化 header 的 setting 展示,优化门禁下默认的解锁方式,补充 ChatList 的 Loading 态. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: 优化 Inbox 会话的实现逻辑 ([22cc4cf](https://github.com/lobehub/lobe-chat/commit/22cc4cf)) +- **misc**: 将 chat 中的功能模型拆分到 features 中 ([e25a856](https://github.com/lobehub/lobe-chat/commit/e25a856)) +- **misc**: 重构 session 相关实现,移除循环依赖 ([9acf65c](https://github.com/lobehub/lobe-chat/commit/9acf65c)) + +#### What's improved + +- **misc**: 支持 inbox 消息导出 ([498e075](https://github.com/lobehub/lobe-chat/commit/498e075)) +- **misc**: 支持 inbox 的会话功能 ([9b713b8](https://github.com/lobehub/lobe-chat/commit/9b713b8)) +- **misc**: 新增 inbox 数据模型 ([91a8158](https://github.com/lobehub/lobe-chat/commit/91a8158)) +- **misc**: 新增 inbox 模块入口 ([6fc8907](https://github.com/lobehub/lobe-chat/commit/6fc8907)) + +#### Styles + +- **misc**: Fix Inbox defaultMessage avatar ([dbc18a4](https://github.com/lobehub/lobe-chat/commit/dbc18a4)) +- **misc**: 优化 header 的 setting 展示 ([201d380](https://github.com/lobehub/lobe-chat/commit/201d380)) +- **misc**: 优化门禁下默认的解锁方式 ([df9bb45](https://github.com/lobehub/lobe-chat/commit/df9bb45)) +- **misc**: 补充 ChatList 的 Loading 态 ([eb3eb5d](https://github.com/lobehub/lobe-chat/commit/eb3eb5d)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.43.0](https://github.com/lobehub/lobe-chat/compare/v0.42.3...v0.43.0) + +Released on **2023-08-12** + +#### ✨ Features + +- **misc**: 支持切换语言. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: 支持切换语言,closes [#67](https://github.com/lobehub/lobe-chat/issues/67) ([63ed8ec](https://github.com/lobehub/lobe-chat/commit/63ed8ec)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.42.3](https://github.com/lobehub/lobe-chat/compare/v0.42.2...v0.42.3) + +Released on **2023-08-12** + +#### 💄 Styles + +- **misc**: 暂时隐藏 Hero 模板. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: 暂时隐藏 Hero 模板 ([8289ae6](https://github.com/lobehub/lobe-chat/commit/8289ae6)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.42.2](https://github.com/lobehub/lobe-chat/compare/v0.42.1...v0.42.2) + +Released on **2023-08-12** + +#### ♻ Code Refactoring + +- **misc**: 将 useSettings 更名为 useGlobalStore, 将原本的 settings 更名为 global, 收敛切换 SideBar 方法为 useSwitchSideBarOnInit, 重构需本地缓存的状态为 preference. + +#### 🐛 Bug Fixes + +- **misc**: 修正移除 session 时的路由跳转逻辑. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: 将 useSettings 更名为 useGlobalStore ([bdde7df](https://github.com/lobehub/lobe-chat/commit/bdde7df)) +- **misc**: 将原本的 settings 更名为 global ([e42d34c](https://github.com/lobehub/lobe-chat/commit/e42d34c)) +- **misc**: 收敛切换 SideBar 方法为 useSwitchSideBarOnInit ([bbad38f](https://github.com/lobehub/lobe-chat/commit/bbad38f)) +- **misc**: 重构需本地缓存的状态为 preference ([8359b62](https://github.com/lobehub/lobe-chat/commit/8359b62)) + +#### What's fixed + +- **misc**: 修正移除 session 时的路由跳转逻辑 ([8b7838d](https://github.com/lobehub/lobe-chat/commit/8b7838d)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.42.1](https://github.com/lobehub/lobe-chat/compare/v0.42.0...v0.42.1) + +Released on **2023-08-12** + +#### 💄 Styles + +- **misc**: 优化 App 首页 Loading 态. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: 优化 App 首页 Loading 态 ([72104e8](https://github.com/lobehub/lobe-chat/commit/72104e8)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.42.0](https://github.com/lobehub/lobe-chat/compare/v0.41.2...v0.42.0) + +Released on **2023-08-11** + +#### ✨ Features + +- **misc**: Add `Welcome` page. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Add `Welcome` page, closes [#60](https://github.com/lobehub/lobe-chat/issues/60) ([810ab0f](https://github.com/lobehub/lobe-chat/commit/810ab0f)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.41.2](https://github.com/lobehub/lobe-chat/compare/v0.41.1...v0.41.2) + +Released on **2023-08-10** + +#### ♻ Code Refactoring + +- **misc**: 将 sessionStore 默认 equalFn 改为 shallow, 将 settingStore 默认 equalFn 改为 shallow. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: 将 sessionStore 默认 equalFn 改为 shallow ([5c1b8d7](https://github.com/lobehub/lobe-chat/commit/5c1b8d7)) +- **misc**: 将 settingStore 默认 equalFn 改为 shallow ([1e72308](https://github.com/lobehub/lobe-chat/commit/1e72308)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.41.1](https://github.com/lobehub/lobe-chat/compare/v0.41.0...v0.41.1) + +Released on **2023-08-10** + +#### ♻ Code Refactoring + +- **misc**: 重构 settings store 代码写法. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: 重构 settings store 代码写法 ([4b6f917](https://github.com/lobehub/lobe-chat/commit/4b6f917)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.41.0](https://github.com/lobehub/lobe-chat/compare/v0.40.7...v0.41.0) + +Released on **2023-08-10** + +#### ✨ Features + +- **misc**: 支持持久化隐藏 Topic 功能. + +#### 💄 Styles + +- **misc**: 优化第一次水合逻辑. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: 支持持久化隐藏 Topic 功能 ([9ea2778](https://github.com/lobehub/lobe-chat/commit/9ea2778)) + +#### Styles + +- **misc**: 优化第一次水合逻辑 ([fefae61](https://github.com/lobehub/lobe-chat/commit/fefae61)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.40.7](https://github.com/lobehub/lobe-chat/compare/v0.40.6...v0.40.7) + +Released on **2023-08-10** + +#### 💄 Styles + +- **misc**: 优化 Topic 的水合加载效果. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: 优化 Topic 的水合加载效果 ([0cd0088](https://github.com/lobehub/lobe-chat/commit/0cd0088)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.40.6](https://github.com/lobehub/lobe-chat/compare/v0.40.5...v0.40.6) + +Released on **2023-08-10** + +#### ♻ Code Refactoring + +- **misc**: 重构优化 hydrated 的判断逻辑. + +#### 💄 Styles + +- **misc**: 优化水合前的加载效果. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: 重构优化 hydrated 的判断逻辑 ([1781119](https://github.com/lobehub/lobe-chat/commit/1781119)) + +#### Styles + +- **misc**: 优化水合前的加载效果 ([6bbd978](https://github.com/lobehub/lobe-chat/commit/6bbd978)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.40.5](https://github.com/lobehub/lobe-chat/compare/v0.40.4...v0.40.5) + +Released on **2023-08-10** + +#### 💄 Styles + +- **misc**: 增加未初始化的 loading 态. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: 增加未初始化的 loading 态 ([dcb7c07](https://github.com/lobehub/lobe-chat/commit/dcb7c07)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.40.4](https://github.com/lobehub/lobe-chat/compare/v0.40.3...v0.40.4) + +Released on **2023-08-10** + +#### 💄 Styles + +- **misc**: 优化 Header 样式. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: 优化 Header 样式 ([edd148a](https://github.com/lobehub/lobe-chat/commit/edd148a)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.40.3](https://github.com/lobehub/lobe-chat/compare/v0.40.2...v0.40.3) + +Released on **2023-08-10** + +#### 🐛 Bug Fixes + +- **misc**: 修正没有 prompt 的编辑与保存按钮的问题. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: 修正没有 prompt 的编辑与保存按钮的问题 ([b7e1648](https://github.com/lobehub/lobe-chat/commit/b7e1648)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.40.2](https://github.com/lobehub/lobe-chat/compare/v0.40.1...v0.40.2) + +Released on **2023-08-08** + +#### 🐛 Bug Fixes + +- **misc**: 修正 defaults 造成的 config 报错. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: 修正 defaults 造成的 config 报错 ([0857fa7](https://github.com/lobehub/lobe-chat/commit/0857fa7)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.40.1](https://github.com/lobehub/lobe-chat/compare/v0.40.0...v0.40.1) + +Released on **2023-08-06** + +#### 🐛 Bug Fixes + +- **misc**: 优化 openai 接口的错误处理逻辑. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: 优化 openai 接口的错误处理逻辑 ([eae78fe](https://github.com/lobehub/lobe-chat/commit/eae78fe)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.40.0](https://github.com/lobehub/lobe-chat/compare/v0.39.4...v0.40.0) + +Released on **2023-08-05** + +#### ✨ Features + +- **misc**: Add new dependency, add Tag and PluginTag components, update HeaderTitle. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Add new dependency, add Tag and PluginTag components, update HeaderTitle, closes [#56](https://github.com/lobehub/lobe-chat/issues/56) [#55](https://github.com/lobehub/lobe-chat/issues/55) [#54](https://github.com/lobehub/lobe-chat/issues/54) ([2812ea2](https://github.com/lobehub/lobe-chat/commit/2812ea2)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.39.4](https://github.com/lobehub/lobe-chat/compare/v0.39.3...v0.39.4) + +Released on **2023-08-05** + +#### 💄 Styles + +- **misc**: 修正 assistant 消息没有 background 的问题. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: 修正 assistant 消息没有 background 的问题,closes [#42](https://github.com/lobehub/lobe-chat/issues/42) ([812e976](https://github.com/lobehub/lobe-chat/commit/812e976)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.39.3](https://github.com/lobehub/lobe-chat/compare/v0.39.2...v0.39.3) + +Released on **2023-08-04** + +#### 🐛 Bug Fixes + +- **misc**: 优化 405 报错返回内容,并优化 openai 服务端超时处理逻辑. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: 优化 405 报错返回内容,并优化 openai 服务端超时处理逻辑 ([0acc829](https://github.com/lobehub/lobe-chat/commit/0acc829)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.39.2](https://github.com/lobehub/lobe-chat/compare/v0.39.1...v0.39.2) + +Released on **2023-08-04** + +#### 💄 Styles + +- **misc**: 优化 topic 样式. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: 优化 topic 样式 ([75dc034](https://github.com/lobehub/lobe-chat/commit/75dc034)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.39.1](https://github.com/lobehub/lobe-chat/compare/v0.39.0...v0.39.1) + +Released on **2023-08-04** + +#### 🐛 Bug Fixes + +- **misc**: 修正 basePath 在生产环境下不生效的问题. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: 修正 basePath 在生产环境下不生效的问题 ([71b9139](https://github.com/lobehub/lobe-chat/commit/71b9139)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.39.0](https://github.com/lobehub/lobe-chat/compare/v0.38.0...v0.39.0) + +Released on **2023-08-04** + +#### ✨ Features + +- **misc**: 支持多轮的插件意图识别,支持自定义 OpenAI 代理地址. + +#### 💄 Styles + +- **misc**: 优化插件的展示逻辑. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: 支持多轮的插件意图识别 ([5127f1b](https://github.com/lobehub/lobe-chat/commit/5127f1b)) +- **misc**: 支持自定义 OpenAI 代理地址 ([33a111c](https://github.com/lobehub/lobe-chat/commit/33a111c)) + +#### Styles + +- **misc**: 优化插件的展示逻辑 ([7621bad](https://github.com/lobehub/lobe-chat/commit/7621bad)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.38.0](https://github.com/lobehub/lobe-chat/compare/v0.37.0...v0.38.0) + +Released on **2023-08-04** + +#### ✨ Features + +- **misc**: Add topic empty. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Add topic empty ([b9f267c](https://github.com/lobehub/lobe-chat/commit/b9f267c)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.37.0](https://github.com/lobehub/lobe-chat/compare/v0.36.1...v0.37.0) + +Released on **2023-08-03** + +#### ✨ Features + +- **misc**: 支持使用全局助手的设置作为默认助手的创建角色. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: 支持使用全局助手的设置作为默认助手的创建角色,closes [#44](https://github.com/lobehub/lobe-chat/issues/44) ([f91857d](https://github.com/lobehub/lobe-chat/commit/f91857d)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.36.1](https://github.com/lobehub/lobe-chat/compare/v0.36.0...v0.36.1) + +Released on **2023-08-03** + +#### ♻ Code Refactoring + +- **misc**: Refactor zustand usage with v4.4. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Refactor zustand usage with v4.4, closes [#52](https://github.com/lobehub/lobe-chat/issues/52) ([4c65aa7](https://github.com/lobehub/lobe-chat/commit/4c65aa7)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.36.0](https://github.com/lobehub/lobe-chat/compare/v0.35.1...v0.36.0) + +Released on **2023-08-03** + +#### ✨ Features + +- **misc**: 实现自定义历史消息数功能. + +#### 🐛 Bug Fixes + +- **misc**: Fix setting type. + +#### 💄 Styles + +- **misc**: Fix session item height. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: 实现自定义历史消息数功能 ([7baa022](https://github.com/lobehub/lobe-chat/commit/7baa022)) + +#### What's fixed + +- **misc**: Fix setting type ([57e415e](https://github.com/lobehub/lobe-chat/commit/57e415e)) + +#### Styles + +- **misc**: Fix session item height ([6cd1de5](https://github.com/lobehub/lobe-chat/commit/6cd1de5)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.35.1](https://github.com/lobehub/lobe-chat/compare/v0.35.0...v0.35.1) + +Released on **2023-07-31** + +#### 💄 Styles + +- **misc**: Update doc mode and token tags. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Update doc mode and token tags ([1d3c5b6](https://github.com/lobehub/lobe-chat/commit/1d3c5b6)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.35.0](https://github.com/lobehub/lobe-chat/compare/v0.34.0...v0.35.0) + +Released on **2023-07-31** + +#### ✨ Features + +- **misc**: Add agent settings functionality, new components, and features for AgentMeta, Add and modify translations for various keys in JSON code files. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Add agent settings functionality, new components, and features for AgentMeta ([b1e5ff9](https://github.com/lobehub/lobe-chat/commit/b1e5ff9)) +- **misc**: Add and modify translations for various keys in JSON code files ([503adb4](https://github.com/lobehub/lobe-chat/commit/503adb4)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.34.0](https://github.com/lobehub/lobe-chat/compare/v0.33.0...v0.34.0) + +Released on **2023-07-31** + +#### ✨ Features + +- **misc**: Add agent settings functionality, Add new components and features for AgentMeta, Improve organization and functionality of settings and configuration features. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Add agent settings functionality ([b0aaeed](https://github.com/lobehub/lobe-chat/commit/b0aaeed)) +- **misc**: Add new components and features for AgentMeta ([1232d95](https://github.com/lobehub/lobe-chat/commit/1232d95)) +- **misc**: Improve organization and functionality of settings and configuration features ([badde35](https://github.com/lobehub/lobe-chat/commit/badde35)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.33.0](https://github.com/lobehub/lobe-chat/compare/v0.32.0...v0.33.0) + +Released on **2023-07-30** + +#### ✨ Features + +- **misc**: 支持输入模板预处理. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: 支持输入模板预处理 ([84082c1](https://github.com/lobehub/lobe-chat/commit/84082c1)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.32.0](https://github.com/lobehub/lobe-chat/compare/v0.31.0...v0.32.0) + +Released on **2023-07-30** + +#### ✨ Features + +- **misc**: 支持会话置顶. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: 支持会话置顶,closes [#32](https://github.com/lobehub/lobe-chat/issues/32) ([fc44b5d](https://github.com/lobehub/lobe-chat/commit/fc44b5d)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.31.0](https://github.com/lobehub/lobe-chat/compare/v0.30.1...v0.31.0) + +Released on **2023-07-30** + +#### ✨ Features + +- **misc**: 支持展示 token 使用量. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: 支持展示 token 使用量,closes [#31](https://github.com/lobehub/lobe-chat/issues/31) ([e4d4dac](https://github.com/lobehub/lobe-chat/commit/e4d4dac)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.30.1](https://github.com/lobehub/lobe-chat/compare/v0.30.0...v0.30.1) + +Released on **2023-07-30** + +#### 💄 Styles + +- **misc**: 优化搜索引擎插件展示. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: 优化搜索引擎插件展示 ([347e6b0](https://github.com/lobehub/lobe-chat/commit/347e6b0)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.30.0](https://github.com/lobehub/lobe-chat/compare/v0.29.0...v0.30.0) + +Released on **2023-07-30** + +#### ✨ Features + +- **misc**: 优化保存为话题功能,实现 Topic 重命名功能,实现话题删除功能,支持缓存角色面板的展开折叠状态. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: 优化保存为话题功能 ([fdbe084](https://github.com/lobehub/lobe-chat/commit/fdbe084)) +- **misc**: 实现 Topic 重命名功能 ([5ef1685](https://github.com/lobehub/lobe-chat/commit/5ef1685)) +- **misc**: 实现话题删除功能 ([970889d](https://github.com/lobehub/lobe-chat/commit/970889d)) +- **misc**: 支持缓存角色面板的展开折叠状态 ([c241c4b](https://github.com/lobehub/lobe-chat/commit/c241c4b)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.29.0](https://github.com/lobehub/lobe-chat/compare/v0.28.0...v0.29.0) + +Released on **2023-07-30** + +#### ✨ Features + +- **misc**: 实现单个会话和角色的导出功能,实现清空所有会话消息. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: 实现单个会话和角色的导出功能 ([d15a481](https://github.com/lobehub/lobe-chat/commit/d15a481)) +- **misc**: 实现清空所有会话消息 ([64c5125](https://github.com/lobehub/lobe-chat/commit/64c5125)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.28.0](https://github.com/lobehub/lobe-chat/compare/v0.27.4...v0.28.0) + +Released on **2023-07-30** + +#### ♻ Code Refactoring + +- **misc**: 重构 settings 相关类型. + +#### ✨ Features + +- **misc**: 优化 SideBar 实现,激活态指示更加明确,实现 session 导入功能,实现配置导出功能. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: 重构 settings 相关类型 ([6b7c0a0](https://github.com/lobehub/lobe-chat/commit/6b7c0a0)) + +#### What's improved + +- **misc**: 优化 SideBar 实现,激活态指示更加明确 ([8a467df](https://github.com/lobehub/lobe-chat/commit/8a467df)) +- **misc**: 实现 session 导入功能 ([5650167](https://github.com/lobehub/lobe-chat/commit/5650167)) +- **misc**: 实现配置导出功能 ([c1f73fe](https://github.com/lobehub/lobe-chat/commit/c1f73fe)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.27.4](https://github.com/lobehub/lobe-chat/compare/v0.27.3...v0.27.4) + +Released on **2023-07-29** + +#### 🐛 Bug Fixes + +- **misc**: 修正日志超过 4096 长度的问题. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: 修正日志超过 4096 长度的问题 ([6066aff](https://github.com/lobehub/lobe-chat/commit/6066aff)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.27.3](https://github.com/lobehub/lobe-chat/compare/v0.27.2...v0.27.3) + +Released on **2023-07-29** + +#### 🐛 Bug Fixes + +- **misc**: 修正返回结果导致插件无法正常识别的问题. + +#### 💄 Styles + +- **misc**: 优化样式. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: 修正返回结果导致插件无法正常识别的问题 ([b183188](https://github.com/lobehub/lobe-chat/commit/b183188)) + +#### Styles + +- **misc**: 优化样式 ([9ce5d1d](https://github.com/lobehub/lobe-chat/commit/9ce5d1d)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.27.2](https://github.com/lobehub/lobe-chat/compare/v0.27.1...v0.27.2) + +Released on **2023-07-29** + +#### ♻ Code Refactoring + +- **misc**: 重构并优化文档抓取插件能力. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: 重构并优化文档抓取插件能力 ([ff56348](https://github.com/lobehub/lobe-chat/commit/ff56348)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.27.1](https://github.com/lobehub/lobe-chat/compare/v0.27.0...v0.27.1) + +Released on **2023-07-29** + +#### 💄 Styles + +- **misc**: 优化搜索引擎样式. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: 优化搜索引擎样式 ([699afb3](https://github.com/lobehub/lobe-chat/commit/699afb3)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.27.0](https://github.com/lobehub/lobe-chat/compare/v0.26.1...v0.27.0) + +Released on **2023-07-29** + +#### ✨ Features + +- **misc**: 优化搜索引擎插件交互展示. + +#### 💄 Styles + +- **misc**: 优化兜底结果展示. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: 优化搜索引擎插件交互展示 ([4751084](https://github.com/lobehub/lobe-chat/commit/4751084)) + +#### Styles + +- **misc**: 优化兜底结果展示 ([9da45d6](https://github.com/lobehub/lobe-chat/commit/9da45d6)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.26.1](https://github.com/lobehub/lobe-chat/compare/v0.26.0...v0.26.1) + +Released on **2023-07-29** + +#### ♻ Code Refactoring + +- **misc**: 优化 setting Layout 实现. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: 优化 setting Layout 实现 ([f789935](https://github.com/lobehub/lobe-chat/commit/f789935)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.26.0](https://github.com/lobehub/lobe-chat/compare/v0.25.0...v0.26.0) + +Released on **2023-07-28** + +#### ✨ Features + +- **misc**: support password auth and error. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: support password auth and error, closes [#22](https://github.com/lobehub/lobe-chat/issues/22) ([67f1f4d](https://github.com/lobehub/lobe-chat/commit/67f1f4d)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.25.0](https://github.com/lobehub/lobe-chat/compare/v0.24.0...v0.25.0) + +Released on **2023-07-26** + +#### ✨ Features + +- **sidebar**: Add import functionality and set labels and onClick functions + +
+ +
+ Improvements and Fixes + +#### ✨ Features + +- **sidebar**: Add import functionality and set labels and onClick functions ([03ea9bd](https://github.com/lobehub/lobe-chat/commit/03ea9bd)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.24.0](https://github.com/lobehub/lobe-chat/compare/v0.23.0...v0.24.0) + +Released on **2023-07-26** + +#### ✨ Features + +- **misc**: Add new translations, update existing translations, add functionality to components, modify styling, and adjust placeholder text + +
+ +
+ Improvements and Fixes + +#### ✨ Features + +- Add new translations, update existing translations, add functionality to components, modify styling, and adjust placeholder text ([da4ae72](https://github.com/lobehub/lobe-chat/commit/da4ae72)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.23.0](https://github.com/lobehub/lobe-chat/compare/v0.22.2...v0.23.0) + +Released on **2023-07-26** + +#### ✨ Features + +- **misc**: Add new features, update URLs, customize appearance, and implement components + +
+ +
+ Improvements and Fixes + +#### ✨ Features + +- Add new features, update URLs, customize appearance, and implement components ([4b61bf4](https://github.com/lobehub/lobe-chat/commit/4b61bf4)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.22.2](https://github.com/lobehub/lobe-chat/compare/v0.22.1...v0.22.2) + +Released on **2023-07-26** + +#### 💄 Styles + +- **misc**: 优化 tooltip 显示. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: 优化 tooltip 显示 ([4ba0295](https://github.com/lobehub/lobe-chat/commit/4ba0295)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.22.1](https://github.com/lobehub/lobe-chat/compare/v0.22.0...v0.22.1) + +Released on **2023-07-25** + +#### 🐛 Bug Fixes + +- **misc**: 修正自定义 OpenAI API Key 的使用问题. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: 修正自定义 OpenAI API Key 的使用问题 ([84475c0](https://github.com/lobehub/lobe-chat/commit/84475c0)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.22.0](https://github.com/lobehub/lobe-chat/compare/v0.21.0...v0.22.0) + +Released on **2023-07-25** + +#### ✨ Features + +- **misc**: 支持使用自定义 OpenAI Key. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: 支持使用自定义 OpenAI Key, closes [#20](https://github.com/lobehub/lobe-chat/issues/20) ([fb454a0](https://github.com/lobehub/lobe-chat/commit/fb454a0)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.21.0](https://github.com/lobehub/lobe-chat/compare/v0.20.0...v0.21.0) + +Released on **2023-07-25** + +#### ♻ Code Refactoring + +- **misc**: Move component folder. + +#### ✨ Features + +- **misc**: 支持快捷配置模型、温度. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Move component folder ([fb85d16](https://github.com/lobehub/lobe-chat/commit/fb85d16)) + +#### What's improved + +- **misc**: 支持快捷配置模型、温度,closes [#19](https://github.com/lobehub/lobe-chat/issues/19) ([31daee1](https://github.com/lobehub/lobe-chat/commit/31daee1)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.20.0](https://github.com/lobehub/lobe-chat/compare/v0.19.0...v0.20.0) + +Released on **2023-07-25** + +#### ✨ Features + +- **misc**: 实现话题模块. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: 实现话题模块,closes [#16](https://github.com/lobehub/lobe-chat/issues/16) ([64fd6ee](https://github.com/lobehub/lobe-chat/commit/64fd6ee)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.19.0](https://github.com/lobehub/lobe-chat/compare/v0.18.2...v0.19.0) + +Released on **2023-07-24** + +#### ♻ Code Refactoring + +- **misc**: 将 message reducer 提取到独立文件夹中,清理无用代码实现. + +#### ✨ Features + +- **misc**: 数据结构层完成 topic 模型改造. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: 将 message reducer 提取到独立文件夹中 ([64f40ca](https://github.com/lobehub/lobe-chat/commit/64f40ca)) +- **misc**: 清理无用代码实现 ([3655b60](https://github.com/lobehub/lobe-chat/commit/3655b60)) + +#### What's improved + +- **misc**: 数据结构层完成 topic 模型改造 ([99fa2a6](https://github.com/lobehub/lobe-chat/commit/99fa2a6)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.18.2](https://github.com/lobehub/lobe-chat/compare/v0.18.1...v0.18.2) + +Released on **2023-07-24** + +#### 💄 Styles + +- **misc**: 修正 markdown li 丢失的问题. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: 修正 markdown li 丢失的问题 ([eb6e831](https://github.com/lobehub/lobe-chat/commit/eb6e831)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.18.1](https://github.com/lobehub/lobe-chat/compare/v0.18.0...v0.18.1) + +Released on **2023-07-24** + +#### ♻ Code Refactoring + +- **misc**: 优化新会话的创建逻辑 session. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: 优化新会话的创建逻辑 session ([d70f22d](https://github.com/lobehub/lobe-chat/commit/d70f22d)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.18.0](https://github.com/lobehub/lobe-chat/compare/v0.17.0...v0.18.0) + +Released on **2023-07-24** + +#### ✨ Features + +- **misc**: 实现会话展示模式切换,并优化默认创建角色的配置. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: 实现会话展示模式切换,并优化默认创建角色的配置 ([27ae82f](https://github.com/lobehub/lobe-chat/commit/27ae82f)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.17.0](https://github.com/lobehub/lobe-chat/compare/v0.16.1...v0.17.0) + +Released on **2023-07-24** + +#### ✨ Features + +- **misc**: 表单配置支持设定各项高级参数. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: 表单配置支持设定各项高级参数 ([6949cc6](https://github.com/lobehub/lobe-chat/commit/6949cc6)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.16.1](https://github.com/lobehub/lobe-chat/compare/v0.16.0...v0.16.1) + +Released on **2023-07-24** + +#### ♻ Code Refactoring + +- **misc**: 重构优化 selectors 实现. + +#### 💄 Styles + +- **misc**: 优化 document title. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: 重构优化 selectors 实现 ([97fe1cd](https://github.com/lobehub/lobe-chat/commit/97fe1cd)) + +#### Styles + +- **misc**: 优化 document title ([c3cda00](https://github.com/lobehub/lobe-chat/commit/c3cda00)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.16.0](https://github.com/lobehub/lobe-chat/compare/v0.15.1...v0.16.0) + +Released on **2023-07-24** + +#### ✨ Features + +- **misc**: 支持自动跳转到第一条会话. + +#### 💄 Styles + +- **misc**: 修正插件的展示文案. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: 支持自动跳转到第一条会话 ([54f01c7](https://github.com/lobehub/lobe-chat/commit/54f01c7)) + +#### Styles + +- **misc**: 修正插件的展示文案 ([53c81ae](https://github.com/lobehub/lobe-chat/commit/53c81ae)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.15.1](https://github.com/lobehub/lobe-chat/compare/v0.15.0...v0.15.1) + +Released on **2023-07-24** + +#### 💄 Styles + +- **misc**: 更新插件文案. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: 更新插件文案 ([0411335](https://github.com/lobehub/lobe-chat/commit/0411335)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.15.0](https://github.com/lobehub/lobe-chat/compare/v0.14.0...v0.15.0) + +Released on **2023-07-24** + +#### ✨ Features + +- **misc**: Add new features and improve user experience, Import and use constants from "meta.ts" instead of "agentConfig". + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Add new features and improve user experience ([64c8782](https://github.com/lobehub/lobe-chat/commit/64c8782)) +- **misc**: Import and use constants from "meta.ts" instead of "agentConfig" ([1eb6a17](https://github.com/lobehub/lobe-chat/commit/1eb6a17)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.14.0](https://github.com/lobehub/lobe-chat/compare/v0.13.1...v0.14.0) + +Released on **2023-07-24** + +#### ✨ Features + +- **misc**: 支持网页抓取. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: 支持网页抓取,closes [#14](https://github.com/lobehub/lobe-chat/issues/14) ([9e933b0](https://github.com/lobehub/lobe-chat/commit/9e933b0)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.13.1](https://github.com/lobehub/lobe-chat/compare/v0.13.0...v0.13.1) + +Released on **2023-07-23** + +#### 🐛 Bug Fixes + +- **misc**: 修正搜索引擎插件的实现问题. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: 修正搜索引擎插件的实现问题 ([d19a805](https://github.com/lobehub/lobe-chat/commit/d19a805)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.13.0](https://github.com/lobehub/lobe-chat/compare/v0.12.1...v0.13.0) + +Released on **2023-07-23** + +#### ✨ Features + +- **misc**: 优化插件模式下的用户体验. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: 优化插件模式下的用户体验,closes [#13](https://github.com/lobehub/lobe-chat/issues/13) ([4596f12](https://github.com/lobehub/lobe-chat/commit/4596f12)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.12.1](https://github.com/lobehub/lobe-chat/compare/v0.12.0...v0.12.1) + +Released on **2023-07-23** + +#### 🐛 Bug Fixes + +- **misc**: 修正 message parentId 不正确的问题. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: 修正 message parentId 不正确的问题 ([f86852a](https://github.com/lobehub/lobe-chat/commit/f86852a)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.12.0](https://github.com/lobehub/lobe-chat/compare/v0.11.0...v0.12.0) + +Released on **2023-07-23** + +#### ✨ Features + +- **misc**: 支持插件列表 与 基于 Serpapi 的搜索引擎插件. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: 支持插件列表 与 基于 Serpapi 的搜索引擎插件,closes [#12](https://github.com/lobehub/lobe-chat/issues/12) ([d89e06f](https://github.com/lobehub/lobe-chat/commit/d89e06f)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.11.0](https://github.com/lobehub/lobe-chat/compare/v0.10.2...v0.11.0) + +Released on **2023-07-23** + +#### ♻ Code Refactoring + +- **misc**: Remove langchain, 优化代码. + +#### ✨ Features + +- **misc**: 支持查询天气. + +#### 💄 Styles + +- **misc**: Update manifest, 增加国际化文案. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: Remove langchain ([7b0f96c](https://github.com/lobehub/lobe-chat/commit/7b0f96c)) +- **misc**: 优化代码 ([6a8f7df](https://github.com/lobehub/lobe-chat/commit/6a8f7df)) + +#### What's improved + +- **misc**: 支持查询天气 ([34bf285](https://github.com/lobehub/lobe-chat/commit/34bf285)) + +#### Styles + +- **misc**: Update manifest ([ea9e8de](https://github.com/lobehub/lobe-chat/commit/ea9e8de)) +- **misc**: 增加国际化文案 ([f5e8d7c](https://github.com/lobehub/lobe-chat/commit/f5e8d7c)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.10.2](https://github.com/lobehub/lobe-chat/compare/v0.10.1...v0.10.2) + +Released on **2023-07-23** + +#### 💄 Styles + +- **misc**: 优化模型在 list 中的展示逻辑. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: 优化模型在 list 中的展示逻辑 ([4bdf3c5](https://github.com/lobehub/lobe-chat/commit/4bdf3c5)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.10.1](https://github.com/lobehub/lobe-chat/compare/v0.10.0...v0.10.1) + +Released on **2023-07-22** + +#### 💄 Styles + +- **misc**: 修正对话中用户头像的问题. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: 修正对话中用户头像的问题 ([560c8bb](https://github.com/lobehub/lobe-chat/commit/560c8bb)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.10.0](https://github.com/lobehub/lobe-chat/compare/v0.9.0...v0.10.0) + +Released on **2023-07-22** + +#### ✨ Features + +- **misc**: 支持复制与编辑会话消息. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: 支持复制与编辑会话消息 ([bebcf9f](https://github.com/lobehub/lobe-chat/commit/bebcf9f)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.9.0](https://github.com/lobehub/lobe-chat/compare/v0.8.2...v0.9.0) + +Released on **2023-07-22** + +#### ✨ Features + +- **misc**: 展示模型类型. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: 展示模型类型 ([58ea93c](https://github.com/lobehub/lobe-chat/commit/58ea93c)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.8.2](https://github.com/lobehub/lobe-chat/compare/v0.8.1...v0.8.2) + +Released on **2023-07-22** + +#### 🐛 Bug Fixes + +- **misc**: Fix miss manifest.json link, 优化 model tag 展示逻辑. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix miss manifest.json link ([ac4b2f3](https://github.com/lobehub/lobe-chat/commit/ac4b2f3)) +- **misc**: 优化 model tag 展示逻辑 ([3463ede](https://github.com/lobehub/lobe-chat/commit/3463ede)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.8.1](https://github.com/lobehub/lobe-chat/compare/v0.8.0...v0.8.1) + +Released on **2023-07-22** + +#### 🐛 Bug Fixes + +- **misc**: Fix import. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix import ([4fb9967](https://github.com/lobehub/lobe-chat/commit/4fb9967)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.8.0](https://github.com/lobehub/lobe-chat/compare/v0.7.0...v0.8.0) + +Released on **2023-07-22** + +#### ✨ Features + +- **misc**: 支持 pwa 模式. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: 支持 pwa 模式 ([8aad92d](https://github.com/lobehub/lobe-chat/commit/8aad92d)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.7.0](https://github.com/lobehub/lobe-chat/compare/v0.6.1...v0.7.0) + +Released on **2023-07-22** + +#### ✨ Features + +- **misc**: 支持展示来自模型的标记信息. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: 支持展示来自模型的标记信息 ([e27fae9](https://github.com/lobehub/lobe-chat/commit/e27fae9)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.6.1](https://github.com/lobehub/lobe-chat/compare/v0.6.0...v0.6.1) + +Released on **2023-07-22** + +#### 🐛 Bug Fixes + +- **misc**: Add deps. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Add deps ([3dc45fe](https://github.com/lobehub/lobe-chat/commit/3dc45fe)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.6.0](https://github.com/lobehub/lobe-chat/compare/v0.5.0...v0.6.0) + +Released on **2023-07-22** + +#### ♻ Code Refactoring + +- **misc**: 重构 selector 文件组织. + +#### ✨ Features + +- **misc**: 补充 token 详情. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: 重构 selector 文件组织 ([2ad0ef9](https://github.com/lobehub/lobe-chat/commit/2ad0ef9)) + +#### What's improved + +- **misc**: 补充 token 详情 ([098f7ff](https://github.com/lobehub/lobe-chat/commit/098f7ff)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.5.0](https://github.com/lobehub/lobe-chat/compare/v0.4.3...v0.5.0) + +Released on **2023-07-22** + +#### ✨ Features + +- **misc**: 支持选择 Emoji. + +#### 🐛 Bug Fixes + +- **misc**: 修正 total token 计算不正确的问题. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: 支持选择 Emoji ([6cb4828](https://github.com/lobehub/lobe-chat/commit/6cb4828)) + +#### What's fixed + +- **misc**: 修正 total token 计算不正确的问题 ([17815c6](https://github.com/lobehub/lobe-chat/commit/17815c6)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.4.3](https://github.com/lobehub/lobe-chat/compare/v0.4.2...v0.4.3) + +Released on **2023-07-22** + +#### ♻ Code Refactoring + +- **misc**: 优化 edit 代码结构. + +
+ +
+ Improvements and Fixes + +#### Code refactoring + +- **misc**: 优化 edit 代码结构 ([fdb3a3f](https://github.com/lobehub/lobe-chat/commit/fdb3a3f)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.4.2](https://github.com/lobehub/lobe-chat/compare/v0.4.1...v0.4.2) + +Released on **2023-07-22** + +#### 💄 Styles + +- **misc**: Fix input style, fix layout. + +
+ +
+ Improvements and Fixes + +#### Styles + +- **misc**: Fix input style ([504bd64](https://github.com/lobehub/lobe-chat/commit/504bd64)) +- **misc**: Fix layout ([2d83aff](https://github.com/lobehub/lobe-chat/commit/2d83aff)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.4.1](https://github.com/lobehub/lobe-chat/compare/v0.4.0...v0.4.1) + +Released on **2023-07-22** + +#### 🐛 Bug Fixes + +- **misc**: Fix SSR style error. + +
+ +
+ Improvements and Fixes + +#### What's fixed + +- **misc**: Fix SSR style error ([289eae7](https://github.com/lobehub/lobe-chat/commit/289eae7)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.4.0](https://github.com/lobehub/lobe-chat/compare/v0.3.0...v0.4.0) + +Released on **2023-07-20** + +#### ✨ Features + +- **misc**: Add styles and modify layout of FolderPanel, SliderWithInput, SessionList, EditPage, ChatLayout, and SettingLayout components, Introduce FOLDER_WIDTH constant and update components. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Add styles and modify layout of FolderPanel, SliderWithInput, SessionList, EditPage, ChatLayout, and SettingLayout components ([7f19a09](https://github.com/lobehub/lobe-chat/commit/7f19a09)) +- **misc**: Introduce FOLDER_WIDTH constant and update components ([c511964](https://github.com/lobehub/lobe-chat/commit/c511964)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.3.0](https://github.com/lobehub/lobe-chat/compare/v0.2.0...v0.3.0) + +Released on **2023-07-18** + +#### ✨ Features + +- **misc**: Add new files, modify components, and adjust layout and styling. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Add new files, modify components, and adjust layout and styling ([b8c3b38](https://github.com/lobehub/lobe-chat/commit/b8c3b38)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +## [Version 0.2.0](https://github.com/lobehub/lobe-chat/compare/v0.1.6...v0.2.0) + +Released on **2023-07-18** + +#### ✨ Features + +- **misc**: Add import statement and define CSS styles for Avatar component. + +
+ +
+ Improvements and Fixes + +#### What's improved + +- **misc**: Add import statement and define CSS styles for Avatar component ([8c23a8d](https://github.com/lobehub/lobe-chat/commit/8c23a8d)) + +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
+ +### [Version 0.1.6](https://github.com/lobehub/lobe-chat/compare/v0.1.5...v0.1.6) + +Released on **2023-07-18** + +
+ +
+ Improvements and Fixes +
+ +
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) +
diff --git a/changelog/v0.json b/changelog/v0.json new file mode 100644 index 000000000000..45b56f002afb --- /dev/null +++ b/changelog/v0.json @@ -0,0 +1,4786 @@ +[ + { + "children": { + "features": ["Support server db mode with Postgres / Drizzle ORM / tRPC."] + }, + "date": "2024-06-17", + "version": "0.163.0" + }, + { + "children": { + "fixes": ["Fix issues for client fetch."] + }, + "date": "2024-06-16", + "version": "0.162.25" + }, + { + "children": { + "improvements": ["Update error card style, Update settings footer style and about page."] + }, + "date": "2024-06-14", + "version": "0.162.24" + }, + { + "children": { + "improvements": ["Add Qwen2 models, Add Zhipu new models."] + }, + "date": "2024-06-12", + "version": "0.162.23" + }, + { + "children": { + "improvements": ["Expand Clear tooltip maxWidth."] + }, + "date": "2024-06-11", + "version": "0.162.22" + }, + { + "children": { + "improvements": ["Do not show noDescription in new sesstion."] + }, + "date": "2024-06-09", + "version": "0.162.21" + }, + { + "children": {}, + "date": "2024-06-08", + "version": "0.162.20" + }, + { + "children": { + "fixes": ["Fix OpenAi BaseURL in api form."] + }, + "date": "2024-06-07", + "version": "0.162.19" + }, + { + "children": { + "improvements": ["Refactor model provider implement."] + }, + "date": "2024-06-06", + "version": "0.162.18" + }, + { + "children": { + "fixes": ["Fix response.undefined error with some provider."] + }, + "date": "2024-06-04", + "version": "0.162.17" + }, + { + "children": {}, + "date": "2024-06-04", + "version": "0.162.16" + }, + { + "children": { + "fixes": ["Fix send button loading on only add user message."] + }, + "date": "2024-06-03", + "version": "0.162.15" + }, + { + "children": { + "improvements": ["Improve loading state."] + }, + "date": "2024-06-03", + "version": "0.162.14" + }, + { + "children": { + "improvements": ["Improve config upload modal."] + }, + "date": "2024-06-01", + "version": "0.162.13" + }, + { + "children": { + "improvements": ["Refactor session meta method."] + }, + "date": "2024-05-31", + "version": "0.162.12" + }, + { + "children": { + "fixes": ["Fix import config."] + }, + "date": "2024-05-29", + "version": "0.162.11" + }, + { + "children": { + "improvements": ["Refactor the config import for server import."] + }, + "date": "2024-05-29", + "version": "0.162.10" + }, + { + "children": { + "improvements": ["Refactor the settings to add optimistic updating."] + }, + "date": "2024-05-29", + "version": "0.162.9" + }, + { + "children": { + "improvements": ["Add optimistic loading for image uploading."] + }, + "date": "2024-05-28", + "version": "0.162.8" + }, + { + "children": { + "improvements": [ + "Improve display of set limited history messages, randomness and voice input." + ] + }, + "date": "2024-05-28", + "version": "0.162.7" + }, + { + "children": { + "fixes": ["Fix the default agent not work correctly on new device."] + }, + "date": "2024-05-28", + "version": "0.162.6" + }, + { + "children": { + "improvements": ["Add SYSTEM_AGENT env."] + }, + "date": "2024-05-28", + "version": "0.162.5" + }, + { + "children": { + "fixes": ["Fix auto focus issues."] + }, + "date": "2024-05-28", + "version": "0.162.4" + }, + { + "children": {}, + "date": "2024-05-28", + "version": "0.162.3" + }, + { + "children": { + "improvements": ["Refactor agent store data."] + }, + "date": "2024-05-28", + "version": "0.162.2" + }, + { + "children": { + "improvements": ["Improve the display effect of plug-in API name and description."] + }, + "date": "2024-05-27", + "version": "0.162.1" + }, + { + "children": { + "features": ["Support topic agent."] + }, + "date": "2024-05-27", + "version": "0.162.0" + }, + { + "children": { + "fixes": ["Fix trpc/edge path error when setting NEXT_PUBLIC_BASE_PATH."] + }, + "date": "2024-05-27", + "version": "0.161.25" + }, + { + "children": { + "fixes": [ + "Fix the missing user id in chat compeletition and fix remove unstarred topic not working." + ] + }, + "date": "2024-05-27", + "version": "0.161.24" + }, + { + "children": { + "improvements": ["Fix PluginStore layout."] + }, + "date": "2024-05-27", + "version": "0.161.23" + }, + { + "children": { + "fixes": ["Fix connection checker."] + }, + "date": "2024-05-26", + "version": "0.161.22" + }, + { + "children": { + "fixes": ["Fix the batch import error."] + }, + "date": "2024-05-26", + "version": "0.161.21" + }, + { + "children": { + "fixes": ["Fix vercel build."] + }, + "date": "2024-05-26", + "version": "0.161.20" + }, + { + "children": { + "improvements": ["Update token tag popover style."] + }, + "date": "2024-05-25", + "version": "0.161.19" + }, + { + "children": { + "fixes": ["Fix aws log."] + }, + "date": "2024-05-25", + "version": "0.161.18" + }, + { + "children": { + "improvements": ["Migrate some agent config to chatConfig."] + }, + "date": "2024-05-25", + "version": "0.161.17" + }, + { + "children": { + "fixes": ["Fix bedrock show by default on vercel."] + }, + "date": "2024-05-25", + "version": "0.161.16" + }, + { + "children": { + "fixes": ["Fix avatar missing on client DB mode."] + }, + "date": "2024-05-24", + "version": "0.161.15" + }, + { + "children": { + "improvements": ["Refactor the global app status and fix PWA installer."] + }, + "date": "2024-05-24", + "version": "0.161.14" + }, + { + "children": {}, + "date": "2024-05-24", + "version": "0.161.13" + }, + { + "children": { + "improvements": ["Refactor the home redirect implement."] + }, + "date": "2024-05-23", + "version": "0.161.12" + }, + { + "children": { + "improvements": ["Improve PWA install guide."] + }, + "date": "2024-05-23", + "version": "0.161.11" + }, + { + "children": { + "fixes": ["Refactor user store and fix custom model list form."] + }, + "date": "2024-05-23", + "version": "0.161.10" + }, + { + "children": { + "improvements": ["Fix image style and improve drag upload box."] + }, + "date": "2024-05-23", + "version": "0.161.9" + }, + { + "children": {}, + "date": "2024-05-22", + "version": "0.161.8" + }, + { + "children": { + "improvements": ["Refactor to serverDB ENV."] + }, + "date": "2024-05-22", + "version": "0.161.7" + }, + { + "children": {}, + "date": "2024-05-22", + "version": "0.161.6" + }, + { + "children": { + "improvements": ["Move feature flags ENV."] + }, + "date": "2024-05-22", + "version": "0.161.5" + }, + { + "children": { + "improvements": ["Refactor the app ENV."], + "fixes": ["Fix market and plugin cache."] + }, + "date": "2024-05-22", + "version": "0.161.4" + }, + { + "children": { + "improvements": ["Refactor the langfuse env."] + }, + "date": "2024-05-22", + "version": "0.161.3" + }, + { + "children": { + "improvements": ["Refactor the llm env."] + }, + "date": "2024-05-22", + "version": "0.161.2" + }, + { + "children": { + "improvements": ["Fix setting modal style problem."] + }, + "date": "2024-05-22", + "version": "0.161.1" + }, + { + "children": { + "features": ["Add system agent to select another model provider for translation."] + }, + "date": "2024-05-21", + "version": "0.161.0" + }, + { + "children": { + "improvements": [ + "Tooltip should not be selected & Model selector overlaps with reset button." + ] + }, + "date": "2024-05-21", + "version": "0.160.8" + }, + { + "children": { + "fixes": ["Fix duplicate model panel key."] + }, + "date": "2024-05-21", + "version": "0.160.7" + }, + { + "children": { + "improvements": [ + "Add ENABLED_OPENAI env, add fetch error notification, improve openai fetch client switch, improve redirect when login." + ] + }, + "date": "2024-05-21", + "version": "0.160.6" + }, + { + "children": { + "improvements": ["Refactor analytics env."] + }, + "date": "2024-05-20", + "version": "0.160.5" + }, + { + "children": { + "improvements": ["Modify bedrock provided model."] + }, + "date": "2024-05-20", + "version": "0.160.4" + }, + { + "children": { + "improvements": ["Add two feature flags: check_updates 、welcome_suggest."] + }, + "date": "2024-05-19", + "version": "0.160.3" + }, + { + "children": { + "fixes": ["Upgrade antd and fix lint type."] + }, + "date": "2024-05-19", + "version": "0.160.2" + }, + { + "children": { + "fixes": ["Fix enable ollama env."] + }, + "date": "2024-05-18", + "version": "0.160.1" + }, + { + "children": { + "features": ["Bump version and add enable ollama env."] + }, + "date": "2024-05-18", + "version": "0.160.0" + }, + { + "children": { + "improvements": ["Refactor the create message flow to fix some bugs."] + }, + "date": "2024-05-15", + "version": "0.159.12" + }, + { + "children": { + "improvements": ["Add Gemini 1.5 Flash model."] + }, + "date": "2024-05-15", + "version": "0.159.11" + }, + { + "children": { + "improvements": ["Fix setting modal on responsive and some other style problem."] + }, + "date": "2024-05-15", + "version": "0.159.10" + }, + { + "children": { + "fixes": ["Fix agent config on page init."] + }, + "date": "2024-05-14", + "version": "0.159.9" + }, + { + "children": { + "fixes": ["Fix retry issue when hide page."] + }, + "date": "2024-05-14", + "version": "0.159.8" + }, + { + "children": {}, + "date": "2024-05-14", + "version": "0.159.7" + }, + { + "children": { + "fixes": ["Login button not show on user panel."] + }, + "date": "2024-05-14", + "version": "0.159.6" + }, + { + "children": { + "improvements": ["Fix scroll and expand."] + }, + "date": "2024-05-14", + "version": "0.159.5" + }, + { + "children": { + "fixes": ["Refresh model config form & mobile footer button lost."], + "improvements": ["Add GPT-4o model, update perplexity models, updates 01.AI model list."] + }, + "date": "2024-05-14", + "version": "0.159.4" + }, + { + "children": { + "fixes": ["Fix DeepSeek using wrong model ID."] + }, + "date": "2024-05-14", + "version": "0.159.3" + }, + { + "children": { + "fixes": ["Dragging text mistakenly as image."] + }, + "date": "2024-05-14", + "version": "0.159.2" + }, + { + "children": { + "improvements": ["Move next-auth hooks to user store actions."], + "fixes": ["Pin antd@5.17.0 to fix build error."] + }, + "date": "2024-05-14", + "version": "0.159.1" + }, + { + "children": { + "features": ["Support DeepSeek as new model provider."] + }, + "date": "2024-05-14", + "version": "0.159.0" + }, + { + "children": { + "improvements": ["Fix TelemetryNotification zindex."] + }, + "date": "2024-05-13", + "version": "0.158.2" + }, + { + "children": { + "improvements": ["Add PWA install and metadata & ld generate."] + }, + "date": "2024-05-13", + "version": "0.158.1" + }, + { + "children": { + "features": ["Add user profile page."] + }, + "date": "2024-05-13", + "version": "0.158.0" + }, + { + "children": { + "fixes": ["Fix azure openai stream."] + }, + "date": "2024-05-13", + "version": "0.157.2" + }, + { + "children": { + "fixes": ["Fix dalle error."] + }, + "date": "2024-05-12", + "version": "0.157.1" + }, + { + "children": { + "features": ["upgrade to the new tool calls mode."] + }, + "date": "2024-05-11", + "version": "0.157.0" + }, + { + "children": {}, + "date": "2024-05-10", + "version": "0.156.2" + }, + { + "children": { + "fixes": ["Azure OpenAI Vision models issue."] + }, + "date": "2024-05-10", + "version": "0.156.1" + }, + { + "children": { + "improvements": [ + "Improve groq location error, improve location error, improve model provider ux, support groq proxy url." + ], + "features": ["Support perplexity proxy url."], + "fixes": [ + "Fix anthropic messages need pairs, fix parameter conditions for perplexity, fix Perplexity duplicate token." + ] + }, + "date": "2024-05-09", + "version": "0.156.0" + }, + { + "children": {}, + "date": "2024-05-09", + "version": "0.155.9" + }, + { + "children": { + "fixes": ["Fix mobile session style."] + }, + "date": "2024-05-09", + "version": "0.155.8" + }, + { + "children": { + "fixes": ["Fix panel expand."] + }, + "date": "2024-05-08", + "version": "0.155.7" + }, + { + "children": { + "fixes": ["Fix editing long message issue."] + }, + "date": "2024-05-08", + "version": "0.155.6" + }, + { + "children": {}, + "date": "2024-05-08", + "version": "0.155.5" + }, + { + "children": { + "fixes": ["Fix Agent Settings Form."] + }, + "date": "2024-05-08", + "version": "0.155.4" + }, + { + "children": { + "improvements": ["Optimized MaxToken Slider."] + }, + "date": "2024-05-08", + "version": "0.155.3" + }, + { + "children": {}, + "date": "2024-05-08", + "version": "0.155.2" + }, + { + "children": { + "improvements": ["Improve llm list when all closed."] + }, + "date": "2024-05-07", + "version": "0.155.1" + }, + { + "children": { + "features": ["Add DataStatistics."] + }, + "date": "2024-05-07", + "version": "0.155.0" + }, + { + "children": { + "improvements": ["Refactor the message slice internal method name."] + }, + "date": "2024-05-07", + "version": "0.154.7" + }, + { + "children": { + "improvements": ["Add gemini-1.0-pro-002."] + }, + "date": "2024-05-07", + "version": "0.154.6" + }, + { + "children": { + "improvements": ["Update LLM Settings Form styles."] + }, + "date": "2024-05-06", + "version": "0.154.5" + }, + { + "children": { + "fixes": ["Fix next auth config."] + }, + "date": "2024-05-06", + "version": "0.154.4" + }, + { + "children": { + "fixes": ["Fix docker build."] + }, + "date": "2024-05-06", + "version": "0.154.3" + }, + { + "children": { + "fixes": ["Fix docker build."] + }, + "date": "2024-05-06", + "version": "0.154.2" + }, + { + "children": { + "fixes": ["Fix agent meta input disabled."] + }, + "date": "2024-05-05", + "version": "0.154.1" + }, + { + "children": { + "features": ["Support clerk as auth provider."] + }, + "date": "2024-05-05", + "version": "0.154.0" + }, + { + "children": { + "improvements": ["Imporve mobile styles and loading skeleton."] + }, + "date": "2024-05-04", + "version": "0.153.1" + }, + { + "children": { + "features": ["Add Settings Intercepting Routes."] + }, + "date": "2024-05-04", + "version": "0.153.0" + }, + { + "children": { + "fixes": ["Disabled autogenerate field icon when empty system role."] + }, + "date": "2024-05-04", + "version": "0.152.12" + }, + { + "children": { + "improvements": ["Add user panel and refactor the next-auth."] + }, + "date": "2024-05-03", + "version": "0.152.11" + }, + { + "children": { + "improvements": ["Improve market layout styles and mobile style."] + }, + "date": "2024-05-03", + "version": "0.152.10" + }, + { + "children": {}, + "date": "2024-05-03", + "version": "0.152.9" + }, + { + "children": { + "improvements": ["User store add an auth slice."] + }, + "date": "2024-05-03", + "version": "0.152.8" + }, + { + "children": { + "improvements": ["Refactor setting layout and improve setting design."] + }, + "date": "2024-05-02", + "version": "0.152.7" + }, + { + "children": { + "improvements": ["AutoScroll to the fully end."] + }, + "date": "2024-05-02", + "version": "0.152.6" + }, + { + "children": { + "fixes": ["Fix Setings Layout."] + }, + "date": "2024-05-02", + "version": "0.152.5" + }, + { + "children": { + "improvements": ["Refactor Market Layout."] + }, + "date": "2024-05-01", + "version": "0.152.1" + }, + { + "children": { + "features": ["Import settings from url."] + }, + "date": "2024-04-30", + "version": "0.152.0" + }, + { + "children": { + "fixes": ["Fix telemetry preference modal and default agent config error."] + }, + "date": "2024-04-30", + "version": "0.151.11" + }, + { + "children": { + "improvements": ["Refactor Welcome Layout."] + }, + "date": "2024-04-30", + "version": "0.151.10" + }, + { + "children": { + "fixes": ["Minimax truncationed output."] + }, + "date": "2024-04-30", + "version": "0.151.9" + }, + { + "children": { + "improvements": ["Move NavBar to [@nav](https://github.com/nav) slot route."] + }, + "date": "2024-04-30", + "version": "0.151.8" + }, + { + "children": { + "improvements": ["Add 404 and Error page."] + }, + "date": "2024-04-30", + "version": "0.151.7" + }, + { + "children": { + "fixes": ["Plugins with multiple settings cannot be correctly configured."] + }, + "date": "2024-04-30", + "version": "0.151.6" + }, + { + "children": { + "fixes": ["Effectively interrupt auto scrolling."], + "improvements": ["Revise some text."] + }, + "date": "2024-04-30", + "version": "0.151.5" + }, + { + "children": { + "improvements": ["Move app page to the (main) layout group."] + }, + "date": "2024-04-29", + "version": "0.151.4" + }, + { + "children": { + "improvements": ["Patching models info."] + }, + "date": "2024-04-29", + "version": "0.151.3" + }, + { + "children": { + "fixes": ["Fix only inject welcome question in inbox."] + }, + "date": "2024-04-29", + "version": "0.151.2" + }, + { + "children": { + "improvements": ["Improve Inbox Assistant Welcome Guide."] + }, + "date": "2024-04-29", + "version": "0.151.1" + }, + { + "children": { + "features": ["Support minimax as a new provider."] + }, + "date": "2024-04-29", + "version": "0.151.0" + }, + { + "children": { + "improvements": ["Rename globalStore to userStore."] + }, + "date": "2024-04-28", + "version": "0.150.10" + }, + { + "children": { + "improvements": ["Refactor feature flags store to server config store."] + }, + "date": "2024-04-28", + "version": "0.150.9" + }, + { + "children": {}, + "date": "2024-04-28", + "version": "0.150.8" + }, + { + "children": { + "fixes": ["Suport to fetch model list on client."] + }, + "date": "2024-04-28", + "version": "0.150.7" + }, + { + "children": { + "fixes": ["Fix /api/proxy internal proxy attack."] + }, + "date": "2024-04-28", + "version": "0.150.6" + }, + { + "children": { + "fixes": ["Fix the plugin string env and search error."] + }, + "date": "2024-04-27", + "version": "0.150.5" + }, + { + "children": { + "improvements": ["Hide default model tag and show ollama provider by default."] + }, + "date": "2024-04-27", + "version": "0.150.4" + }, + { + "children": { + "fixes": ["Fix docker build."] + }, + "date": "2024-04-27", + "version": "0.150.3" + }, + { + "children": { + "fixes": ["Fix display error when using DEFAULT_AGENT_CONFIG env."] + }, + "date": "2024-04-27", + "version": "0.150.2" + }, + { + "children": { + "fixes": ["Fix display error when using DEFAULT_AGENT_CONFIG env."] + }, + "date": "2024-04-27", + "version": "0.150.1" + }, + { + "children": { + "features": ["Support feature flags."] + }, + "date": "2024-04-26", + "version": "0.150.0" + }, + { + "children": { + "fixes": ["Fix ollama host issue."] + }, + "date": "2024-04-26", + "version": "0.149.6" + }, + { + "children": { + "improvements": ["Sperate SessionStore to a new AgentStore."], + "fixes": ["Fix not handle ollama error correctly."] + }, + "date": "2024-04-25", + "version": "0.149.5" + }, + { + "children": { + "fixes": ["Fix chat client request not support abort."] + }, + "date": "2024-04-25", + "version": "0.149.4" + }, + { + "children": { + "improvements": ["Add displaying the message \"Reset Successfully.\"."] + }, + "date": "2024-04-25", + "version": "0.149.3" + }, + { + "children": { + "improvements": ["Support to create ai message."] + }, + "date": "2024-04-24", + "version": "0.149.2" + }, + { + "children": {}, + "date": "2024-04-24", + "version": "0.149.1" + }, + { + "children": { + "features": ["Fully support ollama with browser request mode."] + }, + "date": "2024-04-24", + "version": "0.149.0" + }, + { + "children": { + "improvements": ["Update Ollama model 240421."] + }, + "date": "2024-04-24", + "version": "0.148.10" + }, + { + "children": { + "improvements": ["Refactor for session server mode."] + }, + "date": "2024-04-23", + "version": "0.148.9" + }, + { + "children": { + "improvements": ["update some gemini deployment restrictions."] + }, + "date": "2024-04-23", + "version": "0.148.8" + }, + { + "children": { + "fixes": ["Fix qwen-1.5-chat-72B context window in togetherai."] + }, + "date": "2024-04-23", + "version": "0.148.7" + }, + { + "children": { + "fixes": ["Add Windows Phone, iPadOS, BlackBerry OS, Linux OS and Chrome OS sync icons."], + "improvements": [ + "Support more model Icons: dbrx, command-r, openchat, rwkv, Bert-vits2, Stable Diffusion, WizardLM, adobe firefly, skylark." + ] + }, + "date": "2024-04-22", + "version": "0.148.6" + }, + { + "children": { + "improvements": ["Support together ai to fetch model list."] + }, + "date": "2024-04-22", + "version": "0.148.5" + }, + { + "children": { + "fixes": ["Fix model list menu not display correctly."] + }, + "date": "2024-04-21", + "version": "0.148.4" + }, + { + "children": {}, + "date": "2024-04-21", + "version": "0.148.3" + }, + { + "children": { + "improvements": ["Add LLaMA 3 in groq + Mixtral 8x22B model."] + }, + "date": "2024-04-21", + "version": "0.148.2" + }, + { + "children": { + "fixes": ["Fix topic title not auto generate."] + }, + "date": "2024-04-20", + "version": "0.148.1" + }, + { + "children": { + "features": ["Support chat completion call at client side."] + }, + "date": "2024-04-20", + "version": "0.148.0" + }, + { + "children": {}, + "date": "2024-04-19", + "version": "0.147.22" + }, + { + "children": { + "improvements": ["Optimized file upload buttons and prompts."] + }, + "date": "2024-04-19", + "version": "0.147.21" + }, + { + "children": { + "improvements": ["Improve aync session experience."] + }, + "date": "2024-04-18", + "version": "0.147.20" + }, + { + "children": { + "improvements": ["Add M and B support max token in ModelInfoTags."] + }, + "date": "2024-04-18", + "version": "0.147.19" + }, + { + "children": { + "improvements": [ + "Add claude 3 opus to AWS Bedrock, remove custom models from providers, and update Perplexity model names." + ] + }, + "date": "2024-04-17", + "version": "0.147.18" + }, + { + "children": { + "improvements": ["Refactor service to a uniform interface."] + }, + "date": "2024-04-16", + "version": "0.147.17" + }, + { + "children": { + "improvements": ["Refactor the auth."] + }, + "date": "2024-04-14", + "version": "0.147.16" + }, + { + "children": { + "fixes": ["Fix tool call error with gpt-4-turbo."] + }, + "date": "2024-04-14", + "version": "0.147.15" + }, + { + "children": { + "improvements": ["Enable gemini-1.5-pro-latest model by default."] + }, + "date": "2024-04-14", + "version": "0.147.14" + }, + { + "children": { + "improvements": ["Refactor the service with browser db invoke."] + }, + "date": "2024-04-14", + "version": "0.147.13" + }, + { + "children": { + "improvements": ["Move client db to a new folder."] + }, + "date": "2024-04-14", + "version": "0.147.12" + }, + { + "children": { + "fixes": ["Support drag or copy to upload file by model ability."] + }, + "date": "2024-04-14", + "version": "0.147.11" + }, + { + "children": {}, + "date": "2024-04-13", + "version": "0.147.10" + }, + { + "children": { + "fixes": ["Fix custom model list not display correctly."] + }, + "date": "2024-04-12", + "version": "0.147.9" + }, + { + "children": { + "improvements": ["Update README.md."] + }, + "date": "2024-04-12", + "version": "0.147.8" + }, + { + "children": { + "fixes": ["Pin next to 14.1.4 to fix deployment."] + }, + "date": "2024-04-12", + "version": "0.147.7" + }, + { + "children": { + "improvements": [ + "Add GPT-4-turbo and 2024-04-09 Turbo Vision model and mistral new model name." + ] + }, + "date": "2024-04-11", + "version": "0.147.6" + }, + { + "children": { + "fixes": ["Fix only search topics in current session."] + }, + "date": "2024-04-11", + "version": "0.147.5" + }, + { + "children": { + "fixes": ["Add more builtin OpenRouter models."], + "improvements": ["Adjust minimum width value for DraggablePanel component."] + }, + "date": "2024-04-11", + "version": "0.147.4" + }, + { + "children": { + "improvements": ["Support Google Proxy URL."] + }, + "date": "2024-04-11", + "version": "0.147.3" + }, + { + "children": { + "fixes": ["Fix custom model not display correctly."] + }, + "date": "2024-04-11", + "version": "0.147.2" + }, + { + "children": { + "fixes": ["Fix normalizeLocale with first matching locale."] + }, + "date": "2024-04-11", + "version": "0.147.1" + }, + { + "children": { + "improvements": [ + "Fix i18n of model list fetcher, improve detail design, improve logo style, update locale." + ], + "features": [ + "Refactor to support azure openai provider, support close openai, support display model list, support model config modal, support model list with model providers, support open router auto model list, support openai model fetcher, support update model config, support user config model." + ], + "fixes": ["Fix db migration, fix db migration."] + }, + "date": "2024-04-10", + "version": "0.147.0" + }, + { + "children": { + "fixes": ["Pin ai@3.0.19 to fix error with chat stream output."] + }, + "date": "2024-04-10", + "version": "0.146.2" + }, + { + "children": {}, + "date": "2024-04-10", + "version": "0.146.1" + }, + { + "children": { + "features": ["Add support for ZITADEL SSO provider."] + }, + "date": "2024-04-08", + "version": "0.146.0" + }, + { + "children": { + "improvements": ["Refactor the model settings for more clean code."], + "fixes": ["Fix normalize russian locale."] + }, + "date": "2024-04-07", + "version": "0.145.13" + }, + { + "children": { + "fixes": ["Fix typo of azure-id sso provider."] + }, + "date": "2024-04-04", + "version": "0.145.12" + }, + { + "children": { + "fixes": ["Fix page crash when using browser as the stt engine."] + }, + "date": "2024-04-03", + "version": "0.145.11" + }, + { + "children": {}, + "date": "2024-04-02", + "version": "0.145.10" + }, + { + "children": { + "improvements": ["Improve scrollbar style."] + }, + "date": "2024-04-02", + "version": "0.145.9" + }, + { + "children": { + "improvements": ["Refactor SSO providers."], + "fixes": ["Fix plugins dropdown menu overflow."] + }, + "date": "2024-04-02", + "version": "0.145.8" + }, + { + "children": { + "fixes": ["Fix DraggablePanel bar interfere with the operation of the scrollbar."] + }, + "date": "2024-04-02", + "version": "0.145.7" + }, + { + "children": {}, + "date": "2024-04-02", + "version": "0.145.6" + }, + { + "children": { + "fixes": ["Add qwen api models patch in ollama."] + }, + "date": "2024-03-30", + "version": "0.145.5" + }, + { + "children": { + "fixes": ["Fix plugin install loading state error."] + }, + "date": "2024-03-29", + "version": "0.145.4" + }, + { + "children": { + "fixes": ["Fix antd locale."] + }, + "date": "2024-03-29", + "version": "0.145.3" + }, + { + "children": { + "fixes": ["Fix google ultra model id."] + }, + "date": "2024-03-29", + "version": "0.145.2" + }, + { + "children": { + "fixes": ["Fix Google Gemini pro 1.5 and system role not take effect."] + }, + "date": "2024-03-29", + "version": "0.145.1" + }, + { + "children": { + "features": ["Support TogetherAI as new model provider."] + }, + "date": "2024-03-29", + "version": "0.145.0" + }, + { + "children": {}, + "date": "2024-03-29", + "version": "0.144.1" + }, + { + "children": { + "features": ["Support authentik as sso."] + }, + "date": "2024-03-29", + "version": "0.144.0" + }, + { + "children": { + "features": ["Add Bulgarian translation."] + }, + "date": "2024-03-28", + "version": "0.143.0" + }, + { + "children": { + "fixes": ["Fix Add agent and Converse button not jump."] + }, + "date": "2024-03-28", + "version": "0.142.9" + }, + { + "children": { + "fixes": ["Fix gemini 1.5 pro model id to support gemini new models."] + }, + "date": "2024-03-28", + "version": "0.142.8" + }, + { + "children": { + "fixes": ["Fix the missing German locale."] + }, + "date": "2024-03-27", + "version": "0.142.7" + }, + { + "children": { + "fixes": ["Fix normalize german locale."] + }, + "date": "2024-03-26", + "version": "0.142.6" + }, + { + "children": { + "fixes": ["Fix mobile click, fix mobile click issue."] + }, + "date": "2024-03-26", + "version": "0.142.5" + }, + { + "children": {}, + "date": "2024-03-26", + "version": "0.142.4" + }, + { + "children": { + "fixes": ["Pin next-auth temporary to fix build error."] + }, + "date": "2024-03-26", + "version": "0.142.3" + }, + { + "children": { + "fixes": ["Support openrouter custom models env."] + }, + "date": "2024-03-25", + "version": "0.142.2" + }, + { + "children": {}, + "date": "2024-03-25", + "version": "0.142.1" + }, + { + "children": { + "features": ["Support 01.AI as a new provider."] + }, + "date": "2024-03-25", + "version": "0.142.0" + }, + { + "children": { + "fixes": ["Fix window icon and scrollbar style."] + }, + "date": "2024-03-22", + "version": "0.141.2" + }, + { + "children": { + "improvements": ["Refactor the Vercel Aanlytics and support Google Aanlytics."] + }, + "date": "2024-03-22", + "version": "0.141.1" + }, + { + "children": { + "features": ["Using YJS and WebRTC to support sync data between different devices."] + }, + "date": "2024-03-22", + "version": "0.141.0" + }, + { + "children": { + "improvements": ["add Moonshot Kimi Reverse model to Moonshot model provider.."] + }, + "date": "2024-03-22", + "version": "0.140.1" + }, + { + "children": { + "features": ["Add gemini 1.5 pro support."] + }, + "date": "2024-03-22", + "version": "0.140.0" + }, + { + "children": { + "fixes": ["Fix code block display issue."], + "improvements": ["The bottom safe area height of iOS."] + }, + "date": "2024-03-22", + "version": "0.139.2" + }, + { + "children": { + "improvements": ["Improve model tags."] + }, + "date": "2024-03-17", + "version": "0.139.1" + }, + { + "children": { + "features": ["Support openrouter as a new model provider."] + }, + "date": "2024-03-16", + "version": "0.139.0" + }, + { + "children": { + "improvements": ["Update Markdown in ChatItem."] + }, + "date": "2024-03-15", + "version": "0.138.2" + }, + { + "children": { + "fixes": ["Fix URL typo."] + }, + "date": "2024-03-15", + "version": "0.138.1" + }, + { + "children": { + "features": ["Support groq as a model provider."] + }, + "date": "2024-03-15", + "version": "0.138.0" + }, + { + "children": {}, + "date": "2024-03-15", + "version": "0.137.0" + }, + { + "children": { + "features": ["Support azure-ad as a new sso provider."] + }, + "date": "2024-03-15", + "version": "0.136.0" + }, + { + "children": {}, + "date": "2024-03-15", + "version": "0.135.4" + }, + { + "children": {}, + "date": "2024-03-15", + "version": "0.135.3" + }, + { + "children": { + "improvements": ["Upgrade plugin db schema."] + }, + "date": "2024-03-14", + "version": "0.135.2" + }, + { + "children": { + "improvements": ["Refactor the db model."] + }, + "date": "2024-03-14", + "version": "0.135.1" + }, + { + "children": { + "features": ["Add claude 3 to bedrock provider."] + }, + "date": "2024-03-14", + "version": "0.135.0" + }, + { + "children": { + "improvements": ["Add more model display name."] + }, + "date": "2024-03-13", + "version": "0.134.1" + }, + { + "children": { + "features": ["Support anthropic proxy url."] + }, + "date": "2024-03-13", + "version": "0.134.0" + }, + { + "children": {}, + "date": "2024-03-12", + "version": "0.133.5" + }, + { + "children": { + "fixes": ["Fix sitemap missing in docker building."] + }, + "date": "2024-03-11", + "version": "0.133.4" + }, + { + "children": { + "fixes": ["Fix the max token of claude 3."] + }, + "date": "2024-03-10", + "version": "0.133.3" + }, + { + "children": { + "fixes": ["Fix qwen model id and improve anthropic logo text color."] + }, + "date": "2024-03-10", + "version": "0.133.2" + }, + { + "children": { + "fixes": ["Fix sitemap config."] + }, + "date": "2024-03-08", + "version": "0.133.1" + }, + { + "children": { + "features": ["Support Mistral model provider."] + }, + "date": "2024-03-07", + "version": "0.133.0" + }, + { + "children": { + "fixes": ["Fix anthropic streaming on Vercel/Cloudflare."] + }, + "date": "2024-03-07", + "version": "0.132.2" + }, + { + "children": { + "fixes": ["Fix hydration error while OAuth callback."] + }, + "date": "2024-03-06", + "version": "0.132.1" + }, + { + "children": { + "features": ["Support anthropic as model provider."] + }, + "date": "2024-03-05", + "version": "0.132.0" + }, + { + "children": { + "features": ["Support langfuse integration."] + }, + "date": "2024-03-05", + "version": "0.131.0" + }, + { + "children": { + "improvements": ["Update gpt-3.5-turbo model card."] + }, + "date": "2024-03-03", + "version": "0.130.7" + }, + { + "children": { + "improvements": ["Refactor the plugin and tool slice."] + }, + "date": "2024-03-01", + "version": "0.130.6" + }, + { + "children": { + "improvements": ["Support switch model with tag."] + }, + "date": "2024-03-01", + "version": "0.130.5" + }, + { + "children": { + "improvements": ["Refactor the core chatStream and plugin gateway auth."] + }, + "date": "2024-02-29", + "version": "0.130.4" + }, + { + "children": { + "improvements": ["Refactor the google api route and add more tests for chat route."] + }, + "date": "2024-02-29", + "version": "0.130.3" + }, + { + "children": { + "fixes": ["Update azure OpenAI api version options to latest."] + }, + "date": "2024-02-29", + "version": "0.130.2" + }, + { + "children": {}, + "date": "2024-02-28", + "version": "0.130.1" + }, + { + "children": { + "features": ["Support multiple API Keys."] + }, + "date": "2024-02-27", + "version": "0.130.0" + }, + { + "children": { + "fixes": ["Fix github url."] + }, + "date": "2024-02-25", + "version": "0.129.6" + }, + { + "children": { + "fixes": [ + "Fix eliminate UI jitter on navigation, improving experience for users sensitive to motion." + ] + }, + "date": "2024-02-25", + "version": "0.129.5" + }, + { + "children": {}, + "date": "2024-02-24", + "version": "0.129.4" + }, + { + "children": { + "improvements": ["Add gemma model logo for ollama."] + }, + "date": "2024-02-23", + "version": "0.129.3" + }, + { + "children": { + "fixes": ["Fix OAuth don't get user id from session."] + }, + "date": "2024-02-23", + "version": "0.129.2" + }, + { + "children": {}, + "date": "2024-02-22", + "version": "0.129.1" + }, + { + "children": { + "features": ["Support perplexity AI provider."] + }, + "date": "2024-02-22", + "version": "0.129.0" + }, + { + "children": { + "fixes": ["Fix the robots.txt config."] + }, + "date": "2024-02-21", + "version": "0.128.10" + }, + { + "children": { + "fixes": ["Fix the robots.txt config."] + }, + "date": "2024-02-20", + "version": "0.128.9" + }, + { + "children": {}, + "date": "2024-02-20", + "version": "0.128.8" + }, + { + "children": { + "improvements": ["Improve docs url and add more docs."] + }, + "date": "2024-02-20", + "version": "0.128.7" + }, + { + "children": { + "fixes": ["Fix OAuth errors on Docker deployment."] + }, + "date": "2024-02-20", + "version": "0.128.6" + }, + { + "children": { + "fixes": ["Fix the document url."] + }, + "date": "2024-02-18", + "version": "0.128.5" + }, + { + "children": { + "fixes": ["Fix documents i18n."] + }, + "date": "2024-02-18", + "version": "0.128.4" + }, + { + "children": { + "improvements": ["Refactor with chat docs site."] + }, + "date": "2024-02-18", + "version": "0.128.3" + }, + { + "children": { + "fixes": ["Fix agent avatar click wrong navigation."] + }, + "date": "2024-02-15", + "version": "0.128.2" + }, + { + "children": { + "fixes": ["Fix auto lang switch."] + }, + "date": "2024-02-15", + "version": "0.128.1" + }, + { + "children": { + "features": ["Support define default agent config with DEFAULT_AGENT_CONFIG ENV."] + }, + "date": "2024-02-14", + "version": "0.128.0" + }, + { + "children": { + "improvements": ["Refactor the sidebar to fix first render state."] + }, + "date": "2024-02-14", + "version": "0.127.2" + }, + { + "children": { + "improvements": ["Improve settings tabs style and refactor the LLM setting page."] + }, + "date": "2024-02-14", + "version": "0.127.1" + }, + { + "children": {}, + "date": "2024-02-13", + "version": "0.127.0" + }, + { + "children": { + "improvements": ["Refactor with the auth code."], + "fixes": ["Fix middleware auth console error."] + }, + "date": "2024-02-12", + "version": "0.126.5" + }, + { + "children": { + "improvements": ["Update Model provider request url."], + "fixes": ["Fix auth error in console, fix token tag usage display."] + }, + "date": "2024-02-11", + "version": "0.126.4" + }, + { + "children": { + "fixes": ["Fix auth layout error."] + }, + "date": "2024-02-09", + "version": "0.126.3" + }, + { + "children": { + "fixes": ["Fix OAuth throws an error on Vercel deploy."] + }, + "date": "2024-02-09", + "version": "0.126.2" + }, + { + "children": { + "fixes": ["Add basePath to support subdirectory."] + }, + "date": "2024-02-09", + "version": "0.126.1" + }, + { + "children": { + "features": ["Support umami analytics."], + "fixes": [ + "The back button on the chat setting page can correctly return to the configured Agent chat page." + ] + }, + "date": "2024-02-09", + "version": "0.126.0" + }, + { + "children": { + "features": ["Support login & session authentication via OAuth 2.0 (Auth0)."] + }, + "date": "2024-02-08", + "version": "0.125.0" + }, + { + "children": { + "fixes": ["Fix use azure api key error."] + }, + "date": "2024-02-07", + "version": "0.124.3" + }, + { + "children": { + "improvements": ["Add moonshot i18n."] + }, + "date": "2024-02-06", + "version": "0.124.2" + }, + { + "children": { + "improvements": ["Improve direction UX."] + }, + "date": "2024-02-06", + "version": "0.124.1" + }, + { + "children": { + "features": ["Support Moonshot AI Provider."] + }, + "date": "2024-02-06", + "version": "0.124.0" + }, + { + "children": { + "improvements": ["Improve clear topic tips."] + }, + "date": "2024-02-06", + "version": "0.123.4" + }, + { + "children": { + "fixes": ["Fix non-https crypto.subtile missing error."] + }, + "date": "2024-02-06", + "version": "0.123.3" + }, + { + "children": { + "fixes": ["Fix docker build."] + }, + "date": "2024-02-06", + "version": "0.123.2" + }, + { + "children": { + "fixes": ["Improve auth control of plugin gateways, update dockerfile."], + "improvements": ["Add gpt-4-all feature flag."] + }, + "date": "2024-02-05", + "version": "0.123.1" + }, + { + "children": { + "features": ["Support Google / Zhipu / AWS Bedrock model providers."] + }, + "date": "2024-02-05", + "version": "0.123.0" + }, + { + "children": {}, + "date": "2024-02-05", + "version": "0.122.9" + }, + { + "children": { + "improvements": ["Allow user to add agent without redirection."] + }, + "date": "2024-02-03", + "version": "0.122.8" + }, + { + "children": { + "improvements": ["Update the gpt-4-1106-preview model to gpt-4-0125-preview."] + }, + "date": "2024-02-02", + "version": "0.122.7" + }, + { + "children": {}, + "date": "2024-01-31", + "version": "0.122.6" + }, + { + "children": { + "fixes": ["The plugin has a hallucination and gets stuck."] + }, + "date": "2024-01-31", + "version": "0.122.5" + }, + { + "children": { + "fixes": ["Fix plugin gateway auth."] + }, + "date": "2024-01-30", + "version": "0.122.4" + }, + { + "children": { + "improvements": ["Refactor the setting storage from localStorage to indexedDB."] + }, + "date": "2024-01-30", + "version": "0.122.3" + }, + { + "children": { + "fixes": ["Fix unexpected topic switch when favoriting topic."] + }, + "date": "2024-01-30", + "version": "0.122.2" + }, + { + "children": { + "improvements": ["Fix antd tab width flicker when show function debug."] + }, + "date": "2024-01-29", + "version": "0.122.1" + }, + { + "children": { + "features": ["Add create agent action in group menu."] + }, + "date": "2024-01-29", + "version": "0.122.0" + }, + { + "children": { + "fixes": ["Pin ahooks to fix test ci and settings crash."] + }, + "date": "2024-01-29", + "version": "0.121.4" + }, + { + "children": { + "improvements": ["Improve stop loading icon."] + }, + "date": "2024-01-26", + "version": "0.121.3" + }, + { + "children": { + "improvements": ["Remove centered prop from CreateGroupModal."] + }, + "date": "2024-01-25", + "version": "0.121.2" + }, + { + "children": { + "fixes": ["Automatically fill in the wrong password."], + "improvements": ["Fix default plugins height unstabled when scrolling."] + }, + "date": "2024-01-24", + "version": "0.121.1" + }, + { + "children": { + "features": ["Add session group manager."] + }, + "date": "2024-01-24", + "version": "0.121.0" + }, + { + "children": { + "improvements": ["Fix share image tags not align."] + }, + "date": "2024-01-22", + "version": "0.120.6" + }, + { + "children": { + "improvements": ["Update locale and add test for globalStore."] + }, + "date": "2024-01-21", + "version": "0.120.5" + }, + { + "children": { + "fixes": ["Refactor url state management and fix some detail experience."] + }, + "date": "2024-01-21", + "version": "0.120.4" + }, + { + "children": { + "improvements": ["Refactor antd i18n and improve locale order."] + }, + "date": "2024-01-19", + "version": "0.120.3" + }, + { + "children": { + "fixes": ["Fix setPluginMessage can not stop create ai message."] + }, + "date": "2024-01-17", + "version": "0.120.2" + }, + { + "children": { + "fixes": ["Fix list scrolling white screen on mobile."] + }, + "date": "2024-01-16", + "version": "0.120.1" + }, + { + "children": { + "features": ["Adding Arabic Language Support."] + }, + "date": "2024-01-15", + "version": "0.120.0" + }, + { + "children": { + "improvements": ["Add delete and regenerate for function message."] + }, + "date": "2024-01-10", + "version": "0.119.13" + }, + { + "children": { + "fixes": ["Fix new line after sending messages with enter key."] + }, + "date": "2024-01-09", + "version": "0.119.12" + }, + { + "children": { + "improvements": ["Refactor ChatInput to support cmd+enter."] + }, + "date": "2024-01-09", + "version": "0.119.11" + }, + { + "children": { + "fixes": ["Debug information cannot be selected."] + }, + "date": "2024-01-08", + "version": "0.119.10" + }, + { + "children": { + "improvements": ["Fix ChatInput fullscreen display not correct."] + }, + "date": "2024-01-08", + "version": "0.119.9" + }, + { + "children": { + "fixes": ["Fix spotting tool call correctly."] + }, + "date": "2024-01-07", + "version": "0.119.8" + }, + { + "children": { + "improvements": ["Improve share modal style."] + }, + "date": "2024-01-07", + "version": "0.119.7" + }, + { + "children": { + "improvements": ["Improve conversation style."] + }, + "date": "2024-01-06", + "version": "0.119.6" + }, + { + "children": { + "improvements": ["Fix topic i18n."] + }, + "date": "2024-01-06", + "version": "0.119.5" + }, + { + "children": { + "improvements": [ + "Fix BackBottom zIndex, improve chat list on mobile, improve chat list scrolling to bottom at initial render, improve custom model input, improve topic scroll." + ], + "fixes": ["Fix auto scroll error and BackBottom error."] + }, + "date": "2024-01-06", + "version": "0.119.4" + }, + { + "children": { + "fixes": ["Fix deploy error. Changed SquareAsterisk to AsteriskSquare."] + }, + "date": "2024-01-06", + "version": "0.119.3" + }, + { + "children": { + "fixes": ["Fix function call error with smooth animation."] + }, + "date": "2024-01-05", + "version": "0.119.2" + }, + { + "children": {}, + "date": "2024-01-05", + "version": "0.119.1" + }, + { + "children": { + "improvements": ["Refactor the ChatList."], + "features": [ + "Support auto rename topic, support delete and regenerate message, support duplicate session, support duplicate topic." + ], + "fixes": ["Fix can't uninstall custom plugin in custom plugin modal."] + }, + "date": "2024-01-04", + "version": "0.119.0" + }, + { + "children": { + "fixes": ["Add chat defaultNS."] + }, + "date": "2024-01-03", + "version": "0.118.10" + }, + { + "children": { + "improvements": ["Add leaving protect alert."] + }, + "date": "2024-01-03", + "version": "0.118.9" + }, + { + "children": { + "improvements": ["Add Vietnamese files and add the vi-VN option in the General Settings."] + }, + "date": "2024-01-03", + "version": "0.118.8" + }, + { + "children": { + "fixes": ["Desensitize openai base url in the error response."] + }, + "date": "2024-01-03", + "version": "0.118.7" + }, + { + "children": { + "improvements": ["Migration the ChatList into Conversation."] + }, + "date": "2024-01-03", + "version": "0.118.6" + }, + { + "children": { + "fixes": ["Mobile device return to the previous page error."] + }, + "date": "2024-01-02", + "version": "0.118.5" + }, + { + "children": { + "fixes": ["Update dalle identifier to fix unstable dalle function call."] + }, + "date": "2024-01-02", + "version": "0.118.4" + }, + { + "children": { + "fixes": ["Fix parse error of tool calls at end."] + }, + "date": "2024-01-01", + "version": "0.118.3" + }, + { + "children": { + "fixes": ["Pin antd version to fix chat page crash."] + }, + "date": "2023-12-31", + "version": "0.118.2" + }, + { + "children": { + "fixes": ["Fix dalle image download error."] + }, + "date": "2023-12-30", + "version": "0.118.1" + }, + { + "children": { + "features": ["Support markdown type plugin."] + }, + "date": "2023-12-29", + "version": "0.118.0" + }, + { + "children": { + "fixes": ["The input box is prone to losing focus."] + }, + "date": "2023-12-29", + "version": "0.117.5" + }, + { + "children": { + "fixes": ["Fix messages not refresh when creating a new topic."] + }, + "date": "2023-12-28", + "version": "0.117.4" + }, + { + "children": { + "fixes": ["Fix tool calls at end, fix vision model max tokens, improve vision model checker."] + }, + "date": "2023-12-28", + "version": "0.117.3" + }, + { + "children": { + "fixes": ["Fix market locale missing."] + }, + "date": "2023-12-28", + "version": "0.117.2" + }, + { + "children": { + "improvements": ["Add image download functionality to DALL·E render component."] + }, + "date": "2023-12-27", + "version": "0.117.1" + }, + { + "children": { + "features": ["Support plugin settings env."], + "fixes": ["Improve topic search experience."] + }, + "date": "2023-12-27", + "version": "0.117.0" + }, + { + "children": { + "fixes": ["Fix input box losing focus after sending a message on the desktop."] + }, + "date": "2023-12-27", + "version": "0.116.5" + }, + { + "children": { + "fixes": ["Fix ShareModal."] + }, + "date": "2023-12-26", + "version": "0.116.4" + }, + { + "children": { + "improvements": ["Fix typo."] + }, + "date": "2023-12-26", + "version": "0.116.3" + }, + { + "children": { + "improvements": ["Update Modal style."] + }, + "date": "2023-12-26", + "version": "0.116.2" + }, + { + "children": { + "improvements": ["Support slider and select plugin setting render."] + }, + "date": "2023-12-26", + "version": "0.116.1" + }, + { + "children": { + "features": ["Support OpenAI tool calls."] + }, + "date": "2023-12-26", + "version": "0.116.0" + }, + { + "children": { + "fixes": ["Fix remove tts and translate not working."] + }, + "date": "2023-12-26", + "version": "0.115.13" + }, + { + "children": { + "fixes": ["Fix active setting tab after click agent setting button."] + }, + "date": "2023-12-25", + "version": "0.115.12" + }, + { + "children": { + "fixes": ["Fix agent system role modal scrolling when content is too long."] + }, + "date": "2023-12-25", + "version": "0.115.11" + }, + { + "children": { + "improvements": ["Fix some style problem."] + }, + "date": "2023-12-25", + "version": "0.115.10" + }, + { + "children": { + "fixes": [ + "Fix PLUGINS_INDEX_URL not working, fix a translation error in Traditional Chinese." + ] + }, + "date": "2023-12-24", + "version": "0.115.9" + }, + { + "children": { + "fixes": ["Fix CUSTOM_MODEL - operator not working."] + }, + "date": "2023-12-24", + "version": "0.115.8" + }, + { + "children": { + "fixes": ["Fix auto scrolling when generating message."] + }, + "date": "2023-12-23", + "version": "0.115.7" + }, + { + "children": { + "fixes": ["Fix maxTokens params still work when disable enableMaxTokens."] + }, + "date": "2023-12-23", + "version": "0.115.6" + }, + { + "children": { + "fixes": ["Fix image display error."] + }, + "date": "2023-12-23", + "version": "0.115.5" + }, + { + "children": { + "improvements": ["Refactor the ChatMessage type."] + }, + "date": "2023-12-23", + "version": "0.115.4" + }, + { + "children": { + "improvements": ["Refactor and clean global store and chat store."] + }, + "date": "2023-12-23", + "version": "0.115.3" + }, + { + "children": { + "fixes": ["Fix envs like CUSTOM_MODELS don't work with docker deployment."] + }, + "date": "2023-12-23", + "version": "0.115.2" + }, + { + "children": { + "improvements": ["Lock ui version to fix setting form style."] + }, + "date": "2023-12-22", + "version": "0.115.1" + }, + { + "children": { + "features": ["Support Dall·E 3."] + }, + "date": "2023-12-22", + "version": "0.115.0" + }, + { + "children": { + "improvements": ["Support it-IT nl-NL and pl-PL locales."] + }, + "date": "2023-12-22", + "version": "0.114.9" + }, + { + "children": {}, + "date": "2023-12-22", + "version": "0.114.8" + }, + { + "children": { + "improvements": ["Move the conversation and chatInput to features folder."] + }, + "date": "2023-12-22", + "version": "0.114.7" + }, + { + "children": {}, + "date": "2023-12-22", + "version": "0.114.6" + }, + { + "children": { + "improvements": ["Fix plugin iframe width."] + }, + "date": "2023-12-19", + "version": "0.114.5" + }, + { + "children": { + "fixes": ["Fix agent system role modal scrolling when content is too long."] + }, + "date": "2023-12-19", + "version": "0.114.4" + }, + { + "children": {}, + "date": "2023-12-18", + "version": "0.114.3" + }, + { + "children": { + "fixes": ["Fix chat error when message has image with non-vision model."] + }, + "date": "2023-12-17", + "version": "0.114.2" + }, + { + "children": { + "fixes": ["Inject tool description into agent system role."] + }, + "date": "2023-12-16", + "version": "0.114.1" + }, + { + "children": { + "features": ["Supports setting multiple access code."] + }, + "date": "2023-12-16", + "version": "0.114.0" + }, + { + "children": { + "fixes": ["Fix fontsize setting and audio download style."] + }, + "date": "2023-12-16", + "version": "0.113.1" + }, + { + "children": {}, + "date": "2023-12-16", + "version": "0.113.0" + }, + { + "children": { + "fixes": ["Fix locales."] + }, + "date": "2023-12-16", + "version": "0.112.1" + }, + { + "children": { + "improvements": [ + "Fix function message style, fix mobile padding of plugin dev modal, improve settings display, Update tool style." + ], + "features": [ + "Introduce plugin detail modal, support OpenAI plugin manifest, support OpenAPI Authentication, support OpenAPI schema in lobe plugin, support parse openapi schema." + ], + "fixes": ["Fix function apiName length, try with node mode plugins."] + }, + "date": "2023-12-16", + "version": "0.112.0" + }, + { + "children": { + "fixes": ["Fix deployment build failure."] + }, + "date": "2023-12-15", + "version": "0.111.6" + }, + { + "children": { + "fixes": ["Wrong locale language in en_US."] + }, + "date": "2023-12-14", + "version": "0.111.5" + }, + { + "children": { + "fixes": ["Revert \"🐛 fix: clean up gpt-3.5 model\"."] + }, + "date": "2023-12-14", + "version": "0.111.4" + }, + { + "children": { + "fixes": ["Fix the history-count text."] + }, + "date": "2023-12-14", + "version": "0.111.3" + }, + { + "children": { + "fixes": ["Change topic-deletion hotkey."], + "improvements": ["Fix image display in safari (fix."] + }, + "date": "2023-12-13", + "version": "0.111.2" + }, + { + "children": { + "fixes": ["Fix locale typo."] + }, + "date": "2023-12-13", + "version": "0.111.1" + }, + { + "children": {}, + "date": "2023-12-13", + "version": "0.111.0" + }, + { + "children": { + "fixes": ["Add cancel button text i18n for delete assistant modal."] + }, + "date": "2023-12-13", + "version": "0.110.10" + }, + { + "children": { + "fixes": ["ChatInput should have maxHeight."] + }, + "date": "2023-12-13", + "version": "0.110.9" + }, + { + "children": { + "fixes": ["Clean up gpt-3.5 model."] + }, + "date": "2023-12-12", + "version": "0.110.8" + }, + { + "children": { + "fixes": ["Fix language settings may not take effect."] + }, + "date": "2023-12-11", + "version": "0.110.7" + }, + { + "children": { + "fixes": ["Sharp missing in docker production."] + }, + "date": "2023-12-11", + "version": "0.110.6" + }, + { + "children": { + "fixes": ["Fix setting plugin i18n."] + }, + "date": "2023-12-10", + "version": "0.110.5" + }, + { + "children": {}, + "date": "2023-12-08", + "version": "0.110.4" + }, + { + "children": { + "improvements": ["Refactor with new plugin implement with dexie db."] + }, + "date": "2023-12-08", + "version": "0.110.3" + }, + { + "children": { + "improvements": ["Fix ChatInputArea style and typo (resolve."] + }, + "date": "2023-12-08", + "version": "0.110.2" + }, + { + "children": { + "fixes": ["Sharp missing in production."] + }, + "date": "2023-12-08", + "version": "0.110.1" + }, + { + "children": { + "features": ["Local TTS Player."] + }, + "date": "2023-12-07", + "version": "0.110.0" + }, + { + "children": { + "fixes": ["Fix agent settings crash with old pluginManifest."] + }, + "date": "2023-12-07", + "version": "0.109.1" + }, + { + "children": { + "features": ["Introducing plugin store and refactor with tool concept."] + }, + "date": "2023-12-06", + "version": "0.109.0" + }, + { + "children": { + "features": ["Hide the password form item in the settings when there is no ACCESS_CODE env."] + }, + "date": "2023-12-03", + "version": "0.108.0" + }, + { + "children": { + "fixes": ["Fix custom agent meta issue."] + }, + "date": "2023-12-03", + "version": "0.107.16" + }, + { + "children": { + "fixes": ["Fix messages flickering when creating topic."] + }, + "date": "2023-12-03", + "version": "0.107.15" + }, + { + "children": { + "fixes": ["Fix opt+delete fail in inputing (resolve."] + }, + "date": "2023-12-03", + "version": "0.107.14" + }, + { + "children": { + "improvements": [ + "Change image fit to cover mode, Fix empty files style, Move file inside chat input in mobile mode, Update editable image style, Update image default background color, Update image editable style, Update image grid, Update Image grid, Update image remove button hover style." + ], + "fixes": [ + "Fix a bug that can't send only images with empty content, Fix image gallery sort index, Fix image gallery sort index, Fix image sort index, Fix image upload error, Fix import." + ] + }, + "date": "2023-12-03", + "version": "0.107.13" + }, + { + "children": { + "fixes": ["Fix topic not refresh when switching sessions quickly."] + }, + "date": "2023-12-02", + "version": "0.107.12" + }, + { + "children": { + "fixes": ["Fix switch model don't work on mobile."] + }, + "date": "2023-12-01", + "version": "0.107.11" + }, + { + "children": {}, + "date": "2023-11-30", + "version": "0.107.10" + }, + { + "children": { + "fixes": ["Switch session causing problem."] + }, + "date": "2023-11-30", + "version": "0.107.9" + }, + { + "children": { + "improvements": ["Fix chatitem gap."] + }, + "date": "2023-11-30", + "version": "0.107.8" + }, + { + "children": { + "fixes": ["Improve plugin message display."] + }, + "date": "2023-11-30", + "version": "0.107.7" + }, + { + "children": { + "fixes": ["修正调用插件查询的显示问题."] + }, + "date": "2023-11-30", + "version": "0.107.6" + }, + { + "children": { + "fixes": ["修正调用插件查询的显示问题."] + }, + "date": "2023-11-30", + "version": "0.107.5" + }, + { + "children": { + "fixes": ["Fix a bug that remove all topics when clear message."] + }, + "date": "2023-11-30", + "version": "0.107.4" + }, + { + "children": { + "fixes": ["Fix a bug that trigger plugin's message type error."] + }, + "date": "2023-11-30", + "version": "0.107.3" + }, + { + "children": { + "fixes": ["Fix a bug that export a session without messages."] + }, + "date": "2023-11-30", + "version": "0.107.2" + }, + { + "children": { + "improvements": ["优化文案."] + }, + "date": "2023-11-30", + "version": "0.107.1" + }, + { + "children": { + "features": ["Refactor the persist layer from zustand's persist to dexie ORM."] + }, + "date": "2023-11-30", + "version": "0.107.0" + }, + { + "children": { + "features": ["Support custom deletion, addition, and renaming of models."] + }, + "date": "2023-11-29", + "version": "0.106.0" + }, + { + "children": { + "fixes": ["Add some env to Dockerfile."] + }, + "date": "2023-11-27", + "version": "0.105.2" + }, + { + "children": { + "fixes": ["Fix agent market detail scroll error."] + }, + "date": "2023-11-27", + "version": "0.105.1" + }, + { + "children": { + "features": ["Standalone pluginn can get more arguments on init."] + }, + "date": "2023-11-22", + "version": "0.105.0" + }, + { + "children": { + "features": ["Support using env variable to set regions for OpenAI Edge Functions.."] + }, + "date": "2023-11-21", + "version": "0.104.0" + }, + { + "children": { + "fixes": ["Image optimization in docker standalone build."] + }, + "date": "2023-11-21", + "version": "0.103.1" + }, + { + "children": { + "features": ["Support the auto create topic configuration."] + }, + "date": "2023-11-20", + "version": "0.103.0" + }, + { + "children": {}, + "date": "2023-11-20", + "version": "0.102.4" + }, + { + "children": { + "fixes": ["Fix plugin not work correct when adding agent from market."] + }, + "date": "2023-11-20", + "version": "0.102.3" + }, + { + "children": { + "fixes": ["Fix model tag missing."] + }, + "date": "2023-11-20", + "version": "0.102.2" + }, + { + "children": { + "fixes": ["Fix image upload list missing."] + }, + "date": "2023-11-19", + "version": "0.102.1" + }, + { + "children": { + "features": ["Support TTS & STT."] + }, + "date": "2023-11-19", + "version": "0.102.0" + }, + { + "children": { + "fixes": ["Agent details sidebar and market page height overflow."] + }, + "date": "2023-11-18", + "version": "0.101.7" + }, + { + "children": { + "improvements": ["Add config to renderErrorMessages, Use new Alert ui."] + }, + "date": "2023-11-17", + "version": "0.101.6" + }, + { + "children": { + "fixes": ["Improve openai error info."] + }, + "date": "2023-11-17", + "version": "0.101.5" + }, + { + "children": { + "fixes": ["Fix the plugin array merge error when fork agent from market."] + }, + "date": "2023-11-14", + "version": "0.101.4" + }, + { + "children": { + "improvements": ["Improve password ui to make it more clear."] + }, + "date": "2023-11-14", + "version": "0.101.3" + }, + { + "children": { + "improvements": ["upload image to vision model adapting to mobile device."] + }, + "date": "2023-11-14", + "version": "0.101.2" + }, + { + "children": { + "fixes": ["Fix market search (fix."] + }, + "date": "2023-11-14", + "version": "0.101.1" + }, + { + "children": { + "features": ["Support upload images to chat with gpt4-vision model."] + }, + "date": "2023-11-14", + "version": "0.101.0" + }, + { + "children": { + "improvements": ["Refactor the input area to suit the files upload feature."] + }, + "date": "2023-11-11", + "version": "0.100.5" + }, + { + "children": { + "fixes": ["Hotkey disabled in form tags."] + }, + "date": "2023-11-11", + "version": "0.100.4" + }, + { + "children": { + "fixes": ["Fix market error."] + }, + "date": "2023-11-09", + "version": "0.100.3" + }, + { + "children": { + "fixes": ["Upgrade viewport for nextjs 14."] + }, + "date": "2023-11-09", + "version": "0.100.2" + }, + { + "children": {}, + "date": "2023-11-09", + "version": "0.100.1" + }, + { + "children": { + "features": ["Platform check utils."] + }, + "date": "2023-11-09", + "version": "0.100.0" + }, + { + "children": { + "improvements": ["Add max height to model menu in chat input area."] + }, + "date": "2023-11-08", + "version": "0.99.1" + }, + { + "children": { + "features": ["Add Environment Variable for custom model name when deploying."] + }, + "date": "2023-11-08", + "version": "0.99.0" + }, + { + "children": { + "fixes": ["Fix redirect to welcome problem when there are topics in inbox."] + }, + "date": "2023-11-07", + "version": "0.98.3" + }, + { + "children": { + "improvements": ["Refactor antd locale file to useSWR."] + }, + "date": "2023-11-07", + "version": "0.98.2" + }, + { + "children": { + "improvements": ["Update welcome assetes."] + }, + "date": "2023-11-07", + "version": "0.98.1" + }, + { + "children": { + "features": ["Support latest openai model."] + }, + "date": "2023-11-07", + "version": "0.98.0" + }, + { + "children": { + "fixes": ["Use pnpm to fix docker release."] + }, + "date": "2023-11-06", + "version": "0.97.1" + }, + { + "children": { + "features": ["Add open new topic when open a topic."], + "fixes": ["Fix toggle back to default topic when clearing topic."] + }, + "date": "2023-11-05", + "version": "0.97.0" + }, + { + "children": { + "improvements": ["Update topic list header."] + }, + "date": "2023-11-04", + "version": "0.96.9" + }, + { + "children": { + "fixes": ["Fix a bug that weather plugin is not work correctly, template remove sharp deps."] + }, + "date": "2023-10-31", + "version": "0.96.8" + }, + { + "children": { + "fixes": ["Fix a bug when click inbox not switch back to chat page."] + }, + "date": "2023-10-31", + "version": "0.96.7" + }, + { + "children": { + "fixes": ["Improve plausible analytics ENV."] + }, + "date": "2023-10-30", + "version": "0.96.6" + }, + { + "children": { + "fixes": ["Fix docker image optimization error log."] + }, + "date": "2023-10-29", + "version": "0.96.5" + }, + { + "children": { + "fixes": ["Fix agents market locale fallback to english."] + }, + "date": "2023-10-29", + "version": "0.96.4" + }, + { + "children": { + "improvements": ["Fix SessionList on mobile."] + }, + "date": "2023-10-28", + "version": "0.96.3" + }, + { + "children": { + "improvements": ["Fix some styles and make updates to various files."] + }, + "date": "2023-10-28", + "version": "0.96.2" + }, + { + "children": { + "improvements": ["Add guide to market page."] + }, + "date": "2023-10-28", + "version": "0.96.1" + }, + { + "children": { + "features": ["Improve pin mode about session group."] + }, + "date": "2023-10-27", + "version": "0.96.0" + }, + { + "children": { + "improvements": ["Improve plugin message ui."] + }, + "date": "2023-10-25", + "version": "0.95.1" + }, + { + "children": { + "improvements": ["优化 plugin 文件夹命名以支持 standalone 类型的插件."], + "features": [ + "Support function call at message end, support plugin settings modal, support plugin state and settings." + ] + }, + "date": "2023-10-24", + "version": "0.95.0" + }, + { + "children": { + "fixes": ["Fallback agent market index to en when not find correct locale."] + }, + "date": "2023-10-22", + "version": "0.94.5" + }, + { + "children": { + "fixes": ["Fix break cn chars in stream mode."] + }, + "date": "2023-10-21", + "version": "0.94.4" + }, + { + "children": { + "fixes": ["Fix agent share format."] + }, + "date": "2023-10-19", + "version": "0.94.3" + }, + { + "children": { + "fixes": ["Fix agent market with other locales."] + }, + "date": "2023-10-19", + "version": "0.94.2" + }, + { + "children": { + "improvements": ["Update ShareAgentButton."] + }, + "date": "2023-10-19", + "version": "0.94.1" + }, + { + "children": { + "features": ["Add agent share."] + }, + "date": "2023-10-18", + "version": "0.94.0" + }, + { + "children": { + "improvements": ["Refactor chain."], + "features": ["Support multi-language translate."] + }, + "date": "2023-10-18", + "version": "0.93.0" + }, + { + "children": { + "features": ["Support translate message to current language."] + }, + "date": "2023-10-18", + "version": "0.92.0" + }, + { + "children": { + "features": ["Add hotkeys."] + }, + "date": "2023-10-17", + "version": "0.91.0" + }, + { + "children": { + "fixes": ["Fix ActionBar props and regenerate btn with error message."] + }, + "date": "2023-10-17", + "version": "0.90.3" + }, + { + "children": { + "improvements": ["Refactor OpenAIStreamPayload with chat name."] + }, + "date": "2023-10-17", + "version": "0.90.2" + }, + { + "children": { + "improvements": ["Fix lazyload height."] + }, + "date": "2023-10-17", + "version": "0.90.1" + }, + { + "children": { + "features": ["Add Lazyload."] + }, + "date": "2023-10-17", + "version": "0.90.0" + }, + { + "children": { + "improvements": ["Refactor ChatList onActionsClick."] + }, + "date": "2023-10-17", + "version": "0.89.10" + }, + { + "children": { + "fixes": ["Fix ChatList FC Render."] + }, + "date": "2023-10-17", + "version": "0.89.9" + }, + { + "children": { + "improvements": ["Refactor ChatList."], + "fixes": ["Fix type."] + }, + "date": "2023-10-16", + "version": "0.89.8" + }, + { + "children": { + "fixes": ["Fix setting tab highlight (fix."] + }, + "date": "2023-10-16", + "version": "0.89.7" + }, + { + "children": {}, + "date": "2023-10-15", + "version": "0.89.6" + }, + { + "children": { + "fixes": [ + "Fix fallback to en when the locale is zh, fix reset button not clear plugin settings." + ] + }, + "date": "2023-10-15", + "version": "0.89.5" + }, + { + "children": { + "fixes": ["Fix qwen, chatglm request failed."] + }, + "date": "2023-10-15", + "version": "0.89.4" + }, + { + "children": { + "fixes": ["Fix plugin error with nginx reverse proxy."] + }, + "date": "2023-10-12", + "version": "0.89.3" + }, + { + "children": { + "improvements": ["Modify onClick event in SessionHeader, change title in Loading component,."] + }, + "date": "2023-10-12", + "version": "0.89.2" + }, + { + "children": { + "fixes": ["Remove useless dynamic import."] + }, + "date": "2023-10-12", + "version": "0.89.1" + }, + { + "children": {}, + "date": "2023-10-12", + "version": "0.89.0" + }, + { + "children": { + "features": [ + "Add mobile responsiveness, create new component, modify properties, make API calls, Dynamically import components using \"dynamic\" function." + ] + }, + "date": "2023-10-11", + "version": "0.88.0" + }, + { + "children": { + "features": ["Support custom model name."] + }, + "date": "2023-10-11", + "version": "0.87.0" + }, + { + "children": { + "fixes": ["Fix clear session error."] + }, + "date": "2023-10-11", + "version": "0.86.5" + }, + { + "children": { + "improvements": ["Improve api key form."] + }, + "date": "2023-10-11", + "version": "0.86.4" + }, + { + "children": { + "fixes": ["Fix docker image."] + }, + "date": "2023-10-11", + "version": "0.86.3" + }, + { + "children": {}, + "date": "2023-10-11", + "version": "0.86.2" + }, + { + "children": { + "fixes": ["Fix docker reverse proxy don't work."] + }, + "date": "2023-10-11", + "version": "0.86.1" + }, + { + "children": { + "features": ["Support docker deploy."] + }, + "date": "2023-10-10", + "version": "0.86.0" + }, + { + "children": { + "improvements": [ + "Add new components, modify display properties, and update settings feature, Replace 100vh with 100% to fix mobile scroll problem." + ] + }, + "date": "2023-10-10", + "version": "0.85.3" + }, + { + "children": { + "fixes": ["Add apikey form when there is no default api key in env."] + }, + "date": "2023-10-10", + "version": "0.85.2" + }, + { + "children": { + "fixes": ["Fix mobile safe area (fix."] + }, + "date": "2023-10-10", + "version": "0.85.1" + }, + { + "children": { + "features": ["Add ja_JP, ko_KR and update workflow."] + }, + "date": "2023-10-10", + "version": "0.85.0" + }, + { + "children": { + "features": ["Support detect new version and upgrade action."] + }, + "date": "2023-10-10", + "version": "0.84.0" + }, + { + "children": { + "fixes": ["Fix rsc layout."] + }, + "date": "2023-10-09", + "version": "0.83.10" + }, + { + "children": {}, + "date": "2023-10-08", + "version": "0.83.9" + }, + { + "children": {}, + "date": "2023-10-07", + "version": "0.83.8" + }, + { + "children": { + "fixes": ["Fix shuffle, use search url with agent item."], + "improvements": ["Better tag style, improve loading state."] + }, + "date": "2023-10-07", + "version": "0.83.7" + }, + { + "children": { + "improvements": ["Update modal style."] + }, + "date": "2023-10-06", + "version": "0.83.6" + }, + { + "children": { + "fixes": ["Fix agent market list."] + }, + "date": "2023-10-06", + "version": "0.83.5" + }, + { + "children": { + "fixes": ["Fix agent settings."] + }, + "date": "2023-10-06", + "version": "0.83.4" + }, + { + "children": { + "improvements": ["Refactor the settings layout to rsc."] + }, + "date": "2023-10-06", + "version": "0.83.3" + }, + { + "children": { + "fixes": ["Fix setCookie method that set cookie with sub-path."] + }, + "date": "2023-10-06", + "version": "0.83.2" + }, + { + "children": { + "improvements": ["Refactor settings page entry."] + }, + "date": "2023-10-06", + "version": "0.83.1" + }, + { + "children": { + "features": ["Upgrade locale with SSR."] + }, + "date": "2023-10-06", + "version": "0.83.0" + }, + { + "children": {}, + "date": "2023-10-05", + "version": "0.82.9" + }, + { + "children": { + "improvements": ["Refactor / route to reduce page js size."] + }, + "date": "2023-09-30", + "version": "0.82.8" + }, + { + "children": { + "improvements": ["Refactor the api router to app route handlers."] + }, + "date": "2023-09-30", + "version": "0.82.7" + }, + { + "children": { + "fixes": ["Fix share default config, pin openai to fix type error."] + }, + "date": "2023-09-29", + "version": "0.82.6" + }, + { + "children": { + "improvements": ["Update theme color and styling of mobile settings page."] + }, + "date": "2023-09-29", + "version": "0.82.5" + }, + { + "children": { + "fixes": ["修正 localStorage 不存在造成设置页刷新 500 保存的问题."] + }, + "date": "2023-09-29", + "version": "0.82.4" + }, + { + "children": { + "fixes": [ + "修正 access code 校验逻辑,修正 api key 无法正常显示在秘钥输入框,并增加显示关闭按钮,修正移动端输入 access code 默认打开数据键盘的问题." + ] + }, + "date": "2023-09-29", + "version": "0.82.3" + }, + { + "children": { + "improvements": ["Refactor settings page and mobile ux."] + }, + "date": "2023-09-28", + "version": "0.82.2" + }, + { + "children": { + "fixes": ["Fix share screenshot scrollbar."] + }, + "date": "2023-09-27", + "version": "0.82.1" + }, + { + "children": {}, + "date": "2023-09-27", + "version": "0.82.0" + }, + { + "children": { + "features": ["Add several analytics sdk."] + }, + "date": "2023-09-27", + "version": "0.81.0" + }, + { + "children": { + "improvements": ["Switch Modal components to @lobehub/ui."] + }, + "date": "2023-09-27", + "version": "0.80.2" + }, + { + "children": { + "improvements": ["Fix conversation mobile view area."] + }, + "date": "2023-09-27", + "version": "0.80.1" + }, + { + "children": { + "features": ["Improve user experience and ensure consistency."] + }, + "date": "2023-09-27", + "version": "0.80.0" + }, + { + "children": { + "improvements": ["Fix safearea in mobile."] + }, + "date": "2023-09-27", + "version": "0.79.8" + }, + { + "children": { + "improvements": ["Use hook to check PWA env."] + }, + "date": "2023-09-27", + "version": "0.79.7" + }, + { + "children": { + "improvements": ["Optimize PWA style and scroll effect."] + }, + "date": "2023-09-27", + "version": "0.79.6" + }, + { + "children": { + "fixes": ["Fix URI error."] + }, + "date": "2023-09-26", + "version": "0.79.5" + }, + { + "children": { + "improvements": ["Move dir from page to app and remove .page suffix."] + }, + "date": "2023-09-26", + "version": "0.79.4" + }, + { + "children": {}, + "date": "2023-09-25", + "version": "0.79.3" + }, + { + "children": {}, + "date": "2023-09-25", + "version": "0.79.2" + }, + { + "children": {}, + "date": "2023-09-25", + "version": "0.79.1" + }, + { + "children": {}, + "date": "2023-09-25", + "version": "0.79.0" + }, + { + "children": { + "improvements": ["Show topic tooltip on left side."] + }, + "date": "2023-09-21", + "version": "0.78.1" + }, + { + "children": { + "features": ["Auto create topic when chatting."] + }, + "date": "2023-09-17", + "version": "0.78.0" + }, + { + "children": {}, + "date": "2023-09-15", + "version": "0.77.2" + }, + { + "children": { + "fixes": ["Fix lint."] + }, + "date": "2023-09-14", + "version": "0.77.1" + }, + { + "children": { + "features": ["Update localization files and add translations for different languages."] + }, + "date": "2023-09-14", + "version": "0.77.0" + }, + { + "children": { + "fixes": ["Fix client config."] + }, + "date": "2023-09-11", + "version": "0.76.2" + }, + { + "children": { + "fixes": ["Fix save topic button."] + }, + "date": "2023-09-11", + "version": "0.76.1" + }, + { + "children": { + "features": ["Support Azure OpenAI Deploy env."] + }, + "date": "2023-09-11", + "version": "0.76.0" + }, + { + "children": { + "improvements": ["Update loading style and compatible with unknown agent identifier."], + "features": [ + "Add agents market and improve UI components, Add and refactor components for chat input feature, Add functions for generating and analyzing JSON files, generating resource files and table of contents, and formatting console output, Add new settings for Azure OpenAI and OpenAI in locales files, Add new string, create AgentModal component, implement GridCardItem and Loading components, import AgentModal, Add SideBar component, new actions, and update market store state and selectors, Add translations and new setting to \"setting.json\", Improve functionality and user interface of market page, Modify market features components and update CSS styles, support add agent to chat." + ], + "fixes": ["Fix fetcher, Fix market sidebar scroll and add i18n."] + }, + "date": "2023-09-11", + "version": "0.75.0" + }, + { + "children": { + "features": ["Add russian locally, Update Russian and English locally (LLM tab)."] + }, + "date": "2023-09-11", + "version": "0.74.0" + }, + { + "children": { + "features": ["Support Azure OpenAI."] + }, + "date": "2023-09-10", + "version": "0.73.0" + }, + { + "children": { + "fixes": ["Use en-US when no suit lang with plugin index."] + }, + "date": "2023-09-10", + "version": "0.72.4" + }, + { + "children": { + "fixes": ["Fix sessionList double click on mobile."] + }, + "date": "2023-09-09", + "version": "0.72.3" + }, + { + "children": { + "fixes": ["Fix mobile switch when session selected."] + }, + "date": "2023-09-09", + "version": "0.72.2" + }, + { + "children": { + "fixes": ["修正异步水合造成的初始状态不稳定的问题."] + }, + "date": "2023-09-09", + "version": "0.72.1" + }, + { + "children": { + "features": [ + "Add plugin market Setting Modal, 支持快速刷新与预览 manifest, 适配插件 i18n 方案." + ], + "fixes": ["修正删除插件时错误开启的问题."], + "improvements": ["优化 manifest 预览的尺寸."] + }, + "date": "2023-09-09", + "version": "0.72.0" + }, + { + "children": { + "fixes": ["Fix mobile route."] + }, + "date": "2023-09-09", + "version": "0.71.1" + }, + { + "children": { + "features": ["Migrate localStorage to indexedDB."] + }, + "date": "2023-09-09", + "version": "0.71.0" + }, + { + "children": { + "fixes": ["Fix route."] + }, + "date": "2023-09-09", + "version": "0.70.4" + }, + { + "children": { + "improvements": ["Better mobile style."] + }, + "date": "2023-09-09", + "version": "0.70.3" + }, + { + "children": { + "fixes": ["修正移动端路由问题."] + }, + "date": "2023-09-08", + "version": "0.70.2" + }, + { + "children": { + "improvements": ["Refactor settingsSelectors to globalSelectors."] + }, + "date": "2023-09-08", + "version": "0.70.1" + }, + { + "children": { + "features": ["Refactor to url state."] + }, + "date": "2023-09-08", + "version": "0.70.0" + }, + { + "children": { + "improvements": ["Migrate openai-edge to openai."] + }, + "date": "2023-09-06", + "version": "0.69.1" + }, + { + "children": { + "features": ["Add new import statement for \"Flexbox\" component in \"Empty\" component."] + }, + "date": "2023-09-06", + "version": "0.69.0" + }, + { + "children": { + "fixes": ["修正数组合并逻辑,修正被移除插件无法看到的问题."] + }, + "date": "2023-09-03", + "version": "0.68.1" + }, + { + "children": { + "features": ["Plugin default use iframe render."] + }, + "date": "2023-09-03", + "version": "0.68.0" + }, + { + "children": {}, + "date": "2023-09-02", + "version": "0.67.0" + }, + { + "children": { + "features": ["Add russian locally."] + }, + "date": "2023-09-02", + "version": "0.66.0" + }, + { + "children": { + "fixes": ["修正 defaultAgent 无法正常变更的问题."] + }, + "date": "2023-09-01", + "version": "0.65.1" + }, + { + "children": { + "features": ["支持本地插件自定义 gateway."] + }, + "date": "2023-08-29", + "version": "0.65.0" + }, + { + "children": { + "improvements": ["Update i18n."] + }, + "date": "2023-08-29", + "version": "0.64.1" + }, + { + "children": { + "improvements": ["Remove no need i18n."], + "features": [ + "增加自定义插件的增删改配置功能,完善自定义插件表单的校验逻辑,支持本地插件侧的请求与错误呈现,新增插件配置 Dev 弹窗,绑定本地插件的增删改逻辑." + ] + }, + "date": "2023-08-29", + "version": "0.64.0" + }, + { + "children": { + "improvements": ["Refactor with new market url."] + }, + "date": "2023-08-28", + "version": "0.63.3" + }, + { + "children": { + "improvements": ["Refactor AgentSettings."] + }, + "date": "2023-08-27", + "version": "0.63.2" + }, + { + "children": { + "improvements": ["Refactor the selectors import."] + }, + "date": "2023-08-27", + "version": "0.63.1" + }, + { + "children": { + "features": ["support sharing to shareGPT."] + }, + "date": "2023-08-27", + "version": "0.63.0" + }, + { + "children": { + "fixes": ["Fix plugin settings error."] + }, + "date": "2023-08-26", + "version": "0.62.1" + }, + { + "children": { + "features": ["支持超过 4k 的会话使用 16k 总结标题."], + "fixes": ["Fix plugin settings error."], + "improvements": ["优化清理会话的操作路径,优化默认角色的配置."] + }, + "date": "2023-08-26", + "version": "0.62.0" + }, + { + "children": { + "features": ["新增自动滚动."] + }, + "date": "2023-08-26", + "version": "0.61.0" + }, + { + "children": { + "improvements": ["优化文案."] + }, + "date": "2023-08-26", + "version": "0.60.4" + }, + { + "children": { + "fixes": ["Fix global state merge error."] + }, + "date": "2023-08-26", + "version": "0.60.3" + }, + { + "children": { + "fixes": ["Fix fetch plugin header error."] + }, + "date": "2023-08-26", + "version": "0.60.2" + }, + { + "children": { + "fixes": ["Fix settings storage error."] + }, + "date": "2023-08-26", + "version": "0.60.1" + }, + { + "children": { + "improvements": ["Refactor with new market index url."], + "features": ["支持插件 manifest 加载失败后重试."] + }, + "date": "2023-08-26", + "version": "0.60.0" + }, + { + "children": { + "features": ["支持展示插件插件状态,支持插件 i18n 模式展示."] + }, + "date": "2023-08-26", + "version": "0.59.0" + }, + { + "children": { + "features": ["Implement responsive design for mobile devices."] + }, + "date": "2023-08-26", + "version": "0.58.0" + }, + { + "children": { + "improvements": ["Refactor to ChatErrorType."], + "features": [ + "完善插件请求的错误处理,支持修改与记录插件的配置,支持发送插件配置信息,支持渲染 manifest 中的 settings, 支持设置不正确时进行插件的配置,新增插件请求状态的错误处理." + ], + "fixes": ["修正缓存旧数据的报错问题."] + }, + "date": "2023-08-26", + "version": "0.57.0" + }, + { + "children": { + "features": ["Use new plugin manifest to support plugin’s multi api."] + }, + "date": "2023-08-24", + "version": "0.56.0" + }, + { + "children": { + "improvements": ["Refactor plugin api with @lobehub/chat-plugins-gateway."] + }, + "date": "2023-08-22", + "version": "0.55.1" + }, + { + "children": { + "improvements": ["完成插件市场 loading 态样式."], + "features": ["初步完成插件市场动态加载全链路,实现插件组件的动态加载."], + "fixes": ["Fix error, 修正无法正常开启插件的问题,修正测试,补充插件 store 的水合逻辑."] + }, + "date": "2023-08-22", + "version": "0.55.0" + }, + { + "children": { + "fixes": ["Fix not cannot change setting error."] + }, + "date": "2023-08-21", + "version": "0.54.4" + }, + { + "children": { + "improvements": ["Refactor plugin request."] + }, + "date": "2023-08-21", + "version": "0.54.3" + }, + { + "children": { + "improvements": ["修正图片选项的样式问题."] + }, + "date": "2023-08-16", + "version": "0.54.2" + }, + { + "children": { + "fixes": ["修正 i18n 失效的问题."] + }, + "date": "2023-08-16", + "version": "0.54.1" + }, + { + "children": { + "features": ["Add new features and improve user interface and functionality."] + }, + "date": "2023-08-15", + "version": "0.54.0" + }, + { + "children": {}, + "date": "2023-08-15", + "version": "0.53.0" + }, + { + "children": { + "improvements": ["Replace cdn."] + }, + "date": "2023-08-15", + "version": "0.52.1" + }, + { + "children": { + "features": ["Add avatar compress."] + }, + "date": "2023-08-15", + "version": "0.52.0" + }, + { + "children": { + "features": ["Add Footer component and modify Token and index files."] + }, + "date": "2023-08-15", + "version": "0.51.0" + }, + { + "children": { + "features": [ + "Update messages, settings, error codes, plugin names, weather data display, and UI." + ] + }, + "date": "2023-08-15", + "version": "0.50.0" + }, + { + "children": { + "features": ["Add BackToBottom to conversation, Update icons and text in various components."] + }, + "date": "2023-08-15", + "version": "0.49.0" + }, + { + "children": { + "features": ["Import SiOpenai icon and replace 'Tag' component in chat feature."] + }, + "date": "2023-08-15", + "version": "0.48.0" + }, + { + "children": { + "features": ["Add and update UI elements and agent configuration."] + }, + "date": "2023-08-15", + "version": "0.47.0" + }, + { + "children": { + "improvements": ["Fix SystemRole Skeleton padding."] + }, + "date": "2023-08-14", + "version": "0.46.1" + }, + { + "children": { + "features": [ + "Update styling and functionality of AgentPrompt and EditableMessage components, 支持停止生成消息." + ], + "fixes": ["Remove input highlight."] + }, + "date": "2023-08-14", + "version": "0.46.0" + }, + { + "children": { + "features": ["优化每个角色的初始引导."], + "improvements": ["优化初始化加载状态,等到会话加载完毕再显示内容."] + }, + "date": "2023-08-14", + "version": "0.45.0" + }, + { + "children": { + "improvements": ["优化 Chat Skeleton 样式,优化 Inbox 样式."] + }, + "date": "2023-08-13", + "version": "0.44.4" + }, + { + "children": { + "improvements": ["修正话题列表无法滚动的问题."], + "fixes": ["修正 inbox 点击重新生成会报错的问题."] + }, + "date": "2023-08-13", + "version": "0.44.3" + }, + { + "children": { + "fixes": ["修正重新生成时切分历史消息的逻辑."] + }, + "date": "2023-08-13", + "version": "0.44.2" + }, + { + "children": {}, + "date": "2023-08-12", + "version": "0.44.1" + }, + { + "children": { + "improvements": [ + "Fix Inbox defaultMessage avatar, 优化 header 的 setting 展示,优化门禁下默认的解锁方式,补充 ChatList 的 Loading 态." + ], + "features": [ + "支持 inbox 消息导出,支持 inbox 的会话功能,新增 inbox 数据模型,新增 inbox 模块入口." + ] + }, + "date": "2023-08-12", + "version": "0.44.0" + }, + { + "children": { + "features": ["支持切换语言."] + }, + "date": "2023-08-12", + "version": "0.43.0" + }, + { + "children": { + "improvements": ["暂时隐藏 Hero 模板."] + }, + "date": "2023-08-12", + "version": "0.42.3" + }, + { + "children": { + "improvements": [ + "将 useSettings 更名为 useGlobalStore, 将原本的 settings 更名为 global, 收敛切换 SideBar 方法为 useSwitchSideBarOnInit, 重构需本地缓存的状态为 preference." + ], + "fixes": ["修正移除 session 时的路由跳转逻辑."] + }, + "date": "2023-08-12", + "version": "0.42.2" + }, + { + "children": { + "improvements": ["优化 App 首页 Loading 态."] + }, + "date": "2023-08-12", + "version": "0.42.1" + }, + { + "children": { + "features": ["Add Welcome page."] + }, + "date": "2023-08-11", + "version": "0.42.0" + }, + { + "children": { + "improvements": [ + "将 sessionStore 默认 equalFn 改为 shallow, 将 settingStore 默认 equalFn 改为 shallow." + ] + }, + "date": "2023-08-10", + "version": "0.41.2" + }, + { + "children": { + "improvements": ["重构 settings store 代码写法."] + }, + "date": "2023-08-10", + "version": "0.41.1" + }, + { + "children": { + "features": ["支持持久化隐藏 Topic 功能."], + "improvements": ["优化第一次水合逻辑."] + }, + "date": "2023-08-10", + "version": "0.41.0" + }, + { + "children": { + "improvements": ["优化 Topic 的水合加载效果."] + }, + "date": "2023-08-10", + "version": "0.40.7" + }, + { + "children": { + "improvements": ["优化水合前的加载效果."] + }, + "date": "2023-08-10", + "version": "0.40.6" + }, + { + "children": { + "improvements": ["增加未初始化的 loading 态."] + }, + "date": "2023-08-10", + "version": "0.40.5" + }, + { + "children": { + "improvements": ["优化 Header 样式."] + }, + "date": "2023-08-10", + "version": "0.40.4" + }, + { + "children": { + "fixes": ["修正没有 prompt 的编辑与保存按钮的问题."] + }, + "date": "2023-08-10", + "version": "0.40.3" + }, + { + "children": { + "fixes": ["修正 defaults 造成的 config 报错."] + }, + "date": "2023-08-08", + "version": "0.40.2" + }, + { + "children": { + "fixes": ["优化 openai 接口的错误处理逻辑."] + }, + "date": "2023-08-06", + "version": "0.40.1" + }, + { + "children": { + "features": ["Add new dependency, add Tag and PluginTag components, update HeaderTitle."] + }, + "date": "2023-08-05", + "version": "0.40.0" + }, + { + "children": { + "improvements": ["修正 assistant 消息没有 background 的问题."] + }, + "date": "2023-08-05", + "version": "0.39.4" + }, + { + "children": { + "fixes": ["优化 405 报错返回内容,并优化 openai 服务端超时处理逻辑."] + }, + "date": "2023-08-04", + "version": "0.39.3" + }, + { + "children": { + "improvements": ["优化 topic 样式."] + }, + "date": "2023-08-04", + "version": "0.39.2" + }, + { + "children": { + "fixes": ["修正 basePath 在生产环境下不生效的问题."] + }, + "date": "2023-08-04", + "version": "0.39.1" + }, + { + "children": { + "features": ["支持多轮的插件意图识别,支持自定义 OpenAI 代理地址."], + "improvements": ["优化插件的展示逻辑."] + }, + "date": "2023-08-04", + "version": "0.39.0" + }, + { + "children": { + "features": ["Add topic empty."] + }, + "date": "2023-08-04", + "version": "0.38.0" + }, + { + "children": { + "features": ["支持使用全局助手的设置作为默认助手的创建角色."] + }, + "date": "2023-08-03", + "version": "0.37.0" + }, + { + "children": { + "improvements": ["Refactor zustand usage with v4.4."] + }, + "date": "2023-08-03", + "version": "0.36.1" + }, + { + "children": { + "features": ["实现自定义历史消息数功能."], + "fixes": ["Fix setting type."], + "improvements": ["Fix session item height."] + }, + "date": "2023-08-03", + "version": "0.36.0" + }, + { + "children": { + "improvements": ["Update doc mode and token tags."] + }, + "date": "2023-07-31", + "version": "0.35.1" + }, + { + "children": { + "features": [ + "Add agent settings functionality, new components, and features for AgentMeta, Add and modify translations for various keys in JSON code files." + ] + }, + "date": "2023-07-31", + "version": "0.35.0" + }, + { + "children": { + "features": [ + "Add agent settings functionality, Add new components and features for AgentMeta, Improve organization and functionality of settings and configuration features." + ] + }, + "date": "2023-07-31", + "version": "0.34.0" + }, + { + "children": { + "features": ["支持输入模板预处理."] + }, + "date": "2023-07-30", + "version": "0.33.0" + }, + { + "children": { + "features": ["支持会话置顶."] + }, + "date": "2023-07-30", + "version": "0.32.0" + }, + { + "children": { + "features": ["支持展示 token 使用量."] + }, + "date": "2023-07-30", + "version": "0.31.0" + }, + { + "children": { + "improvements": ["优化搜索引擎插件展示."] + }, + "date": "2023-07-30", + "version": "0.30.1" + }, + { + "children": { + "features": [ + "优化保存为话题功能,实现 Topic 重命名功能,实现话题删除功能,支持缓存角色面板的展开折叠状态." + ] + }, + "date": "2023-07-30", + "version": "0.30.0" + }, + { + "children": { + "features": ["实现单个会话和角色的导出功能,实现清空所有会话消息."] + }, + "date": "2023-07-30", + "version": "0.29.0" + }, + { + "children": { + "improvements": ["重构 settings 相关类型."], + "features": [ + "优化 SideBar 实现,激活态指示更加明确,实现 session 导入功能,实现配置导出功能." + ] + }, + "date": "2023-07-30", + "version": "0.28.0" + }, + { + "children": { + "fixes": ["修正日志超过 4096 长度的问题."] + }, + "date": "2023-07-29", + "version": "0.27.4" + }, + { + "children": { + "fixes": ["修正返回结果导致插件无法正常识别的问题."], + "improvements": ["优化样式."] + }, + "date": "2023-07-29", + "version": "0.27.3" + }, + { + "children": { + "improvements": ["重构并优化文档抓取插件能力."] + }, + "date": "2023-07-29", + "version": "0.27.2" + }, + { + "children": { + "improvements": ["优化搜索引擎样式."] + }, + "date": "2023-07-29", + "version": "0.27.1" + }, + { + "children": { + "features": ["优化搜索引擎插件交互展示."], + "improvements": ["优化兜底结果展示."] + }, + "date": "2023-07-29", + "version": "0.27.0" + }, + { + "children": { + "improvements": ["优化 setting Layout 实现."] + }, + "date": "2023-07-29", + "version": "0.26.1" + }, + { + "children": { + "features": ["support password auth and error."] + }, + "date": "2023-07-28", + "version": "0.26.0" + }, + { + "children": {}, + "date": "2023-07-26", + "version": "0.25.0" + }, + { + "children": { + "features": [ + "Add new translations, update existing translations, add functionality to components, modify styling, and adjust placeholder text" + ] + }, + "date": "2023-07-26", + "version": "0.24.0" + }, + { + "children": { + "features": ["Add new features, update URLs, customize appearance, and implement components"] + }, + "date": "2023-07-26", + "version": "0.23.0" + }, + { + "children": { + "improvements": ["优化 tooltip 显示."] + }, + "date": "2023-07-26", + "version": "0.22.2" + }, + { + "children": { + "fixes": ["修正自定义 OpenAI API Key 的使用问题."] + }, + "date": "2023-07-25", + "version": "0.22.1" + }, + { + "children": { + "features": ["支持使用自定义 OpenAI Key."] + }, + "date": "2023-07-25", + "version": "0.22.0" + }, + { + "children": { + "improvements": ["Move component folder."], + "features": ["支持快捷配置模型、温度."] + }, + "date": "2023-07-25", + "version": "0.21.0" + }, + { + "children": { + "features": ["实现话题模块."] + }, + "date": "2023-07-25", + "version": "0.20.0" + }, + { + "children": { + "improvements": ["将 message reducer 提取到独立文件夹中,清理无用代码实现."], + "features": ["数据结构层完成 topic 模型改造."] + }, + "date": "2023-07-24", + "version": "0.19.0" + }, + { + "children": { + "improvements": ["修正 markdown li 丢失的问题."] + }, + "date": "2023-07-24", + "version": "0.18.2" + }, + { + "children": { + "improvements": ["优化新会话的创建逻辑 session."] + }, + "date": "2023-07-24", + "version": "0.18.1" + }, + { + "children": { + "features": ["实现会话展示模式切换,并优化默认创建角色的配置."] + }, + "date": "2023-07-24", + "version": "0.18.0" + }, + { + "children": { + "features": ["表单配置支持设定各项高级参数."] + }, + "date": "2023-07-24", + "version": "0.17.0" + }, + { + "children": { + "improvements": ["优化 document title."] + }, + "date": "2023-07-24", + "version": "0.16.1" + }, + { + "children": { + "features": ["支持自动跳转到第一条会话."], + "improvements": ["修正插件的展示文案."] + }, + "date": "2023-07-24", + "version": "0.16.0" + }, + { + "children": { + "improvements": ["更新插件文案."] + }, + "date": "2023-07-24", + "version": "0.15.1" + }, + { + "children": { + "features": [ + "Add new features and improve user experience, Import and use constants from \"meta.ts\" instead of \"agentConfig\"." + ] + }, + "date": "2023-07-24", + "version": "0.15.0" + }, + { + "children": { + "features": ["支持网页抓取."] + }, + "date": "2023-07-24", + "version": "0.14.0" + }, + { + "children": { + "fixes": ["修正搜索引擎插件的实现问题."] + }, + "date": "2023-07-23", + "version": "0.13.1" + }, + { + "children": { + "features": ["优化插件模式下的用户体验."] + }, + "date": "2023-07-23", + "version": "0.13.0" + }, + { + "children": { + "fixes": ["修正 message parentId 不正确的问题."] + }, + "date": "2023-07-23", + "version": "0.12.1" + }, + { + "children": { + "features": ["支持插件列表 与 基于 Serpapi 的搜索引擎插件."] + }, + "date": "2023-07-23", + "version": "0.12.0" + }, + { + "children": { + "improvements": ["Update manifest, 增加国际化文案."], + "features": ["支持查询天气."] + }, + "date": "2023-07-23", + "version": "0.11.0" + }, + { + "children": { + "improvements": ["优化模型在 list 中的展示逻辑."] + }, + "date": "2023-07-23", + "version": "0.10.2" + }, + { + "children": { + "improvements": ["修正对话中用户头像的问题."] + }, + "date": "2023-07-22", + "version": "0.10.1" + }, + { + "children": { + "features": ["支持复制与编辑会话消息."] + }, + "date": "2023-07-22", + "version": "0.10.0" + }, + { + "children": { + "features": ["展示模型类型."] + }, + "date": "2023-07-22", + "version": "0.9.0" + }, + { + "children": { + "fixes": ["Fix miss manifest.json link, 优化 model tag 展示逻辑."] + }, + "date": "2023-07-22", + "version": "0.8.2" + }, + { + "children": { + "fixes": ["Fix import."] + }, + "date": "2023-07-22", + "version": "0.8.1" + }, + { + "children": { + "features": ["支持 pwa 模式."] + }, + "date": "2023-07-22", + "version": "0.8.0" + }, + { + "children": { + "features": ["支持展示来自模型的标记信息."] + }, + "date": "2023-07-22", + "version": "0.7.0" + }, + { + "children": { + "fixes": ["Add deps."] + }, + "date": "2023-07-22", + "version": "0.6.1" + }, + { + "children": { + "improvements": ["重构 selector 文件组织."], + "features": ["补充 token 详情."] + }, + "date": "2023-07-22", + "version": "0.6.0" + }, + { + "children": { + "features": ["支持选择 Emoji."], + "fixes": ["修正 total token 计算不正确的问题."] + }, + "date": "2023-07-22", + "version": "0.5.0" + }, + { + "children": { + "improvements": ["优化 edit 代码结构."] + }, + "date": "2023-07-22", + "version": "0.4.3" + }, + { + "children": { + "improvements": ["Fix input style, fix layout."] + }, + "date": "2023-07-22", + "version": "0.4.2" + }, + { + "children": { + "fixes": ["Fix SSR style error."] + }, + "date": "2023-07-22", + "version": "0.4.1" + }, + { + "children": { + "features": [ + "Add styles and modify layout of FolderPanel, SliderWithInput, SessionList, EditPage, ChatLayout, and SettingLayout components, Introduce FOLDER_WIDTH constant and update components." + ] + }, + "date": "2023-07-20", + "version": "0.4.0" + }, + { + "children": { + "features": ["Add new files, modify components, and adjust layout and styling."] + }, + "date": "2023-07-18", + "version": "0.3.0" + }, + { + "children": { + "features": ["Add import statement and define CSS styles for Avatar component."] + }, + "date": "2023-07-18", + "version": "0.2.0" + }, + { + "children": {}, + "date": "2023-07-18", + "version": "0.1.6" + } +] diff --git a/changelog/v1.json b/changelog/v1.json new file mode 100644 index 000000000000..16c6356659c7 --- /dev/null +++ b/changelog/v1.json @@ -0,0 +1,2531 @@ +[ + { + "children": {}, + "date": "2024-11-16", + "version": "1.31.10" + }, + { + "children": { + "improvements": ["Add gemini-exp-1114 model."] + }, + "date": "2024-11-16", + "version": "1.31.9" + }, + { + "children": { + "improvements": ["Move ChatInput to features/ChatInput."] + }, + "date": "2024-11-15", + "version": "1.31.8" + }, + { + "children": { + "improvements": ["genServerLLMConfig function, get *_MODEL_LIST from env."] + }, + "date": "2024-11-15", + "version": "1.31.7" + }, + { + "children": { + "improvements": ["Refactor the chat conversation implement."] + }, + "date": "2024-11-13", + "version": "1.31.6" + }, + { + "children": { + "improvements": ["Update some provider modellist & fix ai360 baseurl."] + }, + "date": "2024-11-12", + "version": "1.31.5" + }, + { + "children": { + "improvements": ["Fix Cloudflare Workers AI Sort."] + }, + "date": "2024-11-12", + "version": "1.31.4" + }, + { + "children": { + "improvements": ["Refactor languageModel & DEFAULT_LLM_CONFIG generate."] + }, + "date": "2024-11-12", + "version": "1.31.3" + }, + { + "children": { + "improvements": ["Update deepseek model."] + }, + "date": "2024-11-12", + "version": "1.31.2" + }, + { + "children": { + "improvements": ["Fix Windows always showing scrollbar."] + }, + "date": "2024-11-12", + "version": "1.31.1" + }, + { + "children": { + "features": ["Add support xAI provider."] + }, + "date": "2024-11-11", + "version": "1.31.0" + }, + { + "children": { + "features": ["Support Cloudflare Workers AI."] + }, + "date": "2024-11-11", + "version": "1.30.0" + }, + { + "children": { + "improvements": ["Add Sonnet 3.5 v2 inference model to BedRock."] + }, + "date": "2024-11-10", + "version": "1.29.6" + }, + { + "children": { + "fixes": ["Fix summary range."] + }, + "date": "2024-11-10", + "version": "1.29.5" + }, + { + "children": { + "fixes": ["Disregard remoteModelCards when showModelFetcher is disabled."] + }, + "date": "2024-11-09", + "version": "1.29.4" + }, + { + "children": { + "fixes": ["Fix the display model of history summary."] + }, + "date": "2024-11-09", + "version": "1.29.3" + }, + { + "children": { + "improvements": ["Allow users to disable SSRF or set a whitelist."] + }, + "date": "2024-11-09", + "version": "1.29.2" + }, + { + "children": { + "fixes": ["Fix topic summary field on server db."] + }, + "date": "2024-11-09", + "version": "1.29.1" + }, + { + "children": { + "features": ["Support compress history messages."] + }, + "date": "2024-11-09", + "version": "1.29.0" + }, + { + "children": { + "fixes": ["Fix env typo of MS Entra ID."] + }, + "date": "2024-11-09", + "version": "1.28.6" + }, + { + "children": {}, + "date": "2024-11-08", + "version": "1.28.5" + }, + { + "children": { + "fixes": ["Disable model fetch for GitHub."] + }, + "date": "2024-11-07", + "version": "1.28.4" + }, + { + "children": { + "improvements": ["Move portal code to features folder."] + }, + "date": "2024-11-06", + "version": "1.28.3" + }, + { + "children": { + "improvements": ["Refactor and clean some code."] + }, + "date": "2024-11-06", + "version": "1.28.2" + }, + { + "children": { + "improvements": ["Update database fields."] + }, + "date": "2024-11-06", + "version": "1.28.1" + }, + { + "children": { + "features": ["Support export as markdown and JSON."] + }, + "date": "2024-11-05", + "version": "1.28.0" + }, + { + "children": { + "improvements": ["Add claude 3.5 haiku model."] + }, + "date": "2024-11-05", + "version": "1.27.3" + }, + { + "children": { + "fixes": ["Remove the 'resetConversation' hot key tip."], + "improvements": ["Improve group topic styles."] + }, + "date": "2024-11-05", + "version": "1.27.2" + }, + { + "children": { + "fixes": ["Fix /webapi/plugin/store server error."] + }, + "date": "2024-11-04", + "version": "1.27.1" + }, + { + "children": { + "features": ["Support group topics by time."] + }, + "date": "2024-11-04", + "version": "1.27.0" + }, + { + "children": { + "fixes": ["If enable login and not signed in, return unauthorized error."] + }, + "date": "2024-11-04", + "version": "1.26.21" + }, + { + "children": { + "improvements": ["Disable chunking button for unsupported files."] + }, + "date": "2024-11-04", + "version": "1.26.20" + }, + { + "children": { + "fixes": [ + "Fix duplicate key value violates unique constraint \"slug_user_id_unique\" when create inbox session." + ] + }, + "date": "2024-11-03", + "version": "1.26.19" + }, + { + "children": { + "fixes": ["Fix MS Entra ID and Azure AD authorization."] + }, + "date": "2024-11-03", + "version": "1.26.18" + }, + { + "children": { + "improvements": ["Improve server log on chat api."] + }, + "date": "2024-10-31", + "version": "1.26.17" + }, + { + "children": { + "fixes": ["Fix server Network connection lost error."] + }, + "date": "2024-10-31", + "version": "1.26.16" + }, + { + "children": { + "improvements": ["Refactor embedding as plain vector array."] + }, + "date": "2024-10-31", + "version": "1.26.15" + }, + { + "children": { + "improvements": ["Add fa-ir locale."] + }, + "date": "2024-10-30", + "version": "1.26.14" + }, + { + "children": { + "fixes": ["Fix the artifacts interface not scrolling."] + }, + "date": "2024-10-30", + "version": "1.26.13" + }, + { + "children": { + "fixes": ["Fix file image prompts in client mode."] + }, + "date": "2024-10-30", + "version": "1.26.12" + }, + { + "children": {}, + "date": "2024-10-29", + "version": "1.26.11" + }, + { + "children": { + "improvements": ["Refactor the aiChat slice actions."] + }, + "date": "2024-10-29", + "version": "1.26.10" + }, + { + "children": {}, + "date": "2024-10-29", + "version": "1.26.9" + }, + { + "children": { + "fixes": ["Update zhipu param process."] + }, + "date": "2024-10-29", + "version": "1.26.8" + }, + { + "children": { + "fixes": ["Remove PWA Install in Firefox and Arc."] + }, + "date": "2024-10-29", + "version": "1.26.7" + }, + { + "children": { + "improvements": ["Add Qwen2.5-72B-Instruct model on HF provider."] + }, + "date": "2024-10-29", + "version": "1.26.6" + }, + { + "children": { + "improvements": ["Improve user guide when user not login."] + }, + "date": "2024-10-29", + "version": "1.26.5" + }, + { + "children": { + "fixes": ["Remove the 'resetConversation' hot key."] + }, + "date": "2024-10-28", + "version": "1.26.4" + }, + { + "children": { + "fixes": ["Fix Huggingface API interrupting when the output exceeds 140 tokens."], + "improvements": ["Remove SenseChat-Vision model, due to model limitation."] + }, + "date": "2024-10-28", + "version": "1.26.3" + }, + { + "children": { + "fixes": ["Fix page not switch when clicking on the pin assistant."] + }, + "date": "2024-10-28", + "version": "1.26.2" + }, + { + "children": { + "improvements": ["Refactor the plugin prompts to xml format."] + }, + "date": "2024-10-27", + "version": "1.26.1" + }, + { + "children": { + "features": ["experimentally support to pin assistant to sidebar."] + }, + "date": "2024-10-27", + "version": "1.26.0" + }, + { + "children": { + "fixes": ["Fix the issue of the switch assistant portal not closing."] + }, + "date": "2024-10-27", + "version": "1.25.3" + }, + { + "children": { + "improvements": ["Update stepfun models."] + }, + "date": "2024-10-27", + "version": "1.25.2" + }, + { + "children": { + "fixes": ["Fix modelList merge."] + }, + "date": "2024-10-26", + "version": "1.25.1" + }, + { + "children": { + "features": ["Support ZEN mode."] + }, + "date": "2024-10-26", + "version": "1.25.0" + }, + { + "children": { + "improvements": ["Update Google Model list, add gemini-1.5-flash-8b."] + }, + "date": "2024-10-26", + "version": "1.24.2" + }, + { + "children": { + "improvements": ["Refactor the Google Gen AI."] + }, + "date": "2024-10-25", + "version": "1.24.1" + }, + { + "children": { + "features": ["Add SenseNova (商汤) model provider."] + }, + "date": "2024-10-25", + "version": "1.24.0" + }, + { + "children": { + "improvements": ["Add *_MODEL_LIST env to all models, update Spark model id & display name."] + }, + "date": "2024-10-25", + "version": "1.23.1" + }, + { + "children": { + "features": ["Support system agent config."] + }, + "date": "2024-10-25", + "version": "1.23.0" + }, + { + "children": { + "improvements": ["Add bedrock claude-3.5-sonnect-v2."] + }, + "date": "2024-10-25", + "version": "1.22.27" + }, + { + "children": { + "improvements": ["Fix some custom branding detail."] + }, + "date": "2024-10-23", + "version": "1.22.26" + }, + { + "children": { + "improvements": ["Remove unused user tables."] + }, + "date": "2024-10-23", + "version": "1.22.25" + }, + { + "children": { + "improvements": ["Support plugin flag."] + }, + "date": "2024-10-23", + "version": "1.22.24" + }, + { + "children": { + "improvements": ["Improve error i18n."] + }, + "date": "2024-10-23", + "version": "1.22.23" + }, + { + "children": { + "improvements": ["Improve i18n."] + }, + "date": "2024-10-23", + "version": "1.22.22" + }, + { + "children": { + "improvements": ["Refactor cookie/headers to async mode."] + }, + "date": "2024-10-23", + "version": "1.22.21" + }, + { + "children": { + "improvements": ["Add new claude-3.5-sonnet model."] + }, + "date": "2024-10-23", + "version": "1.22.20" + }, + { + "children": { + "improvements": ["Move responsive to server utils folder."] + }, + "date": "2024-10-22", + "version": "1.22.19" + }, + { + "children": {}, + "date": "2024-10-22", + "version": "1.22.18" + }, + { + "children": { + "improvements": ["Fix dynamic import in rsc layout."] + }, + "date": "2024-10-22", + "version": "1.22.17" + }, + { + "children": { + "fixes": ["Fix azure-ad."] + }, + "date": "2024-10-21", + "version": "1.22.16" + }, + { + "children": { + "improvements": ["Update format utils and shared layout."] + }, + "date": "2024-10-21", + "version": "1.22.15" + }, + { + "children": { + "improvements": ["Update wenxin 4.0 turbo model to latest."] + }, + "date": "2024-10-20", + "version": "1.22.14" + }, + { + "children": { + "improvements": [ + "Add Ministral model, update Together AI model list, add function call & vision." + ] + }, + "date": "2024-10-20", + "version": "1.22.13" + }, + { + "children": { + "improvements": ["Add Llama 3.1 Nemotron 70B model & reorder some provider model list."] + }, + "date": "2024-10-20", + "version": "1.22.12" + }, + { + "children": { + "improvements": ["Refactor azure ad to ms entra id."] + }, + "date": "2024-10-20", + "version": "1.22.11" + }, + { + "children": {}, + "date": "2024-10-20", + "version": "1.22.10" + }, + { + "children": { + "improvements": ["Update Fireworks AI model list."] + }, + "date": "2024-10-18", + "version": "1.22.9" + }, + { + "children": { + "improvements": ["Add Yi-Lightning model."] + }, + "date": "2024-10-17", + "version": "1.22.8" + }, + { + "children": { + "improvements": ["Add qwen vision model & update qwen2.5 72b to 128k for siliconcloud."] + }, + "date": "2024-10-17", + "version": "1.22.7" + }, + { + "children": { + "fixes": ["Fix images not go in to chat context."] + }, + "date": "2024-10-13", + "version": "1.22.6" + }, + { + "children": { + "improvements": ["Reorder github model list & updata info & add new model."] + }, + "date": "2024-10-13", + "version": "1.22.5" + }, + { + "children": { + "improvements": ["Separate message slice and aiChat slice."] + }, + "date": "2024-10-13", + "version": "1.22.4" + }, + { + "children": { + "improvements": ["Support multi-windows for PWA."] + }, + "date": "2024-10-13", + "version": "1.22.3" + }, + { + "children": { + "fixes": ["Allow use email as name in logto."] + }, + "date": "2024-10-13", + "version": "1.22.2" + }, + { + "children": { + "fixes": ["Fix function calling issue, disable stream when using tools."] + }, + "date": "2024-10-12", + "version": "1.22.1" + }, + { + "children": { + "improvements": ["Refactor the chat webapi."], + "features": ["Add HuggingFace Model Provider."] + }, + "date": "2024-10-12", + "version": "1.22.0" + }, + { + "children": {}, + "date": "2024-10-12", + "version": "1.21.16" + }, + { + "children": {}, + "date": "2024-10-12", + "version": "1.21.15" + }, + { + "children": { + "improvements": ["Fix artifacts render markdown."] + }, + "date": "2024-10-12", + "version": "1.21.14" + }, + { + "children": { + "improvements": ["Refactor agent runtime implement of stream and ZHIPU provider."] + }, + "date": "2024-10-11", + "version": "1.21.13" + }, + { + "children": { + "improvements": ["Refactor the jwt code."] + }, + "date": "2024-10-11", + "version": "1.21.12" + }, + { + "children": { + "improvements": ["Refactor the backend code for better organization."] + }, + "date": "2024-10-11", + "version": "1.21.11" + }, + { + "children": { + "improvements": ["Updata gpt-4o model info."] + }, + "date": "2024-10-11", + "version": "1.21.10" + }, + { + "children": { + "improvements": ["Update qwen vl model to latest."] + }, + "date": "2024-10-10", + "version": "1.21.9" + }, + { + "children": { + "fixes": ["Fix auto rewrite query when user message is too long."], + "improvements": ["Support yml in file chunk."] + }, + "date": "2024-10-08", + "version": "1.21.8" + }, + { + "children": { + "improvements": ["Refactor text-to-image endpoint."] + }, + "date": "2024-10-08", + "version": "1.21.7" + }, + { + "children": { + "improvements": ["Move backend api to (backend) folder group."], + "fixes": ["Fix txt-to-image api."] + }, + "date": "2024-10-05", + "version": "1.21.6" + }, + { + "children": { + "improvements": ["Support shadcn in Artifacts."] + }, + "date": "2024-10-05", + "version": "1.21.5" + }, + { + "children": { + "fixes": ["Fix recharts deps in the Artifacts React Renderer."] + }, + "date": "2024-10-02", + "version": "1.21.4" + }, + { + "children": { + "improvements": ["Move most /api to /webapi."] + }, + "date": "2024-10-01", + "version": "1.21.3" + }, + { + "children": { + "improvements": ["Adjust Wenxin icon size."] + }, + "date": "2024-10-01", + "version": "1.21.2" + }, + { + "children": {}, + "date": "2024-09-30", + "version": "1.21.1" + }, + { + "children": { + "features": ["Add wenxin model provider."] + }, + "date": "2024-09-30", + "version": "1.21.0" + }, + { + "children": {}, + "date": "2024-09-30", + "version": "1.20.8" + }, + { + "children": { + "improvements": ["Update groq model list."] + }, + "date": "2024-09-29", + "version": "1.20.7" + }, + { + "children": {}, + "date": "2024-09-29", + "version": "1.20.6" + }, + { + "children": {}, + "date": "2024-09-29", + "version": "1.20.5" + }, + { + "children": {}, + "date": "2024-09-28", + "version": "1.20.4" + }, + { + "children": { + "fixes": ["Improve delete orphan chunks when delete files."] + }, + "date": "2024-09-28", + "version": "1.20.3" + }, + { + "children": { + "improvements": ["Add zhipu glm-4-flashx model."] + }, + "date": "2024-09-27", + "version": "1.20.2" + }, + { + "children": {}, + "date": "2024-09-27", + "version": "1.20.1" + }, + { + "children": { + "features": ["Add Hunyuan(Tencent) model provider."] + }, + "date": "2024-09-27", + "version": "1.20.0" + }, + { + "children": { + "improvements": ["Add llama3.2 model for openrouter provider."] + }, + "date": "2024-09-27", + "version": "1.19.36" + }, + { + "children": { + "improvements": ["Add o1-preview and o1-mini model to github model provider."] + }, + "date": "2024-09-27", + "version": "1.19.35" + }, + { + "children": {}, + "date": "2024-09-26", + "version": "1.19.34" + }, + { + "children": { + "fixes": ["MiniMax output long content interrupted by non-existent error."], + "improvements": ["Update google provider model info."] + }, + "date": "2024-09-25", + "version": "1.19.33" + }, + { + "children": { + "improvements": ["Add function call for taichu_llm."] + }, + "date": "2024-09-25", + "version": "1.19.32" + }, + { + "children": { + "improvements": ["Add google gemini 1.5 002 series."] + }, + "date": "2024-09-24", + "version": "1.19.31" + }, + { + "children": { + "improvements": ["Disable taichu2.0 functioncall & default disable taichu2.0v model."] + }, + "date": "2024-09-24", + "version": "1.19.30" + }, + { + "children": { + "improvements": ["Update taichu provider info & add taichu vision model."] + }, + "date": "2024-09-24", + "version": "1.19.29" + }, + { + "children": { + "improvements": ["Add function call support for Stepfun."] + }, + "date": "2024-09-24", + "version": "1.19.28" + }, + { + "children": { + "improvements": ["Improve images display in chat messages."] + }, + "date": "2024-09-24", + "version": "1.19.27" + }, + { + "children": { + "fixes": ["Fix url config import after user state init."], + "improvements": ["Add support function call for 360AI, left sidebar has only assistants."] + }, + "date": "2024-09-24", + "version": "1.19.26" + }, + { + "children": { + "fixes": ["Add missing translations."] + }, + "date": "2024-09-24", + "version": "1.19.25" + }, + { + "children": { + "fixes": ["Fix artifacts code language highlight."] + }, + "date": "2024-09-23", + "version": "1.19.24" + }, + { + "children": { + "improvements": ["Add spark max-32k model."] + }, + "date": "2024-09-23", + "version": "1.19.23" + }, + { + "children": { + "fixes": ["Fix ollama model download panel."] + }, + "date": "2024-09-22", + "version": "1.19.22" + }, + { + "children": { + "improvements": ["Refactor to improve branding customization."] + }, + "date": "2024-09-21", + "version": "1.19.21" + }, + { + "children": { + "fixes": ["Fix Content-Security-Policy."] + }, + "date": "2024-09-21", + "version": "1.19.20" + }, + { + "children": { + "fixes": ["Casdoor webhooks providerAccountId not found."] + }, + "date": "2024-09-21", + "version": "1.19.19" + }, + { + "children": {}, + "date": "2024-09-21", + "version": "1.19.18" + }, + { + "children": { + "fixes": ["providerAccountId not exist in provider."] + }, + "date": "2024-09-21", + "version": "1.19.17" + }, + { + "children": { + "improvements": ["Improve i18n for discover and improve version check."] + }, + "date": "2024-09-21", + "version": "1.19.16" + }, + { + "children": { + "improvements": ["Improve i18n in discover."] + }, + "date": "2024-09-20", + "version": "1.19.15" + }, + { + "children": { + "fixes": ["Pin shiki@1.17.7 to fix code highlight."] + }, + "date": "2024-09-20", + "version": "1.19.14" + }, + { + "children": { + "fixes": ["Try to implement better ssrf-protect."] + }, + "date": "2024-09-20", + "version": "1.19.13" + }, + { + "children": { + "improvements": ["Support webhooks for casdoor."] + }, + "date": "2024-09-20", + "version": "1.19.12" + }, + { + "children": { + "fixes": ["Custom model initialization not taking effect error."] + }, + "date": "2024-09-20", + "version": "1.19.11" + }, + { + "children": { + "improvements": ["Add qwen2.5 math and coder model for siliconcloud provider."] + }, + "date": "2024-09-20", + "version": "1.19.10" + }, + { + "children": { + "fixes": ["Fix a bug with server agent config when user not exist."] + }, + "date": "2024-09-20", + "version": "1.19.9" + }, + { + "children": { + "improvements": ["Delete siliconflow outdated model & disable stepfun functioncall."] + }, + "date": "2024-09-19", + "version": "1.19.8" + }, + { + "children": { + "improvements": ["Add siliconflow qwen2.5 model."] + }, + "date": "2024-09-19", + "version": "1.19.7" + }, + { + "children": { + "improvements": ["Refactor the tts route url."] + }, + "date": "2024-09-19", + "version": "1.19.6" + }, + { + "children": { + "improvements": ["Enable functioncall for stepfun models, Update qwen models."] + }, + "date": "2024-09-19", + "version": "1.19.5" + }, + { + "children": { + "improvements": ["Refactor the sitemap implement."] + }, + "date": "2024-09-19", + "version": "1.19.4" + }, + { + "children": {}, + "date": "2024-09-19", + "version": "1.19.3" + }, + { + "children": { + "improvements": ["Updata qwen model info & add qwen2.5 & reorder provider list."] + }, + "date": "2024-09-19", + "version": "1.19.2" + }, + { + "children": { + "improvements": ["Add mistral provider new models."] + }, + "date": "2024-09-19", + "version": "1.19.1" + }, + { + "children": { + "features": [ + "Add Ai21Labs model provider, add Github Models provider, support native Artifacts just like Claude." + ] + }, + "date": "2024-09-18", + "version": "1.19.0" + }, + { + "children": { + "fixes": ["Fix InterceptingRoutes in discover."] + }, + "date": "2024-09-18", + "version": "1.18.2" + }, + { + "children": {}, + "date": "2024-09-18", + "version": "1.18.1" + }, + { + "children": { + "features": ["Add Discover Page."] + }, + "date": "2024-09-18", + "version": "1.18.0" + }, + { + "children": { + "fixes": ["Fix a corner case of tools_call with empty object."], + "improvements": ["Delete duplicate models in ollama."] + }, + "date": "2024-09-16", + "version": "1.17.7" + }, + { + "children": { + "improvements": ["Rename artifacts to plugins in portal."] + }, + "date": "2024-09-15", + "version": "1.17.6" + }, + { + "children": { + "improvements": ["Add MiniCPM-V 8B model entries to Ollama model providers."] + }, + "date": "2024-09-15", + "version": "1.17.5" + }, + { + "children": { + "improvements": ["Update fullscreen loading style."] + }, + "date": "2024-09-15", + "version": "1.17.4" + }, + { + "children": { + "improvements": ["Delete \"-\" in deepseek displayname."] + }, + "date": "2024-09-14", + "version": "1.17.3" + }, + { + "children": { + "fixes": ["Fix o1 model list."], + "improvements": ["Update openrouter model list."] + }, + "date": "2024-09-13", + "version": "1.17.2" + }, + { + "children": { + "improvements": ["Update zhipu model info."] + }, + "date": "2024-09-13", + "version": "1.17.1" + }, + { + "children": { + "features": ["Support openai new OpenAI o1-preview/o1-mini models."], + "improvements": ["Support Google Model List."] + }, + "date": "2024-09-13", + "version": "1.17.0" + }, + { + "children": {}, + "date": "2024-09-13", + "version": "1.16.14" + }, + { + "children": { + "improvements": ["Update siliconcloud model."] + }, + "date": "2024-09-13", + "version": "1.16.13" + }, + { + "children": { + "improvements": ["Remove brackets from model names with dates in OpenAI."] + }, + "date": "2024-09-12", + "version": "1.16.12" + }, + { + "children": { + "fixes": ["Support webhooks for logto."], + "improvements": ["Default disable mistral provider useless models."] + }, + "date": "2024-09-12", + "version": "1.16.11" + }, + { + "children": { + "improvements": ["Support Environment Variable Inference For NextAuth."], + "fixes": ["Qwen model param error."] + }, + "date": "2024-09-12", + "version": "1.16.10" + }, + { + "children": { + "improvements": ["Add model and provider desc and url."] + }, + "date": "2024-09-12", + "version": "1.16.9" + }, + { + "children": { + "improvements": ["Improve models and add more info for providers and models."] + }, + "date": "2024-09-12", + "version": "1.16.8" + }, + { + "children": { + "improvements": ["Optimize model token display method."] + }, + "date": "2024-09-11", + "version": "1.16.7" + }, + { + "children": { + "fixes": ["Pin next@14.2.8 to fix Internal error."] + }, + "date": "2024-09-11", + "version": "1.16.6" + }, + { + "children": {}, + "date": "2024-09-11", + "version": "1.16.5" + }, + { + "children": {}, + "date": "2024-09-11", + "version": "1.16.4" + }, + { + "children": { + "fixes": ["Add LLM_VISION_IMAGE_USE_BASE64 to support local s3 in vision model."] + }, + "date": "2024-09-11", + "version": "1.16.3" + }, + { + "children": { + "improvements": ["Update Upstage model list."] + }, + "date": "2024-09-11", + "version": "1.16.2" + }, + { + "children": { + "improvements": [ + "Reorder the provider list, update spark check model to spark-lite & default disable useless model." + ] + }, + "date": "2024-09-10", + "version": "1.16.1" + }, + { + "children": { + "features": ["Add Fireworks AI Model Provider, Add Spark model provider."] + }, + "date": "2024-09-10", + "version": "1.16.0" + }, + { + "children": { + "improvements": ["Update CustomLogo."] + }, + "date": "2024-09-10", + "version": "1.15.35" + }, + { + "children": { + "improvements": ["Change empty content stream behavior."] + }, + "date": "2024-09-10", + "version": "1.15.34" + }, + { + "children": { + "fixes": ["Fix /etc/resolv.confedit permission in docker image."] + }, + "date": "2024-09-10", + "version": "1.15.33" + }, + { + "children": { + "fixes": ["Fix tools calling in some edge cases."] + }, + "date": "2024-09-10", + "version": "1.15.32" + }, + { + "children": { + "fixes": ["Baichuan should not introduce freequency_penality parameters."] + }, + "date": "2024-09-10", + "version": "1.15.31" + }, + { + "children": { + "fixes": ["Fix claude 3.5 image with s3 url."] + }, + "date": "2024-09-09", + "version": "1.15.30" + }, + { + "children": { + "fixes": ["Gemini cannot input images when server database is enabled."] + }, + "date": "2024-09-09", + "version": "1.15.29" + }, + { + "children": { + "fixes": ["Update baichuan param."] + }, + "date": "2024-09-09", + "version": "1.15.28" + }, + { + "children": { + "improvements": ["Add siliconcloud new model."] + }, + "date": "2024-09-09", + "version": "1.15.27" + }, + { + "children": { + "improvements": ["Update perplexity model list."] + }, + "date": "2024-09-09", + "version": "1.15.26" + }, + { + "children": {}, + "date": "2024-09-09", + "version": "1.15.25" + }, + { + "children": { + "improvements": ["Fix title in about settings."] + }, + "date": "2024-09-09", + "version": "1.15.24" + }, + { + "children": { + "improvements": ["Improve branding implement."] + }, + "date": "2024-09-08", + "version": "1.15.23" + }, + { + "children": { + "improvements": ["Update model display name & Remove Qwen preview model."] + }, + "date": "2024-09-08", + "version": "1.15.22" + }, + { + "children": { + "improvements": ["Temperature range from 0 to 2."] + }, + "date": "2024-09-08", + "version": "1.15.21" + }, + { + "children": {}, + "date": "2024-09-08", + "version": "1.15.20" + }, + { + "children": {}, + "date": "2024-09-08", + "version": "1.15.19" + }, + { + "children": { + "improvements": ["Support anthropic browser request."] + }, + "date": "2024-09-06", + "version": "1.15.18" + }, + { + "children": { + "fixes": ["Fix auth log."] + }, + "date": "2024-09-06", + "version": "1.15.17" + }, + { + "children": { + "improvements": ["Update Bedrock model list & add AWS_BEDROCK_MODEL_LIST support."] + }, + "date": "2024-09-06", + "version": "1.15.16" + }, + { + "children": { + "improvements": ["Add LLaVA 1.5 7B model in Groq."] + }, + "date": "2024-09-06", + "version": "1.15.15" + }, + { + "children": {}, + "date": "2024-09-06", + "version": "1.15.14" + }, + { + "children": {}, + "date": "2024-09-06", + "version": "1.15.13" + }, + { + "children": { + "fixes": ["Fix typo in RAG prompt."] + }, + "date": "2024-09-04", + "version": "1.15.12" + }, + { + "children": {}, + "date": "2024-09-04", + "version": "1.15.11" + }, + { + "children": {}, + "date": "2024-09-03", + "version": "1.15.10" + }, + { + "children": { + "fixes": ["Fix speed and rag prompt."] + }, + "date": "2024-09-03", + "version": "1.15.9" + }, + { + "children": { + "fixes": ["Fix .PDF can not be chunked."] + }, + "date": "2024-09-03", + "version": "1.15.8" + }, + { + "children": { + "improvements": ["Fix provider disabled title style."] + }, + "date": "2024-09-03", + "version": "1.15.7" + }, + { + "children": { + "improvements": [ + "Stepfun default enabled model, update Groq model list & add GROQ_MODEL_LIST support." + ] + }, + "date": "2024-09-01", + "version": "1.15.6" + }, + { + "children": { + "improvements": ["Update Together AI model list."] + }, + "date": "2024-09-01", + "version": "1.15.5" + }, + { + "children": { + "improvements": ["Update Novita AI model info & add NOVITA_MODEL_LIST support."] + }, + "date": "2024-09-01", + "version": "1.15.4" + }, + { + "children": { + "improvements": [ + "Add *_MODEL_LIST for Qwen and ZeroOne, fix model info, update Claude 3.5 Sonnet maxOutput vaule." + ] + }, + "date": "2024-09-01", + "version": "1.15.3" + }, + { + "children": { + "improvements": ["Update Qwen and Gemini models info."] + }, + "date": "2024-08-30", + "version": "1.15.2" + }, + { + "children": { + "improvements": ["Update the sorting of each provider model."] + }, + "date": "2024-08-30", + "version": "1.15.1" + }, + { + "children": { + "features": ["Add Upstage model provider support."] + }, + "date": "2024-08-30", + "version": "1.15.0" + }, + { + "children": { + "improvements": ["Fix ms doc file preview, Update the sorting of each provider model."] + }, + "date": "2024-08-30", + "version": "1.14.12" + }, + { + "children": { + "improvements": ["Update Stepfun models info."] + }, + "date": "2024-08-30", + "version": "1.14.11" + }, + { + "children": { + "fixes": ["Fix file relative chunks."] + }, + "date": "2024-08-30", + "version": "1.14.10" + }, + { + "children": {}, + "date": "2024-08-29", + "version": "1.14.9" + }, + { + "children": { + "fixes": ["Fix whisper-1 typo."] + }, + "date": "2024-08-29", + "version": "1.14.8" + }, + { + "children": { + "fixes": ["Disable ChatGPT-4o Tools Calling."], + "improvements": ["Improve chunk and file preview."] + }, + "date": "2024-08-28", + "version": "1.14.7" + }, + { + "children": { + "improvements": ["Update Gemini models."] + }, + "date": "2024-08-28", + "version": "1.14.6" + }, + { + "children": { + "fixes": ["No user name if Cloudflare Zero Trust with onetimepin."] + }, + "date": "2024-08-28", + "version": "1.14.5" + }, + { + "children": { + "improvements": ["Move model and provider icon components to @lobehub/icons."] + }, + "date": "2024-08-28", + "version": "1.14.4" + }, + { + "children": { + "fixes": ["Improve aysnc error type."] + }, + "date": "2024-08-27", + "version": "1.14.3" + }, + { + "children": { + "fixes": ["Fix agent setting."] + }, + "date": "2024-08-27", + "version": "1.14.2" + }, + { + "children": { + "improvements": ["Improve zhipu model config."] + }, + "date": "2024-08-27", + "version": "1.14.1" + }, + { + "children": { + "features": ["Supports Cloudflare Zero Trust login."] + }, + "date": "2024-08-27", + "version": "1.14.0" + }, + { + "children": { + "fixes": ["Bypass vercel deployment protection, fix can send message on uploading files."] + }, + "date": "2024-08-27", + "version": "1.13.2" + }, + { + "children": { + "improvements": ["Update Qwen models."] + }, + "date": "2024-08-27", + "version": "1.13.1" + }, + { + "children": { + "features": ["Supports Authelia login."] + }, + "date": "2024-08-27", + "version": "1.13.0" + }, + { + "children": { + "fixes": ["Feature flag knowledge_base doesn't affect ActionBar."] + }, + "date": "2024-08-26", + "version": "1.12.20" + }, + { + "children": { + "fixes": ["Fix cannot clone agent when imported from client."] + }, + "date": "2024-08-25", + "version": "1.12.19" + }, + { + "children": { + "fixes": ["Fix dayjs error in en-US language."] + }, + "date": "2024-08-25", + "version": "1.12.18" + }, + { + "children": { + "fixes": ["Fix multi file upload dupicate."] + }, + "date": "2024-08-25", + "version": "1.12.17" + }, + { + "children": { + "fixes": ["Session not found error on mobile."] + }, + "date": "2024-08-24", + "version": "1.12.16" + }, + { + "children": {}, + "date": "2024-08-24", + "version": "1.12.15" + }, + { + "children": { + "fixes": ["Fix tts file saving in server mode."] + }, + "date": "2024-08-24", + "version": "1.12.14" + }, + { + "children": { + "improvements": ["Update 01.AI models."] + }, + "date": "2024-08-24", + "version": "1.12.13" + }, + { + "children": {}, + "date": "2024-08-24", + "version": "1.12.12" + }, + { + "children": { + "fixes": ["Remove orphan chunks if there is no related file."] + }, + "date": "2024-08-23", + "version": "1.12.11" + }, + { + "children": { + "fixes": ["Refactor and fix dalle."] + }, + "date": "2024-08-23", + "version": "1.12.10" + }, + { + "children": { + "fixes": ["Improve s3 path-style url."] + }, + "date": "2024-08-23", + "version": "1.12.9" + }, + { + "children": { + "fixes": ["Fix NEXT_PUBLIC_S3_DOMAIN error on Docker."] + }, + "date": "2024-08-22", + "version": "1.12.8" + }, + { + "children": { + "fixes": ["Logout button not shown on mobile view when using nextauth."] + }, + "date": "2024-08-22", + "version": "1.12.7" + }, + { + "children": { + "improvements": ["Refactor s3 env and support path-style for minio."] + }, + "date": "2024-08-22", + "version": "1.12.6" + }, + { + "children": { + "fixes": ["Fix clipboard copy issue and improve upload cors feedback."] + }, + "date": "2024-08-22", + "version": "1.12.5" + }, + { + "children": { + "improvements": ["Fix link style."] + }, + "date": "2024-08-22", + "version": "1.12.4" + }, + { + "children": { + "improvements": ["Hide settings in repo."] + }, + "date": "2024-08-22", + "version": "1.12.3" + }, + { + "children": {}, + "date": "2024-08-22", + "version": "1.12.2" + }, + { + "children": { + "fixes": ["Fix embeddings multi-insert when there is issues with async task."] + }, + "date": "2024-08-21", + "version": "1.12.1" + }, + { + "children": { + "features": ["Files and knowledge base."] + }, + "date": "2024-08-21", + "version": "1.12.0" + }, + { + "children": { + "fixes": ["Fixed bedrock llama model id."] + }, + "date": "2024-08-19", + "version": "1.11.9" + }, + { + "children": { + "improvements": ["Update zhipu models."] + }, + "date": "2024-08-19", + "version": "1.11.8" + }, + { + "children": { + "fixes": ["Fix topic scroll issue."] + }, + "date": "2024-08-18", + "version": "1.11.7" + }, + { + "children": { + "improvements": ["Refactor the SITE_URL to APP_URL."] + }, + "date": "2024-08-18", + "version": "1.11.6" + }, + { + "children": { + "improvements": ["Refactor the fetch method to fix response.undefined."] + }, + "date": "2024-08-18", + "version": "1.11.5" + }, + { + "children": { + "improvements": [ + "Add SILICONCLOUD_MODEL_LIST & SILICONCLOUD_PROXY_URL support for SiliconCloud." + ] + }, + "date": "2024-08-18", + "version": "1.11.4" + }, + { + "children": { + "improvements": ["Refactor PanelTitle and move commit from file uploading."] + }, + "date": "2024-08-17", + "version": "1.11.3" + }, + { + "children": {}, + "date": "2024-08-17", + "version": "1.11.2" + }, + { + "children": { + "fixes": ["Make S3 upload ACL setting optional."] + }, + "date": "2024-08-15", + "version": "1.11.1" + }, + { + "children": { + "features": ["Add 2 new models to openai provider."] + }, + "date": "2024-08-14", + "version": "1.11.0" + }, + { + "children": {}, + "date": "2024-08-14", + "version": "1.10.1" + }, + { + "children": { + "features": ["Add SiliconCloud model provider."] + }, + "date": "2024-08-14", + "version": "1.10.0" + }, + { + "children": { + "improvements": ["Resize the image size in chat message."] + }, + "date": "2024-08-13", + "version": "1.9.8" + }, + { + "children": {}, + "date": "2024-08-13", + "version": "1.9.7" + }, + { + "children": {}, + "date": "2024-08-09", + "version": "1.9.6" + }, + { + "children": { + "improvements": ["Updated AWS bedrock model list."] + }, + "date": "2024-08-08", + "version": "1.9.5" + }, + { + "children": { + "fixes": ["Fix import clerk AuthObject from public api."] + }, + "date": "2024-08-06", + "version": "1.9.4" + }, + { + "children": { + "improvements": ["Refactor server db schema for better code organize."] + }, + "date": "2024-08-06", + "version": "1.9.3" + }, + { + "children": {}, + "date": "2024-08-05", + "version": "1.9.2" + }, + { + "children": { + "fixes": ["Azure modelTag icon display."] + }, + "date": "2024-08-05", + "version": "1.9.1" + }, + { + "children": { + "features": ["Skip login page if only one provider exists."] + }, + "date": "2024-08-05", + "version": "1.9.0" + }, + { + "children": { + "fixes": ["Add PROXY_URL in docker with proxychains-ng."] + }, + "date": "2024-08-03", + "version": "1.8.2" + }, + { + "children": { + "improvements": ["Fix aya, mathstral model tag icon & update ollama model info."] + }, + "date": "2024-08-03", + "version": "1.8.1" + }, + { + "children": { + "features": ["Add NextAuth as authentication service in server database."] + }, + "date": "2024-08-02", + "version": "1.8.0" + }, + { + "children": { + "improvements": ["Add Gemini 1.5 Pro Exp model."] + }, + "date": "2024-08-02", + "version": "1.7.10" + }, + { + "children": { + "fixes": ["Fix Mistral models calling & update model info."], + "improvements": ["Fix stepfun & baichuan model tag icon missing, update Perplexity models."] + }, + "date": "2024-08-01", + "version": "1.7.9" + }, + { + "children": {}, + "date": "2024-07-30", + "version": "1.7.8" + }, + { + "children": { + "improvements": ["Improve tools calling UI."] + }, + "date": "2024-07-30", + "version": "1.7.7" + }, + { + "children": { + "fixes": ["Disable anthropic browser request."] + }, + "date": "2024-07-29", + "version": "1.7.6" + }, + { + "children": { + "fixes": ["Fix create_session edit_agent feature flags and add more flags."], + "improvements": ["Update 360GPT model (360GPT2 Pro)."] + }, + "date": "2024-07-29", + "version": "1.7.5" + }, + { + "children": { + "fixes": ["Improve remote model list fetching for Novita AI."] + }, + "date": "2024-07-29", + "version": "1.7.4" + }, + { + "children": { + "fixes": ["Update minimax models."] + }, + "date": "2024-07-28", + "version": "1.7.3" + }, + { + "children": { + "fixes": ["Avoid baseURL being an empty string, resulting in incorrect client fetch."] + }, + "date": "2024-07-26", + "version": "1.7.2" + }, + { + "children": { + "fixes": ["Fix dalle tools calling prompts to avoid content risk."] + }, + "date": "2024-07-26", + "version": "1.7.1" + }, + { + "children": { + "features": ["Enabled function calling on Deepseek models."] + }, + "date": "2024-07-26", + "version": "1.7.0" + }, + { + "children": { + "improvements": ["Fix file upload height."] + }, + "date": "2024-07-26", + "version": "1.6.15" + }, + { + "children": { + "improvements": ["Improve input file upload."] + }, + "date": "2024-07-26", + "version": "1.6.14" + }, + { + "children": { + "improvements": ["Updated Groq model list to include llama-3.1 and llama3-Groq."] + }, + "date": "2024-07-25", + "version": "1.6.13" + }, + { + "children": { + "improvements": ["Add new models to groq which are llama 3.1."] + }, + "date": "2024-07-25", + "version": "1.6.12" + }, + { + "children": { + "fixes": ["Fix UNAUTHORIZED issue with clerk auth provider."] + }, + "date": "2024-07-24", + "version": "1.6.11" + }, + { + "children": { + "improvements": ["Fix the scrolling of the return result area of function calling."] + }, + "date": "2024-07-23", + "version": "1.6.10" + }, + { + "children": {}, + "date": "2024-07-23", + "version": "1.6.9" + }, + { + "children": { + "improvements": ["Move server modules."] + }, + "date": "2024-07-23", + "version": "1.6.8" + }, + { + "children": { + "improvements": ["Add new model provider Novita AI."] + }, + "date": "2024-07-23", + "version": "1.6.7" + }, + { + "children": {}, + "date": "2024-07-22", + "version": "1.6.6" + }, + { + "children": { + "fixes": ["Content lost unexpectedly on Qwen provider when finish_reason is stop."] + }, + "date": "2024-07-22", + "version": "1.6.5" + }, + { + "children": { + "improvements": ["Add trpc query client with react-query."] + }, + "date": "2024-07-21", + "version": "1.6.4" + }, + { + "children": { + "improvements": ["Update Zhipu models (GLM-4-AllTools & CodeGeeX-4)."] + }, + "date": "2024-07-21", + "version": "1.6.3" + }, + { + "children": { + "fixes": ["Fix dayjs render on server."] + }, + "date": "2024-07-21", + "version": "1.6.2" + }, + { + "children": { + "improvements": ["Refactor the DragUpload."] + }, + "date": "2024-07-19", + "version": "1.6.1" + }, + { + "children": { + "features": ["Add gpt-4o-mini in OpenAI Provider and set it as the default model."] + }, + "date": "2024-07-19", + "version": "1.6.0" + }, + { + "children": { + "improvements": ["Added Gemma2 instead of outdated Gemma."] + }, + "date": "2024-07-19", + "version": "1.5.5" + }, + { + "children": { + "fixes": ["Fix delete session group."] + }, + "date": "2024-07-17", + "version": "1.5.4" + }, + { + "children": { + "fixes": ["Fix OpenAI deployment restrictions, fix cant duplicate assistant."] + }, + "date": "2024-07-17", + "version": "1.5.3" + }, + { + "children": { + "fixes": ["Fix session not reorder after send message."] + }, + "date": "2024-07-17", + "version": "1.5.2" + }, + { + "children": { + "improvements": ["Improve brand url."] + }, + "date": "2024-07-17", + "version": "1.5.1" + }, + { + "children": { + "features": ["Spport qwen-vl and tool call for qwen."] + }, + "date": "2024-07-17", + "version": "1.5.0" + }, + { + "children": { + "fixes": ["Save assistant info on blur."] + }, + "date": "2024-07-15", + "version": "1.4.3" + }, + { + "children": { + "improvements": ["Remove code related to gemini-pro-vision."] + }, + "date": "2024-07-13", + "version": "1.4.2" + }, + { + "children": { + "improvements": ["Add cloud promotion banner."] + }, + "date": "2024-07-13", + "version": "1.4.1" + }, + { + "children": { + "features": ["Add 360AI model provider."] + }, + "date": "2024-07-12", + "version": "1.4.0" + }, + { + "children": { + "improvements": ["Improve agent runtime code."] + }, + "date": "2024-07-11", + "version": "1.3.6" + }, + { + "children": { + "fixes": ["Fix assistant meta change race issue."] + }, + "date": "2024-07-10", + "version": "1.3.5" + }, + { + "children": { + "improvements": ["Support disable clientFetch by default."] + }, + "date": "2024-07-09", + "version": "1.3.4" + }, + { + "children": { + "fixes": ["Allow user to use their own WebRTC signaling."] + }, + "date": "2024-07-09", + "version": "1.3.3" + }, + { + "children": { + "fixes": ["Automatic refresh when change language."] + }, + "date": "2024-07-09", + "version": "1.3.2" + }, + { + "children": {}, + "date": "2024-07-09", + "version": "1.3.1" + }, + { + "children": { + "features": ["Add Taichu model provider."] + }, + "date": "2024-07-09", + "version": "1.3.0" + }, + { + "children": { + "improvements": ["Provider changes with model in model settings."] + }, + "date": "2024-07-08", + "version": "1.2.14" + }, + { + "children": { + "fixes": ["Fix tool message order."] + }, + "date": "2024-07-07", + "version": "1.2.13" + }, + { + "children": { + "fixes": [ + "Fixed mobile web page navigation issue with inbox assistant, support to disable clerk signup with feature flag." + ] + }, + "date": "2024-07-07", + "version": "1.2.12" + }, + { + "children": { + "improvements": ["Update deepseek max token."] + }, + "date": "2024-07-07", + "version": "1.2.11" + }, + { + "children": { + "fixes": ["Improve tools calling error feedback when arguments are not correctly."] + }, + "date": "2024-07-05", + "version": "1.2.10" + }, + { + "children": { + "improvements": ["Fix tool message suspense loading."] + }, + "date": "2024-07-04", + "version": "1.2.9" + }, + { + "children": { + "fixes": ["Allow builtin tools to trigger AI message."] + }, + "date": "2024-07-03", + "version": "1.2.8" + }, + { + "children": { + "improvements": ["Improve delete assistant message with tools."] + }, + "date": "2024-07-03", + "version": "1.2.7" + }, + { + "children": { + "fixes": ["Clerk provider refreshes continously."] + }, + "date": "2024-07-03", + "version": "1.2.6" + }, + { + "children": { + "fixes": ["Fix clerk appearance is not applied correctly."] + }, + "date": "2024-07-02", + "version": "1.2.5" + }, + { + "children": { + "improvements": ["Update ProviderAvatar for Baichuan & Stepfun."] + }, + "date": "2024-07-02", + "version": "1.2.4" + }, + { + "children": { + "improvements": ["Refactor the portal implement."] + }, + "date": "2024-07-01", + "version": "1.2.3" + }, + { + "children": { + "fixes": ["Display issue when select default model in System Agent."] + }, + "date": "2024-07-01", + "version": "1.2.2" + }, + { + "children": { + "improvements": ["Refactor the portal file."] + }, + "date": "2024-07-01", + "version": "1.2.1" + }, + { + "children": { + "features": ["Add Baichuan model provider."] + }, + "date": "2024-07-01", + "version": "1.2.0" + }, + { + "children": { + "improvements": ["Add Gemini 1.5 stable version model & 2M context window."] + }, + "date": "2024-07-01", + "version": "1.1.18" + }, + { + "children": { + "improvements": ["Refactor to prepare for Chat Portal."] + }, + "date": "2024-07-01", + "version": "1.1.17" + }, + { + "children": { + "fixes": ["Fix clerk UNAUTHORIZED error after long-time hang-up."] + }, + "date": "2024-06-29", + "version": "1.1.16" + }, + { + "children": { + "fixes": ["Pin @azure/core-rest-pipeline@1.16.0 to fix azure openai issue."] + }, + "date": "2024-06-28", + "version": "1.1.15" + }, + { + "children": { + "improvements": ["Refactor plugin state."] + }, + "date": "2024-06-27", + "version": "1.1.14" + }, + { + "children": { + "fixes": ["-check_updates cannot be set by FEATURE_FLAGS."] + }, + "date": "2024-06-27", + "version": "1.1.13" + }, + { + "children": { + "fixes": ["Fix azure tools calling."] + }, + "date": "2024-06-26", + "version": "1.1.12" + }, + { + "children": { + "improvements": ["Refactor format utils."] + }, + "date": "2024-06-25", + "version": "1.1.11" + }, + { + "children": {}, + "date": "2024-06-24", + "version": "1.1.10" + }, + { + "children": { + "fixes": ["Fix agent tags."], + "improvements": ["Always show action on mobile."] + }, + "date": "2024-06-24", + "version": "1.1.9" + }, + { + "children": { + "fixes": ["Fix anthropic parallel tools calling."] + }, + "date": "2024-06-24", + "version": "1.1.8" + }, + { + "children": { + "improvements": ["Add AES-GCM footer and tooltip."] + }, + "date": "2024-06-24", + "version": "1.1.7" + }, + { + "children": { + "improvements": ["Refactor the server db implement."], + "fixes": ["Fix incorrect baseURL for Groq in client mode."] + }, + "date": "2024-06-23", + "version": "1.1.6" + }, + { + "children": { + "improvements": ["Remove deprecated env."] + }, + "date": "2024-06-23", + "version": "1.1.5" + }, + { + "children": { + "fixes": ["Create first-time user on server db."] + }, + "date": "2024-06-22", + "version": "1.1.4" + }, + { + "children": { + "fixes": ["Ollama not enabled client fetch by default."] + }, + "date": "2024-06-21", + "version": "1.1.3" + }, + { + "children": {}, + "date": "2024-06-20", + "version": "1.1.2" + }, + { + "children": { + "improvements": ["Fixed System Agent missing in mobile layout."] + }, + "date": "2024-06-20", + "version": "1.1.1" + }, + { + "children": { + "features": ["Supoort Claude 3.5 Sonnet."] + }, + "date": "2024-06-20", + "version": "1.1.0" + }, + { + "children": { + "fixes": ["Fix to send image without text."] + }, + "date": "2024-06-20", + "version": "1.0.14" + }, + { + "children": { + "fixes": ["Fix and improve tool calling."] + }, + "date": "2024-06-19", + "version": "1.0.13" + }, + { + "children": { + "fixes": ["Fix auto avatar."] + }, + "date": "2024-06-19", + "version": "1.0.12" + }, + { + "children": { + "improvements": ["Fix phi3 icon display under OpenRouter."] + }, + "date": "2024-06-19", + "version": "1.0.11" + }, + { + "children": { + "fixes": ["Typo in reset settings."] + }, + "date": "2024-06-19", + "version": "1.0.10" + }, + { + "children": {}, + "date": "2024-06-19", + "version": "1.0.9" + }, + { + "children": { + "fixes": ["Fix hydration mismatch on macOS."], + "improvements": ["Update brand and improve docs."] + }, + "date": "2024-06-18", + "version": "1.0.8" + }, + { + "children": { + "improvements": ["Remove some i18n text."] + }, + "date": "2024-06-18", + "version": "1.0.7" + }, + { + "children": { + "improvements": ["Fix footer being cut on wide screen."] + }, + "date": "2024-06-17", + "version": "1.0.6" + }, + { + "children": { + "fixes": ["Fix onboard and auth for community version."] + }, + "date": "2024-06-17", + "version": "1.0.5" + }, + { + "children": { + "improvements": ["Add stepfun as a new provider."] + }, + "date": "2024-06-17", + "version": "1.0.4" + }, + { + "children": { + "fixes": ["Fix clerk UNAUTHORIZED auth error."] + }, + "date": "2024-06-17", + "version": "1.0.3" + }, + { + "children": { + "fixes": ["Openai key and openai proxy are invalid in feature flags."] + }, + "date": "2024-06-17", + "version": "1.0.2" + }, + { + "children": { + "improvements": ["Remove r2 cdn url."] + }, + "date": "2024-06-17", + "version": "1.0.1" + }, + { + "children": { + "features": ["Release LobeChat 1.0."], + "improvements": [ + "Bump version.", + "Release LobeChat 1.0, closes #2897 (97bb377)", + "Bump version, closes #2896 (6e2d03b)", + "Update LICENSE to Apache 2.0", + "update to 1.0.0" + ] + }, + "date": "2024-06-17", + "version": "1.0.0" + } +] diff --git a/docs/changelog/2024-11-25-november-provider.mdx b/docs/changelog/2024-11-25-november-provider.mdx new file mode 100644 index 000000000000..bd2998db6ea4 --- /dev/null +++ b/docs/changelog/2024-11-25-november-provider.mdx @@ -0,0 +1,19 @@ +--- +title: New Model Providers Added to LobeChat in November +description: >- + LobeChat model providers now support Gitee AI, InternLM (ShuSheng PuYu), xAI, + and Cloudflare WorkersAI +--- + +# Exciting New Additions to LobeChat's Model Providers This November! 🎉 + +Wow, it looks like our AI family has welcomed some new members! This November, we are thrilled to introduce these shining new AI model providers: + +- **Gitee AI**: [https://ai.gitee.com](https://ai.gitee.com) +- **InternLM**: [https://internlm.intern-ai.org.cn](https://internlm.intern-ai.org.cn) +- **xAI**: [https://x.ai](https://x.ai) +- **Cloudflare WorkersAI**: [https://developers.cloudflare.com/workers-ai](https://developers.cloudflare.com/workers-ai) + +We are always listening. Do you need support for more model providers? + +- Please visit [More Model Providers Support](https://github.com/lobehub/lobe-chat/discussions/1284) to submit your requests. diff --git a/docs/changelog/2024-11-25-november-provider.zh-CN.mdx b/docs/changelog/2024-11-25-november-provider.zh-CN.mdx new file mode 100644 index 000000000000..634880446a52 --- /dev/null +++ b/docs/changelog/2024-11-25-november-provider.zh-CN.mdx @@ -0,0 +1,17 @@ +--- +title: LobeChat 11 月新增模型服务 +description: 'LobeChat 模型服务新增支持 Gitee AI, InternLM (书生浦语), xAI, Cloudflare WorkersAI' +--- + +# LobeChat 11 月模型服务又添新成员啦! 🎉 + +哇哦, 看来我们的 AI 大家庭又迎来了新成员! 在 11 月份,我们为你带来了这些闪亮登场的 AI 模型服务: + +- **Gitee AI**: [https://ai.gitee.com](https://ai.gitee.com) +- **InternLM (书生浦语)**: [https://internlm.intern-ai.org.cn](https://internlm.intern-ai.org.cn) +- **xAI**: [https://x.ai](https://x.ai) +- **Cloudflare WorkersAI**: [https://developers.cloudflare.com/workers-ai](https://developers.cloudflare.com/workers-ai) + +我们始终在倾听,需要支持更多的模型服务? + +- 请前往 [更多模型服务商支持](https://github.com/lobehub/lobe-chat/discussions/1284) 提交您的需求 diff --git a/docs/changelog/index.json b/docs/changelog/index.json new file mode 100644 index 000000000000..fc4ded73b139 --- /dev/null +++ b/docs/changelog/index.json @@ -0,0 +1,12 @@ +{ + "$schema": "https://github.com/lobehub/lobe-chat/blob/main/docs/changelog/schema.json", + "cloud": [], + "community": [ + { + "image": "https://github.com/user-attachments/assets/fa8fab19-ace2-4f85-8428-a3a0e28845bb", + "id": "2024-11-25-november-providers", + "date": "2024-11-25", + "versionRange": ["1.33.0", "1.30.0"] + } + ] +} diff --git a/docs/changelog/schema.json b/docs/changelog/schema.json new file mode 100644 index 000000000000..e4a742f3fe42 --- /dev/null +++ b/docs/changelog/schema.json @@ -0,0 +1,70 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "$schema": { + "type": "string", + "format": "uri" + }, + "community": { + "type": "array", + "items": { + "type": "object", + "properties": { + "image": { + "type": "string" + }, + "date": { + "type": "string", + "pattern": "^\\d+-\\d+-\\d+$" + }, + "id": { + "type": "string" + }, + "versionRange": { + "type": "array", + "items": { + "type": "string", + "pattern": "^\\d+\\.\\d+\\.\\d+$" + }, + "minItems": 1, + "maxItems": 2 + } + }, + "required": ["date", "id", "versionRange"], + "additionalProperties": false + } + }, + "cloud": { + "type": "array", + "items": { + "type": "object", + "properties": { + "image": { + "type": "string" + }, + "date": { + "type": "string", + "pattern": "^\\d+-\\d+-\\d+$" + }, + "id": { + "type": "string" + }, + "versionRange": { + "type": "array", + "items": { + "type": "string", + "pattern": "^\\d+\\.\\d+\\.\\d+$" + }, + "minItems": 1, + "maxItems": 2 + } + }, + "required": ["date", "id", "versionRange"], + "additionalProperties": false + } + } + }, + "required": ["$schema", "community"], + "type": "object" +} diff --git a/docs/self-hosting/advanced/auth.mdx b/docs/self-hosting/advanced/auth.mdx index 35998358a883..7d4d8614981c 100644 --- a/docs/self-hosting/advanced/auth.mdx +++ b/docs/self-hosting/advanced/auth.mdx @@ -60,17 +60,17 @@ To simultaneously enable multiple identity verification sources, please set the The order corresponds to the display order of the SSO providers. -| SSO Provider | Value | -| ------------------ | ----------- | -| Auth0 | `auth0` | -| Authenlia | `authenlia` | -| Authentik | `authentik` | -| Casdoor | `casdoor` | +| SSO Provider | Value | +| --------------------- | ----------------------- | +| Auth0 | `auth0` | +| Authenlia | `authenlia` | +| Authentik | `authentik` | +| Casdoor | `casdoor` | | Cloudflare Zero Trust | `cloudflare-zero-trust` | -| Github | `github` | -| Logto | `logto` | -| Microsoft Entra ID | `microsoft-entra-id` | -| ZITADEL | `zitadel` | +| Github | `github` | +| Logto | `logto` | +| Microsoft Entra ID | `microsoft-entra-id` | +| ZITADEL | `zitadel` | ## Other SSO Providers diff --git a/docs/self-hosting/advanced/auth.zh-CN.mdx b/docs/self-hosting/advanced/auth.zh-CN.mdx index 9f143a081c81..a5599a2cf539 100644 --- a/docs/self-hosting/advanced/auth.zh-CN.mdx +++ b/docs/self-hosting/advanced/auth.zh-CN.mdx @@ -57,17 +57,17 @@ LobeChat 与 Clerk 做了深度集成,能够为用户提供一个更加安全 顺序为 SSO 提供商的显示顺序。 -| SSO 提供商 | 值 | -| ------------------ | ----------- | -| Auth0 | `auth0` | -| Authenlia | `authenlia` | -| Authentik | `authentik` | -| Casdoor | `casdoor` | +| SSO 提供商 | 值 | +| --------------------- | ----------------------- | +| Auth0 | `auth0` | +| Authenlia | `authenlia` | +| Authentik | `authentik` | +| Casdoor | `casdoor` | | Cloudflare Zero Trust | `cloudflare-zero-trust` | -| Github | `github` | -| Logto | `logto` | -| Microsoft Entra ID | `microsoft-entra-id` | -| ZITADEL | `zitadel` | +| Github | `github` | +| Logto | `logto` | +| Microsoft Entra ID | `microsoft-entra-id` | +| ZITADEL | `zitadel` | ## 其他 SSO 提供商 diff --git a/docs/self-hosting/advanced/auth/clerk.mdx b/docs/self-hosting/advanced/auth/clerk.mdx index 96c83a3ef4e0..b8a658d9f6b5 100644 --- a/docs/self-hosting/advanced/auth/clerk.mdx +++ b/docs/self-hosting/advanced/auth/clerk.mdx @@ -8,9 +8,10 @@ tags: - Environment Variables - Webhook Configuration --- + # Configure Clerk Authentication Service -Go to [Clerk](https://clerk.com?utm_source=lobehub\&utm_medium=docs) to register and create an application to obtain the corresponding Public Key and Secret Key. +Go to [Clerk](https://clerk.com?utm_source=lobehub&utm_medium=docs) to register and create an application to obtain the corresponding Public Key and Secret Key. ## Get Environment Variables @@ -21,11 +22,9 @@ Go to [Clerk](https://clerk.com?utm_source=lobehub\&utm_medium=docs) to register Add `NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY` and `CLERK_SECRET_KEY` environment variables. You can click on the "API Keys" in the menu and copy the corresponding values to get these environment variables. - -> - + alt={'Find the corresponding public and private key environment variables in Clerk'} + src={'https://github.com/lobehub/lobe-chat/assets/28616219/89883703-7a1a-4a11-b944-5d804544e57c'} +/> The environment variables required for this step are as follows: @@ -41,33 +40,31 @@ Since we let Clerk fully handle user authentication and management, we need Cler We need to add an endpoint in Clerk's Webhooks to inform Clerk to send notifications to this endpoint when a user's information changes. - -> - + alt={'Add Webhooks endpoint in Clerk'} + src={'https://github.com/lobehub/lobe-chat/assets/28616219/f50f47fb-5e8e-4930-bf4e-8cf6f5b8afb9'} +/> Fill in your project URL in the endpoint, such as `https://your-project.com/api/webhooks/clerk`. Then, subscribe to events by checking the three user events (`user.created`, `user.deleted`, `user.updated`), and click create. -The `https://` in the URL is essential to maintain the integrity of the URL. + - +The `https://` in the URL is essential to maintain the integrity of the URL. -> - + + +{'Configure ### Add Webhook Secret to Environment Variables After creating, you can find the secret of this Webhook in the bottom right corner: - -> - + alt={'View Clerk Webhooks secret'} + src={'https://github.com/lobehub/lobe-chat/assets/28616219/fab4abb2-584b-49de-9340-813382951635'} +/> The environment variable corresponding to this secret is `CLERK_WEBHOOK_SECRET`: @@ -78,4 +75,3 @@ CLERK_WEBHOOK_SECRET=whsec_xxxxxxxxxxxxxxxxxxxxxx By following these steps, you have successfully configured the Clerk authentication service. - diff --git a/docs/self-hosting/advanced/auth/clerk.zh-CN.mdx b/docs/self-hosting/advanced/auth/clerk.zh-CN.mdx index 6c11348c088f..27e06d5749fd 100644 --- a/docs/self-hosting/advanced/auth/clerk.zh-CN.mdx +++ b/docs/self-hosting/advanced/auth/clerk.zh-CN.mdx @@ -7,6 +7,7 @@ tags: - Webhook - 环境变量 --- + # 配置 Clerk 身份验证服务 前往 [Clerk](https://clerk.com?utm_source=lobehub&utm_medium=docs) 注册并创建应用,获取相应的 Public Key 和 Secret Key。 @@ -22,7 +23,7 @@ tags: {'在 +/> 此步骤所需的环境变量如下: @@ -40,7 +41,7 @@ CLERK_SECRET_KEY=sk_live_xxxxxxxxxxxxxxxxxxxxxx {'Clerk +/> 在 endppint 中填写你的项目 URL,如 `https://your-project.com/api/webhooks/clerk`。然后在订阅事件(Subscribe to events)中,勾选 user 的三个事件(`user.created` 、`user.deleted`、`user.updated`),然后点击创建。 @@ -49,7 +50,7 @@ CLERK_SECRET_KEY=sk_live_xxxxxxxxxxxxxxxxxxxxxx {'添加 +/> ### 将 Webhook 秘钥添加到环境变量 @@ -58,7 +59,7 @@ CLERK_SECRET_KEY=sk_live_xxxxxxxxxxxxxxxxxxxxxx {'查看 +/> 这个秘钥所对应的环境变量名为 `CLERK_WEBHOOK_SECRET`: diff --git a/docs/self-hosting/advanced/auth/next-auth/authelia.mdx b/docs/self-hosting/advanced/auth/next-auth/authelia.mdx index 053806b4544e..a666405d0b99 100644 --- a/docs/self-hosting/advanced/auth/next-auth/authelia.mdx +++ b/docs/self-hosting/advanced/auth/next-auth/authelia.mdx @@ -19,8 +19,7 @@ tags: ### Create an Authelia Identity Provider -We assume you are already familiar with using Authelia. Let's say your LobeChat instance is deployed at https://lobe.example.com/. -Note that currently only localhost supports HTTP access; other domains need to enable TLS, otherwise Authelia will actively interrupt authentication by default. +We assume you are already familiar with using Authelia. Let's say your LobeChat instance is deployed at https://lobe.example.com/. Note that currently only localhost supports HTTP access; other domains need to enable TLS, otherwise Authelia will actively interrupt authentication by default. Now, let's open and edit the configuration file of your Authelia instance: @@ -46,8 +45,7 @@ identity_providers: userinfo_signing_algorithm: none ``` -Make sure to replace secret and redirect_urls with your own values. -Note! The secret configured in Authelia is ciphertext, i.e., a salted hash value. Its corresponding plaintext needs to be filled in LobeChat later. +Make sure to replace secret and redirect_urls with your own values. Note! The secret configured in Authelia is ciphertext, i.e., a salted hash value. Its corresponding plaintext needs to be filled in LobeChat later. Save the configuration file and restart the Authelia service. Now we have completed the Authelia configuration. diff --git a/docs/self-hosting/advanced/auth/next-auth/authelia.zh-CN.mdx b/docs/self-hosting/advanced/auth/next-auth/authelia.zh-CN.mdx index dc66c9ffa16d..906a992cc6b8 100644 --- a/docs/self-hosting/advanced/auth/next-auth/authelia.zh-CN.mdx +++ b/docs/self-hosting/advanced/auth/next-auth/authelia.zh-CN.mdx @@ -16,8 +16,7 @@ tags: ### 创建 Authelia 提供应用 -我们现在默认您已经了解了如何使用 Authelia。假设您的 LobeChat 实例部署在 `https://lobe.example.com/` 中。 -注意,目前只有 `localhost` 支持 HTTP 访问,其他域名需要启用 TLS,否则 Authelia 默认将主动中断身份认证。 +我们现在默认您已经了解了如何使用 Authelia。假设您的 LobeChat 实例部署在 `https://lobe.example.com/` 中。注意,目前只有 `localhost` 支持 HTTP 访问,其他域名需要启用 TLS,否则 Authelia 默认将主动中断身份认证。 现在,我们打开 Authelia 实例的配置文件进行编辑: @@ -44,8 +43,7 @@ identity_providers: userinfo_signing_algorithm: none ``` -请您确保 `secret` 和 `redirect_urls` 替换成您自己的值。 -注意!Authelia 中配置 `secret` 是密文,即加盐哈希值。其对应的明文稍后需要填写在 lobeChat 中。 +请您确保 `secret` 和 `redirect_urls` 替换成您自己的值。注意!Authelia 中配置 `secret` 是密文,即加盐哈希值。其对应的明文稍后需要填写在 lobeChat 中。 保存配置文件,然后重启 Authelia 服务。现在我们完成了 Authelia 的配置工作。 @@ -59,7 +57,7 @@ identity_providers: | `NEXT_AUTH_SSO_PROVIDERS` | 必选 | 选择 LoboChat 的单点登录提供商。使用 Authelia 请填写 `authelia`。 | | `AUTH_AUTHELIA_ID` | 必选 | 刚刚在 Authelia 配置的 `id`,示例值是 `lobe-chat` | | `AUTH_AUTHELIA_SECRET` | 必选 | 刚刚在 Authelia 配置的 `secret` 对应的明文,示例值是 `insecure_secret` | -| `AUTH_AUTHELIA_ISSUER` | 必选 |您的 Authelia 的网址,例如 `https://sso.example.com` | +| `AUTH_AUTHELIA_ISSUER` | 必选 | 您的 Authelia 的网址,例如 `https://sso.example.com` | | `NEXTAUTH_URL` | 必选 | 该 URL 用于指定 Auth.js 在执行 OAuth 验证时的回调地址,当默认生成的重定向地址发生不正确时才需要设置。`https://chat.example.com/api/auth` | diff --git a/docs/self-hosting/advanced/auth/next-auth/authentik.zh-CN.mdx b/docs/self-hosting/advanced/auth/next-auth/authentik.zh-CN.mdx index 0bc9292f0bd3..ca5f708dc9d7 100644 --- a/docs/self-hosting/advanced/auth/next-auth/authentik.zh-CN.mdx +++ b/docs/self-hosting/advanced/auth/next-auth/authentik.zh-CN.mdx @@ -27,8 +27,8 @@ https://your-domain/api/auth/callback/authentik ``` - - 可以之后再填写或修改 `重定向 URL/Origin(正则)`,但是务必保证填写的 URL 与部署的 URL 一致。 - - your-domain 请替换为自己的域名 + - 可以之后再填写或修改 `重定向 URL/Origin(正则)`,但是务必保证填写的 URL 与部署的 URL 一致。 - + your-domain 请替换为自己的域名 - If you want to privately deploy Casdoor, we recommend using Docker Compose to deploy it together with the LobeChat database version, allowing LobeChat to share the same Postgres instance. + If you want to privately deploy Casdoor, we recommend using Docker Compose to deploy it together + with the LobeChat database version, allowing LobeChat to share the same Postgres instance. ## Casdoor Configuration Process @@ -32,7 +33,8 @@ If you are deploying using a public network, the following assumptions apply: - You privately deploy Casdoor, and its domain is `https://lobe-auth-api.example.com`. - ### Create a Casdoor Application + +### Create a Casdoor Application Access your privately deployed Casdoor WebUI (default is `http://localhost:8000/`) to enter the console. The default account is `admin`, and the password is `123`. @@ -49,46 +51,46 @@ There are also some optional fields that can enhance user experience: - Logo: `https://lobehub.com/icon-192x192.png` - Form CSS, Form CSS (Mobile): - ```html - - ``` + } + +``` Then, copy the `Client ID` and `Client Secret` and save them. @@ -113,10 +115,13 @@ When deploying LobeChat, you need to configure the following environment variabl | `AUTH_CASDOOR_ISSUER` | Required | The OpenID Connect issuer for the Casdoor provider. | | `NEXTAUTH_URL` | Required | This URL specifies the callback address for Auth.js during OAuth verification and needs to be set only if the default generated redirect address is incorrect. `https://lobe.example.com/api/auth` | - - Visit [📘 Environment Variables](/docs/self-hosting/environment-variables/auth#casdoor) for details on related variables. - + + Visit [📘 Environment Variables](/docs/self-hosting/environment-variables/auth#casdoor) for + details on related variables. + -Once deployed successfully, users will be able to authenticate via Casdoor and use LobeChat. + + Once deployed successfully, users will be able to authenticate via Casdoor and use LobeChat. + diff --git a/docs/self-hosting/advanced/auth/next-auth/casdoor.zh-CN.mdx b/docs/self-hosting/advanced/auth/next-auth/casdoor.zh-CN.mdx index e06d6ad6f5b9..3bf3b1e7574a 100644 --- a/docs/self-hosting/advanced/auth/next-auth/casdoor.zh-CN.mdx +++ b/docs/self-hosting/advanced/auth/next-auth/casdoor.zh-CN.mdx @@ -30,7 +30,8 @@ tags: - 你私有部署 Casdoor,其域名为 `https://lobe-auth-api.example.com`。 - ### 创建 Casdoor 应用 + +### 创建 Casdoor 应用 访问你私有部署的 Casdoor WebUI(默认为 `http://localhost:8000/`) 进入控制台,默认账号为 `admin`,密码为 `123`。 @@ -47,46 +48,46 @@ tags: - Logo:`https://lobehub.com/icon-192x192.png` - 表单 CSS、表单 CSS(移动端): - ```html - - ``` + } + +``` 随后,复制 `客户端 ID` 和 `客户端密钥`,并保存。 @@ -113,8 +114,8 @@ tags: 前往 [📘 环境变量](/zh/docs/self-hosting/environment-variables/auth#casdoor) 可查阅相关变量详情。 - + -部署成功后,用户将可以通过 Casdoor 身份认证并使用 LobeChat。 \ No newline at end of file +部署成功后,用户将可以通过 Casdoor 身份认证并使用 LobeChat。 diff --git a/docs/self-hosting/advanced/auth/next-auth/logto.mdx b/docs/self-hosting/advanced/auth/next-auth/logto.mdx index da483750f7ec..7c9f73ce6b72 100644 --- a/docs/self-hosting/advanced/auth/next-auth/logto.mdx +++ b/docs/self-hosting/advanced/auth/next-auth/logto.mdx @@ -31,39 +31,47 @@ If you are using Logto Cloud, assume its endpoint domain is `https://example.log ### Create Logto Application - Access your privately deployed Logto WebUI or [Logto Cloud](http://cloud.logto.io/) to enter the console, and create a `Next.js (App Router)` application under `Applications` with any name. +Access your privately deployed Logto WebUI or [Logto Cloud](http://cloud.logto.io/) to enter the console, and create a `Next.js (App Router)` application under `Applications` with any name. - ### Configure Logto +### Configure Logto - Set the `Redirect URI` to `https://lobe.example.com/api/auth/callback/logto` and the `Post sign-out redirect URI` to `https://lobe.example.com/`. +Set the `Redirect URI` to `https://lobe.example.com/api/auth/callback/logto` and the `Post sign-out redirect URI` to `https://lobe.example.com/`. - Set `CORS allowed origins` to `https://lobe.example.com`. +Set `CORS allowed origins` to `https://lobe.example.com`. - Configure Logto +Configure Logto - After successful creation, save the `Client ID` and `Client Secret`. +After successful creation, save the `Client ID` and `Client Secret`. - ### Configure Environment Variables +### Configure Environment Variables - Configure Environment Variables +Configure Environment Variables - Set the obtained `Client ID` and `Client Secret` as `AUTH_LOGTO_ID` and `AUTH_LOGTO_SECRET` in the LobeChat environment variables. +Set the obtained `Client ID` and `Client Secret` as `AUTH_LOGTO_ID` and `AUTH_LOGTO_SECRET` in the LobeChat environment variables. - Configure `AUTH_LOGTO_ISSUER` in the LobeChat environment variables as follows: +Configure `AUTH_LOGTO_ISSUER` in the LobeChat environment variables as follows: - - `https://lobe-auth-api.example.com/oidc` if you are using a privately deployed Logto - - `https://example.logto.app/oidc` if you are using Logto Cloud +- `https://lobe-auth-api.example.com/oidc` if you are using a privately deployed Logto +- `https://example.logto.app/oidc` if you are using Logto Cloud - When deploying LobeChat, you need to configure the following environment variables: +When deploying LobeChat, you need to configure the following environment variables: - | Environment Variable | Type | Description | - | ------------------------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | - | `NEXT_AUTH_SECRET` | Required | The key used to encrypt Auth.js session tokens. You can generate a key using the command: `openssl rand -base64 32` | - | `NEXT_AUTH_SSO_PROVIDERS` | Required | Select the single sign-on provider for LobeChat. For Logto, enter `logto`. | - | `AUTH_LOGTO_ID` | Required | The Client ID from the Logto App details page | - | `AUTH_LOGTO_SECRET` | Required | The Client Secret from the Logto App details page | - | `AUTH_LOGTO_ISSUER` | Required | OpenID Connect issuer of the Logto provider | - | `NEXTAUTH_URL` | Required | This URL specifies the callback address for Auth.js during OAuth verification, needed only if the default generated redirect address is incorrect. `https://lobe.example.com/api/auth` | +| Environment Variable | Type | Description | +| --- | --- | --- | +| `NEXT_AUTH_SECRET` | Required | The key used to encrypt Auth.js session tokens. You can generate a key using the command: `openssl rand -base64 32` | +| `NEXT_AUTH_SSO_PROVIDERS` | Required | Select the single sign-on provider for LobeChat. For Logto, enter `logto`. | +| `AUTH_LOGTO_ID` | Required | The Client ID from the Logto App details page | +| `AUTH_LOGTO_SECRET` | Required | The Client Secret from the Logto App details page | +| `AUTH_LOGTO_ISSUER` | Required | OpenID Connect issuer of the Logto provider | +| `NEXTAUTH_URL` | Required | This URL specifies the callback address for Auth.js during OAuth verification, needed only if the default generated redirect address is incorrect. `https://lobe.example.com/api/auth` | Visit [📘 Environment Variables](/docs/self-hosting/environment-variables/auth#logto) for details on related variables. diff --git a/docs/self-hosting/advanced/auth/next-auth/logto.zh-CN.mdx b/docs/self-hosting/advanced/auth/next-auth/logto.zh-CN.mdx index 260cb1ca7226..cab4ee751b51 100644 --- a/docs/self-hosting/advanced/auth/next-auth/logto.zh-CN.mdx +++ b/docs/self-hosting/advanced/auth/next-auth/logto.zh-CN.mdx @@ -13,7 +13,8 @@ tags: [Logto](https://github.com/logto-io/logto) 是一个开源的身份验证服务,界面简洁美观、功能配置丰富且易于上手,你即可以选择使用其官方提供的 Logto Cloud,也可以选择私有部署 Logto。 - 若你想要私有部署 Logto,我们建议你将之与 LobeChat 数据库版本一同使用 Docker Compose 部署,此时 LobeChat 可以与之共用同一个 Postgres 实例。 + 若你想要私有部署 Logto,我们建议你将之与 LobeChat 数据库版本一同使用 Docker Compose 部署,此时 + LobeChat 可以与之共用同一个 Postgres 实例。 ## Logto 配置流程 diff --git a/docs/self-hosting/advanced/feature-flags.zh-CN.mdx b/docs/self-hosting/advanced/feature-flags.zh-CN.mdx index cdfd2c609ac8..a3933fe93a55 100644 --- a/docs/self-hosting/advanced/feature-flags.zh-CN.mdx +++ b/docs/self-hosting/advanced/feature-flags.zh-CN.mdx @@ -42,6 +42,6 @@ tags: | `market` | 启用助手市场功能。 | 开启 | | `speech_to_text` | 启用语音转文本功能。 | 开启 | | `knowledge_base` | 启用知识库功能。 | 开启 | -| `clerk_sign_up` | 启用Clerk注册功能。 | 开启 | +| `clerk_sign_up` | 启用Clerk注册功能。 | 开启 | 你可以随时检查 [featureFlags](https://github.com/lobehub/lobe-chat/blob/main/src/config/featureFlags/schema.ts) 以获取最新的特性标志列表。 diff --git a/docs/self-hosting/advanced/model-list.mdx b/docs/self-hosting/advanced/model-list.mdx index 80187046c194..f3fbd577124a 100644 --- a/docs/self-hosting/advanced/model-list.mdx +++ b/docs/self-hosting/advanced/model-list.mdx @@ -12,7 +12,7 @@ tags: # Model List -LobeChat supports customizing the model list during deployment. This configuration is done in the environment for each [model provider](/docs/self-hosting/environment-variables/model-provider). +LobeChat supports customizing the model list during deployment. This configuration is done in the environment for each [model provider](/docs/self-hosting/environment-variables/model-provider). You can use `+` to add a model, `-` to hide a model, and use `model name=display name` to customize the display name of a model, separated by English commas. The basic syntax is as follows: diff --git a/docs/self-hosting/advanced/s3.mdx b/docs/self-hosting/advanced/s3.mdx index 841889e84935..9c5fe3b995bf 100644 --- a/docs/self-hosting/advanced/s3.mdx +++ b/docs/self-hosting/advanced/s3.mdx @@ -8,6 +8,7 @@ tags: - Cloud Storage - Image Upload --- + # Configuring S3 Storage Service LobeChat has supported multimodal AI conversations since [a long time ago](https://x.com/lobehub/status/1724289575672291782), which involves the function of uploading images to AI. In the client-side database solution, image files are stored as binary data directly in the browser's IndexedDB database. However, this solution is not feasible in the server-side database. Storing file-like data directly in Postgres would greatly waste database storage space and slow down computational performance. @@ -15,7 +16,9 @@ LobeChat has supported multimodal AI conversations since [a long time ago](https The best practice in this area is to use a file storage service (S3) to store image files. S3 is also the storage solution on which the file upload/knowledge base function depends. -In this documentation, S3 refers to a compatible S3 storage solution, which supports the Amazon S3 API for object storage systems. Common examples include Cloudflare R2, Alibaba Cloud OSS, and self-deployable Minio, all of which support the S3 compatible API. + In this documentation, S3 refers to a compatible S3 storage solution, which supports the Amazon S3 + API for object storage systems. Common examples include Cloudflare R2, Alibaba Cloud OSS, and + self-deployable Minio, all of which support the S3 compatible API. ## Core Environment Variables @@ -23,57 +26,58 @@ In this documentation, S3 refers to a compatible S3 storage solution, which supp ### `S3_ACCESS_KEY_ID` and `S3_SECRET_ACCESS_KEY` - These are the two keys required by all S3 compatible storage services to access the S3 storage service, not detailed here. +These are the two keys required by all S3 compatible storage services to access the S3 storage service, not detailed here. - ### `S3_ENDPOINT` +### `S3_ENDPOINT` - The request endpoint of the storage bucket. Note that this link should not contain the name of the storage bucket. +The request endpoint of the storage bucket. Note that this link should not contain the name of the storage bucket. - `S3_ENDPOINT` must remove the suffix path, otherwise the uploaded files will not be accessible + + `S3_ENDPOINT` must remove the suffix path, otherwise the uploaded files will not be accessible + - For example, for Cloudflare: +For example, for Cloudflare: - ```shell - S3_ENDPOINT=https://0b33a03b5c993fd2f453379dc36558e5.r2.cloudflarestorage.com - ``` +```shell +S3_ENDPOINT=https://0b33a03b5c993fd2f453379dc36558e5.r2.cloudflarestorage.com +``` - ### `S3_BUCKET` and `S3_REGION` +### `S3_BUCKET` and `S3_REGION` - The name and region of the storage bucket. `S3_BUCKET` is required to specify the name of the storage bucket. `S3_REGION` is optional and is used to specify the region of the storage bucket. Generally, it does not need to be added, but some service providers may require configuration. +The name and region of the storage bucket. `S3_BUCKET` is required to specify the name of the storage bucket. `S3_REGION` is optional and is used to specify the region of the storage bucket. Generally, it does not need to be added, but some service providers may require configuration. - ### `S3_SET_ACL` +### `S3_SET_ACL` - Whether to set the ACL to `public-read` when uploading files. This option is enabled by default. If the service provider does not support setting individual ACLs for files (i.e., all files inherit the ACL of the storage bucket), enabling this option may cause request errors. Set `S3_SET_ACL` to `0` to disable it. +Whether to set the ACL to `public-read` when uploading files. This option is enabled by default. If the service provider does not support setting individual ACLs for files (i.e., all files inherit the ACL of the storage bucket), enabling this option may cause request errors. Set `S3_SET_ACL` to `0` to disable it. - ### `S3_PUBLIC_DOMAIN` +### `S3_PUBLIC_DOMAIN` - The public access domain of the storage bucket, used to access files in the storage bucket. This address needs to be **publicly readable**. The reason is that when OpenAI's gpt-4o and other vision models recognize images, OpenAI will try to download this image link on their servers. Therefore, this link must be publicly accessible. If it is a private link, OpenAI will not be able to access the image and thus will not be able to recognize the image content properly. +The public access domain of the storage bucket, used to access files in the storage bucket. This address needs to be **publicly readable**. The reason is that when OpenAI's gpt-4o and other vision models recognize images, OpenAI will try to download this image link on their servers. Therefore, this link must be publicly accessible. If it is a private link, OpenAI will not be able to access the image and thus will not be able to recognize the image content properly. - - Additionally, since this access domain is often a separate URL, it needs to be configured to allow cross-origin access to the site. Otherwise, cross-origin issues will occur in the browser. - + + Additionally, since this access domain is often a separate URL, it needs to be configured to allow + cross-origin access to the site. Otherwise, cross-origin issues will occur in the browser. - ### `S3_ENABLE_PATH_STYLE` +### `S3_ENABLE_PATH_STYLE` - Whether to enable the `path-style` access mode of S3. This option is disabled by default. If your S3 service provider uses `path-style`, set `S3_ENABLE_PATH_STYLE` to `1` to enable it. +Whether to enable the `path-style` access mode of S3. This option is disabled by default. If your S3 service provider uses `path-style`, set `S3_ENABLE_PATH_STYLE` to `1` to enable it. - `path-style` and `virtual-host` are different ways to access buckets and objects in S3, with different URL structures and domain name resolutions. +`path-style` and `virtual-host` are different ways to access buckets and objects in S3, with different URL structures and domain name resolutions. - Assuming the domain name of the S3 service provider is s3.example.net, the bucket is mybucket, and the object is config.env, the specific differences are as follows: - - path-style: `s3.example.net/mybucket/config.env` - - virtual-host: `mybucket.s3.example.net/config.env` +Assuming the domain name of the S3 service provider is s3.example.net, the bucket is mybucket, and the object is config.env, the specific differences are as follows: + +- path-style: `s3.example.net/mybucket/config.env` +- virtual-host: `mybucket.s3.example.net/config.env` - - Common S3 cloud service providers often default to the `virtual-host` mode, while self-deployed services like Minio default to using `path-style`. Therefore, if you use Minio as the S3 service, you need to set `S3_ENABLE_PATH_STYLE=1`. +Common S3 cloud service providers often default to the `virtual-host` mode, while self-deployed services like Minio default to using `path-style`. Therefore, if you use Minio as the S3 service, you need to set `S3_ENABLE_PATH_STYLE=1`. - @@ -88,4 +92,3 @@ Currently, the S3 configuration tutorials included in the documentation are: Click to view the tutorial for the corresponding platform. If the above tutorials do not include the S3 service provider you are using, feel free to submit a Pull Request to collectively improve the guide on S3 object storage. - diff --git a/docs/self-hosting/advanced/s3.zh-CN.mdx b/docs/self-hosting/advanced/s3.zh-CN.mdx index 6ead6b045f1c..c8a10265d61e 100644 --- a/docs/self-hosting/advanced/s3.zh-CN.mdx +++ b/docs/self-hosting/advanced/s3.zh-CN.mdx @@ -64,6 +64,7 @@ S3_ENDPOINT=https://0b33a03b5c993fd2f453379dc36558e5.r2.cloudflarestorage.com `path-style` 和 `virtual-host` 在 S3 中是访问 bucket 和 object 的不同方式,URL 的结构和域名解析不太一样 假设 S3 服务商的域名是 s3.example.net ,bucket为mybucket,object为config.env,具体区别如下: + - path-style : `s3.example.net/mybucket/config.env` - virtual-host : `mybucket.s3.example.net/config.env` diff --git a/docs/self-hosting/advanced/s3/cloudflare-r2.mdx b/docs/self-hosting/advanced/s3/cloudflare-r2.mdx index aa7e2e75565b..52e219cdeddb 100644 --- a/docs/self-hosting/advanced/s3/cloudflare-r2.mdx +++ b/docs/self-hosting/advanced/s3/cloudflare-r2.mdx @@ -6,6 +6,7 @@ tags: - S3 Storage - Configuration Guide --- + # Configuring Cloudflare R2 Storage Service We need to configure an S3 storage service in the server-side database to store files. @@ -23,13 +24,14 @@ The interface of Cloudflare R2 is shown below: {'Cloudflare +/> When creating the bucket, specify its name and then click create. + {'Create +/> ### Obtain Environment Variables for the Bucket @@ -38,7 +40,7 @@ In the settings of the R2 storage bucket, you can view the bucket configuration {'View +/> The corresponding environment variables are: @@ -51,7 +53,9 @@ S3_ENDPOINT=https://0b33a03b5c993fd2f453379dc36558e5.r2.cloudflarestorage.com S3_PUBLIC_DOMAIN=https://s3-for-lobechat.your-domain.com ``` -`S3_ENDPOINT` must have its path removed, otherwise uploaded files cannot be accessed. + + `S3_ENDPOINT` must have its path removed, otherwise uploaded files cannot be accessed. + ### Obtain S3 Key Environment Variables @@ -60,28 +64,28 @@ You need to obtain the access key for S3 so that the LobeChat server has permiss {'View +/> Click the button in the upper right corner to create an API token and enter the create API Token page. {'Create +/> Since our server-side database needs to read and write to the S3 storage service, the permission needs to be set to `Object Read and Write`, then click create. {'Configure +/> After creation, you can see the corresponding S3 API token. {'Copy +/> The corresponding environment variables are: @@ -99,14 +103,14 @@ In R2, you can find the CORS configuration in the settings of the storage bucket {'Cross-Origin +/> Add a CORS rule to allow requests from your domain (in the previous section, it is `https://your-project.vercel.app`): {'Configure +/> Example configuration is as follows: @@ -126,7 +130,9 @@ After configuration, click save. ## Overview of Environment Variables -The `https://` in the URL is essential and must be included to maintain the integrity of the URL. + + The `https://` in the URL is essential and must be included to maintain the integrity of the URL. + ```shell # S3 Keys @@ -143,4 +149,3 @@ S3_PUBLIC_DOMAIN=https://s3-dev.your-domain.com # Bucket Region, such as us-west-1. Generally not required, but some service providers may need it. # S3_REGION=us-west-1 ``` - diff --git a/docs/self-hosting/advanced/s3/tencent-cloud.mdx b/docs/self-hosting/advanced/s3/tencent-cloud.mdx index 73f7f7091474..21ae7b1a16e0 100644 --- a/docs/self-hosting/advanced/s3/tencent-cloud.mdx +++ b/docs/self-hosting/advanced/s3/tencent-cloud.mdx @@ -19,45 +19,58 @@ We need to configure S3 storage service for file storage in the server-side data ### Configure and Obtain S3 Bucket - Create a new bucket on [Tencent Cloud COS](https://console.cloud.tencent.com/cos/bucket): +Create a new bucket on [Tencent Cloud COS](https://console.cloud.tencent.com/cos/bucket): - {'Tencent +{'Tencent - Name the bucket (e.g., 'lobe'). Choose 'Public Read, Private Write', select any region, and keep other settings default. +Name the bucket (e.g., 'lobe'). Choose 'Public Read, Private Write', select any region, and keep other settings default. - {'COS +{'COS - ### Get Bucket-related Environment Variables +### Get Bucket-related Environment Variables - View bucket information in COS bucket overview: +View bucket information in COS bucket overview: - {'View +{'View - Corresponding environment variables: +Corresponding environment variables: - ```shell - S3_BUCKET=lobe-130xxxxxx2 - S3_ENDPOINT=https://cos.ap-chengdu.myqcloud.com - S3_REGION=ap-chengdu - S3_PUBLIC_DOMAIN=https://lobe-1251234567.cos.ap-chengdu.myqcloud.com - ``` +```shell +S3_BUCKET=lobe-130xxxxxx2 +S3_ENDPOINT=https://cos.ap-chengdu.myqcloud.com +S3_REGION=ap-chengdu +S3_PUBLIC_DOMAIN=https://lobe-1251234567.cos.ap-chengdu.myqcloud.com +``` Note: `S3_ENDPOINT` should be `https://cos.ap-chengdu.myqcloud.com`, not `https://lobe-130xxxxxx2.cos.ap-chengdu.myqcloud.com` Include `https://` in the URL - + - ### Configure CORS +### Configure CORS + +Add the following in 'Security Management - CORS Settings': - Add the following in 'Security Management - CORS Settings': +{'Configure - {'Configure +### Get S3 Keys - ### Get S3 Keys +Create a new SecretId and SecretKey at [Tencent Cloud API Key Management](https://console.cloud.tencent.com/cam/capi). Use as `S3_ACCESS_KEY_ID` and `S3_SECRET_ACCESS_KEY`. - Create a new SecretId and SecretKey at [Tencent Cloud API Key Management](https://console.cloud.tencent.com/cam/capi). Use as `S3_ACCESS_KEY_ID` and `S3_SECRET_ACCESS_KEY`. ### Additional Notes diff --git a/docs/self-hosting/advanced/webrtc.mdx b/docs/self-hosting/advanced/webrtc.mdx index 36294a3beacf..25903615c3bb 100644 --- a/docs/self-hosting/advanced/webrtc.mdx +++ b/docs/self-hosting/advanced/webrtc.mdx @@ -10,6 +10,7 @@ tags: - Real-Time Communication - Peer-to-Peer --- + # LobeChat WebRTC Sync ## Introduction to WebRTC diff --git a/docs/self-hosting/environment-variables.mdx b/docs/self-hosting/environment-variables.mdx index 76ae125cdf7f..d5fe17f20197 100644 --- a/docs/self-hosting/environment-variables.mdx +++ b/docs/self-hosting/environment-variables.mdx @@ -24,14 +24,14 @@ LobeChat provides some additional configuration options when deployed, which can ## Building a Custom Image with Overridden NEXT_PUBLIC Variables -If you need to override NEXT_PUBLIC environment variables, you can build a custom Docker image using GitHub Actions -without forking the entire LobeChat repository. Here's a guide on how to do this: +If you need to override NEXT_PUBLIC environment variables, you can build a custom Docker image using GitHub Actions without forking the entire LobeChat repository. Here's a guide on how to do this: 1. Create a new GitHub repository for your custom build. 2. In your new repository, create a `.github/workflows` directory. 3. Inside the `.github/workflows` directory, create a file named `build-custom-lobe.yml`: + ```yaml name: Build Custom Image @@ -82,13 +82,10 @@ jobs: NEXT_PUBLIC_SERVICE_MODE=${{ secrets.NEXT_PUBLIC_SERVICE_MODE }} ``` -4. In your GitHub Repository settings > Secrets and variables > Actions > Repository secrets, -add any NEXT_PUBLIC variables you want to override +4. In your GitHub Repository settings > Secrets and variables > Actions > Repository secrets, add any NEXT_PUBLIC variables you want to override -5. Set "Read and write" permissions for workflows in Repository settings > Actions > General > Workflow permissions. +5. Set "Read and write" permissions for workflows in Repository settings > Actions > General > Workflow permissions. -6. To build your custom image, go to the "Actions" tab in your GitHub repository and manually trigger the -"Build Custom LobeChat Image" workflow. +6. To build your custom image, go to the "Actions" tab in your GitHub repository and manually trigger the "Build Custom LobeChat Image" workflow. -This approach allows you to create a custom build with your desired NEXT_PUBLIC variables without maintaining -a full fork of the LobeChat repository. You can trigger a new build whenever you need to update your custom image. +This approach allows you to create a custom build with your desired NEXT_PUBLIC variables without maintaining a full fork of the LobeChat repository. You can trigger a new build whenever you need to update your custom image. diff --git a/docs/self-hosting/environment-variables/s3.mdx b/docs/self-hosting/environment-variables/s3.mdx index 2a17c785290d..91176b0d6522 100644 --- a/docs/self-hosting/environment-variables/s3.mdx +++ b/docs/self-hosting/environment-variables/s3.mdx @@ -75,8 +75,9 @@ LobeChat supports multimodal AI sessions, including the ability to upload unstru `path-style` and `virtual-host` are different methods of accessing buckets and objects in S3, with differences in URL structure and domain name resolution. - Assuming the S3 service provider's domain is s3.example.net, the bucket is mybucket, and the object is config.env, the specific differences are: +Assuming the S3 service provider's domain is s3.example.net, the bucket is mybucket, and the object is config.env, the specific differences are: + +- path-style: `s3.example.net/mybucket/config.env` +- virtual-host: `mybucket.s3.example.net/config.env` - - path-style: `s3.example.net/mybucket/config.env` - - virtual-host: `mybucket.s3.example.net/config.env` diff --git a/docs/self-hosting/environment-variables/s3.zh-CN.mdx b/docs/self-hosting/environment-variables/s3.zh-CN.mdx index cc73a04e9c2c..ed891a596b39 100644 --- a/docs/self-hosting/environment-variables/s3.zh-CN.mdx +++ b/docs/self-hosting/environment-variables/s3.zh-CN.mdx @@ -75,6 +75,7 @@ LobeChat 支持多模态的 AI 会话,包括将图片、文件等非结构化 `path-style` 和 `virtual-host` 在 S3 中是访问 bucket 和 object 的不同方式,URL 的结构和域名解析不太一样 假设 S3 服务商的域名是 s3.example.net ,bucket为mybucket,object为config.env,具体区别如下: + - path-style : `s3.example.net/mybucket/config.env` - virtual-host : `mybucket.s3.example.net/config.env` diff --git a/docs/self-hosting/platform/alibaba-cloud.mdx b/docs/self-hosting/platform/alibaba-cloud.mdx index 1919ec05053e..eead36e8deca 100644 --- a/docs/self-hosting/platform/alibaba-cloud.mdx +++ b/docs/self-hosting/platform/alibaba-cloud.mdx @@ -21,8 +21,7 @@ If you want to deploy LobeChat on Alibaba Cloud, you can follow the steps below: ### Prepare your API Key -Go to [OpenAI API Key](https://platform.openai.com/account/api-keys) to get your OpenAI API Key. -Or go to [Tongyi Qianwen API Key](https://bailian.console.aliyun.com/?apiKey=1#/api-key) to get your API Key. +Go to [OpenAI API Key](https://platform.openai.com/account/api-keys) to get your OpenAI API Key. Or go to [Tongyi Qianwen API Key](https://bailian.console.aliyun.com/?apiKey=1#/api-key) to get your API Key. ### One-click to deploy diff --git a/docs/self-hosting/platform/alibaba-cloud.zh-CN.mdx b/docs/self-hosting/platform/alibaba-cloud.zh-CN.mdx index 17555a142426..b8bf26d6e2a1 100644 --- a/docs/self-hosting/platform/alibaba-cloud.zh-CN.mdx +++ b/docs/self-hosting/platform/alibaba-cloud.zh-CN.mdx @@ -18,8 +18,7 @@ tags: ### 准备好你的 API Key -前往 [OpenAI API Key](https://platform.openai.com/account/api-keys) 获取你的 OpenAI API Key -或 前往 [通义千问 API Key](https://bailian.console.aliyun.com/?apiKey=1#/api-key) 获取你的通义千问 API Key +前往 [OpenAI API Key](https://platform.openai.com/account/api-keys) 获取你的 OpenAI API Key 或 前往 [通义千问 API Key](https://bailian.console.aliyun.com/?apiKey=1#/api-key) 获取你的通义千问 API Key ### 点击下方按钮进行部署 diff --git a/docs/self-hosting/platform/btpanel.mdx b/docs/self-hosting/platform/btpanel.mdx index 7eee0918ffa6..c6163aea6e6c 100644 --- a/docs/self-hosting/platform/btpanel.mdx +++ b/docs/self-hosting/platform/btpanel.mdx @@ -17,20 +17,16 @@ To install aaPanel, go to the [aaPanel](https://www.aapanel.com/new/download.htm ## Deployment -1. Log in to aaPanel and click `Docker` in the menu bar -![install](https://github.com/user-attachments/assets/f67180c2-47ba-4b04-9f12-d274c7821085) +1. Log in to aaPanel and click `Docker` in the menu bar ![install](https://github.com/user-attachments/assets/f67180c2-47ba-4b04-9f12-d274c7821085) -2. The first time you will be prompted to install the `Docker` and `Docker Compose` services, click Install Now. If it is already installed, please ignore it. -![install2](https://github.com/user-attachments/assets/e269bd27-d323-43ba-811b-c0f5e4137903) +2. The first time you will be prompted to install the `Docker` and `Docker Compose` services, click Install Now. If it is already installed, please ignore it. ![install2](https://github.com/user-attachments/assets/e269bd27-d323-43ba-811b-c0f5e4137903) 3. After the installation is complete, find `LobeChat` in `One-Click Install` and click `install` -![install-LobeChat](https://github.com/user-attachments/assets/9f989104-bb8e-4acd-9721-6b1db1017d2b) + ![install-LobeChat](https://github.com/user-attachments/assets/9f989104-bb8e-4acd-9721-6b1db1017d2b) -4. configure basic information such as the domain name, OpenAI API key, and port to complete the installation - Note: - The domain name is optional, if the domain name is filled, it can be managed through [Website]--> [Proxy Project], and you do not need to check [Allow external access] after filling in the domain name, otherwise you need to check it before you can access it through the port -![addLobeChat](https://github.com/user-attachments/assets/f0b2e72d-9eee-46a8-b094-4834b78764df) +4. configure basic information such as the domain name, OpenAI API key, and port to complete the installation Note: The domain name is optional, if the domain name is filled, it can be managed through [Website]--> [Proxy Project], and you do not need to check [Allow external access] after filling in the domain name, otherwise you need to check it before you can access it through the port ![addLobeChat](https://github.com/user-attachments/assets/f0b2e72d-9eee-46a8-b094-4834b78764df) 5. After installation, enter the domain name or IP+ port set in the previous step in the browser to access. + - Name: application name, default `LobeChat-random characters` - Version selection: default `latest` - Domain name: If you need to access directly through the domain name, please configure the domain name here and resolve the domain name to the server @@ -39,9 +35,7 @@ To install aaPanel, go to the [aaPanel](https://www.aapanel.com/new/download.htm 6. After submission, the panel will automatically initialize the application, which will take about `1-3` minutes. It can be accessed after the initialization is completed. - ## Visit LobeChat -- If you have set a domain name, please directly enter the domain name in the browser address bar, such as `http://demo.lobechat`, to access the `LobeChat` console. -- If you choose to access through `IP+Port`, please enter the domain name in the browser address bar to access `http://:3210` to access the `HertzBeat` console. -![console](https://github.com/user-attachments/assets/a1af5778-f47a-4fdc-baf5-ca2a1e66f48e) +- If you have set a domain name, please directly enter the domain name in the browser address bar, such as `http://demo.lobechat`, to access the `LobeChat` console. +- If you choose to access through `IP+Port`, please enter the domain name in the browser address bar to access `http://:3210` to access the `HertzBeat` console. ![console](https://github.com/user-attachments/assets/a1af5778-f47a-4fdc-baf5-ca2a1e66f48e) diff --git a/docs/self-hosting/platform/btpanel.zh-CN.mdx b/docs/self-hosting/platform/btpanel.zh-CN.mdx index 634c98b87f24..f7b168dd641f 100644 --- a/docs/self-hosting/platform/btpanel.zh-CN.mdx +++ b/docs/self-hosting/platform/btpanel.zh-CN.mdx @@ -12,23 +12,20 @@ tags: # 宝塔面板部署 ## 前提 + - 仅适用于宝塔面板9.2.0及以上版本 - 安装宝塔面板,前往[宝塔面板](https://www.bt.cn/new/download.html)官网,选择正式版的脚本下载安装 - ## 部署 -1. 登录宝塔面板,在左侧菜单栏中点击 `Docker` -![Docker](https://github.com/user-attachments/assets/15d92756-92f0-45da-8f95-bfe725d13003) +1. 登录宝塔面板,在左侧菜单栏中点击 `Docker` ![Docker](https://github.com/user-attachments/assets/15d92756-92f0-45da-8f95-bfe725d13003) + +2. 首次会提示安装`Docker`和`Docker Compose`服务,点击立即安装,若已安装请忽略。 ![安装环境](https://github.com/user-attachments/assets/6e383b75-09e3-42d1-8a6c-5fb7cf558f00) -2. 首次会提示安装`Docker`和`Docker Compose`服务,点击立即安装,若已安装请忽略。 -![安装环境](https://github.com/user-attachments/assets/6e383b75-09e3-42d1-8a6c-5fb7cf558f00) +3. 安装完成后在`Docker-应用商店-AI/大模型`中找到 `LobeChat`,点击`安装` ![安装](https://github.com/user-attachments/assets/db59a5e7-32ed-49d7-a791-8f8ee6618c01) -3. 安装完成后在`Docker-应用商店-AI/大模型`中找到 `LobeChat`,点击`安装` -![安装](https://github.com/user-attachments/assets/db59a5e7-32ed-49d7-a791-8f8ee6618c01) +4. 设置域名等基本信息,点击`确定` ![设置](https://github.com/user-attachments/assets/37251adf-949b-4aec-bc49-bf4647e119da) -4. 设置域名等基本信息,点击`确定` -![设置](https://github.com/user-attachments/assets/37251adf-949b-4aec-bc49-bf4647e119da) - 名称:应用名称,默认`lobechat_随机字符` - 版本选择:默认`latest` - 域名:如您需要通过域名访问,请在此处填写您的域名 @@ -41,11 +38,9 @@ tags: - CPU 核心数限制:0为不限制,根据实际需要设置 - 内存限制:0为不限制,根据实际需要设置 - 5. 提交后面板会自动进行应用初始化,大概需要`1-3`分钟,初始化完成后即可访问。 - ## 访问 LobeChat + - 如果您填写域名,请在浏览器输入您的域名访问,如`http://demo.lobechat`,即可访问 `LobeChat` 页面。 -- 请在浏览器地址栏中输入域名访问 `http://<宝塔面板IP>:3210`,即可访问 `LobeChat` 页面。 -![LobeChat](https://github.com/user-attachments/assets/808f8849-5738-4a60-8ccf-01e300b0dc88) +- 请在浏览器地址栏中输入域名访问 `http://<宝塔面板IP>:3210`,即可访问 `LobeChat` 页面。 ![LobeChat](https://github.com/user-attachments/assets/808f8849-5738-4a60-8ccf-01e300b0dc88) diff --git a/docs/self-hosting/platform/docker.zh-CN.mdx b/docs/self-hosting/platform/docker.zh-CN.mdx index 4c6e3f016c2a..f0de6c82dc99 100644 --- a/docs/self-hosting/platform/docker.zh-CN.mdx +++ b/docs/self-hosting/platform/docker.zh-CN.mdx @@ -65,7 +65,8 @@ $ docker run -d -p 3210:3210 \ - 使用你的 OpenAI API Key 替换上述命令中的 `sk-xxxx` ,获取 API Key 的方式详见最后一节。 - LobeChat 支持的完整环境变量列表请参考 [📘 环境变量](/zh/docs/self-hosting/environment-variables) 部分 + LobeChat 支持的完整环境变量列表请参考 [📘 环境变量](/zh/docs/self-hosting/environment-variables) + 部分 diff --git a/docs/self-hosting/platform/netlify.zh-CN.mdx b/docs/self-hosting/platform/netlify.zh-CN.mdx index 60db35297d62..3760bb95e107 100644 --- a/docs/self-hosting/platform/netlify.zh-CN.mdx +++ b/docs/self-hosting/platform/netlify.zh-CN.mdx @@ -86,7 +86,8 @@ tags: | `OPENAI_PROXY_URL` | 可选 | 如果你手动配置了 OpenAI 接口代理,可以使用此配置项来覆盖默认的 OpenAI API 请求基础 URL | `https://aihubmix.com/v1` ,默认值:`https://api.openai.com/v1` | - LobeChat 支持的完整环境变量列表请参考 [📘 环境变量](/zh/docs/self-hosting/environment-variables) 部分 + LobeChat 支持的完整环境变量列表请参考 [📘 环境变量](/zh/docs/self-hosting/environment-variables) + 部分 添加完成后,最后点击「Deploy lobe-chat」 进入部署阶段。 diff --git a/docs/self-hosting/server-database.mdx b/docs/self-hosting/server-database.mdx index 7cae138a4d28..d995f10efe08 100644 --- a/docs/self-hosting/server-database.mdx +++ b/docs/self-hosting/server-database.mdx @@ -13,7 +13,10 @@ tags: LobeChat defaults to using a client-side database (IndexedDB) but also supports deploying a server-side database. LobeChat uses Postgres as the backend storage database. - PostgreSQL is a powerful open-source relational database management system with high scalability and standard SQL support. It provides rich data types, concurrency control, data integrity, security, and programmability, making it suitable for complex applications and large-scale data management. + PostgreSQL is a powerful open-source relational database management system with high scalability + and standard SQL support. It provides rich data types, concurrency control, data integrity, + security, and programmability, making it suitable for complex applications and large-scale data + management. This guide will introduce the process and principles of deploying the server-side database version of LobeChat on any platform from a framework perspective, so you can understand both the what and the why, and then deploy according to your specific needs. @@ -37,7 +40,9 @@ Before deployment, make sure you have a Postgres database instance ready. You ca - `A.` Use Serverless Postgres instances like Vercel/Neon; - `B.` Use self-deployed Postgres instances like Docker/Railway/Zeabur, collectively referred to as Node Postgres instances; -There is a slight difference in the way they are configured in terms of environment variables. + + There is a slight difference in the way they are configured in terms of environment variables. + Since we support file-based conversations/knowledge base conversations, we need to install the `pgvector` plugin for Postgres. This plugin provides vector search capabilities and is a key component for LobeChat to implement RAG. @@ -49,13 +54,16 @@ LobeChat supports both client-side and server-side databases, so we provide an e For server-side database deployment scenarios, you need to set `NEXT_PUBLIC_SERVICE_MODE` to `server`. -In the official `lobe-chat-database` Docker image, this environment variable is already set to `server` by default. Therefore, if you deploy using the Docker image, you do not need to configure this environment variable again. + In the official `lobe-chat-database` Docker image, this environment variable is already set to + `server` by default. Therefore, if you deploy using the Docker image, you do not need to configure + this environment variable again. Since environment variables starting with `NEXT_PUBLIC` take effect in the front-end code, they cannot be modified through container runtime injection. (Refer to the `next.js` documentation [Configuring: Environment Variables | Next.js (nextjs.org)](https://nextjs.org/docs/pages/building-your-application/configuring/environment-variables)). This is why we chose to create a separate DB version image. If you need to modify variables with the `NEXT_PUBLIC` prefix in a Docker deployment, you must build the image yourself and inject your own `NEXT_PUBLIC` prefixed environment variables during the build. + ### `DATABASE_URL` @@ -63,7 +71,9 @@ If you need to modify variables with the `NEXT_PUBLIC` prefix in a Docker deploy The core of configuring the database is to add the `DATABASE_URL` environment variable and fill in the Postgres database connection URL you have prepared. The typical format of the database connection URL is `postgres://username:password@host:port/database`. -If you want to enable SSL when connecting to the database, please refer to the [documentation](https://stackoverflow.com/questions/14021998/using-psql-to-connect-to-postgresql-in-ssl-mode) for setup instructions. + If you want to enable SSL when connecting to the database, please refer to the + [documentation](https://stackoverflow.com/questions/14021998/using-psql-to-connect-to-postgresql-in-ssl-mode) + for setup instructions. ### `DATABASE_DRIVER` @@ -85,7 +95,8 @@ Therefore, if you follow the standard deployment methods below, you do not need Considering that users will store sensitive information such as their API Key and baseURL in the database, we need a key to encrypt this information to prevent leakage in case of a database breach. Hence, the `KEY_VAULTS_SECRET` environment variable is used to encrypt sensitive information like user-stored apikeys. -You can generate a random 32-character string as the value of `KEY_VAULTS_SECRET` using `openssl rand -base64 32`. + You can generate a random 32-character string as the value of `KEY_VAULTS_SECRET` using `openssl + rand -base64 32`. @@ -104,7 +115,8 @@ The integration of Clerk is relatively simple, requiring only the configuration - `CLERK_WEBHOOK_SECRET`, which is generated by following these instructions: [Configure Clerk Authentication Service](/docs/self-hosting/advanced/auth/clerk#create-and-configure-webhook-in-clerk). -In Vercel deployment mode, we recommend using Clerk as the authentication service for a better user experience. + In Vercel deployment mode, we recommend using Clerk as the authentication service for a better + user experience. However, this type of authentication relies on Clerk's official service, so there may be some limitations in certain scenarios: @@ -122,7 +134,8 @@ NextAuth is an open-source authentication library that supports multiple identit For information on configuring NextAuth, you can refer to the [Authentication](/docs/self-hosting/advanced/authentication) documentation. -In the official Docker image `lobe-chat-database`, we recommend using NextAuth as the authentication service. + In the official Docker image `lobe-chat-database`, we recommend using NextAuth as the + authentication service. ## Configuring S3 Storage Service @@ -132,7 +145,9 @@ LobeChat has supported multimodal AI conversations since [a long time ago](https The best practice in this area is to use a file storage service (S3) to store image files, which is also the storage solution relied upon for subsequent file uploads/knowledge base functions. -In this documentation, S3 refers to a compatible S3 storage solution, which supports the Amazon S3 API-compatible object storage system. Common examples include Cloudflare R2, Alibaba Cloud OSS, and self-deployable Minio, all of which support the S3-compatible API. + In this documentation, S3 refers to a compatible S3 storage solution, which supports the Amazon S3 + API-compatible object storage system. Common examples include Cloudflare R2, Alibaba Cloud OSS, + and self-deployable Minio, all of which support the S3-compatible API. For detailed configuration guidelines on S3, please refer to [S3 Object Storage](/docs/self-hosting/advanced/s3) for more information. diff --git a/docs/self-hosting/server-database/docker.mdx b/docs/self-hosting/server-database/docker.mdx index fced9fe08658..91ddbd013bad 100644 --- a/docs/self-hosting/server-database/docker.mdx +++ b/docs/self-hosting/server-database/docker.mdx @@ -9,6 +9,7 @@ tags: - Database Deployment - Postgres --- + # Deploying Server Database Version Using Docker
@@ -21,7 +22,11 @@ tags:
-This article assumes that you are familiar with the basic principles and processes of deploying the LobeChat server database version, so it only includes content related to core environment variable configuration. If you are not familiar with the deployment principles of the LobeChat server database version, please refer to [Deploying Server Database](/docs/self-hosting/server-database) first. + This article assumes that you are familiar with the basic principles and processes of deploying + the LobeChat server database version, so it only includes content related to core environment + variable configuration. If you are not familiar with the deployment principles of the LobeChat + server database version, please refer to [Deploying Server + Database](/docs/self-hosting/server-database) first. @@ -50,11 +55,14 @@ docker run --name my-postgres --network pg -e POSTGRES_PASSWORD=mysecretpassword The above command will create a PG instance named `my-postgres` on the network `pg`, where `pgvector/pgvector:pg16` is a Postgres 16 image with the pgvector plugin installed by default. -The pgvector plugin provides vector search capabilities for Postgres, which is an important component for LobeChat to implement RAG. + The pgvector plugin provides vector search capabilities for Postgres, which is an important + component for LobeChat to implement RAG. -The above command does not specify a persistent storage location for the pg instance, so it is only for testing/demonstration purposes. Please configure persistent storage for production environments. + The above command does not specify a persistent storage location for the pg instance, so it is + only for testing/demonstration purposes. Please configure persistent storage for production + environments. ### Create a file named `lobe-chat.env` to store environment variables: @@ -119,7 +127,10 @@ If you see the following logs in the container, it means it has started successf
-In our official Docker image, the database schema migration is automatically executed before starting the image. We ensure stability from an empty database to all tables being formally available. Therefore, we recommend using an empty table instance for your database to avoid the cost of manually maintaining table structure migration. + In our official Docker image, the database schema migration is automatically executed before + starting the image. We ensure stability from an empty database to all tables being formally + available. Therefore, we recommend using an empty table instance for your database to avoid the + cost of manually maintaining table structure migration. ## Using Locally (Mac / Windows) @@ -150,7 +161,9 @@ $ docker run -it -d --name lobe-chat-database -p 3210:3210 \ ``` -`Docker` uses a virtual machine solution on `Windows` and `macOS`. If you use `localhost` / `127.0.0.1`, it will refer to the container's `localhost`. In this case, try using `host.docker.internal` instead of `localhost`. + `Docker` uses a virtual machine solution on `Windows` and `macOS`. If you use `localhost` / + `127.0.0.1`, it will refer to the container's `localhost`. In this case, try using + `host.docker.internal` instead of `localhost`. [docker-pulls-link]: https://hub.docker.com/r/lobehub/lobe-chat-database diff --git a/docs/self-hosting/server-database/docker.zh-CN.mdx b/docs/self-hosting/server-database/docker.zh-CN.mdx index 911efb526240..d6e9d3103a67 100644 --- a/docs/self-hosting/server-database/docker.zh-CN.mdx +++ b/docs/self-hosting/server-database/docker.zh-CN.mdx @@ -20,15 +20,19 @@ tags: - 本文已经假定你了解了 LobeChat 服务端数据库版本(下简称 DB 版)的部署基本原理和流程,因此只包含核心环境变量配置的内容。如果你还不了解 LobeChat DB 版的部署原理,请先查阅 [使用服务端数据库部署](/zh/docs/self-hosting/server-database) 。 - 此外,针对国内的腾讯云储存桶用户,可查询[配置腾讯云 COS 存储服务](/zh/docs/self-hosting/advanced/s3/tencent-cloud)。 + 本文已经假定你了解了 LobeChat 服务端数据库版本(下简称 DB + 版)的部署基本原理和流程,因此只包含核心环境变量配置的内容。如果你还不了解 LobeChat DB + 版的部署原理,请先查阅 [使用服务端数据库部署](/zh/docs/self-hosting/server-database) 。 + 此外,针对国内的腾讯云储存桶用户,可查询[配置腾讯云 COS + 存储服务](/zh/docs/self-hosting/advanced/s3/tencent-cloud)。 由于无法使用 Docker 环境变量暴露 `NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY`,使用 Docker / Docker Compose 部署 LobeChat 时,你不能使用 Clerk 作为登录鉴权服务。 - 如果你确实需要 Clerk 作为登录鉴权服务,你可以考虑使用 Vercel 部署或者自行构建镜像。 +如果你确实需要 Clerk 作为登录鉴权服务,你可以考虑使用 Vercel 部署或者自行构建镜像。 + ## 在 Linux 服务器上部署 @@ -83,10 +87,10 @@ AUTH_AUTH0_ISSUER=https://lobe-chat-demo.us.auth0.com S3_ACCESS_KEY_ID=xxxxxxxxxx S3_SECRET_ACCESS_KEY=xxxxxxxxxx # 用于 S3 API 访问的域名 -S3_ENDPOINT=https://xxxxxxxxxx.r2.cloudflarestorage.com +S3_ENDPOINT=https://xxxxxxxxxx.r2.cloudflarestorage.com S3_BUCKET=lobechat # 用于外网访问 S3 的公共域名,需配置 CORS -S3_PUBLIC_DOMAIN=https://s3-for-lobechat.your-domain.com +S3_PUBLIC_DOMAIN=https://s3-for-lobechat.your-domain.com # S3_REGION=ap-chengdu # 如果需要指定地域 # 其他环境变量,视需求而定 @@ -163,7 +167,6 @@ $ docker run -it -d --name lobe-chat-database -p 3210:3210 \ ,将会走到自身容器的 `localhost`,此时请尝试用 `host.docker.internal` 替代 `localhost` - [docker-pulls-link]: https://hub.docker.com/r/lobehub/lobe-chat-database [docker-pulls-shield]: https://img.shields.io/docker/pulls/lobehub/lobe-chat-database?color=45cc11&labelColor=black&style=flat-square [docker-release-link]: https://hub.docker.com/r/lobehub/lobe-chat-database diff --git a/docs/self-hosting/server-database/netlify.mdx b/docs/self-hosting/server-database/netlify.mdx index b637e2000e58..bcc0e0fd82fc 100644 --- a/docs/self-hosting/server-database/netlify.mdx +++ b/docs/self-hosting/server-database/netlify.mdx @@ -11,4 +11,3 @@ tags: # Deploy LobeChat with Database on Netlify TODO - diff --git a/docs/self-hosting/server-database/railway.mdx b/docs/self-hosting/server-database/railway.mdx index f21306413111..d59f1243dd4a 100644 --- a/docs/self-hosting/server-database/railway.mdx +++ b/docs/self-hosting/server-database/railway.mdx @@ -11,4 +11,3 @@ tags: # Deploy LobeChat with Database on Railway TODO - diff --git a/docs/self-hosting/server-database/repocloud.mdx b/docs/self-hosting/server-database/repocloud.mdx index d29b71580144..55e04e33ed77 100644 --- a/docs/self-hosting/server-database/repocloud.mdx +++ b/docs/self-hosting/server-database/repocloud.mdx @@ -1,6 +1,8 @@ --- title: Deploy LobeChat with Database on RepoCloud -description: Learn how to deploy LobeChat on RepoCloud with ease, including: database, authentication and S3 storage service. +description: >- + Learn how to deploy LobeChat on RepoCloud with ease, including database, + authentication and S3 storage service. tags: - Deploy LobeChat - RepoCloud Deployment @@ -15,7 +17,8 @@ If you want to deploy LobeChat Database Edition on RepoCloud, you can follow the ## RepoCloud Deployment Process - ### Prepare your OpenAI API Key + +### Prepare your OpenAI API Key Go to [OpenAI API Key](https://platform.openai.com/account/api-keys) to get your OpenAI API Key. diff --git a/docs/self-hosting/server-database/repocloud.zh-CN.mdx b/docs/self-hosting/server-database/repocloud.zh-CN.mdx index 00efa59f4f3a..ae397c86216f 100644 --- a/docs/self-hosting/server-database/repocloud.zh-CN.mdx +++ b/docs/self-hosting/server-database/repocloud.zh-CN.mdx @@ -1,6 +1,6 @@ --- title: 在 RepoCloud 上部署 LobeChat 数据库版 -description: 学习如何在RepoCloud上部署LobeChat应用,包括准备OpenAI API Key、点击部署按钮、绑定自定义域名等操作。 +description: 学习如何在 RepoCloud 上部署 LobeChat 应用,包括准备 OpenAI API Key、点击部署按钮、绑定自定义域名等操作。 tags: - RepoCloud - LobeChat @@ -9,6 +9,26 @@ tags: - 自定义域名 --- -# 使用 RepoCloud 部署 LobeChat 数据库版 +# 在 RepoCloud 上部署 LobeChat 数据库版 -TODO +如果您想在RepoCloud上部署LobeChat数据库版,可以按照以下步骤进行操作: + +## RepoCloud部署流程 + + + +### 准备您的 OpenAI API 密钥 + +请访问 [OpenAI API密钥](https://platform.openai.com/account/api-keys) 获取您的OpenAI API密钥。 + +### 一键部署 + +[![部署到RepoCloud](https://d16t0pc4846x52.cloudfront.net/deploy.svg)](https://repocloud.io/details/?app_id=248) + +### 部署完成后,您可以开始使用 + +### 绑定自定义域名(可选) + +您可以使用RepoCloud提供的子域名,或选择绑定自定义域名。目前,RepoCloud提供的域名尚未被污染,大多数地区可以直接连接。 + + diff --git a/docs/self-hosting/server-database/sealos.mdx b/docs/self-hosting/server-database/sealos.mdx index 92a5135e3f8e..8150ce2267d2 100644 --- a/docs/self-hosting/server-database/sealos.mdx +++ b/docs/self-hosting/server-database/sealos.mdx @@ -10,3 +10,6 @@ tags: - Custom Domain Binding --- +# Deploy LobeChat on SealOS + +TODO diff --git a/docs/self-hosting/server-database/vercel.mdx b/docs/self-hosting/server-database/vercel.mdx index 4861d9791c3f..909b2448885f 100644 --- a/docs/self-hosting/server-database/vercel.mdx +++ b/docs/self-hosting/server-database/vercel.mdx @@ -15,6 +15,7 @@ tags: This article will detail how to deploy the server database version of LobeChat on Vercel, including: 1) database configuration; 2) identity authentication service configuration; 3) steps for setting up the S3 storage service. + Before proceeding, please make sure of the following: - Export all data, as after deploying the server-side database, existing user data cannot be automatically migrated and can only be manually imported after backup! @@ -42,7 +43,7 @@ In Vercel's deployment environment variables, add `DATABASE_URL` and other envir - + Please confirm the `Postgres` type provided by your vendor. If it is `Node Postgres`, switch to @@ -68,8 +69,8 @@ An example of filling in Vercel is as follows: - - Variables to be filled for Node Postgres are as follows: + + Variables to be filled for Node Postgres are as follows: ```shell # Node Postgres DB Url @@ -93,10 +94,12 @@ An example of filling in Vercel is as follows: - - If you wish to enable SSL when connecting to the database, please refer to the - [link](https://stackoverflow.com/questions/14021998/using-psql-to-connect-to-postgresql-in-ssl-mode) - for setup instructions. + + + If you wish to enable SSL when connecting to the database, please refer to the + [link](https://stackoverflow.com/questions/14021998/using-psql-to-connect-to-postgresql-in-ssl-mode) + for setup instructions. + ### Add the `KEY_VAULTS_SECRET` Environment Variable @@ -125,9 +128,11 @@ The server-side database needs to be paired with a user authentication service t Go to [Clerk](https://clerk.com?utm_source=lobehub&utm_medium=docs) to register and create an application to obtain the corresponding Public Key and Secret Key. - - If you are not familiar with Clerk, you can refer to [Authentication - Service-Clerk](/en/docs/self-hosting/advanced/authentication#clerk) for details on using Clerk. + + + If you are not familiar with Clerk, you can refer to [Authentication + Service-Clerk](/en/docs/self-hosting/advanced/authentication#clerk) for details on using Clerk. + ### Add Public and Private Key Environment Variables in Vercel @@ -166,29 +171,25 @@ We need to add an endpoint in Clerk's Webhooks to inform Clerk to send notificat Fill in the endpoint with the URL of your Vercel project, such as `https://your-project.vercel.app/api/webhooks/clerk`. Then, subscribe to events by checking the three user events (`user.created`, `user.deleted`, `user.updated`), and click create. - - The `https://` in the URL is essential to maintain the integrity of the URL. - + - + The `https://` in the URL is essential to maintain the integrity of the URL. -> + - +{'Configure ### Add Webhook Secret to Vercel Environment Variables After creation, you can find the secret of this Webhook in the bottom right corner: - -> - - + alt={'View Clerk Webhooks secret'} + src={'https://github.com/lobehub/lobe-chat/assets/28616219/fab4abb2-584b-49de-9340-813382951635'} +/> The environment variable corresponding to this secret is `CLERK_WEBHOOK_SECRET`: @@ -212,9 +213,9 @@ By completing these steps, you have successfully configured the Clerk authentica In the server-side database, we need to configure the S3 storage service to store files. - In this article, S3 refers to a compatible S3 storage solution, which supports object storage - systems that comply with the Amazon S3 API. Common examples include Cloudflare R2, Alibaba Cloud - OSS, etc., all of which support S3-compatible APIs. + +In this article, S3 refers to a compatible S3 storage solution, which supports object storage systems that comply with the Amazon S3 API. Common examples include Cloudflare R2, Alibaba Cloud OSS, etc., all of which support S3-compatible APIs. + @@ -338,7 +339,7 @@ In R2, you can find the CORS configuration in the bucket settings: {'Cloudflare +/> Add a CORS rule to allow requests from your domain (in this case, `https://your-project.vercel.app`): @@ -382,12 +383,14 @@ After configuring the environment variables, you need to redeploy the latest com If you click on the login button in the top left corner and the login popup appears normally, then you have successfully configured it. Enjoy using it\~ + alt={'User login popup'} + src={'https://github.com/lobehub/lobe-chat/assets/28616219/da84edc3-46f7-4e2b-a0cd-dc33a98bf5cb'} +/> + alt={'Login successful state'} + src={'https://github.com/lobehub/lobe-chat/assets/28616219/9cb5150d-6e1e-4c59-9a18-4e418dce1a5d'} +/> diff --git a/docs/self-hosting/server-database/vercel.zh-CN.mdx b/docs/self-hosting/server-database/vercel.zh-CN.mdx index 1586530dc27f..bbcc7a86531b 100644 --- a/docs/self-hosting/server-database/vercel.zh-CN.mdx +++ b/docs/self-hosting/server-database/vercel.zh-CN.mdx @@ -17,10 +17,10 @@ tags: 本文将详细介绍如何在 Vercel 中部署服务端数据库版 LobeChat,包括: 1)数据库配置;2)身份验证服务配置;3) S3 存储服务的设置步骤。 -进行后续操作前,请务必确认以下事项: - - 导出所有数据,部署服务端数据库后,原有用户数据无法自动迁移,只能提前备份后进行手动导入! - - 环境变量中的`ACCESS_CODE`未设置或已清除! - - 配置服务端数据库所需要的环境变量时,需全部填入后再进行部署,否则可能遭遇数据库迁移问题! + 进行后续操作前,请务必确认以下事项: - + 导出所有数据,部署服务端数据库后,原有用户数据无法自动迁移,只能提前备份后进行手动导入! - + 环境变量中的`ACCESS_CODE`未设置或已清除! - + 配置服务端数据库所需要的环境变量时,需全部填入后再进行部署,否则可能遭遇数据库迁移问题! ## 一、 配置数据库 @@ -61,7 +61,7 @@ tags: 在 Vercel 中填写的示例如下: - {'添加 + {'添加 @@ -81,7 +81,7 @@ tags: 在 Vercel 中填写的示例如下: - {'添加 + {'添加 @@ -130,7 +130,7 @@ KEY_VAULTS_SECRET=jgwsK28dspyVQoIf8/M3IIHl1h6LYYceSYNXeLpy6uk= {'在 +/> 此步骤所需的环境变量如下: @@ -144,7 +144,7 @@ CLERK_SECRET_KEY=sk_live_xxxxxxxxxxxxxxxxxxxxxx {'在 +/> ### 在 Clerk 中创建并配置 Webhook @@ -155,7 +155,7 @@ CLERK_SECRET_KEY=sk_live_xxxxxxxxxxxxxxxxxxxxxx {'Clerk +/> 在 endppint 中填写你的 Vercel 项目的 URL,如 `https://your-project.vercel.app/api/webhooks/clerk`。然后在订阅事件(Subscribe to events)中,勾选 user 的三个事件(`user.created` 、`user.deleted`、`user.updated`),然后点击创建。 @@ -164,7 +164,7 @@ CLERK_SECRET_KEY=sk_live_xxxxxxxxxxxxxxxxxxxxxx {'添加 +/> ### 将 Webhook 秘钥添加到 Vercel 环境变量 @@ -173,7 +173,7 @@ CLERK_SECRET_KEY=sk_live_xxxxxxxxxxxxxxxxxxxxxx {'查看 +/> 这个秘钥所对应的环境变量名为 `CLERK_WEBHOOK_SECRET`: @@ -186,7 +186,7 @@ CLERK_WEBHOOK_SECRET=whsec_xxxxxxxxxxxxxxxxxxxxxx {'在 +/> @@ -212,13 +212,13 @@ CLERK_WEBHOOK_SECRET=whsec_xxxxxxxxxxxxxxxxxxxxxx {'Cloudflare + /> 创建存储桶时将指定其名称,然后点击创建。 {'R2 + /> ### 获取存储桶相关环境变量 @@ -227,7 +227,7 @@ CLERK_WEBHOOK_SECRET=whsec_xxxxxxxxxxxxxxxxxxxxxx {'查看存储桶的相关信息'} + /> 其对应的环境变量为: @@ -249,28 +249,28 @@ S3_PUBLIC_DOMAIN=https://s3-for-lobechat.your-domain.com {'查看存储桶的访问秘钥'} + /> 点击右上角按钮创建 API token,进入创建 API Token 页面 {'创建对应 + /> 鉴于我们的服务端数据库需要读写 S3 存储服务,因此权限需要选择`对象读与写`,然后点击创建。 {'配置 + /> 创建完成后,就可以看到对应的 S3 API token {'复制 + /> 其对应的环境变量为: @@ -306,7 +306,7 @@ S3_PUBLIC_DOMAIN=https://s3-dev.your-domain.com {'在 + /> ### 配置跨域 @@ -317,14 +317,14 @@ S3_PUBLIC_DOMAIN=https://s3-dev.your-domain.com {'Cloudflare + /> 添加跨域规则,允许你的域名(在上文是 `https://your-project.vercel.app`)来源的请求: {'配置允许你的站点域名'} + /> 示例配置如下: @@ -354,7 +354,7 @@ S3_PUBLIC_DOMAIN=https://s3-dev.your-domain.com {'重新部署最新的 +/> ### 检查功能是否正常 @@ -363,12 +363,12 @@ S3_PUBLIC_DOMAIN=https://s3-dev.your-domain.com {'用户登录弹窗'} +/> {'登录成功状态'} +/>
diff --git a/docs/self-hosting/server-database/zeabur.mdx b/docs/self-hosting/server-database/zeabur.mdx index 5fe7f1c9ce09..e5e4fa411adb 100644 --- a/docs/self-hosting/server-database/zeabur.mdx +++ b/docs/self-hosting/server-database/zeabur.mdx @@ -21,6 +21,7 @@ tags: The template on Zeabur includes 4 services: + - Logto for authrization. - PostgreSQL with Vector plugin for data storage and indexing. - MinIO for image storage. @@ -62,8 +63,7 @@ You will see another modal pop-up where you can see the deployment progress. After the deployment is done, you need to configure your Logto service to enable authrization. -Access your Logto console with the console domain you just binded, and then create a `Next.js 14(App router)` application to get the client ID and client secret, and fill in the cors and callback URLs. -You can check [this document](../advanced/auth.mdx) for a more detailed guide. +Access your Logto console with the console domain you just binded, and then create a `Next.js 14(App router)` application to get the client ID and client secret, and fill in the cors and callback URLs. You can check [this document](../advanced/auth.mdx) for a more detailed guide. Fill in those variables into your LobeChat service on Zeabur, here is a more detailed guide for [editing environment variables on Zeabur](https://zeabur.com/docs/deploy/variables). diff --git a/docs/self-hosting/server-database/zeabur.zh-CN.mdx b/docs/self-hosting/server-database/zeabur.zh-CN.mdx index 0479c0259baa..b1c572c4ef52 100644 --- a/docs/self-hosting/server-database/zeabur.zh-CN.mdx +++ b/docs/self-hosting/server-database/zeabur.zh-CN.mdx @@ -18,6 +18,7 @@ tags: 在 Zeabur 的模板中总共包含有以下四个服务: + - Logto 提供身份校验 - 带有 Vector 插件的 PostgreSQL 来做数据存储和向量化 - MinIO 作为对象存储 @@ -53,11 +54,9 @@ tags: ### 配置 Logto -当部署完成后,你会被自动导航到你在 Zeabur 控制台上刚刚创建的项目。 -你需要再进一步配置你的 Logto 服务。 +当部署完成后,你会被自动导航到你在 Zeabur 控制台上刚刚创建的项目。你需要再进一步配置你的 Logto 服务。 -使用你刚绑定的域名来访问你的 Logto 控制台,创建一个新项目以获得对应的客户端 ID 与密钥,将它们填入你的 LobeChat 服务的变量中。 -关于如何填入变量,可以参照 [Zeabur 的官方文档](https://zeabur.com/docs/deploy/variables)。 +使用你刚绑定的域名来访问你的 Logto 控制台,创建一个新项目以获得对应的客户端 ID 与密钥,将它们填入你的 LobeChat 服务的变量中。关于如何填入变量,可以参照 [Zeabur 的官方文档](https://zeabur.com/docs/deploy/variables)。 Logto 的详细配置可以参考[这篇文档](/zh/docs/self-hosting/advanced/auth/next-auth/logto)。 diff --git a/docs/self-hosting/start.mdx b/docs/self-hosting/start.mdx index c5c0b1990565..c1af7e400f8e 100644 --- a/docs/self-hosting/start.mdx +++ b/docs/self-hosting/start.mdx @@ -11,6 +11,7 @@ tags: - Docker Compose - Alibaba Cloud --- + # Build Your Own Lobe Chat LobeChat supports various deployment platforms, including Vercel, Docker, and Docker Compose. You can choose a deployment platform that suits you to build your own Lobe Chat. @@ -24,7 +25,9 @@ You can follow the guide below for quick deployment of LobeChat: - In the client-side database mode, data is stored locally on the user's device, without cross-device synchronization, and does not support advanced features such as file uploads and knowledge base. + In the client-side database mode, data is stored locally on the user's device, without + cross-device synchronization, and does not support advanced features such as file uploads and + knowledge base. ## Advanced Mode: Server-Side Database @@ -32,5 +35,8 @@ You can follow the guide below for quick deployment of LobeChat: For users who are already familiar with LobeChat or need cross-device synchronization, you can deploy a version with a server-side database to access a more complete and powerful LobeChat. - + diff --git a/docs/usage/features/database.zh-CN.mdx b/docs/usage/features/database.zh-CN.mdx index fef1f2cf94bc..172afcadc6d1 100644 --- a/docs/usage/features/database.zh-CN.mdx +++ b/docs/usage/features/database.zh-CN.mdx @@ -51,4 +51,4 @@ tags: 服务端数据库方案则适合那些希望简化数据管理流程,享受便捷使用体验的用户。通过服务端数据库与用户身份验证,LobeChat 能够确保数据的安全性与高效性。如果您希望了解如何配置服务端数据库,请参考我们的[详细文档](/zh/docs/self-hosting/advanced/server-database)。 -无论选择本地数据库还是服务端数据库,LobeChat 都能为你提供卓越的用户体验。 \ No newline at end of file +无论选择本地数据库还是服务端数据库,LobeChat 都能为你提供卓越的用户体验。 diff --git a/docs/usage/foundation/text2image.mdx b/docs/usage/foundation/text2image.mdx index 8cb18cd1828f..767ba327a0d8 100644 --- a/docs/usage/foundation/text2image.mdx +++ b/docs/usage/foundation/text2image.mdx @@ -37,8 +37,7 @@ LobeChat also offers the Midjourney plugin, which generates images by calling th /> - info For plugin installation, please refer to [Plugin - Usage](/docs/usage/plugins/basic-usage) + info For plugin installation, please refer to [Plugin Usage](/docs/usage/plugins/basic-usage) When using the Midjourney plugin for the first time, you will need to fill in your Midjourney API key in the plugin settings. diff --git a/docs/usage/foundation/text2image.zh-CN.mdx b/docs/usage/foundation/text2image.zh-CN.mdx index 3d6b1891b7ff..0b586442a806 100644 --- a/docs/usage/foundation/text2image.zh-CN.mdx +++ b/docs/usage/foundation/text2image.zh-CN.mdx @@ -34,9 +34,7 @@ LobeChat 还提供 Midjourney 插件,通过 API 调用 Midjourney 生成图片 src={'https://github.com/user-attachments/assets/5f526846-02cd-4dbc-b6e3-a603fa5ac8e7'} /> - - 插件安装请参考[插件使用](/zh/docs/usage/plugins/basic-usage) - +插件安装请参考[插件使用](/zh/docs/usage/plugins/basic-usage) 首次使用 Midjourney 插件时,您需要在插件设置中填写您的 Midjourney API 密钥。 diff --git a/docs/usage/providers/ai21.mdx b/docs/usage/providers/ai21.mdx index c25de778cd13..770835820e54 100644 --- a/docs/usage/providers/ai21.mdx +++ b/docs/usage/providers/ai21.mdx @@ -9,13 +9,12 @@ tags: - API Key - Web UI --- + # Using AI21 Labs in LobeChat [AI21 Labs](https://www.ai21.com/) is a company focused on artificial intelligence, offering advanced language models and API services designed to help developers and businesses leverage natural language processing technology. Their flagship product, the "Jamba" series of models, can perform complex language understanding and generation tasks, widely utilized in fields such as content creation and conversational systems. @@ -30,9 +29,9 @@ This article will guide you on how to use AI21 Labs within LobeChat. - Copy and save the generated API key {'Copy ### Step 2: Configure AI21 Labs in LobeChat @@ -41,25 +40,25 @@ src={'https://github.com/user-attachments/assets/a42ba52b-491e-4993-8e2f-217aa17 - Under `Language Model`, find the setting for `AI21 Labs` {'Enter - Enter the API key you obtained - Choose an AI21 Labs model for your AI assistant to begin the conversation {'Select -During use, you may need to pay the API service provider; please refer to the relevant fee policy of AI21 Labs. + During use, you may need to pay the API service provider; please refer to the relevant fee policy + of AI21 Labs. Now you are ready to engage in conversations using the models provided by AI21 Labs in LobeChat. - diff --git a/docs/usage/providers/ai21.zh-CN.mdx b/docs/usage/providers/ai21.zh-CN.mdx index 70e5d2337584..d6f1927c37a2 100644 --- a/docs/usage/providers/ai21.zh-CN.mdx +++ b/docs/usage/providers/ai21.zh-CN.mdx @@ -12,9 +12,7 @@ tags: [AI21 Labs](https://www.ai21.com/) 是一家专注于人工智能的公司,提供先进的语言模型和API服务,旨在帮助开发者和企业利用自然语言处理技术。其旗舰产品 "Jamba" 系列模型能够进行复杂的语言理解和生成任务,广泛应用于内容创作、对话系统等领域。 diff --git a/docs/usage/providers/ai360.mdx b/docs/usage/providers/ai360.mdx index 1b3dd4f82f5f..9bb1cd558088 100644 --- a/docs/usage/providers/ai360.mdx +++ b/docs/usage/providers/ai360.mdx @@ -7,13 +7,12 @@ tags: - API Key - Web UI --- + # Using the 360AI in LobeChat The [360AI](https://ai.360.com/) is a cognitive general model independently developed by 360 Company, aimed at providing powerful natural language processing capabilities for enterprises and developers. This model has been upgraded to version 4.0 and supports various application scenarios, including conversational services, image generation, vector database services, and more. @@ -28,9 +27,9 @@ This article will guide you on how to use the 360AI in LobeChat. - Create an API key and copy it {'Create ### Step 2: Configure 360AI in LobeChat @@ -39,25 +38,25 @@ src={'https://github.com/user-attachments/assets/72da7af1-e180-4759-84a5-a6f6ca2 - Under `Language Models`, find the option for `360` {'Enter - Enter the API key you obtained - Choose a 360AI model for your AI assistant to start chatting {'Select -Please note that you may need to pay the API service provider during use, refer to the relevant pricing policy of the 360AI. + Please note that you may need to pay the API service provider during use, refer to the relevant + pricing policy of the 360AI. You can now use the models provided by the 360AI for conversations in LobeChat. - diff --git a/docs/usage/providers/ai360.zh-CN.mdx b/docs/usage/providers/ai360.zh-CN.mdx index a6964a1c3495..65e27c93b13c 100644 --- a/docs/usage/providers/ai360.zh-CN.mdx +++ b/docs/usage/providers/ai360.zh-CN.mdx @@ -12,9 +12,7 @@ tags: [360智脑](https://ai.360.com/)是360公司自主研发的认知型通用大模型,旨在为企业和开发者提供强大的自然语言处理能力。该模型已升级至4.0版本,能够支持多种应用场景,包括对话服务、图片生成、向量数据库服务等。 diff --git a/docs/usage/providers/cloudflare.mdx b/docs/usage/providers/cloudflare.mdx index 148309f8b5a9..a718ccc58c4e 100644 --- a/docs/usage/providers/cloudflare.mdx +++ b/docs/usage/providers/cloudflare.mdx @@ -48,7 +48,7 @@ This document will guide you on how to use Cloudflare Workers AI in LobeChat: - Please store your API token securely, as it will only be displayed once. If you accidentally lose it, you will need to create a new token. - + ### Step 2: Configure Cloudflare Workers AI in LobeChat diff --git a/docs/usage/providers/fireworksai.mdx b/docs/usage/providers/fireworksai.mdx index edfb44174e4b..64e93632897a 100644 --- a/docs/usage/providers/fireworksai.mdx +++ b/docs/usage/providers/fireworksai.mdx @@ -9,13 +9,12 @@ tags: - API Key - Web UI --- + # Using Fireworks AI in LobeChat [Fireworks.ai](https://fireworks.ai/) is a high-performance generative AI model inference platform that allows users to access and utilize various models through its API. The platform supports multiple modalities, including text and visual language models, and offers features like function calls and JSON schemas to enhance the flexibility of application development. @@ -30,21 +29,22 @@ This article will guide you on how to use Fireworks AI in LobeChat. - Create a new API key {'Create - Copy and securely save the generated API key {'Save -Please store the key securely, as it will appear only once. If you accidentally lose it, you will need to create a new key. + Please store the key securely, as it will appear only once. If you accidentally lose it, you will + need to create a new key. ### Step 2: Configure Fireworks AI in LobeChat @@ -53,25 +53,25 @@ Please store the key securely, as it will appear only once. If you accidentally - Under `Language Model`, locate the settings for `Fireworks AI` {'Enter - Enter the obtained API key - Select a Fireworks AI model for your AI assistant to start a conversation {'Select -Please note that you may need to pay fees to the API service provider during use; refer to Fireworks AI's pricing policy for details. + Please note that you may need to pay fees to the API service provider during use; refer to + Fireworks AI's pricing policy for details. You are now ready to use the models provided by Fireworks AI for conversations in LobeChat. - diff --git a/docs/usage/providers/fireworksai.zh-CN.mdx b/docs/usage/providers/fireworksai.zh-CN.mdx index 0a59bc5a15f9..8fab3414de87 100644 --- a/docs/usage/providers/fireworksai.zh-CN.mdx +++ b/docs/usage/providers/fireworksai.zh-CN.mdx @@ -12,9 +12,7 @@ tags: [Fireworks.ai](https://fireworks.ai/) 是一个高性能的生成式 AI 模型推理平台,允许用户通过其 API 访问和使用各种模型。该平台支持多种模态,包括文本和视觉语言模型,并提供函数调用和 JSON 模式等功能,以增强应用开发的灵活性。 diff --git a/docs/usage/providers/github.mdx b/docs/usage/providers/github.mdx index 1aa69945bdbd..644a01044ceb 100644 --- a/docs/usage/providers/github.mdx +++ b/docs/usage/providers/github.mdx @@ -8,13 +8,12 @@ tags: - API Key - Web UI --- + # Using GitHub Models in LobeChat [GitHub Models](https://github.com/marketplace/models) is a new feature recently launched by GitHub, designed to provide developers with a free platform to access and experiment with various AI models. GitHub Models offers an interactive sandbox environment where users can test different model parameters and prompts, and observe the responses of the models. The platform supports advanced language models, including OpenAI's GPT-4o, Meta's Llama 3.1, and Mistral's Large 2, covering a wide range of applications from large-scale language models to task-specific models. @@ -26,13 +25,15 @@ This article will guide you on how to use GitHub Models in LobeChat. Currently, the usage of the Playground and free API is subject to limits on the number of requests per minute, the number of requests per day, the number of tokens per request, and the number of concurrent requests. If you hit the rate limit, you will need to wait for the limit to reset before making further requests. The rate limits vary for different models (low, high, and embedding models). For model type information, please refer to the GitHub Marketplace. {'GitHub - These limits are subject to change at any time. For specific information, please refer to the [GitHub Official Documentation](https://docs.github.com/en/github-models/prototyping-with-ai-models#rate-limits). + These limits are subject to change at any time. For specific information, please refer to the + [GitHub Official + Documentation](https://docs.github.com/en/github-models/prototyping-with-ai-models#rate-limits). --- @@ -46,17 +47,17 @@ src={'https://github.com/user-attachments/assets/21c52e2a-b2f8-4de8-a5d4-cf34446 - Create and configure a new access token. {'Creating - Copy and save the generated token from the results returned. {'Saving @@ -64,6 +65,7 @@ src={'https://github.com/user-attachments/assets/3c1a492d-a3d4-4570-9e74-785c294 - During the testing phase of GitHub Models, users must apply to join the [waitlist](https://github.com/marketplace/models/waitlist/join) in order to gain access. - Please store the access token securely, as it will only be displayed once. If you accidentally lose it, you will need to create a new token. + ### Step 2: Configure GitHub Models in LobeChat @@ -72,21 +74,20 @@ src={'https://github.com/user-attachments/assets/3c1a492d-a3d4-4570-9e74-785c294 - Under `Language Models`, find the GitHub settings. {'Entering - Enter the access token you obtained. - Select a GitHub model for your AI assistant to start the conversation. {'Selecting You are now ready to use the models provided by GitHub for conversations within LobeChat. - diff --git a/docs/usage/providers/github.zh-CN.mdx b/docs/usage/providers/github.zh-CN.mdx index ade571d23e6a..9258d8a2c22b 100644 --- a/docs/usage/providers/github.zh-CN.mdx +++ b/docs/usage/providers/github.zh-CN.mdx @@ -13,9 +13,7 @@ tags: [GitHub Models](https://github.com/marketplace/models) 是 GitHub 最近推出的一项新功能,旨在为开发者提供一个免费的平台来访问和实验多种 AI 模型。GitHub Models 提供了一个互动沙盒环境,用户可以在此测试不同的模型参数和提示语,观察模型的响应。该平台支持多种先进的语言模型,包括 OpenAI 的 GPT-4o、Meta 的 Llama 3.1 和 Mistral 的 Large 2 等,覆盖了从大规模语言模型到特定任务模型的广泛应用。 @@ -24,7 +22,7 @@ tags: ## GitHub Models 速率限制 -当前 Playground 和免费 API 的使用受到每分钟请求数、每日请求数、每个请求的令牌数以及并发请求数的限制。若达到速率限制,则需等待限制重置后方可继续发出请求。不同模型(低、高及嵌入模型)的速率限制有所不同。 模型类型信息请参阅 GitHub Marketplace。 +当前 Playground 和免费 API 的使用受到每分钟请求数、每日请求数、每个请求的令牌数以及并发请求数的限制。若达到速率限制,则需等待限制重置后方可继续发出请求。不同模型(低、高及嵌入模型)的速率限制有所不同。 模型类型信息请参阅 GitHub Marketplace。 {'GitHub - 这些限制可能随时更改,具体信息请参考 [GitHub 官方文档](https://docs.github.com/en/github-models/prototyping-with-ai-models#rate-limits)。 + 这些限制可能随时更改,具体信息请参考 [GitHub + 官方文档](https://docs.github.com/en/github-models/prototyping-with-ai-models#rate-limits)。 --- @@ -63,7 +62,8 @@ tags: - GitHub Models 测试期间,要使用 GitHub Models,用户需要申请加入[等待名单(waitlist)](https://github.com/marketplace/models/waitlist/join) 通过后才能获得访问权限。 - - 请安全地存储访问令牌,因为它只会出现一次。如果您意外丢失它,您将需要创建一个新令牌。 +- 请安全地存储访问令牌,因为它只会出现一次。如果您意外丢失它,您将需要创建一个新令牌。 + ### 步骤二:在 LobeChat 中配置 GitHub Models diff --git a/docs/usage/providers/hunyuan.mdx b/docs/usage/providers/hunyuan.mdx index cd384fc0911b..39064fde5ece 100644 --- a/docs/usage/providers/hunyuan.mdx +++ b/docs/usage/providers/hunyuan.mdx @@ -9,13 +9,12 @@ tags: - API Key - Web UI --- + # Using Tencent Hunyuan in LobeChat [Tencent Hunyuan](https://hunyuan.tencent.com/) is a large model launched by Tencent, designed to provide users with intelligent assistant services. It utilizes natural language processing technology to help users solve problems, offer suggestions, and generate content. By conversing with the model, users can quickly access the information they need, thereby enhancing work efficiency. @@ -30,17 +29,17 @@ This article will guide you on how to use Tencent Hunyuan in LobeChat. - Create an API key {'Create - Click `View`, and copy the API key from the pop-up panel, ensuring you save it securely {'Save ### Step 2: Configure Tencent Hunyuan in LobeChat @@ -49,25 +48,25 @@ src={'https://github.com/user-attachments/assets/659b5ac1-82f1-43bd-9d4b-a98491e - Find the `Tencent Hunyuan` settings under `Language Models` {'Enter - Enter the API key you obtained - Select a Tencent Hunyuan model for your AI assistant to start the conversation {'Select -During usage, you may need to pay the API service provider, please refer to Tencent Hunyuan's relevant pricing policy. + During usage, you may need to pay the API service provider, please refer to Tencent Hunyuan's + relevant pricing policy. You can now engage in conversations using the models provided by Tencent Hunyuan in LobeChat. - diff --git a/docs/usage/providers/hunyuan.zh-CN.mdx b/docs/usage/providers/hunyuan.zh-CN.mdx index b2fd21714d74..1e0f730311df 100644 --- a/docs/usage/providers/hunyuan.zh-CN.mdx +++ b/docs/usage/providers/hunyuan.zh-CN.mdx @@ -12,9 +12,7 @@ tags: [腾讯混元](https://hunyuan.tencent.com/)是由腾讯推出的一款大模型,旨在为用户提供智能助手服务。它能够通过自然语言处理技术,帮助用户解决问题、提供建议以及进行内容生成等任务。用户可以通过与模型的对话,快速获取所需信息,从而提高工作效率。 diff --git a/docs/usage/providers/siliconcloud.mdx b/docs/usage/providers/siliconcloud.mdx index 8da6b6cec273..36f23a62e9a9 100644 --- a/docs/usage/providers/siliconcloud.mdx +++ b/docs/usage/providers/siliconcloud.mdx @@ -9,13 +9,12 @@ tags: - API Key - Web UI --- + # Using SiliconCloud in LobeChat [SiliconCloud](https://siliconflow.cn/) is an AI service platform based on open-source foundational models, offering a variety of generative AI (GenAI) services. @@ -30,9 +29,9 @@ This article will guide you on how to use SiliconCloud in LobeChat. - Create an API Key and copy it {'Create ### Step 2: Configure SiliconCloud in LobeChat @@ -41,25 +40,25 @@ src={'https://github.com/user-attachments/assets/872756dc-305e-4e63-9fb7-6055028 - Under `Language Model`, find the setting for `SiliconFlow` {'Enter - Enter the API Key you obtained - Choose a SiliconCloud model for your AI assistant to start the conversation {'Select -During usage, you may need to pay the API service provider, so please refer to SiliconCloud's relevant pricing policy. + During usage, you may need to pay the API service provider, so please refer to SiliconCloud's + relevant pricing policy. At this point, you can start chatting using the models provided by SiliconCloud in LobeChat. - diff --git a/docs/usage/providers/siliconcloud.zh-CN.mdx b/docs/usage/providers/siliconcloud.zh-CN.mdx index 714c23849833..8c4e882ad03c 100644 --- a/docs/usage/providers/siliconcloud.zh-CN.mdx +++ b/docs/usage/providers/siliconcloud.zh-CN.mdx @@ -8,13 +8,11 @@ tags: - Web UI --- -# 在 LobeChat 中使用 SiliconCloud +# 在 LobeChat 中使用 SiliconCloud [SiliconCloud](https://siliconflow.cn/) 是一个基于开源基础模型的人工智能服务平台,提供多种生成式AI(GenAI)服务。 @@ -34,7 +32,7 @@ tags: src={'https://github.com/user-attachments/assets/872756dc-305e-4e63-9fb7-60550280fc12'} /> -### 步骤二:在 LobeChat 中配置 SiliconCloud +### 步骤二:在 LobeChat 中配置 SiliconCloud - 访问 LobeChat 的`设置`界面 - 在`语言模型`下找到 `SiliconFlow` 的设置项 diff --git a/docs/usage/providers/spark.mdx b/docs/usage/providers/spark.mdx index d678850b7f9a..d2c7385d68ea 100644 --- a/docs/usage/providers/spark.mdx +++ b/docs/usage/providers/spark.mdx @@ -8,13 +8,12 @@ tags: - API Key - Web UI --- + # Using iFLYTEK Spark in LobeChat [iFLYTEK Spark](https://xinghuo.xfyun.cn/) is a powerful AI model launched by iFLYTEK, equipped with cross-domain knowledge and language understanding capabilities, able to perform various tasks such as Q&A, conversations, and literary creation. @@ -28,18 +27,18 @@ This guide will instruct you on how to use iFLYTEK Spark in LobeChat. - Create an application {'Create - Select a large model to view details - Copy the `API Password` from the top right corner under the HTTP service interface authentication information {'Copy ### Step 2: Configure iFLYTEK Spark in LobeChat @@ -48,25 +47,25 @@ src={'https://github.com/user-attachments/assets/7239d611-1989-414b-a51c-444e470 - Find the iFLYTEK Spark settings under `Language Model` {'Enter - Input the obtained API Key - Choose an iFLYTEK Spark model for your AI assistant to start the conversation {'Select -During usage, you may need to pay the API service provider, please refer to the relevant pricing policy of iFLYTEK Spark. + During usage, you may need to pay the API service provider, please refer to the relevant pricing + policy of iFLYTEK Spark. Now you can use the models provided by iFLYTEK Spark for conversations in LobeChat. - diff --git a/docs/usage/providers/spark.zh-CN.mdx b/docs/usage/providers/spark.zh-CN.mdx index c9b6da010bf5..e6d1fc1b0cc7 100644 --- a/docs/usage/providers/spark.zh-CN.mdx +++ b/docs/usage/providers/spark.zh-CN.mdx @@ -12,9 +12,7 @@ tags: [讯飞星火](https://xinghuo.xfyun.cn/)是科大讯飞推出的一款强大的AI大模型,具备跨领域的知识和语言理解能力,能够执行问答、对话和文学创作等多种任务。 diff --git a/docs/usage/providers/upstage.mdx b/docs/usage/providers/upstage.mdx index 85613164095f..7d36f33ff369 100644 --- a/docs/usage/providers/upstage.mdx +++ b/docs/usage/providers/upstage.mdx @@ -7,13 +7,12 @@ tags: - API Key - Web UI --- + # Using Upstage in LobeChat [Upstage](https://www.upstage.ai/) is a platform that offers AI models and services, focusing on applications in natural language processing and machine learning. It allows developers to access its powerful AI capabilities through APIs, supporting various tasks such as text generation and conversational systems. @@ -29,9 +28,9 @@ This article will guide you on how to use Upstage in LobeChat. - Copy and save the generated API key {'Save ### Step 2: Configure Upstage in LobeChat @@ -40,25 +39,25 @@ src={'https://github.com/user-attachments/assets/8a0225e0-16ed-40ce-9cd5-553dda5 - Locate the `Upstage` settings under `Language Models` {'Enter - Enter the obtained API key - Select an Upstage model for your AI assistant to start the conversation {'Select -Please note that you may need to pay the API service provider for usage. Refer to Upstage's pricing policy for more information. + Please note that you may need to pay the API service provider for usage. Refer to Upstage's + pricing policy for more information. You can now use the models provided by Upstage for conversations in LobeChat. - diff --git a/docs/usage/providers/upstage.zh-CN.mdx b/docs/usage/providers/upstage.zh-CN.mdx index 046edd5e8553..aa9386c0050b 100644 --- a/docs/usage/providers/upstage.zh-CN.mdx +++ b/docs/usage/providers/upstage.zh-CN.mdx @@ -12,9 +12,7 @@ tags: [Upstage](https://www.upstage.ai/) 是一个提供 AI 模型和服务的平台,专注于自然语言处理和机器学习应用。它允许开发者通过 API 接入其强大的 AI 功能,支持多种任务,如文本生成、对话系统等。 diff --git a/docs/usage/providers/wenxin.mdx b/docs/usage/providers/wenxin.mdx index 41f7daa74a7d..1682525a0606 100644 --- a/docs/usage/providers/wenxin.mdx +++ b/docs/usage/providers/wenxin.mdx @@ -10,13 +10,12 @@ tags: - API密钥 - Web UI --- + # Using Wenxin Qianfan in LobeChat [Wenxin Qianfan](https://qianfan.cloud.baidu.com/) is an artificial intelligence large language model platform launched by Baidu, supporting a variety of application scenarios, including literary creation, commercial copywriting, and mathematical logic reasoning. The platform features deep semantic understanding and generation capabilities across modalities and languages, and it is widely utilized in fields such as search Q&A, content creation, and smart office applications. @@ -32,18 +31,18 @@ This article will guide you on how to use Wenxin Qianfan in LobeChat. - Create an application {'Create - Enter the `Security Authentication` -> `Access Key` management page from the user account menu - Copy the `Access Key` and `Secret Key`, and store them safely {'Save ### Step 2: Configure Wenxin Qianfan in LobeChat @@ -52,25 +51,25 @@ src={'https://github.com/user-attachments/assets/bb9dadd3-7e9c-45fd-8c56-553ab72 - Locate the settings for `Wenxin Qianfan` under `Language Model` {'Enter - Enter the obtained `Access Key` and `Secret Key` - Select a Wenxin Qianfan model for your AI assistant to start interacting {'Select -During usage, you may need to pay the API service provider. Please refer to Wenxin Qianfan's relevant fee policy. + During usage, you may need to pay the API service provider. Please refer to Wenxin Qianfan's + relevant fee policy. You can now use the models provided by Wenxin Qianfan for conversations in LobeChat. - diff --git a/docs/usage/providers/wenxin.zh-CN.mdx b/docs/usage/providers/wenxin.zh-CN.mdx index 041c4bfc0170..386c3068ae08 100644 --- a/docs/usage/providers/wenxin.zh-CN.mdx +++ b/docs/usage/providers/wenxin.zh-CN.mdx @@ -13,9 +13,7 @@ tags: [文心千帆](https://qianfan.cloud.baidu.com/)是百度推出的一个人工智能大语言模型平台,支持多种应用场景,包括文学创作、商业文案生成、数理逻辑推算等。该平台具备跨模态、跨语言的深度语义理解与生成能力,广泛应用于搜索问答、内容创作和智能办公等领域。 diff --git a/docs/usage/providers/zeroone.mdx b/docs/usage/providers/zeroone.mdx index 9ccf79619fc0..e7e4711c780e 100644 --- a/docs/usage/providers/zeroone.mdx +++ b/docs/usage/providers/zeroone.mdx @@ -75,8 +75,8 @@ This document will guide you on how to use 01 AI in LobeChat: /> - During usage, you may need to pay the API service provider. Please refer to 01 AI's relevant - fee policies. + During usage, you may need to pay the API service provider. Please refer to 01 AI's relevant fee + policies. diff --git a/package.json b/package.json index b66b64d551e0..1ba80a6ff8f6 100644 --- a/package.json +++ b/package.json @@ -65,6 +65,7 @@ "test:update": "vitest -u", "type-check": "tsc --noEmit", "webhook:ngrok": "ngrok http http://localhost:3011", + "workflow:changelog": "tsx ./scripts/changelogWorkflow/index.ts", "workflow:countCharters": "tsx scripts/countEnWord.ts", "workflow:docs": "tsx ./scripts/docsWorkflow/index.ts", "workflow:i18n": "tsx ./scripts/i18nWorkflow/index.ts", @@ -244,11 +245,13 @@ "@next/bundle-analyzer": "^14.2.15", "@next/eslint-plugin-next": "^14.2.15", "@peculiar/webcrypto": "^1.5.0", + "@semantic-release/exec": "^6.0.3", "@testing-library/jest-dom": "^6.6.2", "@testing-library/react": "^16.0.1", "@types/chroma-js": "^2.4.4", "@types/debug": "^4.1.12", "@types/diff": "^6.0.0", + "@types/fs-extra": "^11.0.4", "@types/ip": "^1.1.3", "@types/json-schema": "^7.0.15", "@types/lodash": "^4.17.12", @@ -276,6 +279,7 @@ "eslint-plugin-mdx": "^2.3.4", "eslint-plugin-unused-imports": "4.0.1", "fake-indexeddb": "^6.0.0", + "fs-extra": "^11.2.0", "glob": "^11.0.0", "gray-matter": "^4.0.3", "happy-dom": "^15.7.4", @@ -284,6 +288,7 @@ "lint-staged": "^15.2.10", "lodash": "^4.17.21", "markdown-table": "^3.0.3", + "markdown-to-txt": "^2.0.1", "node-fetch": "^3.3.2", "node-gyp": "^10.2.0", "openapi-typescript": "^6.7.6", diff --git a/scripts/changelogWorkflow/buildStaticChangelog.ts b/scripts/changelogWorkflow/buildStaticChangelog.ts new file mode 100644 index 000000000000..7a46815e079e --- /dev/null +++ b/scripts/changelogWorkflow/buildStaticChangelog.ts @@ -0,0 +1,135 @@ +import { consola } from 'consola'; +import { readJsonSync, writeJSONSync } from 'fs-extra'; +import { markdownToTxt } from 'markdown-to-txt'; +import { existsSync, readFileSync } from 'node:fs'; +import { resolve } from 'node:path'; +import semver from 'semver'; + +import { CHANGELOG_DIR, CHANGELOG_FILE } from './const'; + +export interface ChangelogStaticItem { + children: { + [category: string]: string[]; + }; + date: string; + version: string; +} + +class BuildStaticChangelog { + private removeDetailsTag = (changelog: string): string => { + const detailsRegex: RegExp = /]*>[\S\s]*?<\/details>/gi; + return changelog.replaceAll(detailsRegex, ''); + }; + + private cleanVersion = (version: string): string => { + return semver.clean(version) || version; + }; + + private formatCategory = (category: string): string => { + const cate = category.trim().toLowerCase(); + + switch (cate) { + case 'bug fixes': { + return 'fixes'; + } + case 'features': { + return 'features'; + } + default: { + return 'improvements'; + } + } + }; + + private formatChangelog = (changelog: string): ChangelogStaticItem[] => { + const cleanedChangelog = this.removeDetailsTag(changelog); + const input = markdownToTxt(cleanedChangelog); + const versions = input.split(/Version |Version /).slice(1); + + const output: ChangelogStaticItem[] = []; + + for (const version of versions) { + const lines = version.trim().split('\n'); + const versionNumber = lines[0].trim(); + const date = lines[2].replace('Released on ', '').trim(); + + const entry: ChangelogStaticItem = { + children: {}, + date: date, + version: this.cleanVersion(versionNumber), + }; + + let currentCategory = ''; + let skipSection = false; + + for (let i = 3; i < lines.length; i++) { + const line = lines[i].trim(); + if (line === '') continue; + + if (/^\p{Emoji}/u.test(line)) { + currentCategory = this.formatCategory(line.replace(/^\p{Emoji} /u, '')); + if (!currentCategory) continue; + entry.children[currentCategory] = []; + skipSection = false; + } else if (line.startsWith('misc:') && !skipSection && currentCategory) { + entry.children[currentCategory].push(line.replace('misc:', '').trim()); + } + } + + // Remove empty categories + for (const category in entry.children) { + if (entry.children[category].length === 0) { + delete entry.children[category]; + } + } + + output.push(entry); + } + + return output; + }; + + private mergeAndSortVersions = (oldVersions: any, newVersions: any) => { + const mergedVersions = [...oldVersions]; + + for (const newVersion of newVersions) { + const existingIndex = mergedVersions.findIndex( + (v) => this.cleanVersion(v.version) === this.cleanVersion(newVersion.version), + ); + if (existingIndex === -1) { + const insertIndex = mergedVersions.findIndex( + (v) => + semver.compare(this.cleanVersion(newVersion.version), this.cleanVersion(v.version)) > 0, + ); + if (insertIndex === -1) { + mergedVersions.push(newVersion); + } else { + mergedVersions.splice(insertIndex, 0, newVersion); + } + } + } + + return mergedVersions; + }; + + run() { + Object.entries(CHANGELOG_FILE).forEach(([version, path]) => { + const data = readFileSync(path, 'utf8'); + const newFile = this.formatChangelog(data); + + const filename = resolve(CHANGELOG_DIR, `${version}.json`); + let mergedFile = newFile; + + if (existsSync(filename)) { + const oldFile = readJsonSync(filename, 'utf8'); + mergedFile = this.mergeAndSortVersions(oldFile, newFile); + } + + writeJSONSync(filename, mergedFile, { spaces: 2 }); + + consola.success(`Changelog ${version} has been built successfully!`); + }); + } +} + +export const buildStaticChangelog = new BuildStaticChangelog(); diff --git a/scripts/changelogWorkflow/const.ts b/scripts/changelogWorkflow/const.ts new file mode 100644 index 000000000000..05e358c9c71b --- /dev/null +++ b/scripts/changelogWorkflow/const.ts @@ -0,0 +1,11 @@ +import { resolve } from 'node:path'; + +export const ROOT = resolve(__dirname, '../..'); +export const DOCS_DIR = resolve(ROOT, 'docs/changelog'); +export const CHANGELOG_DIR = resolve(ROOT, 'changelog'); +export const CHANGELOG_FILE = { + v0: resolve(CHANGELOG_DIR, 'CHANGELOG.v0.md'), + v1: resolve(ROOT, 'CHANGELOG.md'), +}; +export const STATICS_DIR = resolve(DOCS_DIR, '__statics__'); +export const CHANGELOG_INDEX = resolve(DOCS_DIR, 'index.json'); diff --git a/scripts/changelogWorkflow/index.ts b/scripts/changelogWorkflow/index.ts new file mode 100644 index 000000000000..e60849a768a7 --- /dev/null +++ b/scripts/changelogWorkflow/index.ts @@ -0,0 +1,10 @@ +import { consola } from 'consola'; + +import { buildStaticChangelog } from './buildStaticChangelog'; + +const run = () => { + consola.start('Building static changelog...'); + buildStaticChangelog.run(); +}; + +run(); From 8e123dd242a32c09a0312b60a0fd44a66d2506ee Mon Sep 17 00:00:00 2001 From: canisminor1990 Date: Tue, 26 Nov 2024 15:05:14 +0800 Subject: [PATCH 2/6] =?UTF-8?q?=F0=9F=93=9D=20docs:=20Fix=20changelog=20fi?= =?UTF-8?q?lename=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...25-november-provider.mdx => 2024-11-25-november-providers.mdx} | 0 ...provider.zh-CN.mdx => 2024-11-25-november-providers.zh-CN.mdx} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename docs/changelog/{2024-11-25-november-provider.mdx => 2024-11-25-november-providers.mdx} (100%) rename docs/changelog/{2024-11-25-november-provider.zh-CN.mdx => 2024-11-25-november-providers.zh-CN.mdx} (100%) diff --git a/docs/changelog/2024-11-25-november-provider.mdx b/docs/changelog/2024-11-25-november-providers.mdx similarity index 100% rename from docs/changelog/2024-11-25-november-provider.mdx rename to docs/changelog/2024-11-25-november-providers.mdx diff --git a/docs/changelog/2024-11-25-november-provider.zh-CN.mdx b/docs/changelog/2024-11-25-november-providers.zh-CN.mdx similarity index 100% rename from docs/changelog/2024-11-25-november-provider.zh-CN.mdx rename to docs/changelog/2024-11-25-november-providers.zh-CN.mdx From 11f0816b255b1149b40fc2ff214c0ee80f56ad39 Mon Sep 17 00:00:00 2001 From: canisminor1990 Date: Tue, 26 Nov 2024 17:25:31 +0800 Subject: [PATCH 3/6] =?UTF-8?q?=F0=9F=93=9D=20docs:=20Update=20static=20ch?= =?UTF-8?q?angelog=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog/v1.json | 111 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) diff --git a/changelog/v1.json b/changelog/v1.json index 16c6356659c7..c17d0a9e9b34 100644 --- a/changelog/v1.json +++ b/changelog/v1.json @@ -1,4 +1,115 @@ [ + { + "children": { + "improvements": ["Refactor getLlmOptionsFromPayload from AgentRuntime."] + }, + "date": "2024-11-26", + "version": "1.33.4" + }, + { + "children": { + "fixes": ["Fix fetchOnClient functional for Moonshot."] + }, + "date": "2024-11-25", + "version": "1.33.3" + }, + { + "children": { + "fixes": ["Fix multi-turns tools calling."] + }, + "date": "2024-11-25", + "version": "1.33.2" + }, + { + "children": { + "improvements": ["Add gemini-exp-1121 model."] + }, + "date": "2024-11-25", + "version": "1.33.1" + }, + { + "children": { + "features": ["Add Gitee AI model provider."] + }, + "date": "2024-11-25", + "version": "1.33.0" + }, + { + "children": { + "improvements": ["Support to reset fetched models."] + }, + "date": "2024-11-24", + "version": "1.32.9" + }, + { + "children": { + "fixes": ["Fix XAI_PROXY_URL env missing."] + }, + "date": "2024-11-24", + "version": "1.32.8" + }, + { + "children": { + "fixes": ["Fix tool message display."] + }, + "date": "2024-11-24", + "version": "1.32.7" + }, + { + "children": {}, + "date": "2024-11-24", + "version": "1.32.6" + }, + { + "children": { + "improvements": ["Refactor the main chat."] + }, + "date": "2024-11-24", + "version": "1.32.5" + }, + { + "children": { + "improvements": ["Refactor the default locale."] + }, + "date": "2024-11-20", + "version": "1.32.4" + }, + { + "children": { + "improvements": [ + "Add grok-vision-beta model, update Mistral model list, add pixtral-large-latest." + ] + }, + "date": "2024-11-20", + "version": "1.32.3" + }, + { + "children": {}, + "date": "2024-11-19", + "version": "1.32.2" + }, + { + "children": { + "fixes": ["Keyword search for chat history & sessions."], + "improvements": ["Support o1 models using streaming."] + }, + "date": "2024-11-19", + "version": "1.32.1" + }, + { + "children": { + "features": ["Add support InternLM (书生浦语) provider."] + }, + "date": "2024-11-19", + "version": "1.32.0" + }, + { + "children": { + "fixes": ["Connection check logic."] + }, + "date": "2024-11-18", + "version": "1.31.11" + }, { "children": {}, "date": "2024-11-16", From 6f8eddcfc1b63e2fcea7a19a8c09ee15dcde9d2e Mon Sep 17 00:00:00 2001 From: Liu Date: Tue, 26 Nov 2024 17:47:26 +0800 Subject: [PATCH 4/6] =?UTF-8?q?=F0=9F=92=84=20style:=20update=20the=20desc?= =?UTF-8?q?ription=20translation=20of=20Gitee=20AI=20(#4793)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locales/ar/providers.json | 3 +++ locales/bg-BG/providers.json | 3 +++ locales/de-DE/providers.json | 3 +++ locales/en-US/providers.json | 3 +++ locales/es-ES/providers.json | 3 +++ locales/fa-IR/providers.json | 3 +++ locales/fr-FR/providers.json | 3 +++ locales/it-IT/providers.json | 3 +++ locales/ja-JP/providers.json | 3 +++ locales/ko-KR/providers.json | 3 +++ locales/nl-NL/providers.json | 3 +++ locales/pl-PL/providers.json | 3 +++ locales/pt-BR/providers.json | 3 +++ locales/ru-RU/providers.json | 3 +++ locales/tr-TR/providers.json | 3 +++ locales/vi-VN/providers.json | 3 +++ locales/zh-CN/providers.json | 3 +++ locales/zh-TW/providers.json | 3 +++ 18 files changed, 54 insertions(+) diff --git a/locales/ar/providers.json b/locales/ar/providers.json index 4df504e9e9ee..4f98d9613514 100644 --- a/locales/ar/providers.json +++ b/locales/ar/providers.json @@ -22,6 +22,9 @@ "fireworksai": { "description": "Fireworks AI هي شركة رائدة في تقديم خدمات نماذج اللغة المتقدمة، تركز على استدعاء الوظائف والمعالجة متعددة الوسائط. نموذجها الأحدث Firefunction V2 مبني على Llama-3، مُحسّن لاستدعاء الوظائف، والحوار، واتباع التعليمات. يدعم نموذج اللغة البصرية FireLLaVA-13B إدخال الصور والنصوص المختلطة. تشمل النماذج البارزة الأخرى سلسلة Llama وسلسلة Mixtral، مما يوفر دعمًا فعالًا لاتباع التعليمات وتوليدها بلغات متعددة." }, + "giteeai": { + "description": "خادم واجهات برمجة التطبيقات gitee منظمة العفو الدولية يوفر نموذج كبير المنطق API خدمة منظمة العفو الدولية للمطورين ." + }, "github": { "description": "مع نماذج GitHub، يمكن للمطورين أن يصبحوا مهندسي ذكاء اصطناعي ويبنون باستخدام نماذج الذكاء الاصطناعي الرائدة في الصناعة." }, diff --git a/locales/bg-BG/providers.json b/locales/bg-BG/providers.json index 30759a9154e0..f518bebc0488 100644 --- a/locales/bg-BG/providers.json +++ b/locales/bg-BG/providers.json @@ -22,6 +22,9 @@ "fireworksai": { "description": "Fireworks AI е водещ доставчик на напреднали езикови модели, фокусирайки се върху извикване на функции и мултимодална обработка. Най-новият им модел Firefunction V2, базиран на Llama-3, е оптимизиран за извикване на функции, диалози и следване на инструкции. Визуалният езиков модел FireLLaVA-13B поддържа смесени входове от изображения и текст. Други забележителни модели включват серията Llama и серията Mixtral, предлагащи ефективна поддръжка за многоезично следване на инструкции и генериране." }, + "giteeai": { + "description": "Безсървърният API на Гити ИИ предоставя на разработчиците ИИ услугата за извеждане на голям модел." + }, "github": { "description": "С моделите на GitHub разработчиците могат да станат AI инженери и да изграждат с водещите AI модели в индустрията." }, diff --git a/locales/de-DE/providers.json b/locales/de-DE/providers.json index 0c32117fb2c3..d6108c442310 100644 --- a/locales/de-DE/providers.json +++ b/locales/de-DE/providers.json @@ -22,6 +22,9 @@ "fireworksai": { "description": "Fireworks AI ist ein führender Anbieter von fortschrittlichen Sprachmodellen, der sich auf Funktionsaufrufe und multimodale Verarbeitung spezialisiert hat. Ihr neuestes Modell, Firefunction V2, basiert auf Llama-3 und ist für Funktionsaufrufe, Dialoge und Befehlsbefolgung optimiert. Das visuelle Sprachmodell FireLLaVA-13B unterstützt gemischte Eingaben von Bildern und Text. Weitere bemerkenswerte Modelle sind die Llama-Serie und die Mixtral-Serie, die effiziente mehrsprachige Befehlsbefolgung und Generierungsunterstützung bieten." }, + "giteeai": { + "description": "Die serverlose API von Gitee AI bietet KI-Entwicklern einen sofort einsatzbereiten großen Modell-Inferenz-API-Service." + }, "github": { "description": "Mit GitHub-Modellen können Entwickler zu KI-Ingenieuren werden und mit den führenden KI-Modellen der Branche arbeiten." }, diff --git a/locales/en-US/providers.json b/locales/en-US/providers.json index c31daee63896..50fc2a9e403b 100644 --- a/locales/en-US/providers.json +++ b/locales/en-US/providers.json @@ -22,6 +22,9 @@ "fireworksai": { "description": "Fireworks AI is a leading provider of advanced language model services, focusing on functional calling and multimodal processing. Its latest model, Firefunction V2, is based on Llama-3, optimized for function calling, conversation, and instruction following. The visual language model FireLLaVA-13B supports mixed input of images and text. Other notable models include the Llama series and Mixtral series, providing efficient multilingual instruction following and generation support." }, + "giteeai": { + "description": "Gitee AI's Serverless API provides AI developers with an out of the box large model inference API service." + }, "github": { "description": "With GitHub Models, developers can become AI engineers and leverage the industry's leading AI models." }, diff --git a/locales/es-ES/providers.json b/locales/es-ES/providers.json index 9c30c5f9065c..6dd33b41fea9 100644 --- a/locales/es-ES/providers.json +++ b/locales/es-ES/providers.json @@ -22,6 +22,9 @@ "fireworksai": { "description": "Fireworks AI es un proveedor líder de servicios de modelos de lenguaje avanzados, enfocado en la llamada de funciones y el procesamiento multimodal. Su modelo más reciente, Firefunction V2, basado en Llama-3, está optimizado para llamadas de funciones, diálogos y seguimiento de instrucciones. El modelo de lenguaje visual FireLLaVA-13B admite entradas mixtas de imágenes y texto. Otros modelos notables incluyen la serie Llama y la serie Mixtral, que ofrecen un soporte eficiente para el seguimiento y generación de instrucciones multilingües." }, + "giteeai": { + "description": "La API serverless de gitee ai proporciona a los desarrolladores de Ia un servicio API de razonamiento de modelos grandes listo para abrir la Caja." + }, "github": { "description": "Con los Modelos de GitHub, los desarrolladores pueden convertirse en ingenieros de IA y construir con los modelos de IA líderes en la industria." }, diff --git a/locales/fa-IR/providers.json b/locales/fa-IR/providers.json index 1d1eb8e0fd1f..16ca28fa2240 100644 --- a/locales/fa-IR/providers.json +++ b/locales/fa-IR/providers.json @@ -22,6 +22,9 @@ "fireworksai": { "description": "Fireworks AI یک ارائه‌دهنده پیشرو در خدمات مدل‌های زبان پیشرفته است که بر فراخوانی توابع و پردازش چندوجهی تمرکز دارد. جدیدترین مدل آن، Firefunction V2، بر اساس Llama-3 ساخته شده و برای فراخوانی توابع، مکالمه و پیروی از دستورات بهینه‌سازی شده است. مدل زبان تصویری FireLLaVA-13B از ورودی‌های ترکیبی تصویر و متن پشتیبانی می‌کند. سایر مدل‌های قابل توجه شامل سری Llama و سری Mixtral هستند که پشتیبانی کارآمدی از پیروی دستورات چندزبانه و تولید ارائه می‌دهند." }, + "giteeai": { + "description": "API بی خدمتکار Gitee AI به توسعه‌کنندگان AI با یک از خدمت API بزرگ مدل آلودگی را از جعبه می‌دهد." + }, "github": { "description": "با استفاده از مدل GitHub، توسعه‌دهندگان می‌توانند به مهندسین هوش مصنوعی تبدیل شوند و با استفاده از مدل‌های پیشرو در صنعت، ساخت و ساز کنند." }, diff --git a/locales/fr-FR/providers.json b/locales/fr-FR/providers.json index 28943c70332f..94c559a3564e 100644 --- a/locales/fr-FR/providers.json +++ b/locales/fr-FR/providers.json @@ -22,6 +22,9 @@ "fireworksai": { "description": "Fireworks AI est un fournisseur de services de modèles linguistiques avancés, axé sur les appels de fonction et le traitement multimodal. Son dernier modèle, Firefunction V2, basé sur Llama-3, est optimisé pour les appels de fonction, les dialogues et le suivi des instructions. Le modèle de langage visuel FireLLaVA-13B prend en charge les entrées mixtes d'images et de texte. D'autres modèles notables incluent la série Llama et la série Mixtral, offrant un support efficace pour le suivi et la génération d'instructions multilingues." }, + "giteeai": { + "description": "L'API serverless de gitee ai fournit aux développeurs d'IA un service d'api d'inférence grand modèle prêt à l'emploi." + }, "github": { "description": "Avec les modèles GitHub, les développeurs peuvent devenir des ingénieurs en IA et créer avec les modèles d'IA les plus avancés de l'industrie." }, diff --git a/locales/it-IT/providers.json b/locales/it-IT/providers.json index cf77a9901993..2973c3053f47 100644 --- a/locales/it-IT/providers.json +++ b/locales/it-IT/providers.json @@ -22,6 +22,9 @@ "fireworksai": { "description": "Fireworks AI è un fornitore leader di servizi di modelli linguistici avanzati, focalizzato su chiamate funzionali e elaborazione multimodale. Il suo ultimo modello Firefunction V2, basato su Llama-3, è ottimizzato per chiamate di funzione, dialogo e rispetto delle istruzioni. Il modello di linguaggio visivo FireLLaVA-13B supporta input misti di immagini e testo. Altri modelli notevoli includono la serie Llama e la serie Mixtral, offrendo supporto efficiente per il rispetto e la generazione di istruzioni multilingue." }, + "giteeai": { + "description": "L'API Serverless di Gitee AI fornisce agli sviluppatori di AI un servizio API di inferenza di modelli di grandi dimensioni fuori dagli schemi." + }, "github": { "description": "Con i modelli di GitHub, gli sviluppatori possono diventare ingegneri AI e costruire con i modelli AI leader del settore." }, diff --git a/locales/ja-JP/providers.json b/locales/ja-JP/providers.json index f5a1df847e4a..332a79fa53fe 100644 --- a/locales/ja-JP/providers.json +++ b/locales/ja-JP/providers.json @@ -22,6 +22,9 @@ "fireworksai": { "description": "Fireworks AIは、先進的な言語モデルサービスのリーダーであり、機能呼び出しと多モーダル処理に特化しています。最新のモデルFirefunction V2はLlama-3に基づいており、関数呼び出し、対話、指示の遵守に最適化されています。視覚言語モデルFireLLaVA-13Bは、画像とテキストの混合入力をサポートしています。他の注目すべきモデルには、LlamaシリーズやMixtralシリーズがあり、高効率の多言語指示遵守と生成サポートを提供しています。" }, + "giteeai": { + "description": "Gitee AIのServerless APIは、AI開発者に開梱即使用の大モデル推論APIサービスを提供する。" + }, "github": { "description": "GitHubモデルを使用することで、開発者はAIエンジニアになり、業界をリードするAIモデルを使って構築できます。" }, diff --git a/locales/ko-KR/providers.json b/locales/ko-KR/providers.json index 825c45dba544..607f9514da71 100644 --- a/locales/ko-KR/providers.json +++ b/locales/ko-KR/providers.json @@ -22,6 +22,9 @@ "fireworksai": { "description": "Fireworks AI는 기능 호출 및 다중 모드 처리를 전문으로 하는 선도적인 고급 언어 모델 서비스 제공업체입니다. 최신 모델인 Firefunction V2는 Llama-3를 기반으로 하며, 함수 호출, 대화 및 지시 따르기에 최적화되어 있습니다. 비주얼 언어 모델인 FireLLaVA-13B는 이미지와 텍스트 혼합 입력을 지원합니다. 기타 주목할 만한 모델로는 Llama 시리즈와 Mixtral 시리즈가 있으며, 효율적인 다국어 지시 따르기 및 생성 지원을 제공합니다." }, + "giteeai": { + "description": "Gitee AI의 Serverless API는 AI 개발자에게 즉시 사용할 수 있는 대형 모델 추론 API 서비스를 제공한다." + }, "github": { "description": "GitHub 모델을 통해 개발자는 AI 엔지니어가 되어 업계 최고의 AI 모델로 구축할 수 있습니다." }, diff --git a/locales/nl-NL/providers.json b/locales/nl-NL/providers.json index bd59423bb76c..8209f4d91ae7 100644 --- a/locales/nl-NL/providers.json +++ b/locales/nl-NL/providers.json @@ -22,6 +22,9 @@ "fireworksai": { "description": "Fireworks AI is een toonaangevende aanbieder van geavanceerde taalmodellen, met een focus op functionele aanroepen en multimodale verwerking. Hun nieuwste model Firefunction V2 is gebaseerd op Llama-3 en geoptimaliseerd voor functieaanroepen, dialogen en het volgen van instructies. Het visuele taalmodel FireLLaVA-13B ondersteunt gemengde invoer van afbeeldingen en tekst. Andere opmerkelijke modellen zijn de Llama-serie en de Mixtral-serie, die efficiënte ondersteuning bieden voor meertalig volgen van instructies en genereren." }, + "giteeai": { + "description": "Gitee AI's Serverless API biedt AI ontwikkelaars een out of the box grote model inference API service." + }, "github": { "description": "Met GitHub-modellen kunnen ontwikkelaars AI-ingenieurs worden en bouwen met de toonaangevende AI-modellen in de industrie." }, diff --git a/locales/pl-PL/providers.json b/locales/pl-PL/providers.json index 30d88d66b868..aca01c0bf382 100644 --- a/locales/pl-PL/providers.json +++ b/locales/pl-PL/providers.json @@ -22,6 +22,9 @@ "fireworksai": { "description": "Fireworks AI to wiodący dostawca zaawansowanych modeli językowych, skoncentrowany na wywołaniach funkcji i przetwarzaniu multimodalnym. Jego najnowszy model Firefunction V2 oparty na Llama-3, zoptymalizowany do wywołań funkcji, dialogów i przestrzegania instrukcji. Model wizualny FireLLaVA-13B wspiera mieszane wejścia obrazów i tekstu. Inne znaczące modele to seria Llama i seria Mixtral, oferujące efektywne wsparcie dla wielojęzycznego przestrzegania instrukcji i generacji." }, + "giteeai": { + "description": "Serverless API Gitee AI zapewnia deweloperom sztucznej inteligencji gotową usługę interfejsu interfejsu interfejsu dużych modeli." + }, "github": { "description": "Dzięki modelom GitHub, deweloperzy mogą stać się inżynierami AI i budować z wykorzystaniem wiodących modeli AI w branży." }, diff --git a/locales/pt-BR/providers.json b/locales/pt-BR/providers.json index d12850723854..e8d5e983c476 100644 --- a/locales/pt-BR/providers.json +++ b/locales/pt-BR/providers.json @@ -22,6 +22,9 @@ "fireworksai": { "description": "Fireworks AI é um fornecedor líder de serviços de modelos de linguagem avançados, focando em chamadas de função e processamento multimodal. Seu modelo mais recente, Firefunction V2, baseado em Llama-3, é otimizado para chamadas de função, diálogos e seguimento de instruções. O modelo de linguagem visual FireLLaVA-13B suporta entradas mistas de imagem e texto. Outros modelos notáveis incluem a série Llama e a série Mixtral, oferecendo suporte eficiente para seguimento e geração de instruções multilíngues." }, + "giteeai": { + "description": "A API Serverless do Gitee AI fornece aos desenvolvedores de IA um serviço de API de inferência de modelos grandes prontos para uso." + }, "github": { "description": "Com os Modelos do GitHub, os desenvolvedores podem se tornar engenheiros de IA e construir com os principais modelos de IA da indústria." }, diff --git a/locales/ru-RU/providers.json b/locales/ru-RU/providers.json index 383a85611784..ba55af09eaec 100644 --- a/locales/ru-RU/providers.json +++ b/locales/ru-RU/providers.json @@ -22,6 +22,9 @@ "fireworksai": { "description": "Fireworks AI — это ведущий поставщик высококлассных языковых моделей, сосредоточенный на вызовах функций и мультимодальной обработке. Их последняя модель Firefunction V2 основана на Llama-3 и оптимизирована для вызовов функций, диалогов и выполнения инструкций. Модель визуального языка FireLLaVA-13B поддерживает смешанный ввод изображений и текста. Другие заметные модели включают серию Llama и серию Mixtral, предлагая эффективную поддержку многоязычных инструкций и генерации." }, + "giteeai": { + "description": "API Serverless от Gitee AI предоставляет разработчикам AI сервисы API для рассуждений о больших моделях с открытым доступом." + }, "github": { "description": "С помощью моделей GitHub разработчики могут стать инженерами ИИ и создавать с использованием ведущих моделей ИИ в отрасли." }, diff --git a/locales/tr-TR/providers.json b/locales/tr-TR/providers.json index 4b3d1c38422c..52194e9139de 100644 --- a/locales/tr-TR/providers.json +++ b/locales/tr-TR/providers.json @@ -22,6 +22,9 @@ "fireworksai": { "description": "Fireworks AI, işlev çağrısı ve çok modlu işleme üzerine odaklanan önde gelen bir gelişmiş dil modeli hizmet sağlayıcısıdır. En son modeli Firefunction V2, Llama-3 tabanlıdır ve işlev çağrısı, diyalog ve talimat takibi için optimize edilmiştir. Görsel dil modeli FireLLaVA-13B, görüntü ve metin karışık girişi desteklemektedir. Diğer dikkat çekici modeller arasında Llama serisi ve Mixtral serisi bulunmaktadır ve etkili çok dilli talimat takibi ve üretim desteği sunmaktadır." }, + "giteeai": { + "description": "Gitee AI'nin Sunucusuz API, AI geliştiricileri kutusun dışında büyük modeller infeksiyon API hizmetini sağlar." + }, "github": { "description": "GitHub Modelleri ile geliştiriciler, AI mühendisleri olabilir ve sektörün önde gelen AI modelleri ile inşa edebilirler." }, diff --git a/locales/vi-VN/providers.json b/locales/vi-VN/providers.json index 4cd5633be6be..d4f355741101 100644 --- a/locales/vi-VN/providers.json +++ b/locales/vi-VN/providers.json @@ -22,6 +22,9 @@ "fireworksai": { "description": "Fireworks AI là nhà cung cấp dịch vụ mô hình ngôn ngữ cao cấp hàng đầu, tập trung vào gọi chức năng và xử lý đa phương thức. Mô hình mới nhất của họ, Firefunction V2, dựa trên Llama-3, được tối ưu hóa cho gọi chức năng, đối thoại và tuân theo chỉ dẫn. Mô hình ngôn ngữ hình ảnh FireLLaVA-13B hỗ trợ đầu vào hỗn hợp hình ảnh và văn bản. Các mô hình đáng chú ý khác bao gồm dòng Llama và dòng Mixtral, cung cấp hỗ trợ cho việc tuân theo và tạo ra chỉ dẫn đa ngôn ngữ hiệu quả." }, + "giteeai": { + "description": "Serverless API của Gitee AI cung cấp các dịch vụ API lý luận mô hình lớn cho các nhà phát triển AI." + }, "github": { "description": "Với GitHub Models, các nhà phát triển có thể trở thành kỹ sư AI và xây dựng với các mô hình AI hàng đầu trong ngành." }, diff --git a/locales/zh-CN/providers.json b/locales/zh-CN/providers.json index cb41fbb3f200..5fb2c98fbe2f 100644 --- a/locales/zh-CN/providers.json +++ b/locales/zh-CN/providers.json @@ -22,6 +22,9 @@ "fireworksai": { "description": "Fireworks AI 是一家领先的高级语言模型服务商,专注于功能调用和多模态处理。其最新模型 Firefunction V2 基于 Llama-3,优化用于函数调用、对话及指令跟随。视觉语言模型 FireLLaVA-13B 支持图像和文本混合输入。其他 notable 模型包括 Llama 系列和 Mixtral 系列,提供高效的多语言指令跟随与生成支持。" }, + "giteeai": { + "description": "Gitee AI 的 Serverless API 为 AI 开发者提供开箱即用的大模型推理 API 服务。" + }, "github": { "description": "通过GitHub模型,开发人员可以成为AI工程师,并使用行业领先的AI模型进行构建。" }, diff --git a/locales/zh-TW/providers.json b/locales/zh-TW/providers.json index 7f26928b57a4..5c00c58ba3b7 100644 --- a/locales/zh-TW/providers.json +++ b/locales/zh-TW/providers.json @@ -22,6 +22,9 @@ "fireworksai": { "description": "Fireworks AI 是一家領先的高級語言模型服務商,專注於功能調用和多模態處理。其最新模型 Firefunction V2 基於 Llama-3,優化用於函數調用、對話及指令跟隨。視覺語言模型 FireLLaVA-13B 支持圖像和文本混合輸入。其他 notable 模型包括 Llama 系列和 Mixtral 系列,提供高效的多語言指令跟隨與生成支持。" }, + "giteeai": { + "description": "Gitee AI 的 Serverless API 為 AI 開發者提供開箱即用的大模型推理 API 服務。" + }, "github": { "description": "透過 GitHub 模型,開發者可以成為 AI 工程師,並使用業界領先的 AI 模型進行建設。" }, From f17313e8960042d9ca3318f73f87ae2a21a0854c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 26 Nov 2024 09:55:10 +0000 Subject: [PATCH 5/6] :bookmark: chore(release): v1.33.5 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### [Version 1.33.5](https://github.com/lobehub/lobe-chat/compare/v1.33.4...v1.33.5) Released on **2024-11-26** #### 💄 Styles - **misc**: Update the description translation of Gitee AI.
Improvements and Fixes #### Styles * **misc**: Update the description translation of Gitee AI, closes [#4793](https://github.com/lobehub/lobe-chat/issues/4793) ([6f8eddc](https://github.com/lobehub/lobe-chat/commit/6f8eddc))
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
--- CHANGELOG.md | 25 +++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6263755fc106..fd3563ded9f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ # Changelog +### [Version 1.33.5](https://github.com/lobehub/lobe-chat/compare/v1.33.4...v1.33.5) + +Released on **2024-11-26** + +#### 💄 Styles + +- **misc**: Update the description translation of Gitee AI. + +
+ +
+Improvements and Fixes + +#### Styles + +- **misc**: Update the description translation of Gitee AI, closes [#4793](https://github.com/lobehub/lobe-chat/issues/4793) ([6f8eddc](https://github.com/lobehub/lobe-chat/commit/6f8eddc)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ ### [Version 1.33.4](https://github.com/lobehub/lobe-chat/compare/v1.33.3...v1.33.4) Released on **2024-11-26** diff --git a/package.json b/package.json index 1ba80a6ff8f6..ca20dce90585 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lobehub/chat", - "version": "1.33.4", + "version": "1.33.5", "description": "Lobe Chat - an open-source, high-performance chatbot 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", From d9a11bb763a6e500cf9bf71f0ee85640d388b091 Mon Sep 17 00:00:00 2001 From: lobehubbot Date: Tue, 26 Nov 2024 09:56:07 +0000 Subject: [PATCH 6/6] =?UTF-8?q?=F0=9F=93=9D=20docs(bot):=20Auto=20sync=20a?= =?UTF-8?q?gents=20&=20plugin=20to=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog/v1.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/changelog/v1.json b/changelog/v1.json index c17d0a9e9b34..c13e91b046a5 100644 --- a/changelog/v1.json +++ b/changelog/v1.json @@ -1,4 +1,11 @@ [ + { + "children": { + "improvements": ["Update the description translation of Gitee AI."] + }, + "date": "2024-11-26", + "version": "1.33.5" + }, { "children": { "improvements": ["Refactor getLlmOptionsFromPayload from AgentRuntime."]