1.0.0-alpha.1

mukul975/cve-mcp-server1.0.0-alpha.1Jul 25, 2026by tyt2y3

AI Summary

A ground-up rewrite of VTracer into a vectorization framework featuring a pluggable pipeline, new mosaic mode, SVG optimizer improvements, and new Node.js bindings.

Key Highlights

  • Ground-up rewrite into a vectorization framework with pluggable stages.
  • New Mosaic mode for seam-free, gapless tessellation.
  • Added SVG optimizer for smaller file sizes.
  • New `@visioncortex/vtracer` Node.js package available on npm.

Breaking Changes

  • Workspace restructured into crates (vtracer, vtracer-cli, vtracer-py, nodejs).
  • CLI upgraded from clap 2.x to 4.x.
  • Python wheel CI now runs only on release tags.

New Features

  • Pluggable pipeline architecture.
  • Mosaic mode for seam-free rendering.
  • SVG optimizer with shorthand commands.
  • Rewritten Python bindings and new Node.js package.

Full Release Notes

Ground-up rewrite of VTracer into a **vectorization framework** with pluggable stages.

### Added

* Pluggable pipeline: swappable frontend (segmentation), color fitting (incl. custom palettes), curve-fitting backend, and an optimizer pass phase.
* **Mosaic mode**: true seam-free, gapless tessellation via shared boundary-graph tracing (pixel, polygon, and spline fitters), replacing the old "cutout" that produced seams.
* SVG optimizer: relative path syntax, shorthand commands, and coordinate-precision reduction for smaller files.
* `@visioncortex/vtracer` Node.js package (npm): wasm core with a native image reader.
* Rewritten Python bindings (`vtracer-py`) with a richer API; pyo3 bumped to 0.26 (fixes CPython 3.14 segfaults, #124).
* CLI accepts positional `input`/`output` arguments (#114).

### Changed

* Workspace restructured into `crates/vtracer` (core lib), `crates/vtracer-cli`, `crates/vtracer-py`, and `nodejs/`.
* CLI upgraded from clap 2.x to 4.x (#118).
* `filter_speckle` CLI cap raised from 16 to 128, matching the web app (#115).
* Depends on `visioncortex` 0.9.
* Python wheel CI now runs only on release tags and manual dispatch, not on every commit.