diff --git a/README.md b/README.md index e7dede2..35b899b 100644 --- a/README.md +++ b/README.md @@ -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 +
+Older updates + 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 +
## How to use diff --git a/README_zh.md b/README_zh.md index dcbdb14..b43dcf5 100644 --- a/README_zh.md +++ b/README_zh.md @@ -22,6 +22,10 @@ ## 近期更新 +25/02/24 + +- 新增:搜索流程图支持放大到全屏。可以更方便地追踪整个搜索流程了。 + 25/02/22 - 新增:荷兰语(NL)翻译 @@ -52,6 +56,9 @@ - 支持重新生成报告 - 一般性优化和改进 +
+早期更新 + 25/02/14 - 支持 DeepSeek R1 等思维链模型 @@ -63,6 +70,7 @@ - 支持配置搜索时使用的语言 - 支持 Docker 部署 - 修复“导出 PDF”不可用的问题 +
## 使用指南 diff --git a/public/version.json b/public/version.json index d03151b..8c0f63a 100644 --- a/public/version.json +++ b/public/version.json @@ -1,3 +1,3 @@ { - "version": "1.1.3" + "version": "1.1.4" } \ No newline at end of file