|
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.03.21.01"> |
| 8 | +<!ENTITY pluginURL "https://raw.githubusercontent.com/&github;/main/folderview.plus.plg"> |
| 9 | +<!ENTITY version "2026.03.21.03"> |
10 | 10 | <!ENTITY md5 "de86426fa42edffd34a1458f37c6e109"> |
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.03.21.03 |
| 17 | +- Maintenance: Release rollup since main `2026.03.19.29`; merged all `dev` improvements through `2026.03.21.01` into `main`. |
| 18 | +- Feature: Expanded Docker folder quick actions with icon-row `Focus/Pin/Lock` controls plus `Open all WebUIs` and `Clone folder`. |
| 19 | +- UX: `Open all WebUIs` is now folder-scoped and nested-aware with smarter runtime checks, plus popup-block guidance and manual fallback links. |
| 20 | +- Feature: Added shared Docker runtime architecture (`docker.runtime.shared.js`) with centralized state, guarded async actions, and telemetry primitives. |
| 21 | +- Feature: Added dashboard layout/view improvements including persistent layout memory, expansion memory, quick-action rail controls, and Compact Matrix mode. |
| 22 | +- Fix: Resolved dashboard/action-rail regressions (collapse sync, right-rail anchoring, short-widget overhang) across Docker and VM widgets. |
| 23 | +- Fix: Stabilized Docker table/row layout behavior (dropdown gutter, app/version clipping, compact controls, long-name handling) on desktop and mobile. |
| 24 | +- Fix: Hardened iPhone/mobile settings rendering and overflow menu bounds; removed mobile artifact/box rendering regressions. |
| 25 | +- Fix: Resolved settings-load `arguments is not defined` crash path and hardened setup-wizard theme contrast across host themes (including Dynamix White). |
| 26 | +- Performance: Improved render/refresh behavior with coalesced refreshes, queued table renders, and safer large-tree performance-mode limits. |
| 27 | +- Quality: Expanded regression/architecture coverage and strengthened release guard/smoke automation to prevent recurrence. |
| 28 | + |
| 29 | + |
16 | 30 | ###2026.03.21.01 |
17 | 31 | - Maintenance: Harden setup wizard contrast across themes. |
18 | 32 |
|
|
2216 | 2230 | </CHANGES> |
2217 | 2231 |
|
2218 | 2232 | <FILE Name="/boot/config/plugins/&name;/&name;-&version;.txz" Run="upgradepkg --install-new"> |
2219 | | - <URL>https://raw.githubusercontent.com/&github;/dev/archive/&name;-&version;.txz</URL> |
| 2233 | + <URL>https://raw.githubusercontent.com/&github;/main/archive/&name;-&version;.txz</URL> |
2220 | 2234 | <MD5>&md5;</MD5> |
2221 | 2235 | </FILE> |
2222 | 2236 |
|
|
0 commit comments