File tree 1 file changed +7
-8
lines changed
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 4
4
0.7.1
5
5
-----
6
6
7
- *Release date: TBD
7
+ * Release date: TBD*
8
8
9
9
* Bug fixes
10
10
* `` - `` wasn't being treated as a legal character
11
11
* The allow_cli_args attribute wasn't properly disabling parsing of args at invocation when False
12
12
* 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
13
16
* Added CONTRIBUTING.md and CODE_OF_CONDUCT.md files
14
17
* Added unicode parsing unit tests and listed unicode support as a feature when using Python 3
15
18
* Added more examples and improved documentation
16
19
* Example for how use cmd2 in a way where it doesn't own the main loop so it can integrate with external event loops
17
20
* Example for how to use argparse for parsing command-line args at invocation
18
21
* 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
19
25
20
26
0.7.0
21
27
-----
78
84
79
85
* Belatedly began a NEWS.txt
80
86
* 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