summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Removed ability to call commands as if they were functions in pyscript (e.g. ...Kevin Van Brunt2019-02-281-0/+2
* Updated the examples to illustrate sorting CompletionItemsKevin Van Brunt2019-02-271-1/+0
* Added matches_sort_key member to cmd2Kevin Van Brunt2019-02-271-1/+2
* Fixed grammar in change logKevin Van Brunt2019-02-231-1/+1
* Made cmd2_app a positional and required argument of AutoCompleter.Kevin Van Brunt2019-02-231-0/+13
* Restored called to expanduser in do_edit() instead of relying on do_shell() t...0.9.10Kevin Van Brunt2019-02-221-0/+4
* Updated change logKevin Van Brunt2019-02-211-1/+3
* Added bug fix to change logKevin Van Brunt2019-02-201-0/+4
* Fixed issue where calling exit() or quit() from a pyscript would close the wh...Kevin Van Brunt2019-02-061-1/+4
* Added StdSim bug fixKevin Van Brunt2019-01-241-0/+5
* Updated change log for 0.9.7 releaseKevin Van Brunt2019-01-081-2/+3
* Updated change logKevin Van Brunt2018-12-211-1/+1
* Added bug fix about cmd_echoKevin Van Brunt2018-12-211-0/+1
* Updated CHANGELOGTodd Leonhardt2018-12-131-0/+2
* Added to change logKevin Van Brunt2018-12-061-0/+3
* Added description about path_filter argument in path_completeKevin Van Brunt2018-10-261-0/+2
* cmdloop now checks to see if it is running in the main thread before attempti...Todd Leonhardt2018-10-211-0/+2
* Deleted Cmd.colorize() method and Cmd._colorcodes dictionary which were depre...Todd Leonhardt2018-10-181-0/+4
* Updated formattingtest_oneKevin Van Brunt2018-10-131-1/+1
* Moved bug fixes to topKevin Van Brunt2018-10-131-4/+4
* Added bug fixes to change logKevin Van Brunt2018-10-131-0/+3
* RefactoredKevin Van Brunt2018-10-131-0/+1
* You can now call a macro with extra argumentsKevin Van Brunt2018-10-121-0/+1
* Using wcwidth to calculate display width of promptKevin Van Brunt2018-10-111-0/+4
* Filled in 0.9.5 release dateKevin Van Brunt2018-10-111-1/+1
* Fixed ArgparseFunctor to allow flag looking tokens in REMAINDER sectionsKevin Van Brunt2018-10-101-0/+2
* Added warning to documentation about how help_foo won't be called for command...Todd Leonhardt2018-10-061-0/+1
* Fixed unit test failures and addressed code review commentsTodd Leonhardt2018-10-061-1/+1
* Merge remote-tracking branch 'origin/master' into argparse_remainderEric Lin2018-10-061-1/+1
|\
| * Using sub-command instead of subcommand where possible to be consistent with ...Kevin Van Brunt2018-10-051-1/+1
* | Added description of changes to CHANGELOG.Eric Lin2018-10-061-0/+10
|/
* Fixed transcript testing bug where last command in transcript has no expected...Todd Leonhardt2018-09-301-0/+1
* Change TBD release date of 0.9.5 to be in October 2018Todd Leonhardt2018-09-301-1/+1
* Added that we converted everything to argparseKevin Van Brunt2018-09-281-1/+1
* Made function publicKevin Van Brunt2018-09-281-2/+4
* Changes requested in code reviewKevin Van Brunt2018-09-271-1/+1
* Documented macrosKevin Van Brunt2018-09-271-2/+5
* Merged alert_printer stuff from master and resolved conflictsTodd Leonhardt2018-09-251-0/+4
|\
| * Added bugfix about help on argparse commandsKevin Van Brunt2018-09-251-0/+1
| * Fixed documentationKevin Van Brunt2018-09-251-1/+1
| * Added documentationKevin Van Brunt2018-09-251-0/+4
* | Merge branch 'master' into colorizeTodd Leonhardt2018-09-251-0/+1
|\ \
| * | Added bugfix about help on argparse commandsKevin Van Brunt2018-09-251-0/+1
| |/
* | Merged master and resolved conflicts in CHANGELOGTodd Leonhardt2018-09-251-0/+5
|\ \ | |/
| * Deleted the hook methods which were deprecated in the previous releaseTodd Leonhardt2018-09-251-0/+5
* | Updated CHANGELOG with info based on color support changesTodd Leonhardt2018-09-231-0/+9
|/
* Updated changelogTodd Leonhardt2018-09-191-0/+2
* Updated CHANGELOG with bug fix comment for associated PRTodd Leonhardt2018-09-041-1/+2
* Added change to ACHelpFormatterKevin Van Brunt2018-08-241-0/+2
* Added way of returning a non-zero exit code to the shellTodd Leonhardt2018-08-231-0/+3