Skip to content

Commit

Permalink
0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JayXon committed Nov 26, 2015
1 parent df2d379 commit d1365c8
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,28 @@
# 0.4.3 (2015-11-25)

+ Added support for Data URI #14.

+ Added support for DWF format.

+ Updated zopfli to 1.0.1.

+ Updated LZMA to 15.12.

+ Updated mozjpeg to 3.1.

+ Updated TinyXML2 to 3.0.0.

+ Improved PNG optimization for some cases.

+ Improved ZIP optimization for some cases.

+ Improved SVG minifying.

+ Added option `--keep-exif`.

+ Bug fixes and optimizations.


# 0.4.2 (2014-11-07)

+ Added support for PE.
Expand Down
2 changes: 1 addition & 1 deletion Leanify.rc
Expand Up @@ -75,7 +75,7 @@ BEGIN
VALUE "FileDescription", "lightweight lossless file minifier/optimizer"
VALUE "FileVersion", VERSION_STR
VALUE "InternalName", "Leanify.exe"
VALUE "LegalCopyright", "Copyright (C) 2014 JayXon"
VALUE "LegalCopyright", "Copyright (C) 2015 JayXon"
VALUE "OriginalFilename", "Leanify.exe"
VALUE "ProductName", "Leanify"
VALUE "ProductVersion", VERSION_STR
Expand Down
2 changes: 1 addition & 1 deletion version.h
Expand Up @@ -3,7 +3,7 @@

#define VERSION_MAJOR 0
#define VERSION_MINOR 4
#define VERSION_BUILD 2
#define VERSION_BUILD 3

#define _STR(x) #x
#define STR(x) _STR(x)
Expand Down

0 comments on commit d1365c8

Please sign in to comment.