diff --git a/README.md b/README.md index 76696ef..88692f3 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,14 @@ Please give a 🌟 Star if you like this project! ## Recent updates +25/02/27 + +- Added: Citations in research report +- Improved: Chinese output layout +- Improved: Increased max width and breadth in the form +- Fixed: Text overflow issues for web search node details +- Fixed: general UI style issues + 25/02/24 - Added: Fullscreen mode for the search flow. This helps you to focus on the search process better. @@ -53,6 +61,9 @@ Please give a 🌟 Star if you like this project! - Refactored the search visualization using VueFlow - Style & bug fixes +
+Older updates + 25/02/15 - Added AI providers DeepSeek, OpenRouter and Ollama; Added web search provider Firecrawl @@ -60,9 +71,6 @@ 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 diff --git a/README_zh.md b/README_zh.md index a39e402..c0b58b6 100644 --- a/README_zh.md +++ b/README_zh.md @@ -12,16 +12,23 @@ 当前支持的供应商: - - AI 服务:OpenAI compatible, SiliconFlow, DeepSeek, OpenRouter, Ollama 等 - 联网搜索服务:Tavily (每月 1000 次免费搜索), Firecrawl(支持自部署) 喜欢本项目请点 ⭐ 收藏! - + ## 近期更新 +25/02/27 + +- 新增:研究报告中新增了来源引用信息 +- 改进:改善了中文的输出格式 +- 改进:在“研究主题”表单中开放了更高的“深度”和“广度”(也可以手动填入更大的值) +- 修复:修复了搜索节点详情可能出现文字溢出的问题 +- 其它:界面样式改进 + 25/02/24 - 新增:搜索流程图支持放大到全屏。可以更方便地追踪整个搜索流程了。 @@ -51,6 +58,9 @@ - 使用 VueFlow 重构了搜索可视化功能 - 一些样式和 bug 修复 +
+早期更新 + 25/02/15 - AI 提供商支持 DeepSeek,OpenRouter 和 Ollama,联网搜索支持 Firecrawl @@ -58,9 +68,6 @@ - 支持重新生成报告 - 一般性优化和改进 -
-早期更新 - 25/02/14 - 支持 DeepSeek R1 等思维链模型 @@ -147,4 +154,4 @@ MIT 协议 ## Star History -[![Star History Chart](https://api.star-history.com/svg?repos=AnotiaWang/deep-research-web-ui&type=Date)](https://star-history.com/#AnotiaWang/deep-research-web-ui&Date) \ No newline at end of file +[![Star History Chart](https://api.star-history.com/svg?repos=AnotiaWang/deep-research-web-ui&type=Date)](https://star-history.com/#AnotiaWang/deep-research-web-ui&Date) diff --git a/public/version.json b/public/version.json index 19d6a84..cfc4ef4 100644 --- a/public/version.json +++ b/public/version.json @@ -1,3 +1,3 @@ { - "version": "1.1.6" + "version": "1.1.7" } \ No newline at end of file