summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
...
* cmd2 now considers ipy a pyscript environmentKevin Van Brunt2020-04-201-2/+4
|
* Updated change logKevin Van Brunt2020-04-201-0/+5
|
* Updated change log textKevin Van Brunt2020-04-061-1/+1
|
* 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 ↵Kevin Van Brunt2020-03-261-0/+1
| | | | command
* do_shell() now saves the return code of the command it runs in ↵Kevin Van Brunt2020-03-201-0/+4
| | | | self.last_result for use in pyscripts
* 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
| | | | | | | | | Fixed bug where cmd2 set sys.path[0] for a pyscript to its cwd instead of the script's directory. Fixed bug where sys.path was not being restored after a pyscript ran. Setting the following pyscript variables: __name__: __main__ __file__: script path (as typed) Removed do_py.run() function since it didn't handle arguments and offered no benefit over run_pyscript.
* Removed dash from 'tab complete' stringKevin Van Brunt2020-02-131-14/+14
|
* Fixed bug where ANSI style sequences were not correctly handled in ↵Kevin Van Brunt2020-02-111-0/+1
| | | | utils.truncate_line()
* Renamed set command's -l/--long flag to -v/--verbose for consistency with ↵Kevin Van Brunt2020-02-101-0/+2
| | | | help and history commands
* Corrected issue where the actual new value was not always being printed in ↵Kevin Van Brunt2020-02-101-0/+5
| | | | | | | | do_set. Fixed do_set unit test. Made allow_ansi setter error message consistent with str_to_bool. Updated a docstring
* Ran into an issue attempting to publish a release 1.0.0-rc1 to test.pypi.org0.10.0Todd Leonhardt2020-02-071-3/+4
| | | | | | I'm not sure if the problem is specific to the test version of PyPI or if it is related to limitations in setuptools_scm. But to keep things simple I just changed the version to 0.10.0 and updated the CHANGELOG accordingly
* Updated release data for 1.0.0-rc1 in preparation for a release candidateTodd Leonhardt2020-02-071-1/+4
| | | | | Also: - Updated some very outdated comments in transcript files
* Updated change logKevin Van Brunt2020-02-071-0/+3
|
* The fact that the set command now supports tab-completion of values is an ↵Todd Leonhardt2020-02-071-1/+1
| | | | enhancement, not a breaking change
* Updated changelog to address removal of ansi.FG_COLORS and ansi.BG_COLORS ↵Todd Leonhardt2020-02-071-0/+2
| | | | | | | and mention their replacement by ansi.fg and ansi.bg enums Also: - Use ansi.fg in async_printing.py and README.md
* Added convenience `ansi.fg` and `ansi.bg` enums of foreground and background ↵Todd Leonhardt2020-02-061-0/+4
| | | | | | colors which style() can now optionally use This is to make it easier to autocomplete color names in an IDE
* 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
|/ | | | by default
* Addressed PR commentsTodd Leonhardt2020-01-271-1/+1
|
* Renamed locals_in_py to self_in_pyTodd Leonhardt2020-01-271-1/+2
| | | | This more accurately reflects what it controls
* Made three public attributes of cmd2.Cmd no longer settable at runtime by ↵Todd Leonhardt2020-01-271-0/+7
| | | | | | | | | end users The 3 attributes are: - continuation_prompt - locals_in_py - prompt
* 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
| |