Skip to content

Commit 997940e

Browse files
Build dev package 2026.03.25.29
1 parent 11def15 commit 997940e

6 files changed

Lines changed: 13 additions & 9 deletions

archive/folderview.plus-2026.03.25.03.txz.sha256

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5aaab9a4bec26c64ab8bc63da387565282ac6946792679cf94b1f3243f32be58 folderview.plus-2026.03.25.29.txz

folderview.plus.plg

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,18 @@
55
<!ENTITY github "alexphillips-dev/FolderView-Plus">
66
<!ENTITY launch "Settings/FolderViewPlus">
77
<!ENTITY plugdir "/usr/local/emhttp/plugins/&name;">
8-
<!ENTITY pluginURL "https://raw.githubusercontent.com/&github;/main/folderview.plus.plg">
9-
<!ENTITY version "2026.03.25.28">
10-
<!ENTITY md5 "e8148377f43b83c7fbde7d1c78ff1148">
8+
<!ENTITY pluginURL "https://raw.githubusercontent.com/&github;/dev/folderview.plus.plg">
9+
<!ENTITY version "2026.03.25.29">
10+
<!ENTITY md5 "e344a153f923abb60aae435eb4217d5a">
1111
]>
1212

1313
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;" icon="folder-icon.png" support="https://forums.unraid.net/topic/197631-plugin-folderview-plus/" min="7.0.0">
1414
<CHANGES>
1515

16+
###2026.03.25.29
17+
- Maintenance: Sync stable main packaging and beta-channel removal back into dev.
18+
19+
1620
###2026.03.25.28
1721
- Fix: Fix shellcheck issue in main history guard.
1822
- Maintenance: Remove beta release channel support.
@@ -3527,7 +3531,7 @@
35273531
</CHANGES>
35283532

35293533
<FILE Name="/boot/config/plugins/&name;/&name;-&version;.txz" Run="upgradepkg --install-new">
3530-
<URL>https://raw.githubusercontent.com/&github;/main/archive/&name;-&version;.txz</URL>
3534+
<URL>https://raw.githubusercontent.com/&github;/dev/archive/&name;-&version;.txz</URL>
35313535
<MD5>&md5;</MD5>
35323536
</FILE>
35333537

folderview.plus.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Containers>
33
<Plugin>True</Plugin>
4-
<PluginURL>https://raw.githubusercontent.com/alexphillips-dev/FolderView-Plus/main/folderview.plus.plg</PluginURL>
4+
<PluginURL>https://raw.githubusercontent.com/alexphillips-dev/FolderView-Plus/dev/folderview.plus.plg</PluginURL>
55
<PluginAuthor>alexphillips-dev</PluginAuthor>
66
<Beta>False</Beta>
77
<Category>Tools:System</Category>
@@ -14,6 +14,6 @@ FolderView Plus organizes Docker containers and VMs into folders in Unraid, with
1414
<MinVer>7.0.0</MinVer>
1515
<ExtraSearchTerms>folder view docker vm organization groups sorting import export backup rules</ExtraSearchTerms>
1616
<Support>https://forums.unraid.net/topic/197631-plugin-folderview-plus/</Support>
17-
<Icon>https://raw.githubusercontent.com/alexphillips-dev/FolderView-Plus/main/src/folderview.plus/usr/local/emhttp/plugins/folderview.plus/images/folder-icon.png</Icon>
17+
<Icon>https://raw.githubusercontent.com/alexphillips-dev/FolderView-Plus/dev/src/folderview.plus/usr/local/emhttp/plugins/folderview.plus/images/folder-icon.png</Icon>
1818
<Project>https://github.com/alexphillips-dev/FolderView-Plus</Project>
1919
</Containers>

tests/versioning-guard.test.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ test('pkg_build computes stable versions per current date only', () => {
6666
assert.match(pkgBuild, /sync_ca_template_metadata/);
6767
});
6868

69-
test('stable channel metadata remains main-branch only', () => {
70-
assert.match(stableTemplate, /<PluginURL>https:\/\/raw\.githubusercontent\.com\/alexphillips-dev\/FolderView-Plus\/main\/folderview\.plus\.plg<\/PluginURL>/);
69+
test('channel metadata remains main/dev only', () => {
70+
assert.match(stableTemplate, /<PluginURL>https:\/\/raw\.githubusercontent\.com\/alexphillips-dev\/FolderView-Plus\/(main|dev)\/folderview\.plus\.plg<\/PluginURL>/);
7171
assert.match(stableTemplate, /<Beta>False<\/Beta>/);
7272
assert.doesNotMatch(pkgBuild, /folderview\.plus\.beta\.xml/);
7373
assert.doesNotMatch(releaseGuard, /BETA_CA_TEMPLATE_FILE/);

0 commit comments

Comments
 (0)