python-prompt-toolkit v3.0.32 Release Notes
Release Date: 2022-11-03 // over 3 years ago-
๐ Bug fixes:
- 0๏ธโฃ Use
DummyInputby default increate_input()ifsys.stdindoes not have a valid file descriptor. This fixes errors whensys.stdinis patched in certain situations. - ๐ Fix control-c key binding for
ProgressBarwhen the progress bar was not created from the main thread. The current code would try to kill the main thread when control-c was pressed.
๐ New features:
- Accept a
cancel_callbackinProgressBarto specify the cancellation behavior for whencontrol-cis pressed. - ๐ Small performance improvement in the renderer.
- 0๏ธโฃ Use
Previous changes from v3.0.31
-
๐ New features:
- Pass through
nameproperty inTextAreawidget toBuffer. - Added a
enable_cprparameter toVt100_Output,TelnetServerandPromptToolkitSSHServer, to completely disable CPR support instead of automatically detecting it.
- Pass through