You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,10 @@
9
9
for formatting help/description text
10
10
* Aliases are now sorted alphabetically
11
11
* The **set** command now tab-completes settable parameter names
12
+
* Added ``async_alert``, ``async_update_prompt``, and ``set_window_title`` functions
13
+
* These allow you to provide feedback to the user in an asychronous fashion, meaning alert can be
14
+
display when the user is still entering text at the prompt. See [async_printing.py](https://github.com/python-cmd2/cmd2/blob/master/examples/async_printing.py)
15
+
for an example.
12
16
* Deletions
13
17
* The ``preparse``, ``postparsing_precmd``, and ``postparsing_postcmd`` methods *deprecated* in the previous release
0 commit comments