Skip to content

Commit

Permalink
docs: update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhwang91 committed Sep 24, 2022
1 parent 00a8728 commit 55b9c1e
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 20 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Changelog

## [0.2.0] - 2022-09-11

Release the stable version, will rework some tasks.

### Features

- Improve `calm_down` option
- Respect foldopen option while searching
- Use FFI to build position index
- Support `;` offset
- Support ffi for Windows

### Performance

- Improve performance while moving cursor
- Use `searchcount` to get better performance while searching

## [0.1.0]

- rename `HlSearchCur` to `HlSearchNear`.
- rename `HlSearchLensCur` to `HlSearchLensNear`.
- replace `override_line_lens` with `override_lens`.
- add `HlSearchFloat` highlight the nearest text for the floating window.
- add `nearest_only` option to add lens for the nearest instance and ignore others.
- add `nearest_float_when` and `float_shadow_blend` options for displaying nearest instance lens
- with floating window.
- add `virt_priority` option to specify the priority of `nvim_buf_set_extmark`.
- add `enable_incsearch` option to display the current matched instance lens while searching.
- support `/s` and `/e` offsets for search, but don't support offset number.
20 changes: 0 additions & 20 deletions CHANGES

This file was deleted.

0 comments on commit 55b9c1e

Please sign in to comment.