|
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.18"> |
| 8 | +<!ENTITY pluginURL "https://raw.githubusercontent.com/&github;/main/folderview.plus.plg"> |
| 9 | +<!ENTITY version "2026.03.21.20"> |
10 | 10 | <!ENTITY md5 "2161fdff4c6903dcf4b8ed916c4396a4"> |
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.20 |
| 17 | +- Maintenance: Release rollup since main `2026.03.21.10`; merged all `dev` improvements through `2026.03.21.18` into `main`. |
| 18 | +- Performance: Reduced main-thread stalls with shared frame/idle scheduling and batched persistence across Docker, VM, dashboard, and settings paths. |
| 19 | +- Performance: Improved large-library editing with chunked member-list rendering and worker-backed regex matching in folder editor flows. |
| 20 | +- Fix: Hardened fresh-install folder flows to prevent sparse-config edit failures, new-folder typing lag, and runtime app-name truncation regressions. |
| 21 | +- Quality: Brought VM runtime behavior and guard coverage in line with Docker for folder name/dropdown handling and core folder actions. |
| 22 | + |
| 23 | + |
| 24 | +###2026.03.21.19 |
| 25 | +- Maintenance: Release rollup since main `2026.03.21.10`; merged all `dev` improvements through `2026.03.21.18` into `main`. |
| 26 | +- Performance: Reduced UI stalls via shared frame/idle schedulers and batched state persistence across Docker, VM, dashboard, and settings flows. |
| 27 | +- Performance: Improved folder-editor responsiveness on large libraries with chunked member rendering and worker-backed regex matching. |
| 28 | +- UX: Deferred heavy icon-manifest hydration until first picker open to improve initial settings/edit load time. |
| 29 | +- Fix: Hardened fresh-install/new-folder flows to prevent sparse-config edit failures, typing lag, and severe runtime name-column truncation. |
| 30 | +- Parity: Aligned VM runtime behavior with Docker for dropdown/name-column handling and expanded parity guard coverage. |
| 31 | + |
| 32 | + |
16 | 33 | ###2026.03.21.18 |
17 | 34 | - Maintenance: batch storage writes and smooth folder editor rendering. |
18 | 35 | - Fix: Fix new-folder name typing lag and docker name truncation regression. |
|
2323 | 2340 | </CHANGES> |
2324 | 2341 |
|
2325 | 2342 | <FILE Name="/boot/config/plugins/&name;/&name;-&version;.txz" Run="upgradepkg --install-new"> |
2326 | | - <URL>https://raw.githubusercontent.com/&github;/dev/archive/&name;-&version;.txz</URL> |
| 2343 | + <URL>https://raw.githubusercontent.com/&github;/main/archive/&name;-&version;.txz</URL> |
2327 | 2344 | <MD5>&md5;</MD5> |
2328 | 2345 | </FILE> |
2329 | 2346 |
|
|
0 commit comments