Skip to content

Releases: kislyuk/argcomplete

v2.1.2: - Test infrastructure improvements

17 Mar 19:48
v2.1.2
15e86f2

Choose a tag to compare

  • Test infrastructure improvements

  • Indicate that there is no support commitment for fish and tcsh shells

v2.1.1

06 Mar 19:48
v2.1.1
8ab7a94

Choose a tag to compare

  • Documentation and test improvements

v2.1.0

06 Mar 19:20
v2.1.0
66d1329

Choose a tag to compare

  • Remove scripts for contrib-supported shells from global namespace

v2.0.6: - setup.py: exclude test.* subpackages from find_packages (#406)

06 Mar 16:05
v2.0.6
9b95ef0

Choose a tag to compare

  • setup.py: exclude test.* subpackages from find_packages (#406)

  • Support PowerShell (#405)

  • CI updates

v2.0.5

04 Mar 23:34
v2.0.5
1dd3e9f

Choose a tag to compare

  • Revert "Support powershell (#392)"

v2.0.0

03 Jan 17:29
v2.0.0
bf16566

Choose a tag to compare

  • Truncate input after cursor. Fixes #351 (#352)

    • Support of path completion in fish #327 (#359)

    • Drop support for Python 2.7 and 3.5 (#361)

    • Add support for Python 3.10 (#356)

    • Test, documentation, and release infrastructure improvements

v1.12.3

19 Apr 15:46
v1.12.3
ce54b6d

Choose a tag to compare

  • Update importlib-metadata version pin (#345)

    • Display script debug output in tcsh (#342)

    • Fish support improvements (#338, #339)

    • Print warn() message from beginning of line (#335)

    • Test infrastructure improvements

v1.12.2

24 Nov 04:10
v1.12.2
bfafe22

Choose a tag to compare

  • Update importlib-metadata dependency pin (#332)

    • Add change log project URL (#312)

    • Replace Travis CI with GitHub Actions (#323)

v1.12.1

27 Sep 04:25
v1.12.1
36bc3b3

Choose a tag to compare

  • Update importlib-metadata dependency version range

    • Bash nounset mode fixes (#313)

v1.12.0

12 Jul 18:17
86fb4be

Choose a tag to compare

  • Help string support for fish (#264)

    • Add option to use tempfiles for IPC (#307)

    • Fix multiple command registration for non-bash shells (#293)

    • Register auto completion for an arbitrary name using a given external script (#288, #296)

    • Skip completions from active subprocess completer (#289)

    • Fix warnings regarding invalid escape sequences (#286)