Skip to content

Releases: batmac/ccat

v1.16.0

20 Sep 22:19
Compare
Choose a tag to compare

2024-09-20T22:08:34Z

  • new mutators: 730e14f wasm (#737) and 1529e16 pgzip (#736)
  • new aliases: hexdump to hd,xxd; limit to head, add default 500B

NOTE

these builds are without libcurl

Full Changelog: v1.15.3...v1.16.0

v1.15.3

16 Jul 18:34
00a59dd
Compare
Choose a tag to compare

2024-07-16T18:30:43Z

deps bump

NOTE

these builds are without libcurl

Full Changelog: v1.15.2...v1.15.3

v1.15.2

08 May 03:24
b99c2f7
Compare
Choose a tag to compare

2024-05-08T03:21:26Z

Changelog

  • 245be95 add gpg signature
  • b99c2f7 add q&d mac signing & notarization
  • 68cbfd1 chore(deps): update dependency go to v1.22.3
  • c6febc8 chore(deps): update pre-commit hook pre-commit/pre-commit-hooks to v4.6.0
  • 7df0cf1 chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.28.2
  • 057fe7c chore(deps): update pre-commit hook renovatebot/pre-commit-hooks to v37.329.0
  • 7b0c178 fix(deps): update github.com/rivo/tview digest to 6e1e54f
  • b46356f fix(deps): update module github.com/aws/aws-sdk-go-v2/config to v1.27.11
  • e1747b2 fix(deps): update module github.com/kofalt/go-memoize to v0.0.0-20240506050413-9e5eb99a0f2a
  • f5b9857 fix(deps): update module github.com/rivo/tview to v0.0.0-20240501114654-1f4d5e8f881d
  • 148a199 fix(deps): update module github.com/rivo/tview to v0.0.0-20240505185119-ed116790de0f
  • 50c4ff4 fix(deps): update module golang.org/x/exp to v0.0.0-20240506185415-9bf2ced13842
  • bbcbf47 fix(deps): update module golang.org/x/term to v0.20.0

NOTE

these builds are without libcurl

v1.15.1

27 Apr 09:09
Compare
Choose a tag to compare

2024-04-27T09:02:53Z

dep bumps

Changelog

  • 51efbe1 chore(deps): update pre-commit hook renovatebot/pre-commit-hooks to v37.278.0
  • 014f9ee fix(deps): update aws-go-sdk-v2 monorepo
  • 7a85b03 fix(deps): update github.com/rivo/tview digest to 0d02bb7
  • ea49dca fix(deps): update github.com/rivo/tview digest to 13affe3
  • 759b964 fix(deps): update github.com/rivo/tview digest to 79d4cc3
  • 1c0958d fix(deps): update github.com/rivo/tview digest to a22293b
  • 435b846 fix(deps): update github.com/rivo/tview digest to b0d41c4
  • 227a1f4 fix(deps): update github.com/rivo/tview digest to c766eef
  • 213c694 fix(deps): update github.com/rivo/tview digest to dfc1d86
  • a32a00a fix(deps): update github.com/rivo/tview digest to e119d15
  • 2d29040 fix(deps): update github.com/rivo/tview digest to fec4f00
  • 28dd735 fix(deps): update golang.org/x/exp digest to 93d18d7
  • 2f625a6 fix(deps): update golang.org/x/exp digest to a685a6e
  • 45340c7 fix(deps): update golang.org/x/exp digest to c0f41cb
  • 658e65f fix(deps): update golang.org/x/exp digest to fe59bbe
  • 5dd4f3f fix(deps): update module cloud.google.com/go/storage to v1.40.0
  • d712d24 fix(deps): update module github.com/creativeprojects/go-selfupdate to v1.2.0
  • 5073db9 fix(deps): update module github.com/klauspost/compress to v1.17.8
  • 5fe474d fix(deps): update module github.com/minio/minio-go/v7 to v7.0.70
  • 66f881b fix(deps): update module github.com/sashabaranov/go-openai to v1.20.5
  • 95e2d65 fix(deps): update module github.com/sashabaranov/go-openai to v1.21.0
  • 14c25b5 fix(deps): update module github.com/sashabaranov/go-openai to v1.22.0
  • a23ec86 fix(deps): update module github.com/sashabaranov/go-openai to v1.23.0
  • 2aeb69e fix(deps): update module github.com/traefik/yaegi to v0.16.1
  • 8459dac fix(deps): update module github.com/ulikunitz/xz to v0.5.12
  • 897a70b fix(deps): update module golang.org/x/term to v0.19.0

NOTE

these builds are without libcurl

v1.15.0

20 Mar 21:41
Compare
Choose a tag to compare

2024-03-20T21:29:58Z

Beside a bunch of deps update, I've changed the claude (anthropic) mutator to use the messages API so that it's compatible with claude-3 models (#613)

for instance (using a prompt from https://docs.anthropic.com/claude/prompt-library ):

$ ccat -m claude::haiku:"You are a highly skilled translator with expertise in many languages. Your task is to identify the language of the text I provide and accurately translate it into the specified target language while preserving the meaning tone and nuance of the original text. Please maintain proper grammar spelling and punctuation in the translated version." echo://"Das Wetter heute ist wunderschön, lass uns spazieren gehen. --> fr"
Voici la traduction en français :

Le temps aujourd'hui est magnifique, allons faire une promenade.
$

NOTE

these builds are without libcurl

Full Changelog: v1.14.0...v1.15.0

v1.14.0

16 Dec 00:01
d8789b3
Compare
Choose a tag to compare

Added "mistral" mutator to query Mistral API.

NOTE

these builds are without libcurl

Full Changelog: v1.13.4...v1.14.0

v1.13.4

25 Oct 22:02
Compare
Choose a tag to compare

2023-10-25T21:47:28Z

fix claude + a bunch of libs updates

Full Changelog: v1.13.3...v1.13.4

v1.13.3

11 Jul 17:52
v1.13.3
d712881
Compare
Choose a tag to compare

2023-07-11T17:49:02Z

Changelog

  • 6e91efd 'claude' mutator updated to use claude-2 by default
  • 29a2dc6 add --pprof option
  • db2dab7 add wallm mutator

NOTE

these builds are without libcurl

Full Changelog: v1.13.2...v1.13.3

v1.13.2

21 Jun 23:54
126dfbb
Compare
Choose a tag to compare

2023-06-21T23:52:11Z

no real change again, prebuilt binaries are now built with "-tags plugins,keystore"

NOTE

these builds are without libcurl

v1.13.1

09 Jun 11:53
Compare
Choose a tag to compare

2023-06-09T11:23:18Z

no real change, recompiled with go 1.20.5

NOTE

these builds are without libcurl