chore: version 1.1.4
This commit is contained in:
@ -24,6 +24,10 @@ Please give a 🌟 Star if you like this project!
|
|||||||
|
|
||||||
## Recent updates
|
## Recent updates
|
||||||
|
|
||||||
|
25/02/24
|
||||||
|
|
||||||
|
- Added: Fullscreen mode for the search flow. This helps you to focus on the search process better.
|
||||||
|
|
||||||
25/02/22
|
25/02/22
|
||||||
|
|
||||||
- Added: NL/Dutch translation
|
- Added: NL/Dutch translation
|
||||||
@ -54,6 +58,9 @@ Please give a 🌟 Star if you like this project!
|
|||||||
- Supported regenerating reports
|
- Supported regenerating reports
|
||||||
- General fixes
|
- General fixes
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Older updates</summary>
|
||||||
|
|
||||||
25/02/14
|
25/02/14
|
||||||
|
|
||||||
- Supported reasoning models like DeepSeek R1
|
- Supported reasoning models like DeepSeek R1
|
||||||
@ -65,6 +72,7 @@ Please give a 🌟 Star if you like this project!
|
|||||||
- Supported searching in different languages
|
- Supported searching in different languages
|
||||||
- Added Docker support
|
- Added Docker support
|
||||||
- Fixed "export as PDF" issues
|
- Fixed "export as PDF" issues
|
||||||
|
</details>
|
||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
|
|
||||||
|
@ -22,6 +22,10 @@
|
|||||||
|
|
||||||
## 近期更新
|
## 近期更新
|
||||||
|
|
||||||
|
25/02/24
|
||||||
|
|
||||||
|
- 新增:搜索流程图支持放大到全屏。可以更方便地追踪整个搜索流程了。
|
||||||
|
|
||||||
25/02/22
|
25/02/22
|
||||||
|
|
||||||
- 新增:荷兰语(NL)翻译
|
- 新增:荷兰语(NL)翻译
|
||||||
@ -52,6 +56,9 @@
|
|||||||
- 支持重新生成报告
|
- 支持重新生成报告
|
||||||
- 一般性优化和改进
|
- 一般性优化和改进
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>早期更新</summary>
|
||||||
|
|
||||||
25/02/14
|
25/02/14
|
||||||
|
|
||||||
- 支持 DeepSeek R1 等思维链模型
|
- 支持 DeepSeek R1 等思维链模型
|
||||||
@ -63,6 +70,7 @@
|
|||||||
- 支持配置搜索时使用的语言
|
- 支持配置搜索时使用的语言
|
||||||
- 支持 Docker 部署
|
- 支持 Docker 部署
|
||||||
- 修复“导出 PDF”不可用的问题
|
- 修复“导出 PDF”不可用的问题
|
||||||
|
</details>
|
||||||
|
|
||||||
## 使用指南
|
## 使用指南
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"version": "1.1.3"
|
"version": "1.1.4"
|
||||||
}
|
}
|
Reference in New Issue
Block a user