summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into make_history_directoryKevin Van Brunt2019-07-301-1/+2
|\
| * Updated change logKevin Van Brunt2019-07-291-1/+1
| * Updated change logKevin Van Brunt2019-07-291-0/+4
* | Updated change logKevin Van Brunt2019-07-291-0/+4
|/
* Add release date to next release in CHANGELOGTodd Leonhardt2019-07-241-1/+1
* Fixed bug where completer function of disabled command would still runKevin Van Brunt2019-07-241-0/+1
* Fixed quoting issueKevin Van Brunt2019-07-231-1/+1
* Fixed issue where run_pyscript failed if the script's filename had a spaceKevin Van Brunt2019-07-231-0/+1
* Updated CHANGELOGTodd Leonhardt2019-07-201-0/+1
* Renamed PyscriptBridge to PyBridgeKevin Van Brunt2019-07-201-1/+2
* Fixed issue where ipy wasn't using the correct name for the PyscriptBridgeKevin Van Brunt2019-07-201-0/+2
* Fixed punctuationKevin Van Brunt2019-07-191-1/+1
* Changed all uses of sub-command to subcommandKevin Van Brunt2019-07-191-3/+3
* Updated broken doc link in CHANGELOG for recent releaseTodd Leonhardt2019-07-181-1/+1
* Renamed ArgParser to Cmd2ArgumentParser to make it clear it's a derived class...Kevin Van Brunt2019-07-181-1/+1
* Added unit tests for tab completing multiline commandsKevin Van Brunt2019-07-171-0/+1
* Fixed bug where multiline commands were having leading and ending spaces stri...Kevin Van Brunt2019-07-171-0/+2
* Fixed bug where was sometimes showing raw and expanded commands when they we...Kevin Van Brunt2019-07-171-0/+1
* Updated change log with bug fixKevin Van Brunt2019-07-171-0/+2
* Merge branch 'master' into default_sort_keyKevin Van Brunt2019-07-161-0/+1
|\
| * Fixed documentation for run_script and renamed history optionKevin Van Brunt2019-07-161-0/+1
* | Updated change logKevin Van Brunt2019-07-161-0/+4
* | Updated change logKevin Van Brunt2019-07-161-0/+2
|/
* Fixed link textKevin Van Brunt2019-07-151-1/+1
* Added link to argparse_custom.py to change logKevin Van Brunt2019-07-151-3/+3
* Renamed Cmd2ArgParser to ArgParserKevin Van Brunt2019-07-121-1/+1
* Updated docsKevin Van Brunt2019-07-121-0/+3
* Updated CHANGELOGKevin Van Brunt2019-07-111-0/+1
* Updated CHANGELOGKevin Van Brunt2019-07-111-1/+5
* Updated changelogTodd Leonhardt2019-07-101-0/+4
* Remove load, _relative_load, pyscript aliases whichTodd Leonhardt2019-06-291-0/+9
* Update changelog in preparation for next release0.9.14Todd Leonhardt2019-06-291-1/+1
* Updated CHANGELOG with more details on breaking changes to poutput and perrorTodd Leonhardt2019-06-291-3/+6
* Updated documentationKevin Van Brunt2019-06-271-0/+18
* Updated CHANGELOG and slightly refactored/reorganized comments and code in tr...Todd Leonhardt2019-06-161-3/+4
* Updated CHANGELOG and made some more methods protectedTodd Leonhardt2019-06-151-1/+5
* Updated change logKevin Van Brunt2019-06-151-0/+5
* Updated CHANGELOG with info on Python 3.4 deprecation and 3.8 supportTodd Leonhardt2019-06-141-0/+6
* Updated CHANGELOG with release date for 0.9.130.9.13Todd Leonhardt2019-06-141-2/+2
* Added a unit test for HistoryItem.pr() in the case of non-verbose, non-expand...Todd Leonhardt2019-06-141-1/+1
* Updated change logKevin Van Brunt2019-06-141-1/+2
* Fixed UnsupportedOperation on fileno error when a shell command was one of th...Kevin Van Brunt2019-06-121-0/+2
* Removed support for cmd.cmdqueueKevin Van Brunt2019-06-111-0/+2
* Updated change logKevin Van Brunt2019-06-101-0/+1
* Updated change logKevin Van Brunt2019-06-101-1/+1
* Updated change logKevin Van Brunt2019-06-101-4/+4
* Updated change logKevin Van Brunt2019-06-101-14/+14
* Updated change log and commentKevin Van Brunt2019-06-071-1/+4
* Merge branch 'master' into script_refactorKevin Van Brunt2019-06-061-16/+27
|\
| * Resolve PR feedbackkotfu2019-05-251-3/+1