Skip to content

Releases: kislyuk/argcomplete

v3.0.3

21 Mar 01:30
v3.0.3
83f7e21
Compare
Choose a tag to compare
  • Re-add split_line to API (#419)

v3.0.2

20 Mar 05:11
Compare
Choose a tag to compare

Fix zsh default completion issues

v3.0.1

20 Mar 04:51
v3.0.1
bc7a842
Compare
Choose a tag to compare
  • Fix zsh autoload issues

v3.0.0

19 Mar 23:46
v3.0.0
7a41611
Compare
Choose a tag to compare
  • Fully support zsh. Argcomplete now supports completion descriptions and global completion in zsh.

  • Clean up top level namespace.

  • Documentation and test improvements.

v2.1.2: - Test infrastructure improvements

17 Mar 19:48
v2.1.2
15e86f2
Compare
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
Compare
Choose a tag to compare
  • Documentation and test improvements

v2.1.0

06 Mar 19:20
v2.1.0
66d1329
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Revert "Support powershell (#392)"

v2.0.0

03 Jan 17:29
v2.0.0
bf16566
Compare
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