Skip to content

Releases: carapace-sh/carapace

v0.1.1: Merge pull request #97 from rsteube/add-multiparts-test

07 Oct 22:57
fc169a7
Compare
Choose a tag to compare
added multiparts test

v0.1.0: Merge pull request #96 from rsteube/stringslice-support

05 Oct 16:40
cf8f916
Compare
Choose a tag to compare
  • 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

19 Sep 23:15
d7719af
Compare
Choose a tag to compare

v0.0.22: Merge pull request #92 from rsteube/improve-check

19 Sep 17:23
e52d6a4
Compare
Choose a tag to compare

xonsh: fix completion script (needs to check itself if it is responsible for completion)

v0.0.21: Merge pull request #87 from rsteube/xonsh

19 Sep 15:48
3242959
Compare
Choose a tag to compare

v0.0.20: Merge pull request #83 from rsteube/support-optarg-flags

16 Sep 18:00
aea9c71
Compare
Choose a tag to compare

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

15 Sep 16:28
fa44e5a
Compare
Choose a tag to compare

shorthand-only support using cornfeedhobo/pflag

v0.0.18: Merge pull request #79 from rsteube/ensure-description-noteempty

14 Sep 15:50
1c27c7f
Compare
Choose a tag to compare

v0.0.17

09 Sep 13:24
dc5dd0c
Compare
Choose a tag to compare
  • renamed parser binary to caraparse and moved it to rsteube/carapace-bin
  • added ActionUserGroup
  • added ActionKillSignals
  • fix escaping for various characters

v0.0.16: Merge pull request #50 from rsteube/display-suffix-deprecated

20 Aug 15:39
a61c300
Compare
Choose a tag to compare
  • elvish: replaced deprecated display-suffix
  • updated ActionMultiparts as callback (initial version)