File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 440.7.1
55-----
66
7- *Release date: TBD
7+ * Release date: TBD*
88
99* Bug fixes
1010 * `` - `` wasn't being treated as a legal character
1111 * The allow_cli_args attribute wasn't properly disabling parsing of args at invocation when False
1212 * py command wasn't allowing scripts which used * cmd* function prior to entering an interactive Python session
13+ * Don't throw exception when piping output to a shell command
14+ * Transcript testing now properly calls `` preloop `` before and `` postloop `` after
15+ * Fixed readline bug related to ANSI color escape codes in the prompt
1316* Added CONTRIBUTING.md and CODE_OF_CONDUCT.md files
1417* Added unicode parsing unit tests and listed unicode support as a feature when using Python 3
1518* Added more examples and improved documentation
1619 * Example for how use cmd2 in a way where it doesn't own the main loop so it can integrate with external event loops
1720 * Example for how to use argparse for parsing command-line args at invocation
1821 * Example for how to use the ** py** command to run Python scripts which use conditional control flow
22+ * Example of how to use regular expressions in a transcript test
23+ * Added CmdResult namedtumple for returning and storing results
24+ * Added local file system path completion for `` edit `` , `` load `` , `` save `` , and `` shell `` commands
1925
20260.7.0
2127-----
7884
7985* Belatedly began a NEWS.txt
8086* Changed pyparsing requirement for compatibility with Python version (2 vs 3)
81-
82-
83-
84-
85-
86-
87-
You can’t perform that action at this time.
0 commit comments