python-prompt-toolkit v3.0.7 Release Notes

Release Date: 2020-08-29 // over 3 years ago
  • ๐Ÿ†• New features:

    • ๐Ÿ†• New "placeholder" parameter added to PromptSession.

    Other changes:

    • ๐Ÿšš The "respond to CPR" logic has been moved from the Input to Output classes (this does clean up some code).

    ๐Ÿ›  Fixes:

    • ๐Ÿ›  Bugfix in shift-selection key bindings.
    • ๐Ÿ›  Fix hight calculation of FormattedTextControl when line wrapping is turned on.
    • ๐Ÿ›  Fixes for SSH server:
      • Missing encoding property.
      • Fix failure in "set_line_mode" call.
      • Handle BrokenPipeError.