Skip to content

Releases: kislyuk/argcomplete

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

v1.12.3

19 Apr 15:46
v1.12.3
ce54b6d
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Update importlib-metadata dependency version range

    • Bash nounset mode fixes (#313)

v1.12.0

12 Jul 18:17
86fb4be
Compare
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)

v1.11.1

14 Jan 17:19
v1.11.1
ee97582
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Include all test directory contents in source distribution