New features: - Added dictionary completer (off by default). - Added fuzzy completion (off by default). - Highlight keywords in completion dropdown menu. - Enable universal wheels.
Fixes: - Fixed embedding repl as asyncio coroutine. - Fixed patching stdout in embedded repl. - Fixed ResourceWarning in setup.py.
2.0.4
Not secure
-----------------
- Fixed ptipython. - Fixed config: setting of color depth. - Fixed auto-suggest key bindings. - Fixed Control-D key binding for exiting REPL when (confirm_exit=False). - Correctly focus/unfocus sidebar. - Fixed open_in_editor and suspend key bindings.
2.0.3
Not secure
-----------------
- Allow changing the min/max brightness. - Some changes for compatibility with the latest prompt_toolkit.
2.0.2
Not secure
-----------------
Fixes: - Don't crash the history browser when there was no history. - Set last exception in the sys module, when an exception was raised. - Require prompt_toolkit 2.0.5.
2.0.1
Not secure
-----------------
Upgrade to prompt_toolkit 2.0.x.
1.0.0
Improvements: - Unindent after typing 'pass'. - Make it configurable whether or not a blank line has to be inserted after the output.