|
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.09"> |
| 8 | +<!ENTITY pluginURL "https://raw.githubusercontent.com/&github;/main/folderview.plus.plg"> |
| 9 | +<!ENTITY version "2026.03.21.10"> |
10 | 10 | <!ENTITY md5 "6e420ddd983612b56a79faf408199b6b"> |
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.10 |
| 17 | +- Maintenance: Release rollup since main `2026.03.21.03`; merged all `dev` improvements through `2026.03.21.09` into `main`. |
| 18 | +- Feature: Added theme compatibility mode controls (`auto/host/safe/highcontrast`) with runtime resolver + self-heal action for Docker/VM settings. |
| 19 | +- Feature: Reworked setup wizard visual system with module-mapped card tones (`data-fv-card-tone`) and contrast tiers (`normal/high/max`) with auto-evaluation. |
| 20 | +- Feature: Added wizard accessibility controls (Focus mode + Contrast selector), expanded keyboard shortcuts (`Alt+F`, `Alt+C`), and mobile chip-row details toggles. |
| 21 | +- UX: Improved wizard readability with stronger panel/card separation, semantic status color mapping (`info/success/warning/danger/neutral`), and non-color active-state cues. |
| 22 | +- UX: Added inline "how to fix" guidance in wizard flow to reduce blocker/warning confusion and speed setup completion. |
| 23 | +- Quality: Expanded regression and guard coverage for wizard theme/contrast contracts, tone mapping, and theme matrix smoke checks. |
| 24 | + |
| 25 | + |
16 | 26 | ###2026.03.21.09 |
17 | 27 | - Feature: Added wizard contrast system with explicit tiers (`normal/high/max`) plus auto contrast evaluation that selects safer tiers when needed. |
18 | 28 | - Feature: Added wizard quick accessibility controls (Focus mode toggle + Contrast selector) and keyboard shortcuts (`Alt+F`, `Alt+C`). |
|
2268 | 2278 | </CHANGES> |
2269 | 2279 |
|
2270 | 2280 | <FILE Name="/boot/config/plugins/&name;/&name;-&version;.txz" Run="upgradepkg --install-new"> |
2271 | | - <URL>https://raw.githubusercontent.com/&github;/dev/archive/&name;-&version;.txz</URL> |
| 2281 | + <URL>https://raw.githubusercontent.com/&github;/main/archive/&name;-&version;.txz</URL> |
2272 | 2282 | <MD5>&md5;</MD5> |
2273 | 2283 | </FILE> |
2274 | 2284 |
|
|
0 commit comments