From 6af621f16834720676ce2febeef6c6be5948a0c4 Mon Sep 17 00:00:00 2001 From: hedy Date: Sat, 18 Nov 2023 15:10:14 +0800 Subject: [PATCH] docs: Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b283cc4..dd5a7fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -64,6 +64,11 @@ puts it at the end of the lineno - Markdown headings produced from the built-in markdown provider will now use the `String` kind, like marksman +- Preview window can now properly vertically center-align and determine its + correct height depending on relative position of the outline window. Previously + 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`. ### Performance