python-prompt-toolkit v3.0.20 Release Notes

Release Date: 2021-08-20 // over 2 years ago
  • ๐Ÿ†• New features:

    • โž• Add support for strikethrough text attributes.
    • Set up custom breakpointhook while an application is running (if no other breakpointhook was installed). This enhances the usage of PDB for debugging applications.
    • Strict type checking is now enabled.

    ๐Ÿ›  Fixes:

    • Ensure that print_formatted_text is always printed above the running application, like patch_stdout. (Before, patch_stdout was even completely ignored in case of `print_formatted_text, so there was no proper way to use it in a running application.)
    • ๐Ÿ›  Fix handling of non-bmp unicode input on Windows.
    • Set minimum Python version to 3.6.2 (Some 3.6.2 features were used).