We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f0c7d1 commit 534cb79Copy full SHA for 534cb79
CHANGELOG.md
@@ -1,10 +1,13 @@
1
## 0.9.7 (TBD, 2018)
2
* Enhancements
3
* **cmdloop** now only attempts to register a custom signal handler for SIGINT if running in the main thread
4
+ * commands run as a result of ``default_to_shell`` being **True** now run via ``do_shell()`` and are saved
5
+ to history.
6
* Deletions (potentially breaking changes)
7
* Deleted ``Cmd.colorize()`` and ``Cmd._colorcodes`` which were deprecated in 0.9.5
8
* Replaced ``dir_exe_only`` and ``dir_only`` flags in ``path_complete`` with optional ``path_filter`` function
9
that is used to filter paths out of completion results.
10
+ * ``perror()`` no longer prepends "ERROR: " to the error message being printed
11
12
## 0.9.6 (October 13, 2018)
13
* Bug Fixes
0 commit comments