Releases: bengarrett/zipcmt
Releases · bengarrett/zipcmt
v1.4.2
v1.4.1
The v1.4 release is a minor update.
- Dependency update and new Go compile version.
- SAUCE metadata is now removed from comments that are printed to the terminal
STDOUT
. - New Linux on ARM package.
- New Arch Linux package.
- Drop Windows Scoop package.
The following retired operating systems are unsupported.
- Windows 7, 8, Server 2008 and Server 2012
- macOS 10.13 High Sierra and 10.14 Mojave
v1.3.10
Changelog
- fe78b04 Brand logo is hidden when --quiet is in use. About text added to --help. Improved error feedback for directory args. Permission errors are returned for directories but not the sub-directories.
- f88156d Linter fixes.
- 4760f5d Updated dependencies.
- 3a0c10a About text added to the --help flag.
- 97e6cd4 Scoop update for zipcmt version v1.3.9
v1.3.9
v1.3.8
v1.3.7
Changelog
- 245cbd2 Updated go version to 1.17 and libs.
- 64178f2 Fixed broken Config struct.
- 96cb06a Update README.md
- 806339c changelog in releaser.
- 726634d Merge branch 'main' of github.com:bengarrett/zipcmt
- 054c993 Fixed macOS download link.
- a4f7b73 Scoop update for zipcmt version v1.3.6
v1.3.6
Created macOS Universal binary.
v1.3.5
v1.3.1
v1.3.0: Merge pull request #6 from bengarrett/dev
-noprint
flag displays a live scan counter.- New
-log
flag to debug scans. - Fixed duplicates bug while scanning multiple directories.
- Refactored code to remove duplication and simplified method naming conventions.