Skip to content

Commit 3f00bbe

Browse files
🔖 chore(release): v1.111.1 [skip ci]
### [Version&nbsp;1.111.1](v1.111.0...v1.111.1) <sup>Released on **2025-03-13**</sup> #### 🐛 Bug Fixes - **misc**: Fix crawl result for short content, fix theme flicking, Link jump in mobile terminal data statistics, refactor the theme implement, the agent setting `-edit_agent` not work. #### 💄 Styles - **spelling**: Correct "broswer" to "browser" across codebase. - **misc**: Support OpenRouter custom BaseURL. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Fix crawl result for short content, closes [lobehub#6903](https://github.com/bentwnghk/lobe-chat/issues/6903) [lobehub#6904](https://github.com/bentwnghk/lobe-chat/issues/6904) ([d8fda65](d8fda65)) * **misc**: Fix theme flicking, closes [lobehub#6926](https://github.com/bentwnghk/lobe-chat/issues/6926) ([103c3e3](103c3e3)) * **misc**: Link jump in mobile terminal data statistics, closes [lobehub#6893](https://github.com/bentwnghk/lobe-chat/issues/6893) ([505d24d](505d24d)) * **misc**: Refactor the theme implement, closes [lobehub#6844](https://github.com/bentwnghk/lobe-chat/issues/6844) ([e5c2161](e5c2161)) * **misc**: The agent setting `-edit_agent` not work, closes [lobehub#4609](https://github.com/bentwnghk/lobe-chat/issues/4609) ([7af0ec6](7af0ec6)) #### Styles * **spelling**: Correct "broswer" to "browser" across codebase, closes [lobehub#6876](https://github.com/bentwnghk/lobe-chat/issues/6876) ([8d677a2](8d677a2)) * **misc**: Support OpenRouter custom BaseURL ([a8089ed](a8089ed)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
1 parent 828dc2c commit 3f00bbe

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

CHANGELOG.md

+39
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,45 @@
22

33
# Changelog
44

5+
### [Version 1.111.1](https://github.com/bentwnghk/lobe-chat/compare/v1.111.0...v1.111.1)
6+
7+
<sup>Released on **2025-03-13**</sup>
8+
9+
#### 🐛 Bug Fixes
10+
11+
- **misc**: Fix crawl result for short content, fix theme flicking, Link jump in mobile terminal data statistics, refactor the theme implement, the agent setting `-edit_agent` not work.
12+
13+
#### 💄 Styles
14+
15+
- **spelling**: Correct "broswer" to "browser" across codebase.
16+
- **misc**: Support OpenRouter custom BaseURL.
17+
18+
<br/>
19+
20+
<details>
21+
<summary><kbd>Improvements and Fixes</kbd></summary>
22+
23+
#### What's fixed
24+
25+
- **misc**: Fix crawl result for short content, closes [#6903](https://github.com/bentwnghk/lobe-chat/issues/6903) [#6904](https://github.com/bentwnghk/lobe-chat/issues/6904) ([d8fda65](https://github.com/bentwnghk/lobe-chat/commit/d8fda65))
26+
- **misc**: Fix theme flicking, closes [#6926](https://github.com/bentwnghk/lobe-chat/issues/6926) ([103c3e3](https://github.com/bentwnghk/lobe-chat/commit/103c3e3))
27+
- **misc**: Link jump in mobile terminal data statistics, closes [#6893](https://github.com/bentwnghk/lobe-chat/issues/6893) ([505d24d](https://github.com/bentwnghk/lobe-chat/commit/505d24d))
28+
- **misc**: Refactor the theme implement, closes [#6844](https://github.com/bentwnghk/lobe-chat/issues/6844) ([e5c2161](https://github.com/bentwnghk/lobe-chat/commit/e5c2161))
29+
- **misc**: The agent setting `-edit_agent` not work, closes [#4609](https://github.com/bentwnghk/lobe-chat/issues/4609) ([7af0ec6](https://github.com/bentwnghk/lobe-chat/commit/7af0ec6))
30+
31+
#### Styles
32+
33+
- **spelling**: Correct "broswer" to "browser" across codebase, closes [#6876](https://github.com/bentwnghk/lobe-chat/issues/6876) ([8d677a2](https://github.com/bentwnghk/lobe-chat/commit/8d677a2))
34+
- **misc**: Support OpenRouter custom BaseURL ([a8089ed](https://github.com/bentwnghk/lobe-chat/commit/a8089ed))
35+
36+
</details>
37+
38+
<div align="right">
39+
40+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
41+
42+
</div>
43+
544
## [Version 1.111.0](https://github.com/bentwnghk/lobe-chat/compare/v1.110.1...v1.111.0)
645

746
<sup>Released on **2025-03-11**</sup>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bentwnghk/chat",
3-
"version": "1.111.0",
3+
"version": "1.111.1",
44
"description": "Mr.🆖 AI - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system.",
55
"keywords": [
66
"framework",

0 commit comments

Comments
 (0)