Skip to content

Commit

Permalink
Merge pull request #1795 from homholueng/V3.5.3_begin
Browse files Browse the repository at this point in the history
minor: 版本号升级至 3.5.3
  • Loading branch information
homholueng authored Feb 28, 2020
2 parents 043521f + c79d0fc commit 023792f
Show file tree
Hide file tree
Showing 13 changed files with 823 additions and 465 deletions.
2 changes: 1 addition & 1 deletion app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ is_use_celery: True
author: 蓝鲸智云
introduction: 标准运维是通过一套成熟稳定的任务调度引擎,把在多系统间的工作整合到一个流程,助力运维实现跨系统调度自动化的SaaS应用。
introduction_en: SOPS is a SaaS application that utilizes a set of mature and stable task scheduling engines to help realize cross-system scheduling automation, and integrates the work among multiple systems into a single process.
version: 3.5.2
version: 3.5.3
category: 运维工具
language_support: 中文
desktop:
Expand Down
2 changes: 1 addition & 1 deletion config/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
# Django模板中:<script src="/a.js?v="></script>
# mako模板中:<script src="/a.js?v=${ STATIC_VERSION }"></script>
# 如果静态资源修改了以后,上线前改这个版本号即可
STATIC_VERSION = '3.5.2'
STATIC_VERSION = '3.5.3'

STATICFILES_DIRS = [
os.path.join(BASE_DIR, 'static')
Expand Down
30 changes: 30 additions & 0 deletions docs/release.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Release

## 3.5.3

- 新功能
- 插件统计信息支持记录插件在流程中的版本号
- 公共流程执行通知功能
- 优化项
- 修改职能化人员的权限模板,添加职能化中心查看权限和创建任务权限
- 执行作业刷新按钮垂直居中
- 【HTTP-请求1.0】插件优化,增加鲁棒性
- tagDatatable数据导出兼容各版本excel
- tagDatatable操作项中删除按钮是否显示配置项和add_btn解耦
- 运营数据时间范围居中
- 帮助链接跳转到文档中心
- combine类组件增加get_parent方法
- 数据统计横向柱状图兼容字符串格式数据
- 用户常用项目列表中过滤掉已停用的项目
- bugfix
- 修复添加收藏页面下拉框不展示的问题
- 修复职能化高级搜索不生效的问题
- 修复节点参数编辑数字0会转换为空字符的问题
- 修复表格导入数据编辑点击取消后数据清空的问题
- 修复按月获取任务执行统计数据时后台500的问题
- 修复插件版本切换后配置项没清空导致保存模板时报错的问题
- 修复轻应用首页按钮未屏蔽的问题
- 修复插件版本默认值问题不正确的问题
- 修复职能化权限导致创建任务异常的问题
- 修复常用项目点击后默认项目为修改的问题
- 修复公共流程历史记录不跳转的问题
- 修复在开始节点处使用快捷添加节点 outgoing 丢失的问题

## 3.5.2

- 新功能
Expand Down
Binary file modified locale/en/LC_MESSAGES/django.mo
Binary file not shown.
Loading

0 comments on commit 023792f

Please sign in to comment.