|
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.19.28"> |
| 8 | +<!ENTITY pluginURL "https://raw.githubusercontent.com/&github;/main/folderview.plus.plg"> |
| 9 | +<!ENTITY version "2026.03.19.29"> |
10 | 10 | <!ENTITY md5 "12e1c185e462e9f9aa53848216f3f7fb"> |
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.19.29 |
| 17 | +- Feature: Added a full dashboard quick-action rail for Docker and VM widgets (layout cycle, expand/collapse all, running-only, health emphasis, compact density, reset view, and settings shortcut). |
| 18 | +- Feature: Added dashboard layout modes (Classic, Full Width, Accordion, Inset, Compact Matrix) with persisted per-widget view preferences and per-folder overflow controls. |
| 19 | +- Feature: Added dashboard expanded-folder memory so widget expansion state persists across refreshes and tab changes. |
| 20 | +- UX: Reworked the 3rd-party icon picker with Basic/Advanced modes, guided workflow sections, inline pack actions, active-filter badges, and clearer empty-state recovery. |
| 21 | +- UX: Improved nested-folder management with sibling-safe duplicate-name checks, parent default inheritance for child folders, and deeper tree integrity diagnostics. |
| 22 | +- Fix: Fixed Docker dashboard/runtime column clipping and oscillation, restored tiny dropdown chevrons, and stabilized Application/Version spacing on desktop and mobile. |
| 23 | +- Fix: Fixed iPhone/mobile settings artifacts and overflow-menu clipping by hardening touch-safe control resets and viewport-safe action-menu bounds. |
| 24 | +- Fix: Fixed dashboard quick-rail reliability for Docker and VM (anchoring, collapse sync, row alignment, and short-widget overhang containment). |
| 25 | +- Fix: Fixed plugin settings initial-load crash caused by an invalid `arguments` reference path. |
| 26 | +- Performance: Improved runtime redraw behavior with refresh coalescing, queued folder rendering, and safer performance-mode behavior for large nested trees. |
| 27 | +- Compatibility: Hardened theme/runtime token handling so started-state colors follow active themes (including light themes) without fragile inline color painting. |
| 28 | +- Regression guard: Added/expanded regression coverage for compact-matrix layout behavior, dashboard rail collapse heuristics, mobile rendering, nested-folder flows, and theme-token contracts. |
| 29 | +- Quality: Strengthened release automation and validation (guards, smoke checks, packaging checks) to reduce release-note drift and regression risk. |
| 30 | + |
| 31 | + |
16 | 32 | ###2026.03.19.28 |
17 | 33 | - Maintenance: Restore dashboard rail visibility while keeping widget clamp. |
18 | 34 |
|
|
2116 | 2132 | </CHANGES> |
2117 | 2133 |
|
2118 | 2134 | <FILE Name="/boot/config/plugins/&name;/&name;-&version;.txz" Run="upgradepkg --install-new"> |
2119 | | - <URL>https://raw.githubusercontent.com/&github;/dev/archive/&name;-&version;.txz</URL> |
| 2135 | + <URL>https://raw.githubusercontent.com/&github;/main/archive/&name;-&version;.txz</URL> |
2120 | 2136 | <MD5>&md5;</MD5> |
2121 | 2137 | </FILE> |
2122 | 2138 |
|
|
0 commit comments