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
  • Loading branch information
RazrFalcon committed Nov 4, 2016
1 parent 83eee6c commit 1f1158f
Show file tree
Hide file tree
Showing 15 changed files with 33 additions and 31 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [0.7.1] - 2016-11-04
### 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.
Expand Down Expand Up @@ -166,7 +167,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- First public release with Perl backend and Qt GUI.

[Unreleased]: https://github.com/RazrFalcon/svgcleaner/compare/v0.7.0...HEAD
[Unreleased]: https://github.com/RazrFalcon/svgcleaner/compare/v0.7.1...HEAD
[0.7.1]: https://github.com/RazrFalcon/svgcleaner/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/RazrFalcon/svgcleaner/compare/v0.6.91...v0.7.0
[0.6.91]: https://github.com/RazrFalcon/svgcleaner/compare/v0.6.90...v0.6.91
[0.6.90]: https://github.com/RazrFalcon/svgcleaner/compare/v0.6.2...v0.6.90
Expand Down
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ readme = "README.md"

[dependencies]
# latest
svgdom = { git = "https://github.com/RazrFalcon/libsvgdom.git" }
# svgdom = { git = "https://github.com/RazrFalcon/libsvgdom.git" }
# local copy
# svgdom = { path = "../svgdom" }
# from crates
# svgdom = "0.1.0"
svgdom = "0.2.0"

[dependencies.clap]
version = "2"
default-features = false

# makes it 5-10% faster, but very slow to compile
# use only for main releases
# [profile.release]
# opt-level = 3
# lto = true
[profile.release]
opt-level = 3
lto = true

[lib]
doctest = false
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,30 +62,30 @@ See ['Testing notes'](docs/testing_notes.rst) for details.

*Less is better.*

![Alt text](https://cdn.rawgit.com/RazrFalcon/svgcleaner/v0.7.0/docs/images/correctness_chart_W3C_SVG_11_TestSuite.svg)
![Alt text](https://cdn.rawgit.com/RazrFalcon/svgcleaner/v0.7.1/docs/images/correctness_chart_W3C_SVG_11_TestSuite.svg)

\* Yes, *svgcleaner* 0.6.2 is an absolute garbage on this data set.

![Alt text](https://cdn.rawgit.com/RazrFalcon/svgcleaner/v0.7.0/docs/images/correctness_chart_oxygen.svg)
![Alt text](https://cdn.rawgit.com/RazrFalcon/svgcleaner/v0.7.1/docs/images/correctness_chart_oxygen.svg)

### Cleaning ratio

*More is better.*

![Alt text](https://cdn.rawgit.com/RazrFalcon/svgcleaner/v0.7.0/docs/images/ratio_chart_W3C_SVG_11_TestSuite.svg)
![Alt text](https://cdn.rawgit.com/RazrFalcon/svgcleaner/v0.7.1/docs/images/ratio_chart_W3C_SVG_11_TestSuite.svg)

\* And again, *svgcleaner* 0.6.2 is kinda superb, but since it breaks most
of the files - it's pointless. Same goes for *svgo*.

![Alt text](https://cdn.rawgit.com/RazrFalcon/svgcleaner/v0.7.0/docs/images/ratio_chart_oxygen.svg)
![Alt text](https://cdn.rawgit.com/RazrFalcon/svgcleaner/v0.7.1/docs/images/ratio_chart_oxygen.svg)

### Cleaning time

*Less is better.*

![Alt text](https://cdn.rawgit.com/RazrFalcon/svgcleaner/v0.7.0/docs/images/performance_chart_W3C_SVG_11_TestSuite.svg)
![Alt text](https://cdn.rawgit.com/RazrFalcon/svgcleaner/v0.7.1/docs/images/performance_chart_W3C_SVG_11_TestSuite.svg)

![Alt text](https://cdn.rawgit.com/RazrFalcon/svgcleaner/v0.7.0/docs/images/performance_chart_oxygen.svg)
![Alt text](https://cdn.rawgit.com/RazrFalcon/svgcleaner/v0.7.1/docs/images/performance_chart_oxygen.svg)

You can find more tests, with detailed explanations of errors, [here](docs/extended_testing.rst).

Expand Down
4 changes: 2 additions & 2 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.
4 changes: 2 additions & 2 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.
4 changes: 2 additions & 2 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.
4 changes: 2 additions & 2 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.
4 changes: 2 additions & 2 deletions docs/images/ratio_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.
4 changes: 2 additions & 2 deletions docs/images/ratio_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.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"items": [
{
"name": "svgcleaner 0.7.0",
"name": "svgcleaner 0.7.1",
"value": 1
},
{
Expand Down
2 changes: 1 addition & 1 deletion tools/stats/data/correctness_chart_oxygen.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"items": [
{
"name": "svgcleaner 0.7.0",
"name": "svgcleaner 0.7.1",
"value": 1
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"items": [
{
"name": "svgcleaner 0.7.0",
"name": "svgcleaner 0.7.1",
"value": 1.575
},
{
Expand Down
2 changes: 1 addition & 1 deletion tools/stats/data/performance_chart_oxygen.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"items": [
{
"name": "svgcleaner 0.7.0",
"name": "svgcleaner 0.7.1",
"value": 7.567
},
{
Expand Down
2 changes: 1 addition & 1 deletion tools/stats/data/ratio_chart_W3C_SVG_11_TestSuite.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"items": [
{
"name": "svgcleaner 0.7.0",
"name": "svgcleaner 0.7.1",
"value": 32.21
},
{
Expand Down
2 changes: 1 addition & 1 deletion tools/stats/data/ratio_chart_oxygen.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"items": [
{
"name": "svgcleaner 0.7.0",
"name": "svgcleaner 0.7.1",
"value": 60.33
},
{
Expand Down

0 comments on commit 1f1158f

Please sign in to comment.