Skip to content

Commit e69ab45

Browse files
author
FolderView Plus Test
committed
Stable release 2026.04.16.02
1 parent b3ee73d commit e69ab45

32 files changed

Lines changed: 471 additions & 61 deletions

archive/folderview.plus-2026.04.14.16.txz.sha256

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

archive/folderview.plus-2026.04.14.17.txz.sha256

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

archive/folderview.plus-2026.04.15.01.txz.sha256

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

archive/folderview.plus-2026.04.15.10.txz.sha256

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

archive/folderview.plus-2026.04.15.11.txz.sha256

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8dc0f43871c658328b27719d8a009860c038f8728d30651ae879c1da5f719fe8 folderview.plus-2026.04.16.02.txz
1+
56105821c43e1bf4daf9e56d486053f1cd0b94ce79a02ff56006cb76ba388aa4 folderview.plus-2026.04.16.02.txz

docs/releases/2026.04.16.02.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
- Feature: Added a managed Theme Workspace and Appearance-tab flow for importing GitHub themes, activating or disabling themes, updating managed theme sources, editing variable overrides and custom CSS, and reusing saved Docker or VM folder-default profiles with apply-to-all and new-folder inheritance.
2+
- Feature: Added new Docker page-view modes, including host-list, isolated command view, and tree explorer surfaces with folder-level summary cards, member tiles, branch actions, and quick actions for native menu actions, WebUI, console, logs, and update flows.
3+
- Privacy: Added plugin privacy mode across settings and runtime surfaces, including a Docker runtime blur toggle that persists from the Docker tab and stays aligned with the native Basic view controls.
4+
- Feature: Added environment snapshot recovery flow and support-bundle capture for richer recovery and diagnostics paths.
5+
- UX: Reworked Docker command-view and tree-explorer layout, spacing, tile chrome, typography, icon alignment, summary cards, and folder rendering so the isolated Docker views read cleanly and stay consistent with the rest of the plugin.
6+
- UX: Polished settings workspace, Appearance-tab actions, folder-default buttons, dashboard chrome, and shared settings controls so setup, theme management, and saved-default flows use the same button and panel treatment across the plugin.
7+
- Fix: Fixed Docker update-state refresh after Update All so runtime rows and folder summaries clear pending updates correctly instead of leaving stale update-ready state behind after a successful bulk update.
8+
- Fix: Fixed Docker isolated-view persistence and native action handling so saved page-view mode survives reloads and command-view tiles route clicks, context menus, and quick actions through the native Docker row behavior.
9+
- Fix: Fixed concurrent preference writes, Windows and WSL release-tool resolution, release guard shell helper loading, and tar packaging fallback handling so settings bootstrap and release packaging stay reliable across local and Windows-based workflows.
10+
- Fix: Fixed VM folder-view detail expansion so a VM now expands under the row you click instead of attaching its detail pane under an already expanded VM in the same folder.

folderview.plus.plg

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,23 @@
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.15.39">
10-
<!ENTITY md5 "a51bab5b4caf9fd975a19ec8283f5ff6">
8+
<!ENTITY pluginURL "https://raw.githubusercontent.com/&github;/main/folderview.plus.plg">
9+
<!ENTITY version "2026.04.16.02">
10+
<!ENTITY md5 "bd81f9c6610f4c0855c1b3a775cebf1b">
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.16.02
17+
- Fix: Docker support-bundle snapshots, trace storage caps, and rendered-state diagnostics.
18+
- Fix: Docker runtime rows, folder state, and container interactions.
19+
- Fix: VM runtime rows, folder state, and VM actions.
20+
- UX: Settings workspace layout, section flows, and table behavior.
21+
- Feature: Setup Assistant, rules, smart-detect, and starter-template workflows.
22+
- Refactor: Shared runtime contracts, request plumbing, and cross-page foundations.
23+
24+
1625
###2026.04.15.39
1726
- UX: Remove the Docker Service Map view and tighten Tree Explorer folder rows and child-folder cards.
1827

@@ -5431,7 +5440,7 @@
54315440
</CHANGES>
54325441

54335442
<FILE Name="/boot/config/plugins/&name;/&name;-&version;.txz" Run="upgradepkg --install-new">
5434-
<URL>https://raw.githubusercontent.com/&github;/dev/archive/&name;-&version;.txz</URL>
5443+
<URL>https://raw.githubusercontent.com/&github;/main/archive/&name;-&version;.txz</URL>
54355444
<MD5>&md5;</MD5>
54365445
</FILE>
54375446

0 commit comments

Comments
 (0)