Skip to content

Commit 6146309

Browse files
committed
docs: update CHANGELOG
1 parent c15fed4 commit 6146309

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
11
# Changelog
22

3+
## [1.5.0] - 2025-04-07
4+
5+
### 🚀 Features
6+
7+
- Support new api vim.lsp.get_clients (#222)
8+
- *(provider)* Add marker provider (#218)
9+
- *(provider)* Allow using tree-sitter node types as kinds (#243)
10+
- *(decorator)* Redraw folded line with debounce
11+
- *(fold)* Don't auto fold range under cursor for close_fold_kinds_for_ft (#271)
12+
13+
### 🐛 Bug Fixes
14+
15+
- *(decorator)* Only compute folded pairs for current window (#223)
16+
- *(window)* Handle window namespace (#230)
17+
- *(window)* Check cursorline hl before resetting hl (#242)
18+
- *(window)* Record namespace for cursorline (#242)
19+
- *(window)* Skip ns == 0
20+
- *(treesitter)* Attempt to call method 'type' (a nil value) (#254)
21+
- *(window)* Remove comma for list options (#257)
22+
- *(main)* Hint foldmethod for diff or marker
23+
- *(preview)* Don't set `list` option (#258)
24+
- *(decorator)* Suppress error in async function (#260)
25+
- *(decorator)* Always init window model in onWin (#261)
26+
- *(treesitter)* Use new behavior for treesitter iter_matches (#247,#262,#264)
27+
- *(preview)* Attach buffer options for winbar
28+
- *(fold)* Options type changed since v0.10 (#265)
29+
- *(window)* Cursorline under multiple windows (#269)
30+
- *(fold)* Make sure viewoptions contain 'folds' (#274)
31+
- *(treesitter)* Put node type value in MetaNode (#278)
32+
- *(wffi)* Turn jit off for ffi wrapper (#283)
33+
- *(render)* Skip current render cycle if treesitter parsing (#288)
34+
- *(treesitter)* Compatibility with Neovim 0.11 (#286)
35+
- *(coc)* Prevent folds request if coc is disabled for the buffer (#251)
36+
37+
### ⚡ Performance
38+
39+
- *(preview)* Capture highlight asynchronously
40+
- *(provider)* Get fold incremental for indent
41+
- *(provider)* Get fold incremental for marker
42+
343
## [1.4.0] - 2024-04-03
444

545
### 🚀 Features

0 commit comments

Comments
 (0)