Releases: batmac/ccat
Releases · batmac/ccat
v1.17.0
2024-10-29T22:37:39Z
add a parallel bzip2 decompressor, googleai and can open wh://<code>
thanks to https://github.com/psanford/wormhole-william
NOTE
these builds are without libcurl
Full Changelog: v1.16.0...v1.17.0
v1.16.0
v1.15.3
2024-07-16T18:30:43Z
deps bump
NOTE
these builds are without libcurl
Full Changelog: v1.15.2...v1.15.3
v1.15.2
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
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
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