summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* Updated release date for 0.8.9 release for Python 20.8.9Todd Leonhardt2018-08-201-1/+1
| | | | This is probably the final release for Python 2.7
* Updated version numberKevin Van Brunt2018-08-011-1/+1
|
* Fixed case where extra slash was printing when tab completing users on WindowsKevin Van Brunt2018-08-011-1/+5
|
* display_matches is no longer restricted to delimited strings0.8.8Kevin Van Brunt2018-06-071-0/+2
|
* Backported file open crash fixes for Issue #430 to python2 branchTodd Leonhardt2018-06-071-0/+4
| | | | | | Also: - Bumped version on python2 branch to 0.8.8 - Updated CHANGELOG
* Trying 0.8.7 for #4210.8.7kotfu2018-05-281-1/+1
|
* Add ‘python-requires >= 2.7’ for #421kotfu2018-05-281-1/+5
|
* Updated CHANGELOG on python2 branch in preparation for 0.8.6 release0.8.6Todd Leonhardt2018-05-271-2/+5
|
* Fixed header in documentationKevin Van Brunt2018-05-261-1/+1
|
* Added changes related to py consoleKevin Van Brunt2018-05-261-2/+7
|
* Added to changelog. Maybe fixed mock import on 2.7Eric Lin2018-04-211-1/+1
|
* Created python2 branch for 0.8.x bug fix releasesTodd Leonhardt2018-04-151-0/+4
| | | | | Also: - Bumped version to 0.8.6 on this branch
* Updated how opening quote addition worksKevin Van Brunt2018-04-151-1/+1
|
* Added to enhancements sectionKevin Van Brunt2018-04-141-3/+5
|
* Preparation for 0.8.5 releaseTodd Leonhardt2018-04-131-0/+18
| | | | | - Bumped version to 0.8.5 - Added details to CHANGELOG.md regarding recent changes
* Preparing for 0.8.4 release0.8.4Kevin Van Brunt2018-04-101-2/+5
|
* Added 0.8.3 dependency fix to change logKevin Van Brunt2018-04-101-1/+2
|
* Updated version number of release0.8.3Kevin Van Brunt2018-04-091-1/+1
|
* Added new alias features to change logKevin Van Brunt2018-04-061-0/+2
|
* Updated documentationKevin Van Brunt2018-03-311-0/+1
|
* Simplified how to add tab completion to a subcommandKevin Van Brunt2018-03-281-1/+5
|
* Updated change logKevin Van Brunt2018-03-261-0/+1
|
* Updated documentationKevin Van Brunt2018-03-251-4/+3
|
* Updated documentationKevin Van Brunt2018-03-231-2/+3
|
* Renamed exclude_from_help to hidden_commandsKevin Van Brunt2018-03-221-0/+18
| | | | | Renamed excludeFromHistory to exclude_from_history No longer tab completing hidden commands
* Updated CHANGELOG in preparation for 0.8.2 release0.8.2Todd Leonhardt2018-03-211-1/+2
|
* Updated CHANGELOG with info on recent commitsTodd Leonhardt2018-03-201-0/+2
|
* Added ability to specify a startup_script in cmd2.Cmd.__init__()Todd Leonhardt2018-03-161-1/+3
|
* Added documentationKevin Van Brunt2018-03-161-0/+1
|
* Added table_display.pyTodd Leonhardt2018-03-141-0/+11
| | | | | | | | Added example showing how to display tabular data in a cmd2 application. Also: - Updated CHANGELOG with data on all PRs since last release - Bumped version to 0.8.2 in preparation for next release
* Fixed typoTodd Leonhardt2018-03-091-1/+1
|
* Updated 0.8.1 release date in CHANGELOGTodd Leonhardt2018-03-091-2/+2
|
* Minor tweak to CHANGELOGTodd Leonhardt2018-03-081-1/+1
|
* Refactored the Windows vs macOS/Linux conditional in ppaged()Todd Leonhardt2018-03-071-0/+2
| | | | | | | Aslo: - Added some documentation for ppaged() - Updated CHANGELOG - Added line about ppaged() in README
* Removed support for case-insensitive command parsingTodd Leonhardt2018-03-021-1/+3
|
* Added use of pytest-forked to CI unit test runsTodd Leonhardt2018-03-021-2/+2
| | | | | | | Due to apparent bugs in pyparsing, this can significantly speed up unit test execution. Also: - Removed use of pexpect in unit tests
* Removed abbrev attributeKevin Van Brunt2018-03-021-3/+8
|
* Updated CHANGELOG with info on recent changesTodd Leonhardt2018-02-271-0/+8
|
* Added optional persistent readline history featureTodd Leonhardt2018-02-081-0/+9
| | | | | | | | | | | | - Including an example and info in the Sphinx docs Also: - Created CHANGELOG entry for 0.8.1 release - Added info to README about new sub-menu feature - Bumped version to 0.8.1 TODO: - Added a unit test for the persistent readline history feature
* Ooops, forgot to change name of a decorator in the Changelog when we renamed itTodd Leonhardt2018-02-011-1/+1
|
* Added 0.8.0 release date to Changelog0.8.0Todd Leonhardt2018-02-011-1/+1
|
* Fixed typo in a linkTodd Leonhardt2018-01-311-1/+1
|
* Updated documentation in regards to automated transcript generationTodd Leonhardt2018-01-311-2/+2
|
* Added documentation about Python 3.4 and earlier now having an additional ↵Todd Leonhardt2018-01-221-0/+1
| | | | dependency on contextlib2
* Updated the changelogTodd Leonhardt2018-01-201-2/+4
|
* Added unit tests for sub-commandsTodd Leonhardt2018-01-201-0/+1
|
* Added links to docs and examples to CHANGELOG.mdTodd Leonhardt2018-01-201-6/+7
| | | | Also bumped version to 0.8.0.
* Fixed unit testsTodd Leonhardt2018-01-201-0/+2
| | | | Updated unit tests due to changes in how help is output for commands decorated with an argparse ArgumentParser.
* Update changelog with #252 changeskotfu2018-01-161-2/+10
|
* cmdenvironment command has been removed and its functionality now exists as ↵Todd Leonhardt2018-01-151-0/+3
| | | | a -a/--all option to the set command