Skip to content

Releases: tamada/wildcat

Merge pull request #39 from tamada/ship_v1.2.0

28 Apr 06:47
923e9e4
Compare
Choose a tag to compare
  • show progress bar (#30),
  • do not read the hidden files by the default (#32),
  • show entry count in the total line (#33),
  • fix the bug fails to open the directory contains the space on the PowerShell, Windows (#34), and
  • change order of options in the help message.

v1.1.1: Merge pull request #31 from tamada/hangs_on_many_files

25 Mar 06:03
10ca18e
Compare
Choose a tag to compare
  • Fix the bug hangs on reading the large files.

Merge pull request #29 from tamada/ship_v1.1.0

19 Mar 14:28
41fc05a
Compare
Choose a tag to compare
  • parse file types from the reader (magic numbers)
    • in the previous versions, wildcat parses the file types by the file names).
  • introduce goroutine for counting the files.
  • enable to store the content given by the URLs.

v1.0.3: Merge pull request #20 from tamada/humanize

05 Mar 14:07
f41ac60
Compare
Choose a tag to compare

support darwin_arm64 (Apple Silicon)

24 Feb 07:04
e8de7c6
Compare
Choose a tag to compare
Merge pull request #17 from tamada/ship_v1.0.2

ready to ship v1.0.2, support to distribute darwin_arm64 (Apple Silicon)

release

22 Feb 03:17
720552e
Compare
Choose a tag to compare
Merge pull request #16 from tamada/ship_v1.0.1

ready to ship v1.0.1

The first release

21 Feb 14:40
cc22de1
Compare
Choose a tag to compare
Merge pull request #12 from tamada/documents

Documents