Skip to content
This repository has been archived by the owner on Nov 1, 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 Feb 1, 2017
1 parent b0bfc87 commit 04179bb
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions data/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.8.1

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.

0.8.0

Added:
Expand Down
Binary file modified icons/attributes.svgz
Binary file not shown.
Binary file modified icons/elements.svgz
Binary file not shown.
Binary file modified icons/error.svgz
Binary file not shown.
Binary file modified icons/output.svgz
Binary file not shown.
Binary file modified icons/paths.svgz
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ void exeErr(const QString &name);

int main(int argc, char *argv[])
{
const QVersionNumber ver(0, 8, 0);
const QVersionNumber ver(0, 8, 1);

QApplication a(argc, argv);
a.setApplicationName("SVG Cleaner");
Expand Down

0 comments on commit 04179bb

Please sign in to comment.