Skip to content

Releases: kislyuk/argcomplete

v3.1.4

02 Nov 05:13
Compare
Choose a tag to compare
  • Call _default as a fallback in zsh global completion

v3.1.3: - Use homebrew prefix by default

01 Nov 15:27
Compare
Choose a tag to compare
  • Use homebrew prefix by default

    • zsh: Allow to use external script (#453)

    • Add support for Python 3.12 and drop EOL 3.6 and 3.7 (#449)

v3.1.2

16 Sep 20:40
Compare
Choose a tag to compare
  • Ensure Python 3.12+ compatibility in check_console_script (#448)

v3.1.1: - Search through asdf shims

11 Jun 23:38
v3.1.1
a9059f3
Compare
Choose a tag to compare
  • Search through asdf shims

  • Use ` as escape character in PowerShell (#434)

v3.1.0: - setup.py -> pyproject.toml migration start (#427)

10 Jun 20:52
Compare
Choose a tag to compare
  • setup.py -> pyproject.toml migration start (#427)

    • Improve user install logic in activate-global-python-argcomplete (#437)

    • Ensure Python 3.7 compatibility in check_console_script (#436)

    • ZSH implementation fixes (#431, #433)

    • Documentation improvements

v3.0.8

23 Apr 21:45
v3.0.8
57dc7a7
Compare
Choose a tag to compare
  • Test suite shell wrapper: Accept OSError on exit

v3.0.7

23 Apr 21:35
v3.0.7
83b5f36
Compare
Choose a tag to compare
  • Test suite: Use general regex to cut zsh reset ANSI sequences (#425)

v3.0.6

22 Apr 14:30
Compare
Choose a tag to compare
  • Allow importlib-metadata 6.x; skip test failures on Python 3.7 (#420, #424)

    • Note completers can return iterables of strings, not just lists (#422)

    • Documentation and test improvements

v3.0.5: - Call _default as fallback in zsh global completion hook

26 Mar 05:56
Compare
Choose a tag to compare
  • Call _default as fallback in zsh global completion hook

    • Begin support for mapping-emitting completers

v3.0.4

22 Mar 00:15
v3.0.4
5d37545
Compare
Choose a tag to compare
  • activate-global-python-argcomplete: do not overwrite existing dotfile in user directory

  • Add NOTICE file

  • Establish long term name for split_line as argcomplete.lexers.split_line