File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1- ## 0.9.7 (TBD, 2018 )
1+ ## 0.9.7 (January 08, 2019 )
22* Bug Fixes
33 * Fixed bug when user chooses a zero or negative index when calling `` Cmd.select() ``
44 * Restored behavior where `` cmd_echo `` always starts as False in a py script. This was broken in 0.9.5.
55* Enhancements
66 * ** cmdloop** now only attempts to register a custom signal handler for SIGINT if running in the main thread
77 * commands run as a result of `` default_to_shell `` being ** True** now run via `` do_shell() `` and are saved
8- to history.
8+ to history.
9+ * Added more tab completion to pyscript command.
910* Deletions (potentially breaking changes)
1011 * Deleted `` Cmd.colorize() `` and `` Cmd._colorcodes `` which were deprecated in 0.9.5
1112 * Replaced `` dir_exe_only `` and `` dir_only `` flags in `` path_complete `` with optional `` path_filter `` function
You can’t perform that action at this time.
0 commit comments