python-prompt-toolkit v3.0.9 Release Notes

Release Date: 2021-01-05 // over 3 years ago
  • ๐Ÿ†• New features:

    • ๐Ÿง Handle c-tab for TERM=linux.

    ๐Ÿ›  Fixes:

    • Improve rendering speed of print_formatted_text. (Don't render styling attributes to output between fragments that have identical styling.)
    • Gracefully handle FileHistory decoding errors.
    • ๐Ÿ—„ Prevent asyncio deprecation warnings.