From 6f0747dfcb21877477e4aac97838f9ce0b8f9755 Mon Sep 17 00:00:00 2001 From: ~hedy Date: Thu, 22 Aug 2024 18:27:10 +0800 Subject: [PATCH] docs: Update changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 653840f..fee21a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,11 +21,16 @@ ([#71](https://github.com/hedyhli/outline.nvim/issues/71)) - The `symbols.icon_fetcher` function now supports a second parameter, the code buffer number. Use it to fetch icons based on buffer options such as filetype. +- New config options `preview_window.height,min_height,relative_height` that + match the existing options for width. + ([#85](https://github.com/hedyhli/outline.nvim/pull/85)) ### Fixes - Show `lspkind` errors just once on startup. - ([#85](https://github.com/hedyhli/outline.nvim/pull/85) contributed by @oskarrrrrrr) + ([#85](https://github.com/hedyhli/outline.nvim/pull/85)) +- Allow the preview window's width and height adapt to nvim window's resize. + ([#85](https://github.com/hedyhli/outline.nvim/pull/85)) ## v1.0.0