|
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.23.08"> |
10 | | -<!ENTITY md5 "cb1fb4fda2eb6c3709b71d6b80f83dbc"> |
| 8 | +<!ENTITY pluginURL "https://raw.githubusercontent.com/&github;/main/folderview.plus.plg"> |
| 9 | +<!ENTITY version "2026.03.23.09"> |
| 10 | +<!ENTITY md5 "a0a62822eac6bb4721c5ae494b02268e"> |
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.23.09 |
| 17 | +- Maintenance: Release main `2026.03.23.09` with the full `dev` rollup since main `2026.03.22.07`, including Dashboard, preview, settings, and packaging improvements. |
| 18 | +- Feature: Added a Dashboard widget `Legacy` layout for both Docker and VM widgets so each widget can show native Unraid rows without FolderView Plus grouping. |
| 19 | +- Feature: Added per-folder Docker `Preview rows` plus a richer member action sheet for preview and expanded-folder actions. |
| 20 | +- UX: Added per-folder chevron style/color controls and adjustable preview border and vertical-bar thickness for better visibility on stock Unraid themes. |
| 21 | +- Fix: Rebuilt Docker multi-row previews to resolve clipping, wrapping, spacing, status-text, and action-placement regressions, including truncated counts like `9/9 started`. |
| 22 | +- Fix: Reworked Dashboard `Legacy` transitions so they rebuild locally and keep the action rail visible while switching in or out of bypass mode. |
| 23 | +- UX: Simplified plugin settings with a fixed action bar, instant-persist table width/layout controls, and cleaner section apply indicators. |
| 24 | +- Quality: Hardened branch-aware packaging, manifest/update metadata, release validation, and regression coverage across Dashboard, preview, settings, and runtime paths. |
| 25 | + |
| 26 | + |
16 | 27 | ###2026.03.23.08 |
17 | 28 | - Fix: Kept the Dashboard widget action rail visible from the start of `Legacy` view exits instead of waiting for the async widget rebuild to begin. |
18 | 29 | - Quality: Cleared per-widget `Legacy` transition state on failed or superseded view switches so quick-rail visibility does not get stuck. |
|
2796 | 2807 | </CHANGES> |
2797 | 2808 |
|
2798 | 2809 | <FILE Name="/boot/config/plugins/&name;/&name;-&version;.txz" Run="upgradepkg --install-new"> |
2799 | | - <URL>https://raw.githubusercontent.com/&github;/dev/archive/&name;-&version;.txz</URL> |
| 2810 | + <URL>https://raw.githubusercontent.com/&github;/main/archive/&name;-&version;.txz</URL> |
2800 | 2811 | <MD5>&md5;</MD5> |
2801 | 2812 | </FILE> |
2802 | 2813 |
|
|
0 commit comments