Merging upstream version 1.9.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
cabf5668ae
commit
2e7632a5de
11 changed files with 96 additions and 25 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,3 +1,18 @@
|
|||
## 1.9.0 - 2022-06-06
|
||||
|
||||
### 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](https://github.com/dbcli/litecli/issues/105).
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Fix [#120](https://github.com/dbcli/litecli/issues/120). Make the `.read` command actually read and execute the commands from a file.
|
||||
* Fix [#96](https://github.com/dbcli/litecli/issues/96) the crash in VI mode when pressing `r`.
|
||||
|
||||
## 1.8.0 - 2022-03-29
|
||||
|
||||
### Features
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue