========================== - Use FilesCompleter as default completer fallback (120).
1.1.0
========================== - Recognize subclasses of argparse._SubParsersAction. Thanks to Stephen Koo (118). - Support parsed_args in custom completers with missing args. Thanks to Dan Kilman (124). - Non-ASCII support in FilesCompleter. - Automatically enable FilesCompleter for argparse.FileType arguments.
1.0.0
========================== - Don't print args with suppressed help by default; add ``argcomplete.autocomplete(print_suppressed=True)`` to control this behavior (113).
0.9.0
========================== - Fix always_complete_options=False support (115).
0.8.9
========================== - Correct doc filename in setup.cfg (fixes bdist_rpm failure, Issue 111). - Make context managers exception-safe. Thanks to Mikołaj Siedlarek (pull request 110).
0.8.8
========================== - Build and upload universal wheel packages in release. - Fix issue with non-string choices for arguments. Thanks to neizod (pull request 107). - Improve non-ascii argparse argument support on Python 2.7.