Skip to content

Releases: Argmaster/autocopyright

Release v1.1.0

17 Feb 23:58
Compare
Choose a tag to compare

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.

Release v1.0.0

17 Feb 00:38
Compare
Choose a tag to compare

This release contains MVP (Minimum viable product) version of tool for automatic copyright completion.