|
5 | 5 | <!ENTITY github "alexphillips-dev/FolderView-Plus"> |
6 | 6 | <!ENTITY launch "Settings/FolderViewPlus"> |
7 | 7 | <!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"> |
11 | 11 | ]> |
12 | 12 |
|
13 | 13 | <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"> |
14 | 14 | <CHANGES> |
15 | 15 |
|
| 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 | + |
16 | 24 | ###2026.04.06.18 |
17 | 25 | - 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. |
18 | 26 | - Fix: Docker runtime refreshes now keep minimized and expanded folder member update buttons aligned with each container's actual update availability. |
|
5057 | 5065 | </CHANGES> |
5058 | 5066 |
|
5059 | 5067 | <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> |
5061 | 5069 | <MD5>&md5;</MD5> |
5062 | 5070 | </FILE> |
5063 | 5071 |
|
|
0 commit comments