Skip to content

Commit 12acaac

Browse files
committed
feat: release v3.5.1
1 parent e2c97a2 commit 12acaac

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
SAFELINE-CE CHANGELOG
22
===
33

4+
## [3.5.1] - 2023-9-26
5+
6+
### 优化:
7+
8+
- 修复站点详情中,今日请求量一直为 0 的问题
9+
- 修复获取站点 favicon 时没有尝试默认路径,导致某些站点获取不到的问题
10+
- 修复小概率出现无法对站点进行任何操作的问题(不影响已配置站点的防护)
11+
412
## [3.5.0] - 2023-9-21
513

614
### 新增

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ services:
119119
- ${SAFELINE_DIR}/resources/cache:/usr/local/nginx/cache
120120
- /etc/resolv.conf:/etc/resolv.conf
121121
environment:
122-
- REDIS_URL=redis://:${REDIS_PASSWORD}@safeline-redis:6379/0
122+
- REDIS_URL=redis://:${REDIS_PASSWORD}@${SUBNET_PREFIX}.3:6379/0
123123
- MGT_ADDR=${SUBNET_PREFIX}.4:9002
124124
ulimits:
125125
nofile: 131072

version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"latest_version": "v3.5.0",
3-
"rec_version": "v3.4.1"
2+
"latest_version": "v3.5.1",
3+
"rec_version": "v3.5.1"
44
}

website/docs/05-about/00-changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ title: "版本更新记录"
66

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

9+
### [3.5.1] - 2023-9-26
10+
11+
#### 优化:
12+
13+
- 修复站点详情中,今日请求量一直为 0 的问题
14+
- 修复获取站点 favicon 时没有尝试默认路径,导致某些站点获取不到的问题
15+
- 修复小概率出现无法对站点进行任何操作的问题(不影响已配置站点的防护)
16+
917
### [3.5.0] - 2023-9-21
1018

1119
#### 新增

0 commit comments

Comments
 (0)