Skip to content

Releases: HBehrens/pdc_tool

v0.3.4

05 Nov 22:03
147bda7

Choose a tag to compare

  • support for SVG's <circle> element
  • support for Quadratic and Cubic Bézier curves via approximation
  • internal: upgrade to rustc 1.89 to simplify C/Rust interop in WASM

v0.3.3

26 Mar 21:22
147bda7

Choose a tag to compare

  • new: --crop argument to be used with <padding> or <x,y,w,h>
  • improved: error messages for png command
  • removed: Windows build of pdc_tool (seemingly didn't work and WSL allows for running the Linux binaries)

v0.3.2

19 Mar 21:32
147bda7

Choose a tag to compare

v0.3.1

08 Mar 21:30
147bda7

Choose a tag to compare

  • change: when converting SVGs, ignore display="none" attribute on root element (to be compatible with original Pebble assets)

v0.3.0

02 Mar 22:35
147bda7

Choose a tag to compare

  • new: binaries for more target architectures (incl. Windows and armv7 for Linux)
  • new: statically linked Linux binaries (all "musl" binaries)
  • change: naming of release binaries by prefixing with OS name

v0.2.1

27 Feb 21:17
147bda7

Choose a tag to compare

  • new: option --sunlight-colors on png command
  • fixed: handling of element in SVG (reported by LCP) – need to file PR against crate usvg
  • internal: e2e test suite against set of fixtures (including both scenarios by LCP)

v0.2.0

20 Feb 22:51
7045f14

Choose a tag to compare

  • new: pdc_tool emits initial set of diagnostics when converting SVG (see --quiet option to silence)
  • new: command pdc to write PDC files
  • new: rudimentary handling of Bézier curves (replaces curve with straight line for now)
  • fixed: no more program aborts (panic!, unwrap, except, todo!), but graceful degradation
  • fixed: correctly handle "close" verb in SVG paths (reported by LCP)

v0.2.0-preview

19 Feb 20:26
7045f14

Choose a tag to compare

v0.2.0-preview Pre-release
Pre-release
  • new: pdc_tool emits initial set of diagnostics when converting SVG (see --quiet option to silence)
  • new: command pdc to write PDC files
  • new: rudimentary handling of Bézier curves (replaces curve with straight line for now)
  • fixed: no more program aborts (panic!, unwrap, except, todo!), but graceful degradation
  • fixed: correctly handle "close" verb in SVG paths (reported by LCP)

v0.1.1

17 Feb 22:10
b2d61d8

Choose a tag to compare

use screenshot in README.md

v0.1.0

17 Feb 21:25
e5bc16e

Choose a tag to compare

Update README.md