Skip to content

Commit

Permalink
🔖 chore(release): v0.112.0 [skip ci]
Browse files Browse the repository at this point in the history
## [Version 0.112.0](v0.111.6...v0.112.0)
<sup>Released on **2023-12-16**</sup>

#### ♻ 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.

<br/>

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

#### Code refactoring

* **misc**: Refactor global and share service ([dd6f00e](dd6f00e))
* **misc**: Refactor plugin dev modal and improve plugin store ([4dc5e35](4dc5e35))
* **misc**: Refactor with OpenAPIConvertor ([605b3bf](605b3bf))

#### What's improved

* **misc**: Introduce plugin detail modal ([0308783](0308783))
* **misc**: Support OpenAI plugin manifest ([04ff2d5](04ff2d5))
* **misc**: Support OpenAPI Authentication ([820c15e](820c15e))
* **misc**: Support OpenAPI schema in lobe plugin, closes [#614](#614) ([5426a54](5426a54))
* **misc**: Support parse openapi schema ([11a39b1](11a39b1))

#### What's fixed

* **misc**: Fix function apiName length ([b6f8c16](b6f8c16))
* **misc**: Try with node mode plugins ([6bb547f](6bb547f))

#### Styles

* **misc**: Fix function message style ([4fee0b1](4fee0b1))
* **misc**: Fix mobile padding of plugin dev modal ([7f7070a](7f7070a))
* **misc**: Improve settings display ([df57cde](df57cde))
* **misc**: Update tool style ([292a3e1](292a3e1))

</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 Dec 16, 2023
1 parent 5426a54 commit 5fc262a
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 1 deletion.
59 changes: 59 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,65 @@

# Changelog

## [Version 0.112.0](https://github.com/lobehub/lobe-chat/compare/v0.111.6...v0.112.0)

<sup>Released on **2023-12-16**</sup>

#### ♻ 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.

<br/>

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

#### 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))

</details>

<div align="right">

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

</div>

### [Version 0.111.6](https://github.com/lobehub/lobe-chat/compare/v0.111.5...v0.111.6)

<sup>Released on **2023-12-15**</sup>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lobehub/chat",
"version": "0.111.6",
"version": "0.112.0",
"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",
Expand Down

0 comments on commit 5fc262a

Please sign in to comment.