chore: v2.10.6
This commit is contained in:
parent
a8e9a24ca7
commit
71c5a88c01
25
CHANGELOG.md
25
CHANGELOG.md
|
@ -1,3 +1,28 @@
|
|||
## v2.10.6
|
||||
|
||||
`2023-03-17`
|
||||
|
||||
## Feature
|
||||
- 显示 `API` 余额 [[pzcn](https://github.com/Chanzhaoyu/chatgpt-web/pull/582)]
|
||||
|
||||
## Enhancement
|
||||
- 美化滚动条样式和 `UI` 保持一致 [[haydenull](https://github.com/Chanzhaoyu/chatgpt-web/pull/617)]
|
||||
- 优化移动端 `Prompt` 样式 [[CornerSkyless](https://github.com/Chanzhaoyu/chatgpt-web/pull/608)]
|
||||
- 上下文开关改为全局开关,现在记录在本地缓存中
|
||||
- 配置信息按接口类型显示
|
||||
|
||||
## Perf
|
||||
- 优化函数方法 [[kirklin](https://github.com/Chanzhaoyu/chatgpt-web/pull/583)]
|
||||
- 字符错误 [[pdsuwwz](https://github.com/Chanzhaoyu/chatgpt-web/pull/585)]
|
||||
- 文档描述错误 [[lizhongyuan3](https://github.com/Chanzhaoyu/chatgpt-web/pull/636)]
|
||||
|
||||
## BugFix
|
||||
- 修复 `Prompt` 导入、导出兼容性错误
|
||||
- 修复 `highlight.js` 控制台兼容性警告
|
||||
|
||||
## Other
|
||||
- 依赖更新
|
||||
|
||||
## v2.10.5
|
||||
|
||||
`2023-03-13`
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "chatgpt-web",
|
||||
"version": "2.10.5",
|
||||
"version": "2.10.6",
|
||||
"private": false,
|
||||
"description": "ChatGPT Web",
|
||||
"author": "ChenZhaoYu <chenzhaoyu1994@gmail.com>",
|
||||
|
|
Loading…
Reference in New Issue