File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 1
1
## 0.9.11 (TBD, 2019)
2
+ * Bug Fixes
3
+ * Fixed bug in how ** history** command deals with multiline commands when output to a script
2
4
* Enhancements
5
+ * Improvements to the ** history** command
6
+ * Simplified the display format and made it more similar to ** bash**
7
+ * Added ** -x** , ** --expanded** flag
8
+ * output expanded commands instead of entered command (expands aliases, macros, and shortcuts)
9
+ * Added ** -v** , ** --verbose** flag
10
+ * display history and include expanded commands if they differ from the typed command
3
11
* Added `` matches_sort_key `` to override the default way tab completion matches are sorted
4
12
* Potentially breaking changes
5
13
* Made `` cmd2_app `` a positional and required argument of `` AutoCompleter `` since certain functionality now
You can’t perform that action at this time.
0 commit comments