From 94e2385fd578ecbd472a921f73509b260e28673f Mon Sep 17 00:00:00 2001 From: ~hedy Date: Fri, 27 Dec 2024 09:13:39 +0800 Subject: [PATCH] docs: Update changelog For #106, #105, #103, #100 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15084ec..c71364b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,10 @@ - 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)) +- Mention new external provider for ctags + ([#103](https://github.com/hedyhli/outline.nvim/pull/103)) +- Support symbol kind of type string from providers + ([#106](https://github.com/hedyhli/outline.nvim/pull/106)) ### Fixes @@ -35,6 +39,11 @@ remaining; previously this threw an error. ([#91](https://github.com/hedyhli/outline.nvim/pull/91)) - Prevent an error on attempt to `goto_location` when code window is closed. +- Fix `hide_cursor` + ([#100](https://github.com/hedyhli/outline.nvim/pull/100)) +- Use `token.location.range` and `token.range` fallback when selection range is + not provided. + ([#105](https://github.com/hedyhli/outline.nvim/pull/105)) ## v1.0.0