Skip to content

Commit

Permalink
feat: release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zclaiqcc committed May 12, 2023
1 parent 2f70340 commit dfa1ba7
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ SAFELINE-CE CHANGELOG

- 告警

## [1.4.0] - 2023-05-12

### 新增
- 自定义规则支持匹配域名
- 支持在一条自定义规则内,设置多个匹配条件
- 站点列表新增 “今日访问 / 拦截量”

### 优化
- 优化交互和提示文案、修复已知问题

## [1.3.0] - 2023-05-05

### 新增
Expand Down
1 change: 1 addition & 0 deletions homepage/public/release/latest/version.json
10 changes: 10 additions & 0 deletions homepage/src/static/md/about_changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ order: 3

[版本升级方法](https://waf-ce.chaitin.cn/posts/guide_upgrade)

## [1.4.0] - 2023-05-12

### 新增
- 自定义规则支持匹配域名
- 支持在一条自定义规则内,设置多个匹配条件
- 站点列表新增 “今日访问 / 拦截量”

### 优化
- 优化交互和提示文案、修复已知问题

## [1.3.0] - 2023-05-05

### 新增
Expand Down
4 changes: 4 additions & 0 deletions version.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"latest_version": "v1.4.0",
"rec_version": "v1.4.0"
}

0 comments on commit dfa1ba7

Please sign in to comment.