All Versions
19
Latest Version
Avg Release Cycle
171 days
Latest Release
1258 days ago

Changelog History
Page 1

  • v0.9.6 Changes

    November 08, 2020

    โž• Added

  • v0.9.5 Changes

    April 10, 2018

    GUI can be downloaded here.

    โž• Added

    • 0๏ธโƒฃ Removal of the transform attribute with a default value.

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ A default Transform will be printed as matrix(1 0 0 1 0) and not as an empty string.

    ๐Ÿ›  Fixed

    • Attributes resolving during the defs regrouping.
    • Text with xml:space preprocessing.
  • v0.9.4 Changes

    March 22, 2018

    ๐Ÿ›  Fixed

    • Crash during defs processing.
    • Crash during use resolving.
    • The --resolve-use option does not resolve used use now.

    GUI can be downloaded here.

  • v0.9.3 Changes

    January 17, 2018

    โž• Added

    • --list-separator.
    • The marker attribute removing.

    ๐Ÿ”„ Changed

    • Attributes with inherit or currentColor values and without a proper parent is an error now.

    ๐Ÿ›  Fixed

    • Groups removing with transform and non-SVG child.
    • ๐Ÿ’… Transform to path applying when a path has a style defined in a parent element.
    • ๐Ÿ’… Multipass with --join-style-attributes.
    • Paths preprocessing.

    GUI can be downloaded here.

  • v0.9.2 Changes

    December 16, 2017

    โž• Added

    • ๐Ÿ’… --group-by-style can group two nodes now.
    • ๐Ÿ’… --group-by-style can group into svg now.
    • defs element is always the first child of an svg now.

    ๐Ÿ›  Fixed

    • Groups ungrouping inside a switch element.
    • Complex groups ungrouping.
    • ๐Ÿ’… --group-by-style recursive processing.
    • ๐Ÿšš Crash if path has an implicit MoveTo after ClosePath.
    • ๐Ÿšš --remove-unresolved-classes option had no effect.

    GUI can be downloaded here.

  • v0.9.1 Changes

    June 18, 2017

    ๐Ÿ›  Fixed

    • ๐Ÿ’… transform grouping in --group-by-style.

    Other

    GUI can be downloaded here.

  • v0.9.0 Changes

    June 05, 2017

    โž• Added

    • XML nodes can be indented with tabs now. Using --indent=tabs.
    • ๐Ÿ’… Presentational attributes joining can be forced with --join-style-attributes=all now.
    • ๐Ÿ‘ stdin and stdout support.
    • 0๏ธโƒฃ --no-defaults.
    • --apply-transform-to-paths.
    • --allow-bigger-file.
    • --coordinates-precision.
    • --properties-precision.
    • --transforms-precision.
    • ๐Ÿ‘ Better groups with transforms ungrouping.
    • ๐Ÿšš --remove-text-attributes removes line-height and xml:space now.
    • ๐Ÿšš Some algorithms are moved to the svgdom crate.

    ๐Ÿ”„ Changed

    • <FLAG> argument type accepts true, false, yes, no, y, n now.
    • Flags --multipass, --copy-on-error and --quiet doesn't accepts value now.
    • --indent accepts only none, 0, 1, 2, 3, 4, tabs now.
    • ๐Ÿ’… --join-style-attributes accepts only no, some, all now.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed stroke-dasharray and stroke-dashoffset processing during transformations applying.

    ๐Ÿš€ Downloads

  • v0.8.1 Changes

    February 01, 2017

    โž• Added

    • ๐Ÿ’… --group-by-style can group by transform now.
    • ๐Ÿšš --remove-needless-attributes and --remove-default-attributes
      ๐Ÿ‘ now supports overflow attribute.
    • svgcleaner can be used as a library now.

    ๐Ÿ›  Fixed

    • ๐Ÿ’… Incorrect grouping in --group-by-style.
    • ๐Ÿšš Gradients with one stop children processing in --remove-invisible-elements.
  • v0.8.0 Changes

    January 14, 2017

    โž• Added

    • --use-implicit-cmds.
    • --convert-segments.
    • --resolve-use.
    • --paths-coordinates-precision.
    • ๐Ÿ’… --group-by-style.
    • --apply-transform-to-shapes.

    ๐Ÿ›  Fixed

    • CLI arguments processing.

    โœ‚ Removed

    • ๐Ÿ’… --move-styles-to-group. Use --group-by-style instead.

    Other

    • โšก๏ธ Updated to the latest version of the libsvgdom.
  • v0.7.1 Changes

    November 04, 2016

    โž• Added

    • Check that input file exist.
    • โœ‚ Remove invisible elements now removes default feColorMatrix element.
    • ๐Ÿšš --remove-unresolved-classes.

    Other

    • โšก๏ธ Updated to the latest version of the libsvgdom.