Skip to content

Commit 6953cc1

Browse files
author
FolderView Plus Test
committed
Stable release 2026.04.06.19
1 parent a78332e commit 6953cc1

6 files changed

Lines changed: 20 additions & 7 deletions

archive/folderview.plus-2026.04.05.08.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+
6cc1985f47b3a217b87dbf9789ac66c662e7f4d67416b72ab384f6b0267de8fc folderview.plus-2026.04.06.19.txz

docs/releases/2026.04.06.19.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- Fix: Restored richer diagnostics fallback details for folder, rules, backup, and integrity issue reports.
2+
- Fix: Added diagnostics repair for stale or orphaned saved Docker or VM member references so health checks can clear those records.
3+
- Fix: Docker runtime sort changes now resync correctly on the Docker page for A-Z, Created, and other explicit saved folder sort modes.
4+
- Feature: Added additional folder sort modes for Docker workflows, including created newest or oldest and last updated newest first.
5+
- Fix: Hidden Docker folder member rows now resync their own update state before expand, so only containers with real updates show `Apply update`.

folderview.plus.plg

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,22 @@
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.06.18">
10-
<!ENTITY md5 "08c16d91844c385df24ecedb66436006">
8+
<!ENTITY pluginURL "https://raw.githubusercontent.com/&github;/main/folderview.plus.plg">
9+
<!ENTITY version "2026.04.06.19">
10+
<!ENTITY md5 "6a82795b9b26314528f73f627e1a1bc9">
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.06.19
17+
- Fix: Restored richer diagnostics fallback details for folder, rules, backup, and integrity issue reports.
18+
- Fix: Added diagnostics repair for stale or orphaned saved Docker or VM member references so health checks can clear those records.
19+
- Fix: Docker runtime sort changes now resync correctly on the Docker page for A-Z, Created, and other explicit saved folder sort modes.
20+
- Feature: Added additional folder sort modes for Docker workflows, including created newest or oldest and last updated newest first.
21+
- Fix: Hidden Docker folder member rows now resync their own update state before expand, so only containers with real updates show `Apply update`.
22+
23+
1624
###2026.04.06.18
1725
- Fix: Hidden Docker folder member rows now resync their own update column from per-container runtime state before expand, so a folder with one pending update no longer shows `Apply update` on every container row.
1826
- Fix: Docker runtime refreshes now keep minimized and expanded folder member update buttons aligned with each container's actual update availability.
@@ -5057,7 +5065,7 @@
50575065
</CHANGES>
50585066

50595067
<FILE Name="/boot/config/plugins/&name;/&name;-&version;.txz" Run="upgradepkg --install-new">
5060-
<URL>https://raw.githubusercontent.com/&github;/dev/archive/&name;-&version;.txz</URL>
5068+
<URL>https://raw.githubusercontent.com/&github;/main/archive/&name;-&version;.txz</URL>
50615069
<MD5>&md5;</MD5>
50625070
</FILE>
50635071

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)