litecli v1.9.0 Release Notes
Release Date: 2022-06-06 // over 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
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.