All Versions
19
Latest Version
Avg Release Cycle
171 days
Latest Release
1601 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.9.6 Changes
November 08, 2020โ Added
--append-newline
option by @aaronfranke.
-
v0.9.5 Changes
April 10, 2018GUI can be downloaded here.
โ Added
- 0๏ธโฃ Removal of the
transform
attribute with a default value.
๐ Changed
- 0๏ธโฃ A default
Transform
will be printed asmatrix(1 0 0 1 0)
and not as an empty string.
๐ Fixed
- Attributes resolving during the
defs
regrouping. - Text with
xml:space
preprocessing.
- 0๏ธโฃ Removal of the
-
v0.9.4 Changes
March 22, 2018๐ Fixed
- Crash during
defs
processing. - Crash during
use
resolving. - The
--resolve-use
option does not resolve useduse
now.
GUI can be downloaded here.
- Crash during
-
v0.9.3 Changes
January 17, 2018โ Added
--list-separator
.- The
marker
attribute removing.
๐ Changed
- Attributes with
inherit
orcurrentColor
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 intosvg
now. defs
element is always the first child of ansvg
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
- ๐ Includes svgdom 0.6.0 fixes.
- ๐ Includes svgparser 0.4.1 fixes.
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
removesline-height
andxml:space
now. - ๐ Some algorithms are moved to the
svgdom
crate.
๐ Changed
<FLAG>
argument type acceptstrue
,false
,yes
,no
,y
,n
now.- Flags
--multipass
,--copy-on-error
and--quiet
doesn't accepts value now. --indent
accepts onlynone
,0
,1
,2
,3
,4
,tabs
now.- ๐
--join-style-attributes
accepts onlyno
,some
,all
now.
๐ Fixed
- ๐ Fixed
stroke-dasharray
andstroke-dashoffset
processing during transformations applying.
๐ Downloads
- XML nodes can be indented with tabs now. Using
-
v0.8.1 Changes
February 01, 2017โ Added
- ๐
--group-by-style
can group bytransform
now. - ๐
--remove-needless-attributes
and--remove-default-attributes
๐ now supportsoverflow
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.