Fixed: - eval() doesn't run using unicode_literals anymore. - Upgrade to prompt-toolkit 0.34.
0.7
---------------
Fixed: - Upgrade to prompt-toolkit 0.33.
New features: - Added complete_while_typing option.
0.6
Not secure
---------------
Fixed: - Upgrade to prompt-toolkit 0.32 which has many new features.
Changes: - Removal of tab pages + clean up. - Pressing enter twice will now always automatically execute the input. - Improved Control-D key binding. - Hide docstring by default.
0.5
Not secure
---------------
Fixed: - Tab autocompletion on first line. - Upgrade to prompt-toolkit 0.31
New features: - Simple autocompletion for IPython magics.