Skip to content

Releases: bengarrett/zipcmt

v1.4.1

09 Jan 07:20
204fd62
Compare
Choose a tag to compare

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

06 Jul 03:35
Compare
Choose a tag to compare

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

25 Mar 07:07
21c4ea9
Compare
Choose a tag to compare

Changelog

v1.3.8

03 Feb 02:43
Compare
Choose a tag to compare

Changelog

  • 000aa8f A new WalkDir error. It is returned when an options flag is used after the scan directories.
  • 179adb4 Major linting fixes.
  • dda2296 Implemented internal directories.
  • 3b90512 Scoop update for zipcmt version v1.3.7

v1.3.7

19 Jan 00:34
Compare
Choose a tag to compare

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

28 Oct 06:41
Compare
Choose a tag to compare

Created macOS Universal binary.

v1.3.5

25 Jul 22:59
Compare
Choose a tag to compare

Changelog

35ea3d8 Renamed Config.Save to SaveName for clarity.
67427d6 Moved Log into internal.log feature.
8ae3f4a Broke out Config flags to internal.
73245c8 Fixed scoop instructions.
a93ebf7 Scoop update for zipcmt version v1.3.1

v1.3.1

14 Jun 04:21
7543892
Compare
Choose a tag to compare

Changelog

7543892 Merge pull request #7 from bengarrett/dev
fe783a3 Fixed broken POSIX tests.

v1.3.0: Merge pull request #6 from bengarrett/dev

14 Jun 03:59
88bcee9
Compare
Choose a tag to compare
  • -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.

v1.2.0

06 Jun 01:23
Compare
Choose a tag to compare
  • The last modification dates used by the zip archives are applied to the generated zipcomment.txt files.
  • Renamed a number of flags for clarity and changed the defaults to be easier to use out of the box.
  • New ASCII logo.
  • Fixed some Windows-specific bugs.