-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
00a8728
commit 55b9c1e
Showing
2 changed files
with
31 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |