-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
61b2d29
commit d2162cf
Showing
3 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# V1.9.0 版本更新说明 | ||
|
||
- [ 新增 ] 决策表支持导入导出 | ||
- [ 新增 ] 接口 get_task_list 支持状态过滤 | ||
- [ 新增 ] http 插件支持 json 转义 | ||
- [ 优化 ] 调试任务相关交互优化 | ||
- [ 优化 ] 出现全局公告时会额外出一个滚动条问题优化 | ||
- [ 修复 ] 处理 fast_create_task 通知人覆盖问题 | ||
- [ 修复 ] 日期时间范围变量值类型错误问题修复 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# V1.9.0 Release Notes | ||
|
||
- [Feature] Support import and export of decision tables | ||
- [Feature] API get_task_list now supports status filtering | ||
- [Feature] HTTP plugin supports JSON escaping | ||
- [Improvement] Improved debug task related interactions | ||
- [Improvement] Fixed scrollbar issue when global announcement appears | ||
- [Bugfix] Resolved notification recipient override issue in fast_create_task | ||
- [Bugfix] Fixed date-time range variable type error |