Skip to content

Releases: batmac/ccat

v0.9.17

13 Jul 15:11
Compare
Choose a tag to compare

2022-07-13T15:07:18Z

built with go 1.18.4

NOTE

these builds are without libcurl

Full Changelog: v0.9.16...v0.9.17

v0.9.16

12 Jul 20:50
Compare
Choose a tag to compare

2022-07-12T20:46:44Z

Changelog

NOTE

these builds are without libcurl

Full Changelog: v0.9.15...v0.9.16

v0.9.15

09 Jul 12:01
Compare
Choose a tag to compare

2022-07-09T11:58:26Z

fix checksum mutators re-entrance, default version for --selfupdate to work with "go install" versions.

NOTE

these builds are without libcurl

Full Changelog: v0.9.14...v0.9.15

v0.9.14

07 Jul 21:08
Compare
Choose a tag to compare

2022-07-07T21:04:25Z

  • add checksum (sha256, xxhash (64-bit), xxh3, sha1, md5) mutators

NOTE

these builds are without libcurl

Full Changelog: v0.9.12...v0.9.14

v0.9.12

05 Jul 13:32
Compare
Choose a tag to compare

2022-07-05T13:31:16Z

Changelog

NOTE

these builds are without libcurl

Full Changelog: v0.9.11...v0.9.12

v0.9.11

04 Jul 21:23
Compare
Choose a tag to compare

2022-07-04T21:20:05Z

Now that we can fully trust "--selfupdate", I have no reason to maintain 1.15 compat, so we can follow golang releases 🥳.

v0.9.10

04 Jul 20:36
Compare
Choose a tag to compare

2022-07-04T20:33:25Z

Changelog

NOTE

these builds are without libcurl

v0.9.9

30 Jun 20:34
Compare
Choose a tag to compare

2022-06-30T20:26:44Z

Changelog

NOTE

these builds are without libcurl

v0.9.8

23 Jun 17:55
Compare
Choose a tag to compare

2022-06-23T17:52:24Z

main change is being able to chain mutators (for instance, -m zstd,base64)

Changelog

  • cd22cf8 -m can now accept a comma-separated list
  • 5e73b9e add NaCl easyseal/easyopen mutators
  • c5f8eb8 add raw hex mutator
  • 933391f argMutator->argMutators

NOTE

these builds are without libcurl

v0.9.7

21 Jun 22:14
Compare
Choose a tag to compare

2022-06-21T22:11:39Z

Changelog

  • ab8664a add category to mutators
  • 3078a56 add docker stuff
  • 326db1f checkWithFuzzy highlighter options
  • 16726c2 print go version
  • a5a87f3 register zstd as zip decompressor
  • 517b2e3 release windows exe as it's working fine from my powershell
  • d2ec881 update LICENSE to add email address

NOTE

the builds are without libcurl