|
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.42"> |
| 8 | +<!ENTITY pluginURL "https://raw.githubusercontent.com/&github;/main/folderview.plus.plg"> |
| 9 | +<!ENTITY version "2026.03.21.43"> |
10 | 10 | <!ENTITY md5 "d85fda43a50dee3694be719db727fda9"> |
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.43 |
| 17 | +- Feature: Added category-driven starter-template onboarding for fresh installs across Docker and VMs, including dropdown category counts, smarter defaults, selective deployment, and built-in icon mapping. |
| 18 | +- Feature: Added a dedicated Templates step to the Setup Assistant so new installs can create starter folders and auto-assign existing Docker/VM workloads during guided setup. |
| 19 | +- Fix: Reworked smart-detect to use deterministic per-item best-match scoring with compose/template metadata, bind paths, aliases, and expanded VM heuristics, so mixed workloads land in the correct folders more reliably. |
| 20 | +- UX: Polished setup apply/completion/failure dialogs and added confidence, match-reason, and review-needed reporting so wizard smart-assign decisions are easier to understand before merging into production. |
| 21 | +- Compatibility: Fixed plugin install description/warning copy across all shipped language packs and hardened i18n/release guards to prevent placeholder or symbol regressions. |
| 22 | +- Regression guard: Added coverage for starter-template smart selection, mixed-workload assignment, review-path behavior, helper exports, and accepted performance-baseline updates for the new wizard logic. |
| 23 | + |
| 24 | + |
16 | 25 | ###2026.03.21.42 |
17 | 26 | - UX: Setup assistant smart-detect now reports confidence, match reasons, and review-needed items instead of silently forcing weak matches into fallback assignment. |
18 | 27 | - Fix: Expanded Docker and VM alias/heuristic coverage so template detection stays stronger for management, network, gaming, media, and utility workloads. |
|
2456 | 2465 | </CHANGES> |
2457 | 2466 |
|
2458 | 2467 | <FILE Name="/boot/config/plugins/&name;/&name;-&version;.txz" Run="upgradepkg --install-new"> |
2459 | | - <URL>https://raw.githubusercontent.com/&github;/dev/archive/&name;-&version;.txz</URL> |
| 2468 | + <URL>https://raw.githubusercontent.com/&github;/main/archive/&name;-&version;.txz</URL> |
2460 | 2469 | <MD5>&md5;</MD5> |
2461 | 2470 | </FILE> |
2462 | 2471 |
|
|
0 commit comments