chore: version 2.7.1

This commit is contained in:
ChenZhaoYu
2023-02-23 12:41:45 +08:00
parent f720a74529
commit a95dd886f5
2 changed files with 15 additions and 1 deletions

View File

@@ -1,3 +1,17 @@
## v2.7.1
`2023-02-23`
因为消息流在 `accessToken` 中存在解析失败和消息不完整等一系列的问题,调整回正常消息形式
### Feature
- 现在可以中断请求过长没有答复的消息
- 现在可以删除单条消息
- 设置中显示当前版本信息
### BugFix
- 回退 `2.7.0` 的消息不稳定的问题
## v2.7.0
`2023-02-23`

View File

@@ -1,6 +1,6 @@
{
"name": "chatgpt-web",
"version": "2.7.0",
"version": "2.7.1",
"private": false,
"description": "ChatGPT Web",
"author": "ChenZhaoYu <chenzhaoyu1994@gmail.com>",