Skip to content

Releases: tarampampam/tinifier

v2.1.0

19 Jun 13:06
0eea0ac
Compare
Choose a tag to compare

Added

  • Total processed images count showing #12

v2.0.0

18 Jun 18:55
Compare
Choose a tag to compare

Changed

  • Application was totally re-wrote
  • For different actions (like get version value, images compressing and used quota getting) was made separate sub-commands
  • For running application in docker-container uses unprivileged user

Added

  • Sub-command quota for currently used quota getting
  • Sub-command version for application version displaying
  • Sub-command compress for images compressing

Removed

  • Options -v (verbose), -V (version), -q (quota), -C (no-colors) and -m (max-errors)

v1.0.2

16 Jan 10:40
8beb30d
Compare
Choose a tag to compare

Added

  • MacOS build

v1.0.1

27 Oct 13:19
d9e9b83
Compare
Choose a tag to compare

Fixed

  • Build for windows

v1.0.0

27 Oct 12:50
433e9f3
Compare
Choose a tag to compare

Changed

  • Source code decomposited (partially)
  • On pressing Ctrl + C (while process is in progress) results will be printed
  • Migrated from Travis CI to GitHub actions
  • Binary file names for releases (for windows)

Added

  • Code tests

Fixed

  • Option -C now works correctly

v0.1.0

16 Oct 16:04
Compare
Choose a tag to compare

Changed

  • Source code decomposited
  • Progress now shows in minimalistic style
  • Binary file names for releases

Added

  • Option -q (--quota) for requesting current quota usage
  • Option -C (--no-colors) for disabling color output
  • Option -m (--max-errors) for setting maximum possible errors count
  • For verbose option (-v) added long alias --verbose

v0.0.3

11 Oct 21:26
Compare
Choose a tag to compare

Fixed

  • Threads count now depends on total files count (threads count cannot be grater then total files count)

v0.0.2

11 Oct 20:55
Compare
Choose a tag to compare

Changed

  • Docker image now uses entrypoint instead command

Fixed

  • Binary filename in travis config for windows

v0.0.1

11 Oct 20:28
Compare
Choose a tag to compare

Added

  • Basic features (like threads end errors handling)