Skip to content

Commit

Permalink
feat: release v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dundunHa committed Sep 26, 2023
1 parent e2c97a2 commit 12acaac
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
SAFELINE-CE CHANGELOG
===

## [3.5.1] - 2023-9-26

### 优化:

- 修复站点详情中,今日请求量一直为 0 的问题
- 修复获取站点 favicon 时没有尝试默认路径,导致某些站点获取不到的问题
- 修复小概率出现无法对站点进行任何操作的问题(不影响已配置站点的防护)

## [3.5.0] - 2023-9-21

### 新增
Expand Down
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ services:
- ${SAFELINE_DIR}/resources/cache:/usr/local/nginx/cache
- /etc/resolv.conf:/etc/resolv.conf
environment:
- REDIS_URL=redis://:${REDIS_PASSWORD}@safeline-redis:6379/0
- REDIS_URL=redis://:${REDIS_PASSWORD}@${SUBNET_PREFIX}.3:6379/0
- MGT_ADDR=${SUBNET_PREFIX}.4:9002
ulimits:
nofile: 131072
Expand Down
4 changes: 2 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"latest_version": "v3.5.0",
"rec_version": "v3.4.1"
"latest_version": "v3.5.1",
"rec_version": "v3.5.1"
}
8 changes: 8 additions & 0 deletions website/docs/05-about/00-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ title: "版本更新记录"

[版本升级方法](/docs/guide/upgrade)

### [3.5.1] - 2023-9-26

#### 优化:

- 修复站点详情中,今日请求量一直为 0 的问题
- 修复获取站点 favicon 时没有尝试默认路径,导致某些站点获取不到的问题
- 修复小概率出现无法对站点进行任何操作的问题(不影响已配置站点的防护)

### [3.5.0] - 2023-9-21

#### 新增
Expand Down

0 comments on commit 12acaac

Please sign in to comment.