-
v0.6.2 Stable
released this
2026-07-22 21:59:55 +01:00 | 65 commits to main since this release0.6.2 — OFFLINE FALLBACK renderer fixed for Windows. This is the LOCAL fallback path; the intended default is a server-side render (separate build to follow). Root cause: render_html_to_pdf spawned msedge.exe without --user-data-dir. Because the Tauri host process IS a WebView2 (Edge-family) instance, the spawned msedge forwarded to the running Edge instance and exited 0 without writing the PDF; the raw file-not-found (os error 2) then surfaced to the operator. Fix: --user-data-dir= (bypasses single-instance forwarding); reliability flags --no-first-run --disable-extensions --disable-default-apps --disable-background-networking; post-spawn verify_pdf_written() checks the PDF was written before reading; Stdio::piped() captures child stderr for diagnostic tails. Verified through the ACTUAL Rust command on both platforms: Linux dev box engine=chromium bytes=17898; Windows loud-win engine=edge bytes=32233. Both %PDF- valid. Cargo workspace all green; TSC + Vite build clean. Process failure recorded: prior 0.5.5/0.5.6/0.6.0/0.6.1 verification ran parallel Node/puppeteer harnesses on the dev box that bypassed the Rust command entirely; the only sanctioned verification path going forward is tests/deliverables_render_pdf.rs which calls render_html_to_pdf directly and whose chromium_present() gate now includes the Windows Edge/Chrome paths.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Loud-Network-0.6.2-windows-x86_64-setup.exe
0 downloads ·
2026-07-22 21:59:58 +01:00 · 5.3 MiB
-
Source code (ZIP)