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