diff --git a/README.md b/README.md index a4cf4f2..e7dede2 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,13 @@ Please give a 🌟 Star if you like this project! ## Recent updates +25/02/22 + +- Added: NL/Dutch translation +- Added: Retry failed nodes in web search +- Fixed: Web search node sometimes shows empty label and duplicated learnings +- Fixed: Firecrawl now limits scrape content format to `Markdown` + 25/02/18 - 25/02/20 - Added: "advanced search" and "search topic" support for Tavily diff --git a/README_zh.md b/README_zh.md index 3877f6d..dcbdb14 100644 --- a/README_zh.md +++ b/README_zh.md @@ -22,6 +22,13 @@ ## 近期更新 +25/02/22 + +- 新增:荷兰语(NL)翻译 +- 新增:支持重试搜索失败的节点 +- 修复:网页搜索节点有时会显示空的搜索词和重复的结论内容 +- 修复:Firecrawl 现在限制抓取内容格式为 `Markdown` + 25/02/18 - 25/02/20 - Tavily 支持配置“高质量搜索”和“搜索领域”选项 diff --git a/public/version.json b/public/version.json index be442f9..d03151b 100644 --- a/public/version.json +++ b/public/version.json @@ -1,3 +1,3 @@ { - "version": "1.1.2" + "version": "1.1.3" } \ No newline at end of file