File tree 1 file changed +3
-2
lines changed
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 )
2
2
* Bug Fixes
3
3
* Fixed bug when user chooses a zero or negative index when calling `` Cmd.select() ``
4
4
* Restored behavior where `` cmd_echo `` always starts as False in a py script. This was broken in 0.9.5.
5
5
* Enhancements
6
6
* ** cmdloop** now only attempts to register a custom signal handler for SIGINT if running in the main thread
7
7
* 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.
9
10
* Deletions (potentially breaking changes)
10
11
* Deleted `` Cmd.colorize() `` and `` Cmd._colorcodes `` which were deprecated in 0.9.5
11
12
* 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