From fa1a999f80fdbe4f100205919daaabbea1ef4fe0 Mon Sep 17 00:00:00 2001 From: hedy Date: Sat, 18 Nov 2023 21:13:11 +0800 Subject: [PATCH] docs: Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd5a7fb..39ebbd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,7 @@ depending on cursor focus. The first option, `focus_in_outline` makes it so cursorline is enabled only when focus is in outline. This lessens the visual changes due to `auto_set_cursor`, when focus is in code. +- Floating windows are now used for `show_help` keymap and `:OutlineStatus` command. ### Fixes @@ -69,6 +70,9 @@ this did not work if there were horizontal splits below the outline window. This also adds a `preview_window.min_height` config option. The preview height is half of the outline height, unless smaller than `min_height`. +- No more obnoxious '}' on the cmdline when using `show_help` keymap. A + floating window is used now. + ([#19](https://github.com/hedyhli/outline.nvim/issues/19)) ### Performance