summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Added support for 8-bit/256-colors with the cmd2.EightBitFg and cmd2.EightBit...Kevin Van Brunt2021-10-111-0/+9
* Fixed AttributeError in rl_get_prompt() when prompt is None.Kevin Van Brunt2021-10-111-0/+4
* Updated change log for 2.2.0 release2.2.0Kevin Van Brunt2021-09-141-1/+1
* Updated async_alert() to account for self.prompt not matching Readline's curr...Kevin Van Brunt2021-09-141-0/+1
* Updated change logKevin Van Brunt2021-09-081-1/+2
* Argparse tab completer will complete remaining flag names if there are no mor...Kevin Van Brunt2021-09-071-0/+1
* Added ap_completer_type arg to Cmd2ArgumentParser.__init__().Kevin Van Brunt2021-09-011-0/+2
* Refactored custom ArgparseCompleter functionality so they will now be set usi...Kevin Van Brunt2021-09-011-2/+5
* Fixed extra space appended to each alias by "alias list" command.Kevin Van Brunt2021-08-251-0/+2
* All cmd2 built-in commands now populate self.last_resultKevin Van Brunt2021-08-231-0/+1
* Merge branch 'master' into topic_widthKevin Van Brunt2021-08-231-8/+13
|\
| * * New function `set_default_command_completer_type()` allows developer to ext...Eric Lin2021-08-231-0/+6
* | Merge branch 'master' into topic_widthKevin Van Brunt2021-08-191-0/+2
|\ \ | |/
| * Deleted set_choices_provider() and set_completer() which were deprecated in 2...Kevin Van Brunt2021-08-191-0/+4
* | set command output now uses SimpleTable.Kevin Van Brunt2021-08-191-0/+10
|/
* Updated files for 2.1.2 release2.1.2Kevin Van Brunt2021-07-051-2/+1
* Added accessor methods for cmd2-specific attributes to the argparse.Action cl...Kevin Van Brunt2021-07-041-0/+20
* Updated CHANGELOG for 2.1.1 release2.1.1Kevin Van Brunt2021-06-171-1/+3
* Fixed handling of argparse's default options group name which was changed in ...Kevin Van Brunt2021-06-171-0/+4
* Updated CHANGELOG for 2.1.0 release2.1.0Kevin Van Brunt2021-06-141-2/+2
* Compressing JSON history filesKevin Van Brunt2021-06-141-1/+1
* Converted persistent history files from pickle to JSON formatKevin Van Brunt2021-06-141-0/+4
* Update changelog2.0.1Todd Leonhardt2021-06-071-0/+4
* Corrected breaking change about historyKevin Van Brunt2021-06-061-1/+1
* Added missing breaking change about history filesKevin Van Brunt2021-06-061-0/+2
* Updated CHANGELOG for 2.0 release2.0.0Kevin Van Brunt2021-06-061-1/+1
* Updated documentation. Added support for calling cmd2.Cmd.run_editor() with n...Kevin Van Brunt2021-05-251-0/+1
* Removed cmd2.Cmd.quit_on_sigint.Kevin Van Brunt2021-04-301-0/+1
* Stopping a shell command with Ctrl-C now raises a KeyboardInterrupt to suppor...Kevin Van Brunt2021-04-301-0/+3
* Changed default behavior of runcmds_plus_hooks() to not stop when Ctrl-C is p...Kevin Van Brunt2021-04-301-0/+2
* Renamed silent_startup_script to silence_startup_script for clarityKevin Van Brunt2021-04-281-0/+1
* Made the amount of space between columns in a SimpleTable configurablecolumn_spacingKevin Van Brunt2021-04-211-0/+1
* Renamed use_ipython keyword parameter of cmd2.Cmd.__init__() to include_ipy.Kevin Van Brunt2021-03-301-1/+8
* ipy command now includes all of self.py_locals in the IPython environmentKevin Van Brunt2021-03-241-0/+1
* No longer using -1 as an exit codeexit_codeKevin Van Brunt2021-03-231-0/+1
* onecmd_plus_hooks() now sets self.exit_code when a SystemExit handledKevin Van Brunt2021-03-231-0/+3
* Resolves comments from PREric Lin2021-03-181-1/+9
* Corrected help text for alias commandKevin Van Brunt2021-03-181-1/+2
* Updated change logKevin Van Brunt2021-03-021-0/+1
* Merge branch 'master' into formatted_completionsKevin Van Brunt2021-03-021-0/+1
|\
| * Merge branch 'master' into history_fixKevin Van Brunt2021-03-021-0/+1
| |\
| * \ Update CHANGELOG with info on recent bug fix PRTodd Leonhardt2021-03-011-2/+3
| |\ \
| * | | Updated change logKevin Van Brunt2021-03-011-0/+2
* | | | Added support for ANSI styles and newlines in tab completion resultsKevin Van Brunt2021-03-021-0/+3
| |_|/ |/| |
* | | Added cmd2.exceptions.PassThroughExceptionexception_passthroughKevin Van Brunt2021-03-021-0/+1
| |/ |/|
* | Fixed issue where TableCreator was tossing blank last linestable_newlineKevin Van Brunt2021-03-011-1/+3
|/
* Updated README and CHANGELOGTodd Leonhardt2021-02-201-0/+1
* Fixed typo in change logKevin Van Brunt2021-02-011-1/+1
* Merge branch 'master' into 2.0Todd Leonhardt2021-01-311-3/+5
|\
| * Updated CHANGELOG to prepare for next release1.5.0Todd Leonhardt2021-01-311-2/+4