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

Commit cf788b1

Browse files
committed
chore: v2.10.5
1 parent 6cd1682 commit cf788b1

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## v2.10.5
2+
3+
`2023-03-13`
4+
5+
更新依赖,`access_token` 默认代理为 [acheong08](https://github.com/acheong08)`https://bypass.duti.tech/api/conversation`
6+
7+
## Feature
8+
- `Prompt` 商店在线导入可以导入两种 `recommend.json`里提到的模板 [simonwu53](https://github.com/Chanzhaoyu/chatgpt-web/pull/521)
9+
- 支持 `HTTPS_PROXY` [whatwewant](https://github.com/Chanzhaoyu/chatgpt-web/pull/308)
10+
- `Prompt` 添加查询筛选
11+
12+
## Enhancement
13+
- 调整输入框最大行数 [yi-ge](https://github.com/Chanzhaoyu/chatgpt-web/pull/502)
14+
- 优化 `docker` 打包 [whatwewant](https://github.com/Chanzhaoyu/chatgpt-web/pull/520)
15+
- `Prompt` 添加翻译和优化布局
16+
- 「繁体中文」补全和审阅 [PeterDaveHello](https://github.com/Chanzhaoyu/chatgpt-web/pull/542)
17+
- 语言选择调整为下路框形式
18+
- 权限输入框类型调整为密码形式
19+
20+
## BugFix
21+
- `JSON` 导入检查 [Nothing1024](https://github.com/Chanzhaoyu/chatgpt-web/pull/523)
22+
- 修复 `AUTH_SECRET_KEY` 模式下跨域异常并添加对 `node.js 19` 版本的支持 [yi-ge](https://github.com/Chanzhaoyu/chatgpt-web/pull/499)
23+
- 确定清空上下文时不应该重置会话标题
24+
25+
## Other
26+
- 调整文档
27+
- 更新依赖
28+
129
## v2.10.4
230

331
`2023-03-11`

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.4",
3+
"version": "2.10.5",
44
"private": false,
55
"description": "ChatGPT Web",
66
"author": "ChenZhaoYu <[email protected]>",

0 commit comments

Comments
 (0)