Skip to content

Release v1.1.0

Latest

Choose a tag to compare

@Argmaster Argmaster released this 17 Feb 23:58
· 34 commits to main since this release

This release brings --exclude/-e flag which allows to exclude files with glob like syntax. Full changelog is available below.

[1.1.0] - 2023-02-17

  • Added --exclude/-e option to allow exclusion of individual files/directories.

  • Removed use of ThreadPoolExecutor when pool size is less or equal to 1. Now threads
    are used only when pool is bigger than 1.