Skip to content

Releases: shssoichiro/oxipng

v0.2.2

21 Mar 16:31
Compare
Choose a tag to compare
  • Limit number of threads to 1.5x number of cores
  • Significantly improve memory usage, especially with high optimization levels. (#32)
  • Refactor output code (#19)

v0.2.1

10 Mar 19:58
Compare
Choose a tag to compare
  • Add rustdoc for public methods and structs
  • Improve filter mode 5 heuristic (#16)
  • Add tests for edge-case images with subtitles (#29)

v0.2.0

06 Mar 03:55
Compare
Choose a tag to compare
  • Fix program version that is displayed when running oxipng -V
  • Ensure --quiet mode is actually quiet (@SethDusek #20)
  • Write status/debug information to stderr instead of stdout
  • Use heuristics to determine best combination for -o1 (#21)
  • [SEMVER_MAJOR] Allow 'safe', 'all', or comma-separated list as options for --strip
  • [SEMVER_MINOR] Add -s alias for --strip

v0.1.1

03 Mar 21:33
Compare
Choose a tag to compare
  • Fix oxipng * writing all input files to one output file (#15)

v0.1.0

03 Mar 21:05
Compare
Choose a tag to compare
  • Initial beta release
  • Reduce color type and bit depth
  • Recompress with zlib
  • Multithreading
  • Strip headers option
  • Backup file before writing option
  • Write to stdout option