Skip to content

0.2.0

Choose a tag to compare

@github-actions github-actions released this 30 Jan 18:51
· 14 commits to main since this release

Added

  • Optional argument for minimum file size for which a user would like to perform file size reduction.
    • It comes in three sizes: S, M, L, for 100 kB, 500 kB and 1 MB, respectively.
  • Add some info messages: at startup, then for copying and for skipping files.
  • Add a closing message that warns users in case of an error.
  • GitHub action "ci.yml" ("release.yml" had already been there).

Changed

  • When source and destination folders are different, non-supported files will simply be copied to the destination.
    • Previously, they would be left out.
  • Updated README.md with Examples and some new notes.