Skip to content

Commit

Permalink
πŸ”– chore(release): v1.31.1 [skip ci]
Browse files Browse the repository at this point in the history
### [Version 1.31.1](v1.31.0...v1.31.1)
<sup>Released on **2024-04-30**</sup>

#### β™» Code Refactoring

- **misc**: Move app page to the `(main)` layout group.

#### πŸ› Bug Fixes

- **misc**: Effectively interrupt auto scrolling, fix only inject welcome question in inbox, plugins with multiple settings cannot be correctly configured.

#### πŸ’„ Styles

- **misc**: Add 404 and Error page, patching models info, Revise some text.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### Code refactoring

* **misc**: Move app page to the `(main)` layout group, closes [lobehub#2297](https://github.com/bentwnghk/lobe-chat/issues/2297) ([6cc2c38](6cc2c38))

#### What's fixed

* **misc**: Effectively interrupt auto scrolling, closes [lobehub#2223](https://github.com/bentwnghk/lobe-chat/issues/2223) ([afe4974](afe4974))
* **misc**: Fix only inject welcome question in inbox, closes [lobehub#2289](https://github.com/bentwnghk/lobe-chat/issues/2289) ([cc8edd3](cc8edd3))
* **misc**: Plugins with multiple settings cannot be correctly configured, closes [lobehub#1991](https://github.com/bentwnghk/lobe-chat/issues/1991) ([0c041aa](0c041aa))

#### Styles

* **misc**: Add 404 and Error page, closes [lobehub#2299](https://github.com/bentwnghk/lobe-chat/issues/2299) ([938a3e9](938a3e9))
* **misc**: Patching models info, closes [lobehub#2269](https://github.com/bentwnghk/lobe-chat/issues/2269) [#22802280](https://github.com/bentwnghk/lobe-chat/issues/22802280) ([03bcb06](03bcb06))
* **misc**: Revise some text, closes [lobehub#2296](https://github.com/bentwnghk/lobe-chat/issues/2296) ([018427f](018427f))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
  • Loading branch information
semantic-release-bot committed Apr 30, 2024
1 parent df5bfae commit 73a41b2
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
45 changes: 45 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,51 @@

# Changelog

### [Version 1.31.1](https://github.com/bentwnghk/lobe-chat/compare/v1.31.0...v1.31.1)

<sup>Released on **2024-04-30**</sup>

#### β™» Code Refactoring

- **misc**: Move app page to the `(main)` layout group.

#### πŸ› Bug Fixes

- **misc**: Effectively interrupt auto scrolling, fix only inject welcome question in inbox, plugins with multiple settings cannot be correctly configured.

#### πŸ’„ Styles

- **misc**: Add 404 and Error page, patching models info, Revise some text.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### Code refactoring

- **misc**: Move app page to the `(main)` layout group, closes [#2297](https://github.com/bentwnghk/lobe-chat/issues/2297) ([6cc2c38](https://github.com/bentwnghk/lobe-chat/commit/6cc2c38))

#### What's fixed

- **misc**: Effectively interrupt auto scrolling, closes [#2223](https://github.com/bentwnghk/lobe-chat/issues/2223) ([afe4974](https://github.com/bentwnghk/lobe-chat/commit/afe4974))
- **misc**: Fix only inject welcome question in inbox, closes [#2289](https://github.com/bentwnghk/lobe-chat/issues/2289) ([cc8edd3](https://github.com/bentwnghk/lobe-chat/commit/cc8edd3))
- **misc**: Plugins with multiple settings cannot be correctly configured, closes [#1991](https://github.com/bentwnghk/lobe-chat/issues/1991) ([0c041aa](https://github.com/bentwnghk/lobe-chat/commit/0c041aa))

#### Styles

- **misc**: Add 404 and Error page, closes [#2299](https://github.com/bentwnghk/lobe-chat/issues/2299) ([938a3e9](https://github.com/bentwnghk/lobe-chat/commit/938a3e9))
- **misc**: Patching models info, closes [#2269](https://github.com/bentwnghk/lobe-chat/issues/2269) [#22802280](https://github.com/bentwnghk/lobe-chat/issues/22802280) ([03bcb06](https://github.com/bentwnghk/lobe-chat/commit/03bcb06))
- **misc**: Revise some text, closes [#2296](https://github.com/bentwnghk/lobe-chat/issues/2296) ([018427f](https://github.com/bentwnghk/lobe-chat/commit/018427f))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>

## [Version 1.31.0](https://github.com/bentwnghk/lobe-chat/compare/v1.30.6...v1.31.0)

<sup>Released on **2024-04-29**</sup>
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@bentwnghk/chat",
"version": "1.31.0",
"version": "1.31.1",
"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.",
"keywords": [
"framework",
Expand Down

0 comments on commit 73a41b2

Please sign in to comment.