Skip to content

Releases: carapace-sh/carapace

v0.0.15: Merge pull request #44 from rsteube/fix-zsh-sanitized-values

11 May 22:25
289ad76
Compare
Choose a tag to compare
  • determine shell using parent process name
  • zsh: fix sanitized values

v0.0.14: Merge pull request #42 from rsteube/cleanup-snippet-invocation

04 May 07:31
48d1cc2
Compare
Choose a tag to compare
  • initial standalone support
  • elvish: snippet fixes and mktemp for callback
  • wildcard positional completion

added elvish

18 Apr 14:58
8c6a32b
Compare
Choose a tag to compare
Merge pull request #35 from rsteube/fix-elvish-replacer

elvish: fix flag usage

v0.0.12: Merge pull request #31 from rsteube/powershell-update-actionmessage

15 Apr 18:54
4053fc5
Compare
Choose a tag to compare

support quoted values

03 Apr 23:46
dbd5912
Compare
Choose a tag to compare
  • added support for quoted values in bash/fish
  • no space for trailing slash in bash (fix ActionFiles)
  • added ActionDirectories

v0.0.10: Merge pull request #7 from rsteube/bash-support-spaces

29 Mar 21:49
f555780
Compare
Choose a tag to compare

v0.0.9: Merge pull request #5 from rsteube/break-all-the-things

29 Mar 19:26
352a0bf
Compare
Choose a tag to compare

basic protection against command injection (simply removing specific characters)

v0.0.8

28 Mar 11:06
Compare
Choose a tag to compare

bash: fix positional completion

v0.0.7

27 Mar 17:38
Compare
Choose a tag to compare

bash: fix warning when command has no flags

v0.0.6

27 Mar 15:44
Compare
Choose a tag to compare
bash: subcommands now completed with ActionValues instead of callback