Skip to content

Commit 3210739

Browse files
Merge dev into main for 2026.03.23 release
2 parents 9ed2704 + 8be74e6 commit 3210739

144 files changed

Lines changed: 3675 additions & 1272 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
/tests/ @alexphillips-dev
99
/folderview.plus.plg @alexphillips-dev
1010
/folderview.plus.xml @alexphillips-dev
11+
/folderview.plus.beta.xml @alexphillips-dev

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
env:
7373
FVPLUS_UNRAID_MATRIX: ${{ secrets.FVPLUS_UNRAID_MATRIX }}
7474
FVPLUS_I18N_STRICT: '1'
75+
FVPLUS_DEAD_CODE_STRICT: '1'
7576
FVPLUS_REQUIRE_PERF_BASELINE: '1'
7677
run: |
7778
chmod +x scripts/api_contract_guard.sh scripts/legacy_support_guard.sh scripts/i18n_guard.sh scripts/lang_usage_guard.sh scripts/include_order_guard.sh scripts/theme_scope_guard.sh scripts/theme_runtime_guard.sh scripts/perf_budget_guard.sh scripts/repro_build_guard.sh scripts/dead_code_guard.sh scripts/unraid_matrix_smoke.sh

.github/workflows/release-beta.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ jobs:
111111
FVPLUS_UNRAID_REQUIRED_VERSIONS: '7.0.x,7.1.x,7.2.x'
112112
FVPLUS_UNRAID_REQUIRED_THEMES: 'black,white'
113113
FVPLUS_I18N_STRICT: '1'
114+
FVPLUS_DEAD_CODE_STRICT: '1'
114115
FVPLUS_REQUIRE_PERF_BASELINE: '1'
115116
run: |
116117
chmod +x scripts/api_contract_guard.sh scripts/legacy_support_guard.sh scripts/i18n_guard.sh scripts/lang_usage_guard.sh scripts/include_order_guard.sh scripts/theme_scope_guard.sh scripts/theme_runtime_guard.sh scripts/perf_budget_guard.sh scripts/repro_build_guard.sh scripts/dead_code_guard.sh scripts/unraid_matrix_smoke.sh
@@ -166,7 +167,7 @@ jobs:
166167
167168
- name: Commit and push to beta
168169
run: |
169-
git add archive/ folderview.plus.plg folderview.plus.xml
170+
git add archive/ folderview.plus.plg folderview.plus.beta.xml
170171
if git diff --cached --quiet; then
171172
echo "No release file changes to commit."
172173
else
@@ -182,7 +183,7 @@ jobs:
182183
if-no-files-found: ignore
183184
path: |
184185
folderview.plus.plg
185-
folderview.plus.xml
186+
folderview.plus.beta.xml
186187
archive/*.txz
187188
archive/*.sha256
188189
CHANGELOG-fixes.md

.github/workflows/release-main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
FVPLUS_UNRAID_REQUIRED_VERSIONS: '7.0.x,7.1.x,7.2.x'
6565
FVPLUS_UNRAID_REQUIRED_THEMES: 'black,white'
6666
FVPLUS_I18N_STRICT: '1'
67+
FVPLUS_DEAD_CODE_STRICT: '1'
6768
FVPLUS_REQUIRE_PERF_BASELINE: '1'
6869
run: |
6970
chmod +x scripts/api_contract_guard.sh scripts/legacy_support_guard.sh scripts/i18n_guard.sh scripts/lang_usage_guard.sh scripts/include_order_guard.sh scripts/theme_scope_guard.sh scripts/theme_runtime_guard.sh scripts/perf_budget_guard.sh scripts/repro_build_guard.sh scripts/dead_code_guard.sh scripts/unraid_matrix_smoke.sh

.github/workflows/release-on-main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
FVPLUS_UNRAID_REQUIRED_VERSIONS: '7.0.x,7.1.x,7.2.x'
6767
FVPLUS_UNRAID_REQUIRED_THEMES: 'black,white'
6868
FVPLUS_I18N_STRICT: '1'
69+
FVPLUS_DEAD_CODE_STRICT: '1'
6970
FVPLUS_REQUIRE_PERF_BASELINE: '1'
7071
run: |
7172
chmod +x scripts/api_contract_guard.sh scripts/legacy_support_guard.sh scripts/i18n_guard.sh scripts/lang_usage_guard.sh scripts/include_order_guard.sh scripts/theme_scope_guard.sh scripts/theme_runtime_guard.sh scripts/perf_budget_guard.sh scripts/repro_build_guard.sh scripts/dead_code_guard.sh scripts/unraid_matrix_smoke.sh

.github/workflows/release-stable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
FVPLUS_UNRAID_REQUIRED_VERSIONS: '7.0.x,7.1.x,7.2.x'
7373
FVPLUS_UNRAID_REQUIRED_THEMES: 'black,white'
7474
FVPLUS_I18N_STRICT: '1'
75+
FVPLUS_DEAD_CODE_STRICT: '1'
7576
FVPLUS_REQUIRE_PERF_BASELINE: '1'
7677
run: |
7778
chmod +x scripts/api_contract_guard.sh scripts/legacy_support_guard.sh scripts/i18n_guard.sh scripts/lang_usage_guard.sh scripts/include_order_guard.sh scripts/theme_scope_guard.sh scripts/theme_runtime_guard.sh scripts/perf_budget_guard.sh scripts/repro_build_guard.sh scripts/dead_code_guard.sh scripts/unraid_matrix_smoke.sh
-14.1 MB
Binary file not shown.

archive/folderview.plus-2026.03.21.23.txz.sha256

Lines changed: 0 additions & 1 deletion
This file was deleted.
-14.1 MB
Binary file not shown.

archive/folderview.plus-2026.03.21.24.txz.sha256

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)