summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
...
* Updating change log for release1.0.2Kevin Van Brunt2020-04-061-1/+1
* Updated change logKevin Van Brunt2020-03-261-1/+2
* Ctrl-C now stops a running text script instead of just the current script com...Kevin Van Brunt2020-03-261-0/+1
* do_shell() now saves the return code of the command it runs in self.last_resu...Kevin Van Brunt2020-03-201-0/+4
* Updating change log for release1.0.1Kevin Van Brunt2020-03-131-1/+1
* Updated change logKevin Van Brunt2020-03-121-1/+1
* Updated change logKevin Van Brunt2020-03-051-0/+4
* Added info to changelog in preparation for 1.0.0 release1.0.0Todd Leonhardt2020-03-011-0/+8
* Formatting update in change logKevin Van Brunt2020-02-191-2/+2
* Updated change log for releaseKevin Van Brunt2020-02-191-1/+5
* Updated CHANGELOGTodd Leonhardt2020-02-181-1/+2
* Updated change log and commentKevin Van Brunt2020-02-181-0/+2
* Made CompletionError exception available to non-argparse tab completionKevin Van Brunt2020-02-171-0/+1
* Renamed AutoCompleter to ArgparseCompleter for clarityKevin Van Brunt2020-02-171-0/+1
* Only tab complete after redirection tokens if redirection is allowedKevin Van Brunt2020-02-171-0/+1
* Updated documentation and testsKevin Van Brunt2020-02-171-0/+2
* Updated change logKevin Van Brunt2020-02-141-1/+1
* Fixed bug where pyscripts could edit cmd2.Cmd.py_locals dictionary.Kevin Van Brunt2020-02-141-0/+7
* Removed dash from 'tab complete' stringKevin Van Brunt2020-02-131-14/+14
* Fixed bug where ANSI style sequences were not correctly handled in utils.trun...Kevin Van Brunt2020-02-111-0/+1
* Renamed set command's -l/--long flag to -v/--verbose for consistency with hel...Kevin Van Brunt2020-02-101-0/+2
* Corrected issue where the actual new value was not always being printed in do...Kevin Van Brunt2020-02-101-0/+5
* Ran into an issue attempting to publish a release 1.0.0-rc1 to test.pypi.org0.10.0Todd Leonhardt2020-02-071-3/+4
* Updated release data for 1.0.0-rc1 in preparation for a release candidateTodd Leonhardt2020-02-071-1/+4
* Updated change logKevin Van Brunt2020-02-071-0/+3
* The fact that the set command now supports tab-completion of values is an enh...Todd Leonhardt2020-02-071-1/+1
* Updated changelog to address removal of ansi.FG_COLORS and ansi.BG_COLORS and...Todd Leonhardt2020-02-071-0/+2
* Added convenience `ansi.fg` and `ansi.bg` enums of foreground and background ...Todd Leonhardt2020-02-061-0/+4
* Documentation updateskotfu2020-02-051-9/+11
* Updated change logKevin Van Brunt2020-02-051-0/+1
* Updated CHANGELOG and made a few minor tweaksTodd Leonhardt2020-02-041-0/+4
* Merge branch 'master' into changelog_clarificationTodd Leonhardt2020-01-291-0/+2
|\
| * Updated CHANGELOGTodd Leonhardt2020-01-291-0/+2
* | Clarify changes related to removal of attributes from being runtime settable ...Todd Leonhardt2020-01-291-1/+1
|/
* Addressed PR commentsTodd Leonhardt2020-01-271-1/+1
* Renamed locals_in_py to self_in_pyTodd Leonhardt2020-01-271-1/+2
* Made three public attributes of cmd2.Cmd no longer settable at runtime by end...Todd Leonhardt2020-01-271-0/+7
* Updating release date in CHANGELOG0.9.25Todd Leonhardt2020-01-261-1/+1
* Updated CHANGELOGTodd Leonhardt2020-01-261-0/+4
* Update release date in CHANGELOG0.9.24Todd Leonhardt2020-01-231-1/+1
* Update CHANGELOG and setup.pyTodd Leonhardt2020-01-221-0/+1
* Updating unit tests and docsKevin Van Brunt2020-01-201-0/+3
* Improved responsiveness when setting windows title and printing alertsKevin Van Brunt2020-01-171-0/+5
* Updated CHANGELOG for a release0.9.23Todd Leonhardt2020-01-091-1/+1
* Added dim text style supportKevin Van Brunt2020-01-071-0/+5
* Merge branch 'master' into ansi_to_styleKevin Van Brunt2020-01-071-0/+1
|\
| * Updated CHANGELOGTodd Leonhardt2020-01-051-0/+1
* | Renamed ansi_safe_wcswidth() to style_aware_wcswidth()Kevin Van Brunt2019-12-191-0/+5
|/
* Fixed bug where startup script containing a single quote in its file name was...Kevin Van Brunt2019-12-171-0/+4
* Fixed doc generation errorsKevin Van Brunt2019-12-091-1/+2