Skip to content

Commit 03284dd

Browse files
🔖 chore(release): v0.75.0 [skip ci]
## [Version&nbsp;0.75.0](lobehub/lobe-chat@v0.74.0...v0.75.0) <sup>Released on **2023-09-11**</sup> #### ♻ Code Refactoring - **misc**: Fefactor index url fetch. #### ✨ Features - **market**: Add prompt token count. - **misc**: Add agents market and improve UI components, Add and refactor components for chat input feature, Add functions for generating and analyzing JSON files, generating resource files and table of contents, and formatting console output, Add new settings for Azure OpenAI and OpenAI in locales files, Add new string, create AgentModal component, implement GridCardItem and Loading components, import AgentModal, Add SideBar component, new actions, and update market store state and selectors, Add translations and new setting to "setting.json", Improve functionality and user interface of market page, Modify market features components and update CSS styles, support add agent to chat. #### 🐛 Bug Fixes - **misc**: Fix fetcher, Fix market sidebar scroll and add i18n. #### 💄 Styles - **misc**: Update loading style and compatible with unknown agent identifier. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Code refactoring * **misc**: Fefactor index url fetch ([257584b](lobehub/lobe-chat@257584b)) #### What's improved * **market**: Add prompt token count ([16221a7](lobehub/lobe-chat@16221a7)) * **misc**: Add agents market and improve UI components ([116c136](lobehub/lobe-chat@116c136)) * **misc**: Add and refactor components for chat input feature ([f1ac9fe](lobehub/lobe-chat@f1ac9fe)) * **misc**: Add functions for generating and analyzing JSON files, generating resource files and table of contents, and formatting console output ([d7c2e74](lobehub/lobe-chat@d7c2e74)) * **misc**: Add new settings for Azure OpenAI and OpenAI in locales files ([e9e25b5](lobehub/lobe-chat@e9e25b5)) * **misc**: Add new string, create AgentModal component, implement GridCardItem and Loading components, import AgentModal ([2a0e59f](lobehub/lobe-chat@2a0e59f)) * **misc**: Add SideBar component, new actions, and update market store state and selectors ([8f6cfda](lobehub/lobe-chat@8f6cfda)) * **misc**: Add translations and new setting to "setting.json" ([aca3822](lobehub/lobe-chat@aca3822)) * **misc**: Improve functionality and user interface of market page ([1d465d6](lobehub/lobe-chat@1d465d6)) * **misc**: Modify market features components and update CSS styles ([97e4179](lobehub/lobe-chat@97e4179)) * **misc**: Support add agent to chat ([3b930c4](lobehub/lobe-chat@3b930c4)) #### What's fixed * **misc**: Fix fetcher ([171b2da](lobehub/lobe-chat@171b2da)) * **misc**: Fix market sidebar scroll and add i18n ([9c897d2](lobehub/lobe-chat@9c897d2)) #### Styles * **misc**: Update loading style and compatible with unknown agent identifier ([2e2231d](lobehub/lobe-chat@2e2231d)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
1 parent 0557e0f commit 03284dd

File tree

2 files changed

+62
-1
lines changed

2 files changed

+62
-1
lines changed

CHANGELOG.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,67 @@
22

33
# Changelog
44

5+
## [Version 0.75.0](https://github.com/lobehub/lobe-chat/compare/v0.74.0...v0.75.0)
6+
7+
<sup>Released on **2023-09-11**</sup>
8+
9+
#### ♻ Code Refactoring
10+
11+
- **misc**: Fefactor index url fetch.
12+
13+
#### ✨ Features
14+
15+
- **market**: Add prompt token count.
16+
- **misc**: Add agents market and improve UI components, Add and refactor components for chat input feature, Add functions for generating and analyzing JSON files, generating resource files and table of contents, and formatting console output, Add new settings for Azure OpenAI and OpenAI in locales files, Add new string, create AgentModal component, implement GridCardItem and Loading components, import AgentModal, Add SideBar component, new actions, and update market store state and selectors, Add translations and new setting to "setting.json", Improve functionality and user interface of market page, Modify market features components and update CSS styles, support add agent to chat.
17+
18+
#### 🐛 Bug Fixes
19+
20+
- **misc**: Fix fetcher, Fix market sidebar scroll and add i18n.
21+
22+
#### 💄 Styles
23+
24+
- **misc**: Update loading style and compatible with unknown agent identifier.
25+
26+
<br/>
27+
28+
<details>
29+
<summary><kbd>Improvements and Fixes</kbd></summary>
30+
31+
#### Code refactoring
32+
33+
- **misc**: Fefactor index url fetch ([257584b](https://github.com/lobehub/lobe-chat/commit/257584b))
34+
35+
#### What's improved
36+
37+
- **market**: Add prompt token count ([16221a7](https://github.com/lobehub/lobe-chat/commit/16221a7))
38+
- **misc**: Add agents market and improve UI components ([116c136](https://github.com/lobehub/lobe-chat/commit/116c136))
39+
- **misc**: Add and refactor components for chat input feature ([f1ac9fe](https://github.com/lobehub/lobe-chat/commit/f1ac9fe))
40+
- **misc**: Add functions for generating and analyzing JSON files, generating resource files and table of contents, and formatting console output ([d7c2e74](https://github.com/lobehub/lobe-chat/commit/d7c2e74))
41+
- **misc**: Add new settings for Azure OpenAI and OpenAI in locales files ([e9e25b5](https://github.com/lobehub/lobe-chat/commit/e9e25b5))
42+
- **misc**: Add new string, create AgentModal component, implement GridCardItem and Loading components, import AgentModal ([2a0e59f](https://github.com/lobehub/lobe-chat/commit/2a0e59f))
43+
- **misc**: Add SideBar component, new actions, and update market store state and selectors ([8f6cfda](https://github.com/lobehub/lobe-chat/commit/8f6cfda))
44+
- **misc**: Add translations and new setting to "setting.json" ([aca3822](https://github.com/lobehub/lobe-chat/commit/aca3822))
45+
- **misc**: Improve functionality and user interface of market page ([1d465d6](https://github.com/lobehub/lobe-chat/commit/1d465d6))
46+
- **misc**: Modify market features components and update CSS styles ([97e4179](https://github.com/lobehub/lobe-chat/commit/97e4179))
47+
- **misc**: Support add agent to chat ([3b930c4](https://github.com/lobehub/lobe-chat/commit/3b930c4))
48+
49+
#### What's fixed
50+
51+
- **misc**: Fix fetcher ([171b2da](https://github.com/lobehub/lobe-chat/commit/171b2da))
52+
- **misc**: Fix market sidebar scroll and add i18n ([9c897d2](https://github.com/lobehub/lobe-chat/commit/9c897d2))
53+
54+
#### Styles
55+
56+
- **misc**: Update loading style and compatible with unknown agent identifier ([2e2231d](https://github.com/lobehub/lobe-chat/commit/2e2231d))
57+
58+
</details>
59+
60+
<div align="right">
61+
62+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
63+
64+
</div>
65+
566
## [Version 0.74.0](https://github.com/lobehub/lobe-chat/compare/v0.73.0...v0.74.0)
667

768
<sup>Released on **2023-09-11**</sup>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lobehub/chat",
3-
"version": "0.74.0",
3+
"version": "0.75.0",
44
"description": "Lobe Chat is an open-source chatbot client using Vercel AI SDK, Typescript and Next.js",
55
"keywords": [
66
"chatbot",

0 commit comments

Comments
 (0)