Skip to content

Commit 7ce17be

Browse files
Release main 2026.03.21.20 with dev rollup notes
1 parent b07ea79 commit 7ce17be

4 files changed

Lines changed: 21 additions & 4 deletions

archive/folderview.plus-2026.03.20.05.txz.sha256

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9663431bbc1c44bcd26c2b97f254c8d960d32a71da693a3eb69bb720abcbca17 folderview.plus-2026.03.21.20.txz

folderview.plus.plg

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,31 @@
55
<!ENTITY github "alexphillips-dev/FolderView-Plus">
66
<!ENTITY launch "Settings/FolderViewPlus">
77
<!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">
1010
<!ENTITY md5 "2161fdff4c6903dcf4b8ed916c4396a4">
1111
]>
1212

1313
<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">
1414
<CHANGES>
1515

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+
1633
###2026.03.21.18
1734
- Maintenance: batch storage writes and smooth folder editor rendering.
1835
- Fix: Fix new-folder name typing lag and docker name truncation regression.
@@ -2323,7 +2340,7 @@
23232340
</CHANGES>
23242341

23252342
<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>
23272344
<MD5>&md5;</MD5>
23282345
</FILE>
23292346

0 commit comments

Comments
 (0)