python-prompt-toolkit v3.0.30 Release Notes

Release Date: 2022-06-27 // almost 2 years ago
  • ๐Ÿ†• New features:

    • Allow zero-width-escape sequences in print_formatted_text.
    • โž• Add default value option for input dialog.
    • โž• Added has_suggestion filter.

    ๐Ÿ›  Fixes:

    • ๐Ÿ›  Fix rendering of control-shift-6 (or control-). Render as ''
    • 0๏ธโƒฃ Always wrap lines in the Label widget by default.
    • ๐Ÿ›  Fix enter key binding in system toolbar in Vi mode.
    • ๐Ÿ‘Œ Improved handling of stdout objects that don't have a 'buffer' attribute. For instance, when using renderer_print_formatted_text in a Jupyter Notebook.