Skip to content

Commit d58260f

Browse files
🔖 chore(release): v1.80.0 [skip ci]
## [Version&nbsp;1.80.0](v1.79.10...v1.80.0) <sup>Released on **2025-04-16**</sup> #### ♻ Code Refactoring - **misc**: Rename new feature development doc to mdx, some code optimization. #### ✨ Features - **misc**: Opening settings copyright i18n, regenerate migrate sql for new agent opening settings. #### 🐛 Bug Fixes - **misc**: Opening questions should should be hidden when no setted, opening settings migration type error. #### 💄 Styles - **misc**: Opening message container add border. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Code refactoring * **misc**: Rename new feature development doc to mdx ([892a347](892a347)) * **misc**: Some code optimization ([47e04fa](47e04fa)) #### What's improved * **misc**: Opening settings copyright i18n ([27c5b45](27c5b45)) * **misc**: Regenerate migrate sql for new agent opening settings ([961d6a1](961d6a1)) #### What's fixed * **misc**: Opening questions should should be hidden when no setted ([211ee5e](211ee5e)) * **misc**: Opening settings migration type error ([72cf00e](72cf00e)) #### Styles * **misc**: Opening message container add border ([63b96c7](63b96c7)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
1 parent a64746a commit d58260f

File tree

2 files changed

+53
-1
lines changed

2 files changed

+53
-1
lines changed

Diff for: CHANGELOG.md

+52
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,58 @@
22

33
# Changelog
44

5+
## [Version 1.80.0](https://github.com/lobehub/lobe-chat/compare/v1.79.10...v1.80.0)
6+
7+
<sup>Released on **2025-04-16**</sup>
8+
9+
#### ♻ Code Refactoring
10+
11+
- **misc**: Rename new feature development doc to mdx, some code optimization.
12+
13+
#### ✨ Features
14+
15+
- **misc**: Opening settings copyright i18n, regenerate migrate sql for new agent opening settings.
16+
17+
#### 🐛 Bug Fixes
18+
19+
- **misc**: Opening questions should should be hidden when no setted, opening settings migration type error.
20+
21+
#### 💄 Styles
22+
23+
- **misc**: Opening message container add border.
24+
25+
<br/>
26+
27+
<details>
28+
<summary><kbd>Improvements and Fixes</kbd></summary>
29+
30+
#### Code refactoring
31+
32+
- **misc**: Rename new feature development doc to mdx ([892a347](https://github.com/lobehub/lobe-chat/commit/892a347))
33+
- **misc**: Some code optimization ([47e04fa](https://github.com/lobehub/lobe-chat/commit/47e04fa))
34+
35+
#### What's improved
36+
37+
- **misc**: Opening settings copyright i18n ([27c5b45](https://github.com/lobehub/lobe-chat/commit/27c5b45))
38+
- **misc**: Regenerate migrate sql for new agent opening settings ([961d6a1](https://github.com/lobehub/lobe-chat/commit/961d6a1))
39+
40+
#### What's fixed
41+
42+
- **misc**: Opening questions should should be hidden when no setted ([211ee5e](https://github.com/lobehub/lobe-chat/commit/211ee5e))
43+
- **misc**: Opening settings migration type error ([72cf00e](https://github.com/lobehub/lobe-chat/commit/72cf00e))
44+
45+
#### Styles
46+
47+
- **misc**: Opening message container add border ([63b96c7](https://github.com/lobehub/lobe-chat/commit/63b96c7))
48+
49+
</details>
50+
51+
<div align="right">
52+
53+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
54+
55+
</div>
56+
557
### [Version 1.79.10](https://github.com/lobehub/lobe-chat/compare/v1.79.9...v1.79.10)
658

759
<sup>Released on **2025-04-15**</sup>

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lobehub/chat",
3-
"version": "1.79.10",
3+
"version": "1.80.0",
44
"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.",
55
"keywords": [
66
"framework",

0 commit comments

Comments
 (0)