summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Fix changelog from master mergekotfu2023-02-011-0/+2
* Merge branch 'master' into clipboardkotfu2023-02-011-1/+3
|\
| * Deprecate support for Python 3.6 and remove dependency on attrs (#1257)Todd Leonhardt2023-01-311-0/+6
* | Add documentation for allow_clipboard attributekotfu2023-01-301-14/+19
|/
* Updating CHANGELOG for 2.4.3 release.Kevin Van Brunt2023-01-271-1/+1
* Fixed ValueError caused when passing Cmd.columnize() strings wider than displ...Kevin Van Brunt2023-01-271-0/+7
* Updated CHANGELOG for 2.4.2 release.Kevin Van Brunt2022-07-131-0/+5
* Updated change log for 2.4.1 release2.4.1Kevin Van Brunt2022-04-131-1/+1
* async_alert() raises a RuntimeError if called from the main thread.Kevin Van Brunt2022-04-131-0/+2
* Fixed value for ansi.Bg.YELLOWKevin Van Brunt2022-04-131-0/+5
* Updated change log and license for releaseKevin Van Brunt2022-02-221-1/+1
* Reduced amount of style characters carried over from previous lines when alig...Kevin Van Brunt2022-02-221-1/+2
* cmd2 now uses pyreadline3 when running any version of Python on WindowsKevin Van Brunt2022-02-171-0/+1
* Deleted cmd2.fg and cmd2.bg which were deprecated in 2.3.0. Use cmd2.Fg and c...Kevin Van Brunt2022-02-171-1/+3
* Fixed issue where tab completion was quoting argparse flags in some cases.Kevin Van Brunt2022-02-161-0/+1
* Added PassThroughException to __init__.py imports. (#1194)Kevin Van Brunt2022-01-261-1/+2
* Fixed issue in ansi.async_alert_str() which would raise IndexError if prompt ...Kevin Van Brunt2022-01-171-0/+2
* Added broader exception handling when enabling clipboard functionality via py...Kevin Van Brunt2021-12-151-0/+4
* Updated change log for release2.3.3Kevin Van Brunt2021-11-291-1/+1
* Added clearer exception handling to BorderedTable and SimpleTableKevin Van Brunt2021-11-241-0/+4
* Fixed issue where a ns_provider could be passed None instead of its correct c...2.3.2Kevin Van Brunt2021-11-221-0/+4
* Added unit tests for right-aligned numbers in completion hint tablesKevin Van Brunt2021-11-181-2/+2
* ArgparseCompleter now sorts CompletionItems created with numerical values as ...Kevin Van Brunt2021-11-181-2/+10
* Added ability to use CompletionItems as argparse choicesKevin Van Brunt2021-11-181-0/+4
* Upgraded change logKevin Van Brunt2021-11-121-0/+4
* Updated change log2.3.0Kevin Van Brunt2021-11-111-1/+1
* Updated change logKevin Van Brunt2021-11-091-3/+4
* Added ability to colorize all aspects of SimpleTablesKevin Van Brunt2021-10-251-1/+1
* Added unit test for Cmd.select() return valuesKevin Van Brunt2021-10-251-0/+2
* Added ability to colorize all aspects of BorderedTables and AlternatingTables.Kevin Van Brunt2021-10-191-2/+2
* Added support for 8-bit/256-colors with the cmd2.EightBitFg and cmd2.EightBit...Kevin Van Brunt2021-10-181-0/+8
* Added settings to Column class which prevent a table from overriding existing...Kevin Van Brunt2021-10-131-0/+6
* 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