Releases: carapace-sh/carapace
Releases · carapace-sh/carapace
v0.1.1: Merge pull request #97 from rsteube/add-multiparts-test
added multiparts test
v0.1.0: Merge pull request #96 from rsteube/stringslice-support
- ActionMultiParts now returns Action which improves reusability of Actions
- subsequently made some changes to the api (Action struct mostly) which isn't final yet and should break some things here and there (for now)
- custom actions now resided in rsteube/carapace-bin
- bash completion now has descriptions as well (thanks to https://stackoverflow.com/a/10130007)
v0.0.23: Merge pull request #94 from rsteube/xonsh-enter-confirm
xonsh: various fixes
v0.0.22: Merge pull request #92 from rsteube/improve-check
xonsh: fix completion script (needs to check itself if it is responsible for completion)
v0.0.21: Merge pull request #87 from rsteube/xonsh
v0.0.20: Merge pull request #83 from rsteube/support-optarg-flags
basic support for flags with optional argument
e.g. tail --follow
or tail --follow=name
v0.0.19: Merge pull request #82 from rsteube/shorthand-reflection
shorthand-only support using cornfeedhobo/pflag
v0.0.18: Merge pull request #79 from rsteube/ensure-description-noteempty
fish, powershell: fix empty description
v0.0.17
v0.0.16: Merge pull request #50 from rsteube/display-suffix-deprecated
- elvish: replaced deprecated display-suffix
- updated ActionMultiparts as callback (initial version)