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

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
Doc updated.
  • Loading branch information
RazrFalcon committed Jan 17, 2018
1 parent d2e5810 commit 9acf547
Show file tree
Hide file tree
Showing 14 changed files with 174 additions and 274 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,20 @@ The format is based on [Keep a Changelog](http:https://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http:https://semver.org/).

## [Unreleased]

## [0.9.3] - 2018-01-17
### Added
- `--list-separator`.
- The `marker` attribute will be replaced with `marker-start`, `marker-mid`, and `marker-end` attributes
for compatibility reasons.
- The `marker` attribute removing.

### Changed
- Attributes with `inherit` or `currentColor` and without a proper parent is an error now.
- 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.

## [0.9.2] - 2017-12-16
### Added
Expand Down Expand Up @@ -258,7 +260,8 @@ and this project adheres to [Semantic Versioning](http:https://semver.org/).
### Added
- First public release with Perl backend and Qt GUI.

[Unreleased]: https://github.com/RazrFalcon/svgcleaner/compare/v0.9.2...HEAD
[Unreleased]: https://github.com/RazrFalcon/svgcleaner/compare/v0.9.3...HEAD
[0.9.3]: https://github.com/RazrFalcon/svgcleaner/compare/v0.9.2...v0.9.3
[0.9.2]: https://github.com/RazrFalcon/svgcleaner/compare/v0.9.1...v0.9.2
[0.9.1]: https://github.com/RazrFalcon/svgcleaner/compare/v0.9.0...v0.9.1
[0.9.0]: https://github.com/RazrFalcon/svgcleaner/compare/v0.8.1...v0.9.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "svgcleaner"
version = "0.9.2"
version = "0.9.3"
authors = ["Evgeniy Reizner <[email protected]>"]
keywords = ["svg", "cleaner", "optimizer"]
license = "GPL-2.0"
Expand Down
3 changes: 3 additions & 0 deletions docs/images/after/list-separator.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions docs/images/before/list-separator.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 16 additions & 44 deletions docs/images/correctness_chart_W3C_SVG_11_TestSuite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 16 additions & 44 deletions docs/images/correctness_chart_oxygen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 15 additions & 41 deletions docs/images/performance_chart_W3C_SVG_11_TestSuite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 15 additions & 41 deletions docs/images/performance_chart_oxygen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9acf547

Please sign in to comment.