Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Releases: RazrFalcon/svgcleaner-gui

v0.9.5

10 Apr 14:28
Compare
Choose a tag to compare

Added

  • Removal of the transform attribute with a default value.

Changed

  • 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

22 Mar 15:35
Compare
Choose a tag to compare

Fixed

  • Crash during defs processing.
  • Crash during use resolving.
  • Elements -> Resolve 'use' elements does not resolve used use now.

v0.9.3

17 Jan 19:57
Compare
Choose a tag to compare

Added:

  • Output -> Number list separator
  • The marker attribute removing.
  • Quotes escape in attribute values.

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 processing.
  • marker property resolving from CSS.
  • The value of the unicode attribute is always escaped now.
  • Fixed paths preprocessing.

v0.9.2

16 Dec 15:34
Compare
Choose a tag to compare

Added

  • Elements -> Group elements by equal styles can group two nodes now.
  • Elements -> Group elements by equal styles can group into svg node now.
  • defs element is always the first child of an svg now.

Fixed

  • Groups ungrouping inside a switch element.
  • Complex groups ungrouping.
  • Elements -> Group elements by equal styles recursive processing.
  • Crash if path has an implicit MoveTo after ClosePath.
  • Attributes -> Remove unresolved classes from class attributes option had no effect.
  • HiDPI support in GUI.

v0.9.1

18 Jun 14:08
Compare
Choose a tag to compare

Changed:

  • Unresolved inherited attributes will produce a warning and not error now

Fixed:

  • Text processing
  • xml:space processing
  • Parsing of the transform list separated by comma
  • Additional whitespace during ArcTo writing
  • Paths settings saving

v0.9.0

05 Jun 18:10
Compare
Choose a tag to compare

Added:

  • Option changes are highlighted now
  • Main -> Copy on error
  • Main -> Allow bigger files
  • Paths -> Apply transformations to paths
  • Output -> Coordinates numeric precision
  • Output -> Properties numeric precision
  • Output -> Transforms numeric precision
  • Attributes -> Remove text-related attributes if there is no text removes line-height and xml:space now
  • Attributes -> Join presentational attributes supports All now
  • Output -> Indention supports Tabs now

Fixed:

  • stroke-dasharray and stroke-dashoffset processing during transformations applying

v0.8.1

01 Feb 12:39
Compare
Choose a tag to compare

Added:

  • 'Group elements by equal styles' can group by 'transform' now.
  • 'overflow' attribute cleaning.

Fixed:

  • Incorrect grouping in 'Group elements by equal styles'.
  • Processing gradients with one stop children.

v0.8.0

14 Jan 20:39
Compare
Choose a tag to compare

Added:

  • Elements -> Group elements by equal styles.
  • Elements -> Resolve 'use' elements.
  • Attributes -> Apply transformations to shapes.
  • Paths -> Use implicit LineTo commands.
  • Paths -> Convert path segments into shorter ones.
  • Output -> Path's coordinates numeric precision.
  • Support for universal and id CSS selectors.
  • Updates checking support.

Changed:

  • Default numeric precision is 12 instead of 8.
  • Files TreeView is read-only during cleaning now.
  • Stop button doesn't block GUI now.

Removed:

  • Attributes -> Move presentational attributes to the parent group.

v0.7.1

04 Nov 02:29
Compare
Choose a tag to compare

Added:

  • (svgcleaner): 'Remove unresolved classes from 'class' attributes' option.
  • (svgcleaner-gui): Changelog tab with this text.

Changed:

  • (svgcleaner): 'Remove invisible elements' now removes default 'feColorMatrix' element.
  • (svgcleaner-gui): gzip compression is enabled by default.

Fixed:

  • (libsvgdom): CSS processing when style defined multiple times.
  • (libsvgdom): 'px' removing from the .

Removed:

  • (svgcleaner-gui): Time column.

v0.7.0

09 Oct 22:51
Compare
Choose a tag to compare

A completely new GUI for the newest version of the svgcleaner.