Skip to content

Commit

Permalink
minor: 修改版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshuaikang committed Nov 13, 2023
1 parent 8a7672e commit 1e83976
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.8-alpha.4
version: 2.6.8-alpha.5
language: python
is_use_celery: True
is_use_celery_with_gevent: False
Expand Down
2 changes: 1 addition & 1 deletion app_desc.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
spec_version: 2
app_version: "2.6.8-alpha.4"
app_version: "2.6.8-alpha.5"
app:
region: default
bk_app_code: bk_itsm
Expand Down
22 changes: 22 additions & 0 deletions docs/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
# Changelog
## [Version: 2.6.8] - 2023-11-09
【优化】网关新增描述
【优化】处理单据列表快速切换出现国际化报错的问题
【优化】网关新增获取某个节点审批结果的方法
【优化】社区版支持审批助手的能力
【优化】自定义表格支持url新页面或iframe打开链接
【优化】国密支持
【优化】修复移动端登陆跳转的问题
【优化】优化states节点渲染性能,提高接口访问速度
【优化】修复导入更新时自动过单不生效的问题
【优化】扩大gthread的数量,优化接口性能并发表现
【优化】流程支持选择指定变量上级
【优化】工单管理新增我的经办
【修复】移动端增加单据无权限相关提示
【修复】修复线条触发器不展示的问题
【修复】修复 TicketLog 删除逻辑
【修复】修复get_service_roles 顺序的问题
【修复】修复移动端单据详情字段必填校验的问题
【修复】修复移动端登陆跳转的问题
【修复】修复自定义单据状态不生效的问题


## [Version: 2.6.7] - 2023-08-22
【优化】无权限查看单据时展示弹窗
【优化】审批节点英文编辑时通过的英文改为Agree,保持一致
Expand Down
20 changes: 20 additions & 0 deletions docs/RELEASE_EN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
# Changelog
## [Version: 2.6.8] - 2023-11-09
[Improved] Gateway added description
[Improved] Handle the problem of internationalization error when switching the list of documents quickly
[Improved] Gateway adds a method to get the approval result of a node
[Improved] The Community Edition supports the capabilities of the Approval Assistant
[Improved] Custom form support url new page or iframe open link
[Improved] Fix the problem of mobile login jumping
[Improved] Optimize states node rendering performance to improve interface access speeds
[Improved] Repair the problem that the automatic order over does not take effect when importing updates
[Improved] Expand the number of gthreads to optimize interface performance concurrency performance
[Improved] The process supports the selection of a specified variable superior
[Improved] Add My Managers to Work Order Management
[Fixed] Tips related to adding documents without permissions on the mobile side
[Fixed] Fix TicketLog delete logic
[Fixed] Fix get_service_roles ordering issue
[Fixed] Repair the problem of mandatory checking of document details fields in the mobile terminal
[Fixed] Fix the problem of mobile login jumping
[Fixed] Repair the problem that the customized document status does not take effect


## [Version: 2.6.7] - 2023-08-22
[Improved]Show pop-up window when you don't have permission to view documents.
[Improved] Change the adopted English to Agree when editing the English of approval nodes to maintain consistency.
Expand Down

0 comments on commit 1e83976

Please sign in to comment.