Skip to content

Commit 00f1f1d

Browse files
chore(master): release 2.5.5 (#507)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5a7195c commit 00f1f1d

9 files changed

Lines changed: 17 additions & 8 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.5.4"
2+
".": "2.5.5"
33
}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.4
1+
2.5.5

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3"
22
services:
33
file-code-box:
4-
image: lanol/filecodebox:2.5.4 # x-release-please-version
4+
image: lanol/filecodebox:2.5.5 # x-release-please-version
55
volumes:
66
- fcb-data:/app/data:rw
77
restart: unless-stopped

docs/changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [2.5.5](https://github.com/vastsa/FileCodeBox/compare/v2.5.4...v2.5.5) (2026-08-29)
4+
5+
6+
### Bug Fixes
7+
8+
* **chunk-upload:** persist sanitized filenames ([da1dd06](https://github.com/vastsa/FileCodeBox/commit/da1dd066551cc7cc9a631a0c982b5675bd4b1967))
9+
* harden chunk upload filename metadata ([5a7195c](https://github.com/vastsa/FileCodeBox/commit/5a7195c5c7d1028500b0e363c6b47130d260e11c))
10+
* sanitize chunk upload file_name to prevent path traversal ([cebac32](https://github.com/vastsa/FileCodeBox/commit/cebac32145f948bfca7c44c663a0bcdcd9c56830))
11+
312
## [2.5.4](https://github.com/vastsa/FileCodeBox/compare/v2.5.3...v2.5.4) (2026-07-23)
413

514

docs/en/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## [Unreleased]
22

3-
<!-- Current release: 2.5.4 x-release-please-version -->
3+
<!-- Current release: 2.5.5 x-release-please-version -->
44

55
### Added
66

docs/en/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ docker run -d --restart unless-stopped \
3838
-p 12345:12345 \
3939
-v ./data:/app/data \
4040
--name filecodebox \
41-
lanol/filecodebox:2.5.4 # x-release-please-version
41+
lanol/filecodebox:2.5.5 # x-release-please-version
4242
```
4343

4444
Open `http://localhost:12345` and complete the first-run setup.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ docker run -d --restart unless-stopped \
3838
-p 12345:12345 \
3939
-v ./data:/app/data \
4040
--name filecodebox \
41-
lanol/filecodebox:2.5.4 # x-release-please-version
41+
lanol/filecodebox:2.5.5 # x-release-please-version
4242
```
4343

4444
打开 `http://localhost:12345`,按引导完成首次初始化。

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
## 一条命令开始
2525

2626
```bash
27-
docker run -d --restart unless-stopped -p 12345:12345 -v ./data:/app/data --name filecodebox lanol/filecodebox:2.5.4 # x-release-please-version
27+
docker run -d --restart unless-stopped -p 12345:12345 -v ./data:/app/data --name filecodebox lanol/filecodebox:2.5.5 # x-release-please-version
2828
```
2929

3030
访问 `http://localhost:12345`,完成首次初始化。生产环境建议固定版本号;`latest` 指向最新正式版。

readme_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A lightweight, modern, self-hosted file sharing service. No account required—u
2424
## Start with one command
2525

2626
```bash
27-
docker run -d --restart unless-stopped -p 12345:12345 -v ./data:/app/data --name filecodebox lanol/filecodebox:2.5.4 # x-release-please-version
27+
docker run -d --restart unless-stopped -p 12345:12345 -v ./data:/app/data --name filecodebox lanol/filecodebox:2.5.5 # x-release-please-version
2828
```
2929

3030
Open `http://localhost:12345` and complete first-run setup. Pin a version in production; `latest` tracks the newest stable release.

0 commit comments

Comments
 (0)