v2.0.0-rc13
Plotter v2
- New pocx_plotter_v2 engine — Complete migration to the v2 plotter API with async write support, per-path seed extraction for parallel resume across multiple drives, and streamlined configuration (removed deprecated zero-copy buffers, memory limit, and performance hints).
Improvements
- Host-only memory estimation — Plotter memory display now shows only host RAM usage (HDD write cache). GPU VRAM is managed internally by the plotter and no longer included in estimates.
- Same-drive path support — Plotting to multiple paths on the same drive is now allowed with a warning badge, supporting network-mounted drives that appear as the same volume.
- PoW scaling validity periods — Compression level options now display their valid year ranges (e.g., "X1: Years 0–4", "X3: Years 4–28") based on consensus parameters.
- Plan viewer batch badges — Resume items now display batch badges (B1, B2, etc.) matching existing plot item behavior, with correct drive status for all drives in a batch.
- System drive warning at 100% — The warning badge no longer appears when the usage limit is set to 100%.
Under the Hood
- Updated all pocx crates to 1.0.0-rc.13
- Full
cargo update— 86+ dependencies updated to latest compatible versions - Fixed RUSTSEC-2026-0037 (quinn-proto)
- Resolved npm audit vulnerabilities
- CI compliance fixes (prettier, clippy, cargo fmt)
- Translations updated across all 26 languages