-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGELOG
67 lines (46 loc) · 1.64 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# CHANGELOG
All notable changes to this project will be documented in this file.
## [0.2.5] - 2023-11-10
### Changed
- 允许OpenAI设置MaxTokens为0,即不限制生成长度
- 允许最大关联消息数上限至100条
### Fixed
- 修复Popover无法显示的问题
## [0.2.4] - 2023-11-8
### Changed
- 向自定义命令中传递更多参数、方法,方便在其中进行更复杂的定制
- 新增"系统提示"功能及相关配置
- 新增"修改系统提示"命令,可修改系统提示的内容
### Fixed
- 修复删除对话后未删除关联的音频文件问题
## [0.2.3] - 2023-11-7
### Changed
- 新增OpenAI最新模型支持:gpt-3.5-turbo-1106
- 增加OpenAI TTS模型语音朗读回复功能及相关设置
### Fixed
- 修复无法保存配置的问题
- 修复无法弹出MessageBox的问题
- 修复使用"分割对话"命令后的当前对话无法关联的问题
## [0.2.2] - 2023-11-7
### Changed
- 新增OpenAI最新模型支持:gpt-4-1106-preview、gpt-4-vision-preview
- 切换默认模型为OpenAI: gpt-4-1106-preview
## [0.2.1] - 2023-11-6
### Changed
- 新增Icon组件,为不增加额外依赖,使用组件生成方式创建svg
- 优化popver组件
### Fixed
- 修复输入框中按下Shift + Enter时不换行的问题,修正placeholder内容
### Removed
- Removed @tabler/icons-vue
- Removed markdown-it-*
## [0.2.0] - 2023-11-5
### Added
- 新增"分割对话"命令
- 封装平台代码,使用electron ipc替换,方便移植到tauri
### Changed
- Update electron 19.1.9 to 27.0.3
- Update electron-builder 23.6.0 to 24.6.4
### Removed
- Removed vite-plugin-electron-renderer
- Removed @electron/remote