Skip to content

Commit ab4c371

Browse files
Stable release 2026.03.29.12
1 parent 71898df commit ab4c371

5 files changed

Lines changed: 20 additions & 7 deletions

archive/folderview.plus-2026.03.27.15.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+
3c1fc515a73777bb0b487ff98e77097c5e5c716cad3e8b81ec4b14645781786b folderview.plus-2026.03.29.12.txz

folderview.plus.plg

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,27 @@
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.03.29.11">
10-
<!ENTITY md5 "3823ae3651dbae4395f304b29c7c149f">
8+
<!ENTITY pluginURL "https://raw.githubusercontent.com/&github;/main/folderview.plus.plg">
9+
<!ENTITY version "2026.03.29.12">
10+
<!ENTITY md5 "711d35a649fff291f57473b600daaf13">
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.29.12
17+
- Feature: Add Docker branch management actions with nested-aware `Clone branch` support plus `Delete branch folders` to remove a root folder and all of its child folders together.
18+
- Feature: Add a dedicated Docker `Clone` submenu so `Clone folder` and `Clone branch` are grouped under branch-aware actions.
19+
- Fix: Restore Docker advanced preview context popups for both click and hover activation modes.
20+
- Fix: Keep the modern folder editor on the current section when switching between Basic and Advanced modes.
21+
- Fix: Restore Docker WebUI launches for preview icons, container actions, and `Open all WebUIs` without landing on `about:blank#blocked`.
22+
- Fix: Stop Docker WebUI actions from using unresolved template URLs so runtime buttons and bulk opens use resolved container ports instead of placeholders like `http://[IP]:[PORT:80]`.
23+
- Fix: Preserve manually reordered Docker folder order across refreshes instead of snapping placeholders back to definition order.
24+
- Fix: Stop nested Docker parent previews from forcing WebUI, console, and logs quick-action icons when those preview actions are disabled.
25+
- Fix: Restore the modern folder editor after reinstall by loading shared editor modules with explicit PHP asset includes instead of short tags.
26+
- Fix: Restore Docker branch hover submenus so nested branch and clone actions render correctly on hover.
27+
- Quality: Expand regression coverage for Docker preview context popups, WebUI resolution, folder order persistence, nested preview actions, folder-editor bootstrap, branch cloning, branch deletion, and clone rollback safety.
28+
1629
###2026.03.29.11
1730
- Feature: Add `Delete branch folders` under Docker branch actions to remove a root folder and every nested child folder in that branch.
1831
- Quality: Add behavior-level regression coverage for clone-of-clone branch cloning, deep-copy payload safety, rollback ordering, and branch delete ordering.
@@ -4235,7 +4248,7 @@
42354248
</CHANGES>
42364249

42374250
<FILE Name="/boot/config/plugins/&name;/&name;-&version;.txz" Run="upgradepkg --install-new">
4238-
<URL>https://raw.githubusercontent.com/&github;/dev/archive/&name;-&version;.txz</URL>
4251+
<URL>https://raw.githubusercontent.com/&github;/main/archive/&name;-&version;.txz</URL>
42394252
<MD5>&md5;</MD5>
42404253
</FILE>
42414254

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/dev/folderview.plus.plg</PluginURL>
4+
<PluginURL>https://raw.githubusercontent.com/alexphillips-dev/FolderView-Plus/main/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, VM, and Dashboard views into folders in Unraid
1414
<MinVer>7.0.0</MinVer>
1515
<ExtraSearchTerms>folder view docker vm dashboard organization groups sorting import export backup recovery rules templates diagnostics</ExtraSearchTerms>
1616
<Support>https://forums.unraid.net/topic/197631-plugin-folderview-plus/</Support>
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>
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>
1818
<Project>https://github.com/alexphillips-dev/FolderView-Plus</Project>
1919
</Containers>

0 commit comments

Comments
 (0)