Skip to content

Commit 7a87ed5

Browse files
committed
chore: version 1.1.7
1 parent ad1b3a2 commit 7a87ed5

File tree

3 files changed

+25
-10
lines changed

3 files changed

+25
-10
lines changed

README.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ Please give a 🌟 Star if you like this project!
2424

2525
## Recent updates
2626

27+
25/02/27
28+
29+
- Added: Citations in research report
30+
- Improved: Chinese output layout
31+
- Improved: Increased max width and breadth in the form
32+
- Fixed: Text overflow issues for web search node details
33+
- Fixed: general UI style issues
34+
2735
25/02/24
2836

2937
- Added: Fullscreen mode for the search flow. This helps you to focus on the search process better.
@@ -53,16 +61,16 @@ Please give a 🌟 Star if you like this project!
5361
- Refactored the search visualization using VueFlow
5462
- Style & bug fixes
5563

64+
<details>
65+
<summary>Older updates</summary>
66+
5667
25/02/15
5768

5869
- Added AI providers DeepSeek, OpenRouter and Ollama; Added web search provider Firecrawl
5970
- Supported checking project updates
6071
- Supported regenerating reports
6172
- General fixes
6273

63-
<details>
64-
<summary>Older updates</summary>
65-
6674
25/02/14
6775

6876
- Supported reasoning models like DeepSeek R1

README_zh.md

+13-6
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,23 @@
1212

1313
当前支持的供应商:
1414

15-
1615
- AI 服务:OpenAI compatible, SiliconFlow, DeepSeek, OpenRouter, Ollama 等
1716
- 联网搜索服务:Tavily (每月 1000 次免费搜索), Firecrawl(支持自部署)
1817

1918
喜欢本项目请点 ⭐ 收藏!
2019

21-
<video width="500" src="https://github.com/user-attachments/assets/8f9baa43-a74e-4613-aebb-1bcc29a686f0" controls></video>
20+
<video width="500" src="https://github.com/user-attachments/assets/8f9baa43-a74e-4613-aebb-1bcc29a686f0" controls></video>
2221

2322
## 近期更新
2423

24+
25/02/27
25+
26+
- 新增:研究报告中新增了来源引用信息
27+
- 改进:改善了中文的输出格式
28+
- 改进:在“研究主题”表单中开放了更高的“深度”和“广度”(也可以手动填入更大的值)
29+
- 修复:修复了搜索节点详情可能出现文字溢出的问题
30+
- 其它:界面样式改进
31+
2532
25/02/24
2633

2734
- 新增:搜索流程图支持放大到全屏。可以更方便地追踪整个搜索流程了。
@@ -51,16 +58,16 @@
5158
- 使用 VueFlow 重构了搜索可视化功能
5259
- 一些样式和 bug 修复
5360

61+
<details>
62+
<summary>早期更新</summary>
63+
5464
25/02/15
5565

5666
- AI 提供商支持 DeepSeek,OpenRouter 和 Ollama,联网搜索支持 Firecrawl
5767
- 支持检查项目更新
5868
- 支持重新生成报告
5969
- 一般性优化和改进
6070

61-
<details>
62-
<summary>早期更新</summary>
63-
6471
25/02/14
6572

6673
- 支持 DeepSeek R1 等思维链模型
@@ -147,4 +154,4 @@ MIT 协议
147154

148155
## Star History
149156

150-
[![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)
157+
[![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)

public/version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.1.6"
2+
"version": "1.1.7"
33
}

0 commit comments

Comments
 (0)