python-prompt-toolkit v3.0.4 Release Notes

Release Date: 2020-03-06 // about 4 years ago
  • ๐Ÿ†• New features:

    • โž• Added many more vt100 ANSI sequences and keys.
    • ๐Ÿ‘Œ Improved control/shift key support in Windows.
    • No Mypy errors in prompt_toolkit anymore.
    • ๐Ÿ‘ป Added set_exception_handler optional argument to PromptSession.prompt().

    ๐Ÿ›  Fixes:

    • ๐Ÿ›  Bugfix in invalidate code. PromptSession was invalidating the UI continuously.
    • Add uvloop support (was broken due to an issue in our call_soon_threadsafe).
    • ๐Ÿ‘ป Forwarded set_exception_handler in Application.run to the run_async call.
    • ๐Ÿ›  Bugfix in NestedCompleter when there is a leading space.

    ๐Ÿ’ฅ Breaking changes:

    • ShiftControl has been replaced with ControlShift and s-c with c-s in key bindings. Aliases for backwards-compatibility have been added.