python-prompt-toolkit v0.60 Release Notes

Release Date: 2016-03-14 // about 8 years ago
  • ๐Ÿ›  Fixes:

    • ๐Ÿ›  Fix in Document.paste. (The screen was not updated after an undo of a paste.)
    • ๐Ÿ—„ Don't use deprecated inspect.getargspec on Python 3.
    • ๐Ÿ›  Fixed reading input on Windows when input was piped in stdin.
    • Use correct file descriptors for input/output in run_system_command.
    • Always correctly split prompt in shortcuts.prompt. (Even when multiline=False)
    • Correctly align right prompt to the top when the left prompt consists of multiple lines.
    • 0๏ธโƒฃ Correctly use Token.Transparent as default token for a TokenListControl.
    • ๐Ÿ›  Fix in syntax synchronisation. (Better handle the case when no synchronisation point was found.)
    • Send SIGTSTP to the whole process group.
    • Correctly raise on_buffer_changed on all text changes.
    • ๐Ÿ›  Fix in regular_languages.GrammarLexer. (Fixes bug in ptipython syntax highlighting.)

    ๐Ÿ†• New features:

    • โž• Add support for additional readers to the Win32 event loop.
    • โž• Added on_render event.
    • Carry the weight in layout dimensions to allow stretching.