diff --git a/VERSION b/VERSION index 860487ca..2c9b4ef4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.7.1 +2.7.3 diff --git a/app.yml b/app.yml index 31794a37..61b27d24 100644 --- a/app.yml +++ b/app.yml @@ -5,7 +5,7 @@ author: 蓝鲸智云 category: 办公应用 introduction: 流程服务是蓝鲸推出的轻量级ITSM,通过可自定义设计的流程模块,覆盖IT服务中的不同管理活动或应用场景。帮助企业用户规范内部管理流程,提升沟通及管理效率。 introduction_en: bk_itsm is a lightweight ITSM created by Blueking. It covers different application scenarios in IT services through customizable workflows and help enterprise users to implement standardize IT workflow, improve communication and management efficiency. -version: 2.7.1 +version: 2.7.3 language: python is_use_celery: True is_use_celery_with_gevent: False diff --git a/app_desc.yaml b/app_desc.yaml index e0f60b15..75f70afb 100644 --- a/app_desc.yaml +++ b/app_desc.yaml @@ -1,5 +1,5 @@ spec_version: 2 -app_version: "2.7.2" +app_version: "2.7.3" app: region: default bk_app_code: bk_itsm diff --git a/docs/RELEASE.md b/docs/RELEASE.md index 9bb483ef..14d96464 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -1,6 +1,9 @@ # Changelog ## [Version: 2.7.3] - 2024-11-25 -【Fix】API请求节点POST参数编辑渲染问题 +【新增】meta上下文管理功能,应用于快速审批、MOA和通知过滤 +【修复】API请求节点POST参数编辑渲染问题 +【修复】"提交"按钮未国际化,英语界面下"返回单据列表"按钮文字超出 + ## [Version: 2.7.2] - 2024-11-18 【新增】画布删除线条时增加弹窗提醒 diff --git a/docs/RELEASE_EN.md b/docs/RELEASE_EN.md index 2e95d719..8badc031 100644 --- a/docs/RELEASE_EN.md +++ b/docs/RELEASE_EN.md @@ -1,6 +1,9 @@ # Changelog ## [Version: 2.7.3] - 2024-11-25 +【Feature】Add meta context management, applied to fast approval, MOA, and notification receivers filter. 【Fix】API request node POST parameter editing rendering issue. +【Fix】"Submit" button was not internationalized, "Return to Ticket List" button text overflow. + ## [Version: 2.7.2] - 2024-11-18 【Feature】Add a popup confirmation when deleting lines on the canvas.