diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-06-19 06:58:13 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-06-19 06:58:13 +0000 |
commit | a4a8868c9aef11c418df378332c597b390e1bc7e (patch) | |
tree | c68cce344dc53b62c7f7ac5fa92c7dcfb6742c71 /CHANGELOG.md | |
parent | Adding upstream version 1.8.0. (diff) | |
download | litecli-a4a8868c9aef11c418df378332c597b390e1bc7e.tar.xz litecli-a4a8868c9aef11c418df378332c597b390e1bc7e.zip |
Adding upstream version 1.9.0.upstream/1.9.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | CHANGELOG.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fad747..afeebd1 100644 --- a/CHANGELOG.md +++ b/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 |