Skip to content

Commit 6d1589b

Browse files
author
FolderView Plus Test
committed
Stable release 2026.04.08.09
1 parent e073897 commit 6d1589b

5 files changed

Lines changed: 16 additions & 5 deletions

File tree

archive/folderview.plus-2026.04.05.10.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+
5b6e5df22850bdf0660580206b73b7d2fe71aafae1f618851768b230342eb177 folderview.plus-2026.04.08.09.txz

docs/releases/2026.04.08.09.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- Fix: Docker folder rows and member rows now refresh their update actions live when switching between basic and advanced view, so stale `force update` or `apply update` states no longer stick until a page reload.
2+
- Fix: Expanding a collapsed Docker folder now re-syncs its direct member rows from cached runtime state after the rows move out of hidden storage, so one updated container no longer makes every child row show `apply update`.
3+
- Fix: Support bundles now capture clearer Docker update diagnostics, including list-view mode telemetry and build provenance fields, so basic-versus-advanced rendering issues can be diagnosed from one export.
4+
- Quality: Refreshed the support-bundle performance baseline and added regression coverage for the Docker row refresh and support-bundle telemetry paths.

folderview.plus.plg

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,21 @@
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;/dev/folderview.plus.plg">
9-
<!ENTITY version "2026.04.08.08">
10-
<!ENTITY md5 "25ea8e560468d72949eacd3f337f3c7a">
8+
<!ENTITY pluginURL "https://raw.githubusercontent.com/&github;/main/folderview.plus.plg">
9+
<!ENTITY version "2026.04.08.09">
10+
<!ENTITY md5 "b984777824a64d21e9b62dbcdab6d96b">
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.04.08.09
17+
- Fix: Docker folder rows and member rows now refresh their update actions live when switching between basic and advanced view, so stale `force update` or `apply update` states no longer stick until a page reload.
18+
- Fix: Expanding a collapsed Docker folder now re-syncs its direct member rows from cached runtime state after the rows move out of hidden storage, so one updated container no longer makes every child row show `apply update`.
19+
- Fix: Support bundles now capture clearer Docker update diagnostics, including list-view mode telemetry and build provenance fields, so basic-versus-advanced rendering issues can be diagnosed from one export.
20+
- Quality: Refreshed the support-bundle performance baseline and added regression coverage for the Docker row refresh and support-bundle telemetry paths.
21+
22+
1623
###2026.04.08.08
1724
- Fix: Docker folder expand now re-syncs direct member rows from cached runtime state after moving them out of hidden storage, so collapsed folders no longer make every child row show `apply update` after refresh or expand.
1825

@@ -5096,7 +5103,7 @@
50965103
</CHANGES>
50975104

50985105
<FILE Name="/boot/config/plugins/&name;/&name;-&version;.txz" Run="upgradepkg --install-new">
5099-
<URL>https://raw.githubusercontent.com/&github;/dev/archive/&name;-&version;.txz</URL>
5106+
<URL>https://raw.githubusercontent.com/&github;/main/archive/&name;-&version;.txz</URL>
51005107
<MD5>&md5;</MD5>
51015108
</FILE>
51025109

0 commit comments

Comments
 (0)