Skip to content

Releases: kislyuk/argcomplete

v1.11.1

14 Jan 17:19
v1.11.1
ee97582

Choose a tag to compare

  • Add -o bashdefault to register-python-argcomplete's output command (#284)

v1.11.0

24 Dec 05:21
v1.11.0
6d59be6

Choose a tag to compare

  • Use shell builtins where possible (#280)

    • Switch from pkg_resources to importlib (#283)

    • Remove .sh extension by bash-completion convention (#281)

    • Catch exceptions in _check_module (#269)

    • Documentation and test improvements

v1.10.3

26 Nov 19:12
v1.10.3
ea38250

Choose a tag to compare

  • Do not suggest options after -- (end-of-options delimiter)

v1.10.2

17 Nov 14:26
v1.10.2
d196109

Choose a tag to compare

  • Include all test directory contents in source distribution

v1.10.1

17 Nov 06:29
v1.10.1
5ddc689

Choose a tag to compare

  • Trigger completers on --optional=PARTIAL_VALUE

    • Complete console scripts installed from wheels (#241)

v1.10.0

12 May 17:26
v1.10.0
9d6dd18

Choose a tag to compare

v1.9.5

02 Apr 13:58
v1.9.5
f9eb0a2

Choose a tag to compare

  • check_module: Don't crash, exit with error instead (#261)

    • Register completion for multiple commands (#246)

v1.9.4

13 Feb 15:40
v1.9.4
cc47af1

Choose a tag to compare

  • Use the correct interpreter when checking wrappers (#226)

    • Provide shellcode as a module function (#237)

v1.9.3

16 Nov 20:46
v1.9.3

Choose a tag to compare

  • Fix handling of COMP_POINT (#236)

    • Fix crash when writing unicode to debug_stream in Python 2 (#230)

v1.9.2

23 Aug 17:37
v1.9.2

Choose a tag to compare

  • Fix release