Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 71c5a88

Browse files
committed
chore: v2.10.6
1 parent a8e9a24 commit 71c5a88

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## v2.10.6
2+
3+
`2023-03-17`
4+
5+
## Feature
6+
- 显示 `API` 余额 [[pzcn](https://github.com/Chanzhaoyu/chatgpt-web/pull/582)]
7+
8+
## Enhancement
9+
- 美化滚动条样式和 `UI` 保持一致 [[haydenull](https://github.com/Chanzhaoyu/chatgpt-web/pull/617)]
10+
- 优化移动端 `Prompt` 样式 [[CornerSkyless](https://github.com/Chanzhaoyu/chatgpt-web/pull/608)]
11+
- 上下文开关改为全局开关,现在记录在本地缓存中
12+
- 配置信息按接口类型显示
13+
14+
## Perf
15+
- 优化函数方法 [[kirklin](https://github.com/Chanzhaoyu/chatgpt-web/pull/583)]
16+
- 字符错误 [[pdsuwwz](https://github.com/Chanzhaoyu/chatgpt-web/pull/585)]
17+
- 文档描述错误 [[lizhongyuan3](https://github.com/Chanzhaoyu/chatgpt-web/pull/636)]
18+
19+
## BugFix
20+
- 修复 `Prompt` 导入、导出兼容性错误
21+
- 修复 `highlight.js` 控制台兼容性警告
22+
23+
## Other
24+
- 依赖更新
25+
126
## v2.10.5
227

328
`2023-03-13`

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chatgpt-web",
3-
"version": "2.10.5",
3+
"version": "2.10.6",
44
"private": false,
55
"description": "ChatGPT Web",
66
"author": "ChenZhaoYu <[email protected]>",

0 commit comments

Comments
 (0)