diff --git a/README.md b/README.md index f3839db..37d2282 100644 --- a/README.md +++ b/README.md @@ -389,6 +389,14 @@ Usage: MIT License ## 🤝 Updates +### v0.3.2 (2025-01-22) +- **Improvements:** + - Enhanced the workflow fixer tool with more error handling and informative messages + - Optimized the user interface for more intuitive operation + - Added support for more node types + - Improved the stability of the path separator conversion functionality + - Fixed issues where JSON files could not be loaded correctly in certain cases + ### v0.3.1 (2025-01-22) - **Bug Fixes:** - Fixed crash issue in Text Combiner when handling special characters diff --git a/README_CN.md b/README_CN.md index 8ade583..b22f4c8 100644 --- a/README_CN.md +++ b/README_CN.md @@ -408,6 +408,14 @@ Switch节点用于在工作流中动态切换不同的输入或输出路径。 MIT License ## 🤝 更新说明 +### v0.3.2 (2025-01-22) +- **改进:** + - 完善了工作流修复工具,增加了更多的错误处理和提示信息 + - 优化了用户界面,使操作更加直观 + - 增加了对更多节点类型的支持 + - 提升了路径分隔符转换功能的稳定性 + - 修复了在某些情况下无法正确加载 JSON 文件的问题 + ### v0.3.1 (2025-01-22) - **Bug修复:** - 修复了文本组合器在处理特殊字符时的崩溃问题