-
Notifications
You must be signed in to change notification settings - Fork 5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: pay ui;update version doc (#3439)
* perf: pay ui * update doc
- Loading branch information
Showing
9 changed files
with
43 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "app", | ||
"version": "4.8.15", | ||
"version": "4.8.16", | ||
"private": false, | ||
"scripts": { | ||
"dev": "next dev", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,21 @@ | ||
### FastGPT V4.8.14 更新说明 | ||
### FastGPT V4.8.16 更新说明 | ||
|
||
1. 新增 - 工作流支持进入聊天框/点击开始对话后,自动触发一轮对话。 | ||
2. 新增 - 重写 chatContext,对话测试也会有日志,并且刷新后不会丢失对话。 | ||
3. 新增 - 分享链接支持配置是否允许查看原文。 | ||
4. 新增 - 新的 doc2x 插件。 | ||
5. 新增 - 繁体中文-台湾。 | ||
6. 新增 - 分析链接和 chat api 支持传入自定义 uid。 | ||
7. 新增 - 微软 oauth 登录 | ||
8. 优化 - 工作流 ui 细节。 | ||
9. 优化 - 应用编辑记录采用 diff 存储,避免浏览器溢出。 | ||
10. 优化 - 代码入口,增加 register 入口,无需等待首次访问才执行。 | ||
11. 优化 - 工作流检查,增加更多缺失值检查。 | ||
12. 优化 - 增加知识库训练最大重试次数限制。 | ||
13. 优化 - 图片路径问题和示意图任务 | ||
14. 优化 - Milvus description | ||
15. 修复 - 分块策略,四级标题会被丢失。 同时新增了五级标题的支持。 | ||
16. 修复 - MongoDB 知识库集合唯一索引。 | ||
17. 修复 - 反选知识库引用后可能会报错。 | ||
18. 修复 - 简易模式转工作流,不是使用最新编辑记录进行转移。 | ||
19. 修复 - 表单输入的说明文字不显示。 | ||
1. 新增 - SearXNG 搜索插件[点击查看教程](https://doc.fastgpt.cn//docs/guide/plugins/searxng_plugin_guide/) | ||
2. 新增 - 商业版支持 API 知识库和链接集合定时同步。 | ||
3. 新增 - 猜你想问支持选择模型和自定义提示词。 | ||
4. 新增 - 钉钉和企微机器人 webhook 插件。 | ||
5. 新增 - 商业版支持钉钉 SSO 登录配置。[点击查看教程](https://doc.fastgpt.cn//docs/guide/admin/sso_dingtalk/) | ||
6. 新增 - 商业版支持飞书和语雀知识库导入。[点击查看教程](https://doc.fastgpt.cn//docs/guide/knowledge_base/lark_dataset/) | ||
7. 新增 - sandbox 新增 createHmac 加密全局方法。 | ||
8. 新增 - 工作流右键支持全部折叠。 | ||
9. 优化 - 工作流/简易模式变量初始化代码,去除监听初始化,避免因渲染顺序不一致导致的失败。 | ||
10. 优化 - 工作流获取数据类型不一致数据时,增加类型转化,避免 undefined。 | ||
11. 修复 - 无法自动切换默认语言。增加分享链接,强制执行一次切换默认语言。 | ||
12. 修复 - 数组选择器自动兼容 4.8.13 以前的数据。 | ||
13. 修复 - 站点同步知识库,链接同步时未使用选择器。 | ||
14. 修复 - 简易模式转工作流,没有把系统配置项转化。 | ||
15. 修复 - 插件独立运行,变量初始值未赋上。 | ||
16. 修复 - 工作流使用弹窗组件时,关闭弹窗后,有时候会出现页面偏移。 | ||
17. 修复 - 插件调试时,日志未保存插件输入参数。 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters