========================== - register-python-argcomplete: add option to avoid default readline completion. Thanks to drmalex07 (pull request 99).
0.8.6
========================== - Expand tilde in script name, allowing argcomplete to work when invoking scripts from one's home directory. Thanks to VorpalBlade (Issue 104).
0.8.5
========================== - Fix issues related to using argcomplete in a REPL environment. - New helper method for custom completion display. - Expand test suite; formatting cleanup.
0.8.4
========================== - Fix issue related to using argcomplete in a REPL environment. Thanks to wapiflapi (pull request 91).
0.8.3
========================== - Fix multiple issues related to using argcomplete in a REPL environment. Thanks to wapiflapi (pull request 90).
0.8.2
========================== - Don't strip colon prefix in completion results if COMP_WORDBREAKS does not contain a colon. Thanks to berezv (pull request 88).