Skip to content

0.7.6 (August 11, 2017)

Compare
Choose a tag to compare
@tleonhardt tleonhardt released this 11 Aug 21:37
· 3646 commits to master since this release
  • Bug Fixes
    • Case-sensitive command parsing was completely broken and has been fixed
    • <Ctrl>+d now properly quits when case-sensitive command parsing is enabled
    • Fixed some pyperclip clipboard interaction bugs on Linux
    • Fixed some timing bugs when running unit tests in parallel by using monkeypatch
  • Enhancements
    • Enhanced tab-completion of cmd2 command names to support case-insensitive completion
    • Added an example showing how to remove unused commands
    • Improved how transcript testing handles prompts with ANSI escape codes by stripping them
    • Greatly improved implementation for how command output gets piped to a shell command