Skip to content

Commit

Permalink
docs: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hedyhli committed Nov 18, 2023
1 parent 87a72f8 commit fa1a999
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit fa1a999

Please sign in to comment.