Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Releases: batect/batect-fish-completion

0.5.1

14 May 02:08
0.5.1
a64e89b
Compare
Choose a tag to compare

0.5.0

20 Feb 05:37
0.5.0
edd950a
Compare
Choose a tag to compare
  • Improved: completions will now load significantly faster in new instances of Fish if completions have been generated for that version of Batect in the past

0.4.0

23 Jan 07:23
0.4.0
e791dad
Compare
Choose a tag to compare

Changes in this release:

  • Fixed: completing a command line with chaining (eg. && or ||) could result in a complete: maximum recursion depth reached error

0.3.0

28 Oct 02:34
0.3.0
445a73f
Compare
Choose a tag to compare

Changes in this release:

  • Fixed: download progress information could be shown when generating completions, garbling the completions
  • Fixed: completion would fail if the wrapper script path given on the command line (eg. ./batect) didn't exist
  • Fixed: completions would be incomplete or fail with an error if the command line included an argument with a space (eg. ./batect --log-file="~/My Logs/log.json")

0.2.0

25 Oct 22:54
0.2.0
6de34fa
Compare
Choose a tag to compare

Initial release.