python-prompt-toolkit v2.0.4 Release Notes

Release Date: 2018-07-22 // over 5 years ago
  • ๐Ÿ› Bug fixes:

    • ๐Ÿ›  Fix render height for rendering full screen applications in Windows.
    • ๐Ÿ›  Fix in TextArea. Set accept_handler to None if not given.
    • Go to the beginning of the next line when enter is pressed in Vi navigation mode, and the buffer doesn't have an accept handler.
    • ๐Ÿ›  Fix the default argument of the prompt function when called multiple times.
    • Display decomposed multiwidth characters correctly.
    • Accept history in prompt() function again.

    Backwards incompatible changes:

    • ๐Ÿ“‡ Renamed PipeInput to PosixPipeInput. Added Win32PipeInput and create_input_pipe.
    • Pass buffer argument to the accept_handler of TextArea.

    ๐Ÿ†• New features:

    • โž• Added accept_default argument to prompt().
    • ๐Ÿ‘‰ Make it easier to change the body/title of a Frame/Dialog.
    • โž• Added DynamicContainer.
    • โž• Added merge_completers for merging multiple completers together.
    • โž• Add vt100 data to key presses in Windows.
    • ๐Ÿ– Handle left/right key bindings in Vi block insert mode.