1
0
Fork 0

Merging upstream version 1.9.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 17:50:55 +01:00
parent cabf5668ae
commit 2e7632a5de
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
11 changed files with 96 additions and 25 deletions

View file

@ -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