Skip to content

Commit 3c135eb

Browse files
chore(master): release 2.6.1 (#529)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0d82fbe commit 3c135eb

9 files changed

Lines changed: 16 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.6.0"
2+
".": "2.6.1"
33
}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.0
1+
2.6.1

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.6.0 # x-release-please-version
4+
image: lanol/filecodebox:2.6.1 # x-release-please-version
55
volumes:
66
- fcb-data:/app/data:rw
77
restart: unless-stopped

docs/changelog.md

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

3+
## [2.6.1](https://github.com/vastsa/FileCodeBox/compare/v2.6.0...v2.6.1) (2026-09-14)
4+
5+
6+
### Bug Fixes
7+
8+
* don't let a legacy background value block settings saves ([eb2db8f](https://github.com/vastsa/FileCodeBox/commit/eb2db8f507e3198e0ae45b976bdd90eab2f7d1ed))
9+
* 存量 background 值不再阻塞后台设置保存([#514](https://github.com/vastsa/FileCodeBox/issues/514) 升级回归) ([0d82fbe](https://github.com/vastsa/FileCodeBox/commit/0d82fbe26ad06ca77af7b2b5aa05f514e8362295))
10+
311
## [2.6.0](https://github.com/vastsa/FileCodeBox/compare/v2.5.6...v2.6.0) (2026-09-14)
412

513

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.6.0 x-release-please-version -->
3+
<!-- Current release: 2.6.1 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
@@ -42,7 +42,7 @@ docker run -d --restart unless-stopped \
4242
--log-opt max-size=10m \
4343
--log-opt max-file=3 \
4444
--name filecodebox \
45-
lanol/filecodebox:2.6.0 # x-release-please-version
45+
lanol/filecodebox:2.6.1 # x-release-please-version
4646
```
4747

4848
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
@@ -42,7 +42,7 @@ docker run -d --restart unless-stopped \
4242
--log-opt max-size=10m \
4343
--log-opt max-file=3 \
4444
--name filecodebox \
45-
lanol/filecodebox:2.6.0 # x-release-please-version
45+
lanol/filecodebox:2.6.1 # x-release-please-version
4646
```
4747

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

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ docker run -d --restart unless-stopped \
3232
--log-opt max-size=10m \
3333
--log-opt max-file=3 \
3434
--name filecodebox \
35-
lanol/filecodebox:2.6.0 # x-release-please-version
35+
lanol/filecodebox:2.6.1 # x-release-please-version
3636
```
3737

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

readme_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ docker run -d --restart unless-stopped \
3232
--log-opt max-size=10m \
3333
--log-opt max-file=3 \
3434
--name filecodebox \
35-
lanol/filecodebox:2.6.0 # x-release-please-version
35+
lanol/filecodebox:2.6.1 # x-release-please-version
3636
```
3737

3838
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)