summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-06-19 06:58:18 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-06-19 06:58:30 +0000
commite6b4d00e3a586be753c3d457c5153380392bda32 (patch)
treefbc8f90eeef85df9cb68bc200fe801f1eba55c4d /CHANGELOG.md
parentReleasing debian version 1.8.0-1. (diff)
downloadlitecli-e6b4d00e3a586be753c3d457c5153380392bda32.tar.xz
litecli-e6b4d00e3a586be753c3d457c5153380392bda32.zip
Merging upstream version 1.9.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md15
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