Commit graph

227 commits

Author SHA1 Message Date
Josh Holmer
44818a854b Fix two bugs in reducing palette and release version 0.14.2 2017-02-22 15:45:46 -05:00
Josh Holmer
a5e34cce52 Merge pull request #55 from shssoichiro/54-Fix-Broken-zlib
Remove zlib dependency, which broke with the new version of zlib
2017-02-21 23:16:51 -05:00
Joshua Holmer
8e02aa8294 Remove zlib dependency, which broke with the new version of zlib 2017-02-21 21:45:53 -05:00
Josh Holmer
705d280f8b Fix warning when clippy not enabled 2017-02-19 10:43:46 -05:00
Josh Holmer
ce2d166de2 Allow cyclomatic complexity on parse_opts function, there's no reasonable way to split this up
Closes #26
2017-02-15 13:01:17 -05:00
Josh Holmer
af76f11f36 Bump dependencies 2017-02-13 08:51:00 -05:00
Josh Holmer
fd23d27239 Bump dependencies 2017-01-29 17:41:42 -05:00
Josh Holmer
f5ab197b4f Release 0.14.0 2017-01-20 13:32:31 -05:00
Josh Holmer
427803d644 Update changelog again [ci skip] 2017-01-10 08:46:09 -05:00
Josh Holmer
21cdc5579e Merge branch 'update-image-dep' 2017-01-10 08:44:37 -05:00
Josh Holmer
1b315b5eb5 Update dependencies 2017-01-10 08:39:33 -05:00
Josh Holmer
b82c043d65 Update changelog 2017-01-10 08:19:42 -05:00
Josh Holmer
8116d69c3c Minor optimizations 2017-01-10 08:11:10 -05:00
Josh Holmer
b95c562651 Bump version 2017-01-02 13:22:18 -05:00
Josh Holmer
ac1620c072 Update dependencies 2017-01-01 23:42:48 -05:00
Josh Holmer
3f60848122 Fix readme
Oops
2016-12-21 06:17:16 -05:00
Josh Holmer
784cd4bab3 Fix doc links in readme 2016-12-21 00:02:02 -05:00
Josh Holmer
f4b643d54b Fix clippy lints, now that clippy is working again. Hooray! 2016-12-16 21:24:47 -05:00
Josh Holmer
dbe82c077a [ci skip] Fix changelog 2016-12-12 13:56:48 -05:00
Josh Holmer
95c9a373bf Bump rustc to 1.12.0 2016-12-12 13:55:09 -05:00
Josh Holmer
7261fa3398 Release 0.13.0 2016-12-12 13:54:18 -05:00
Josh Holmer
bfdb36d674 Update dependencies 2016-12-12 13:51:31 -05:00
Josh Holmer
e779ddaaea Merge pull request #53 from shssoichiro/52-invalid-chunk-warnings
Reduce certain headers when reducing color type
2016-12-12 10:57:11 -05:00
Josh Holmer
2810316f4e Reduce certain headers when reducing color type
Fixes #52
2016-12-12 09:57:18 -05:00
Josh Holmer
33f1fad711 Minor refactoring 2016-12-03 15:18:11 -05:00
Joshua Holmer
8286c3ab85 Bump to 0.12.0 2016-12-01 22:51:43 -05:00
Joshua Holmer
bf341dd20f Fix clippy warnings 2016-12-01 22:33:38 -05:00
Josh Holmer
5958efe958 Merge pull request #51 from shssoichiro/feature/18-Zopfli-Compression
Implement zopfli compression, available as a CLI flag (-Z)
2016-12-01 13:18:48 -05:00
Josh Holmer
6d49d7b8f9 Implement zopfli compression, available as a CLI flag (-Z)
Improves compression by about 10% over DEFLATE, but takes a very long
time at the moment, so it is off by default.
2016-12-01 12:51:30 -05:00
Josh Holmer
af45b45afe Update readme and appveyor.yml 2016-11-11 12:48:35 -05:00
Josh Holmer
00d2359308 Update CHANGELOG.md 2016-09-19 19:44:23 -04:00
Josh Holmer
645baf61de Merge pull request #50 from aliceatlas/fix-cli-parsing
Fix for passing in filenames that contain commas
2016-09-19 19:42:41 -04:00
Alice Atlas
7460ffac73 Fix for passing in filenames that contain commas
The versions of clap supported by oxipng default to allowing commas to be used as a delimiter for passing a series of values in a single physical command line argument, when parsing for a parameter that accepts multiple values. This prevents oxipng from accepting filenames containing commas (it splits them into segments separated by commas and treats each one as a separate path to a file to process, generally not finding any); this patch fixes this by disabling the delimiter behavior for the 'files' argument.
2016-09-19 18:13:24 -04:00
Josh Holmer
4977dd0948 Replace current Mutex-based threading with Rayon 2016-09-17 18:16:26 -04:00
Josh Holmer
ce971cc665 Add appveyor.yml
See #49
2016-09-14 10:10:46 -04:00
Josh Holmer
03c5098730 Version 0.11.0 2016-09-13 07:44:05 -04:00
Josh Holmer
6d24cbfb3c Downgrade clap for compatibility with rustc 1.9 2016-09-12 17:55:41 -04:00
Josh Holmer
77d3191170 Use docs.rs for documentation 2016-09-09 22:10:11 -04:00
Josh Holmer
f654cbeac4 Various minor changes 2016-09-09 21:55:47 -04:00
Josh Holmer
4da65aef3f Add clone derive for PngError 2016-09-09 08:05:24 -04:00
Josh Holmer
e0dfbf3533 Enable clippy with dev feature, and fix several clippy lints 2016-08-20 20:47:26 -04:00
Josh Holmer
9ebd652a32 Allow travis failures on beta 2016-08-20 20:32:14 -04:00
Josh Holmer
dbc3d97513 Eliminate many clones 2016-08-19 23:42:04 -04:00
Josh Holmer
9d018a3f3b Move clippy to a new "dev" feature 2016-08-19 22:48:23 -04:00
Josh Holmer
fad74c8c98 Merge pull request #48 from shssoichiro/techdebt/44-Use-Error-Types-In-Results
Convert results to return a PngError
2016-08-16 13:25:25 -04:00
Josh Holmer
d99db3ad23 Convert results to return a PngError
Closes #44
2016-08-16 12:38:09 -04:00
Josh Holmer
723c0c29fb Merge pull request #47 from shssoichiro/feature/43-Extract-Presets
Allow using optimization presets from crate
2016-08-14 12:00:54 -04:00
Josh Holmer
3166285150 Allow using optimization presets from crate
Closes #43
2016-08-14 11:31:46 -04:00
Joshua Holmer
e41586ecd3 Provide binary builds on GitHub through rust-everywhere
Closes #34
2016-08-03 14:46:53 -04:00
Josh Holmer
d095cc1684 Bump minimum rust version to 1.8 2016-08-03 08:40:56 -04:00