Skip to content

Releases: batmac/ccat

v0.9.8

23 Jun 17:55

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

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

v0.9.6

19 Jun 16:13

Choose a tag to compare

2022-06-19T16:09:34Z

Changelog

  • 9c7c6e3 add -license
  • 0ce83bf add Run()
  • a1e8315 add bzip2 compression
  • c639df6 add filterUTF8
  • 9dfe05e add lzma,unlzma,lzma2,unlzma2
  • 338db51 add matrix in github-actions (#3)
  • d4552dc add plist2Y mutator
  • 1a65d15 add some compression tests
  • 3005708 add some missing withExpectingBinary()
  • 69d5003 add some tests
  • f7dd189 add the help option correctly
  • 5b4cf59 fix Clipboard on go1.15
  • a023407 fix empty string in simpleJsonIndent
  • 2ea8795 gen.go now run 'go fmt' on its output file
  • 4a0f763 mutator cb now works with ssh via osc52
  • a7bc380 rename gunzip to ungzip to be on par with others decompressors, added gzip & zlib
  • 0f60465 suggest with fuzzysearch when given mutator does not exist.
  • 5c4e0c3 use pflag instead of flag module

NOTE

these builds are without libcurl

v0.9.5

15 Jun 17:02

Choose a tag to compare

2022-06-15T16:56:36Z

Changelog

  • c639df6 add filterUTF8
  • 9dfe05e add lzma,unlzma,lzma2,unlzma2
  • 1a65d15 add some compression tests
  • 69d5003 add some tests
  • b5e669d add tests in build.sh
  • a023407 fix empty string in simpleJsonIndent
  • 0bfd7b7 goreleaser assets in tar.gz
  • a7bc380 rename gunzip to ungzip to be on par with others decompressors, added gzip & zlib

NOTE

these builds are without libcurl

v0.9.4

13 Jun 17:09

Choose a tag to compare

2022-06-13T17:07:25Z

* initial release

NOTE

these builds are without libcurl