chore: version 1.1.4

This commit is contained in:
AnotiaWang
2025-02-24 15:14:30 +08:00
parent fa74b3909c
commit 9fea3a9243
3 changed files with 17 additions and 1 deletions

View File

@ -24,6 +24,10 @@ Please give a 🌟 Star if you like this project!
## 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
- Added: NL/Dutch translation
@ -54,6 +58,9 @@ Please give a 🌟 Star if you like this project!
- Supported regenerating reports
- General fixes
<details>
<summary>Older updates</summary>
25/02/14
- Supported reasoning models like DeepSeek R1
@ -65,6 +72,7 @@ Please give a 🌟 Star if you like this project!
- Supported searching in different languages
- Added Docker support
- Fixed "export as PDF" issues
</details>
## How to use

View File

@ -22,6 +22,10 @@
## 近期更新
25/02/24
- 新增:搜索流程图支持放大到全屏。可以更方便地追踪整个搜索流程了。
25/02/22
- 新增荷兰语NL翻译
@ -52,6 +56,9 @@
- 支持重新生成报告
- 一般性优化和改进
<details>
<summary>早期更新</summary>
25/02/14
- 支持 DeepSeek R1 等思维链模型
@ -63,6 +70,7 @@
- 支持配置搜索时使用的语言
- 支持 Docker 部署
- 修复“导出 PDF”不可用的问题
</details>
## 使用指南

View File

@ -1,3 +1,3 @@
{
"version": "1.1.3"
"version": "1.1.4"
}