Skip to content

Commit c5ff8f3

Browse files
🔖 chore(release): v1.21.0 [skip ci]
## [Version&nbsp;1.21.0](v1.20.1...v1.21.0) <sup>Released on **2024-03-22**</sup> #### ✨ Features - **misc**: Add gemini 1.5 pro support, using YJS and WebRTC to support sync data between different devices. #### 🐛 Bug Fixes - **misc**: Fix code block display issue, hide unnecessary models, rename. #### 💄 Styles - **misc**: add Moonshot Kimi Reverse model to Moonshot model provider., The bottom safe area height of iOS. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **misc**: Add gemini 1.5 pro support, closes [lobehub#1669](https://github.com/bentwnghk/lobe-chat/issues/1669) ([2b280af](2b280af)) * **misc**: Using YJS and WebRTC to support sync data between different devices, closes [lobehub#1525](https://github.com/bentwnghk/lobe-chat/issues/1525) ([60d9186](60d9186)) #### What's fixed * **misc**: Fix code block display issue, closes [lobehub#1675](https://github.com/bentwnghk/lobe-chat/issues/1675) ([7707dda](7707dda)) * **misc**: Hide unnecessary models ([da9f947](da9f947)) * **misc**: Rename ([49d77ee](49d77ee)) #### Styles * **misc**: add Moonshot Kimi Reverse model to Moonshot model provider., closes [lobehub#1659](https://github.com/bentwnghk/lobe-chat/issues/1659) ([5bae263](5bae263)) * **misc**: The bottom safe area height of iOS, closes [lobehub#1637](https://github.com/bentwnghk/lobe-chat/issues/1637) [lobehub#1181](https://github.com/bentwnghk/lobe-chat/issues/1181) ([44fae5e](44fae5e)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
1 parent 49d77ee commit c5ff8f3

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

CHANGELOG.md

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

33
# Changelog
44

5+
## [Version 1.21.0](https://github.com/bentwnghk/lobe-chat/compare/v1.20.1...v1.21.0)
6+
7+
<sup>Released on **2024-03-22**</sup>
8+
9+
#### ✨ Features
10+
11+
- **misc**: Add gemini 1.5 pro support, using YJS and WebRTC to support sync data between different devices.
12+
13+
#### 🐛 Bug Fixes
14+
15+
- **misc**: Fix code block display issue, hide unnecessary models, rename.
16+
17+
#### 💄 Styles
18+
19+
- **misc**: add Moonshot Kimi Reverse model to Moonshot model provider., The bottom safe area height of iOS.
20+
21+
<br/>
22+
23+
<details>
24+
<summary><kbd>Improvements and Fixes</kbd></summary>
25+
26+
#### What's improved
27+
28+
- **misc**: Add gemini 1.5 pro support, closes [#1669](https://github.com/bentwnghk/lobe-chat/issues/1669) ([2b280af](https://github.com/bentwnghk/lobe-chat/commit/2b280af))
29+
- **misc**: Using YJS and WebRTC to support sync data between different devices, closes [#1525](https://github.com/bentwnghk/lobe-chat/issues/1525) ([60d9186](https://github.com/bentwnghk/lobe-chat/commit/60d9186))
30+
31+
#### What's fixed
32+
33+
- **misc**: Fix code block display issue, closes [#1675](https://github.com/bentwnghk/lobe-chat/issues/1675) ([7707dda](https://github.com/bentwnghk/lobe-chat/commit/7707dda))
34+
- **misc**: Hide unnecessary models ([da9f947](https://github.com/bentwnghk/lobe-chat/commit/da9f947))
35+
- **misc**: Rename ([49d77ee](https://github.com/bentwnghk/lobe-chat/commit/49d77ee))
36+
37+
#### Styles
38+
39+
- **misc**: add Moonshot Kimi Reverse model to Moonshot model provider., closes [#1659](https://github.com/bentwnghk/lobe-chat/issues/1659) ([5bae263](https://github.com/bentwnghk/lobe-chat/commit/5bae263))
40+
- **misc**: The bottom safe area height of iOS, closes [#1637](https://github.com/bentwnghk/lobe-chat/issues/1637) [#1181](https://github.com/bentwnghk/lobe-chat/issues/1181) ([44fae5e](https://github.com/bentwnghk/lobe-chat/commit/44fae5e))
41+
42+
</details>
43+
44+
<div align="right">
45+
46+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
47+
48+
</div>
49+
550
### [Version 1.20.1](https://github.com/bentwnghk/lobe-chat/compare/v1.20.0...v1.20.1)
651

752
<sup>Released on **2024-03-17**</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.20.1",
3+
"version": "1.21.0",
44
"description": "Mr.🆖 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)