litecli v1.9.0 Release Notes

Release Date: 2022-06-06 // almost 2 years ago
  • ๐Ÿ”‹ Features

    • โž• Add support for ANSI escape sequences for coloring the prompt.
    • โž• Add support for .indexes command.
    • โž• Add an option to turn off the auto-completion menu. Completion menu can be triggered by pressed the <tab> key when this option is set to False. Fixes #105.

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix #120. Make the .read command actually read and execute the commands from a file.
    • ๐Ÿ›  Fix #96 the crash in VI mode when pressing r.

Previous changes from v1.8.0

  • ๐Ÿ”‹ Features

    • โšก๏ธ Update compatible Python versions. (Thanks: [blazewicz])
    • โž• Add support for Python 3.10. (Thanks: [blazewicz])
    • โฌ‡๏ธ Drop support for Python 3.6. (Thanks: [blazewicz])

    ๐Ÿ› Bug Fixes

    • โฌ†๏ธ Upgrade cli_helpers to workaround Pygments regression.
    • Use get_terminal_size from shutil instead of click.