Skip to content

Releases: vscode-neovim/vscode-neovim

v1.0.1

15 Nov 14:21
48f6d5a
Compare
Choose a tag to compare

1.0.1 (2023-11-15)

Bug Fixes

v1.0.0

14 Nov 14:37
c31a428
Compare
Choose a tag to compare

1.0.0 (2023-11-14)

⚠ BREAKING CHANGES

  • bindings: enable bindings through configuration (#1558)
  • lua API (#1532)

Features

Bug Fixes

  • api: fix VSCodeCall (35ec974)
  • blockwise-visual: handle double-width chars and tabs (#1596) (c554c06)
  • buffer: cancel visual mode when switching editor (#1578) (15cb3d7)
  • ci: make husky executable (b75a7f7)
  • cmdline: handle wildmenu_hide event (#1541) (1b68475)
  • cmdline: use Ctrl+n/p to select candidates when candidates exist (1b68475)
  • cursor: ignore cursor position errors in the output (#1568) (08ef9d3)
  • dotrepeat: incorrect order of deletion and addition (#1581) (5385c25)
  • dotrepeat: should escape K_SPECIAL bytes (68557f7)
  • fix command vscode-neovim.stop (c8809ed)
  • highlight: make borderColor work (#1557) (398d0fe)
  • highlight: rendering all cells (84344a5)
  • improve callAtomic error logging (#1110) (91c0169)
  • incsearch: viewport is not updating during searching (#1575) (b8696a3)
  • keybinding: fix Ctrl+c (#1569) (4765026)
  • maintain the order of positions for the Selection (#1550) (8d76d51)
  • visual: clear fake cursor correctly (#1552) (c786074)
  • visual: optimized simulation of VisualChanged event (#1597) (736e7b2)
  • visual: process selections in nvim (#1603) (c202f52)
  • wait for appling selection changed (#1551) (e1e1bf0)

Performance Improvements

Miscellaneous Chores

v0.9.1

14 Oct 19:41
7498c72
Compare
Choose a tag to compare

0.9.1 (2023-10-14)

Features

Bug Fixes

Miscellaneous Chores

v0.9.0

10 Oct 20:37
4677ceb
Compare
Choose a tag to compare

0.9.0 (2023-10-10)

Features

  • add options to disable or change selection debounce time (#1504) (2515e46)

Bug Fixes

  • cleanup temporary buffers for dotrepeat (#1506) (7a3d5e9)
  • config: ignore init path when nvim running in clean mode (#1503) (0615b3e)
  • cursor: avoid unnecessary selections updates (#1507) (bb0faed)

Performance Improvements

  • highlight: avoid redundant highlight IDs (#1520) (a7cf325)

v0.8.3

07 Oct 14:15
e5c01bc
Compare
Choose a tag to compare

0.8.3 (2023-10-07)

Features

Bug Fixes

Miscellaneous Chores

v0.8.2

06 Oct 04:50
4d7a9be
Compare
Choose a tag to compare

0.8.2 (2023-10-06)

Bug Fixes

v0.8.1

05 Oct 14:31
bb1f626
Compare
Choose a tag to compare

0.8.1 (2023-10-05)

Bug Fixes

v0.8.0

05 Oct 12:59
364aa27
Compare
Choose a tag to compare

0.8.0 (2023-10-05)

⚠ BREAKING CHANGES

  • highlights: redesign of highlighting approach (#1449)

Features

  • highlights: redesign of highlighting approach (#1449) (f688d23)

v0.7.0

04 Oct 17:28
e76c00f
Compare
Choose a tag to compare

0.7.0 (2023-10-04)

Features

  • buffer: add external buffer doc provider (de48ee2) (ba9d0dd)
  • command line: add a configurable completion timer delay (#1467) (0cb897c)
  • hide completion widgets when leaving insert mode (#1478) (6d1dbba)
  • options: synchronize editor line numbers (#1426) (4a13f06)
  • warn on empty vscode-neovim.send args (#1455) (d1cbcf9)

Bug Fixes

  • cursor: ensure normal visual mode for mouse selection (#1463) (1b0ea63)
  • cursor: update position after exiting insert mode (#1479) (da787ed)
  • viewport: reduce cursor jitter (temporary solution) (#1459) (237e795)

v0.6.1

17 Sep 15:01
7089bb5
Compare
Choose a tag to compare

0.6.1 (2023-09-17)

Bug Fixes

  • buffer, change: save and restore local marks (#1439) (9e194a0)
  • cursor, visual: fix sync mouse selection (#1451) (bdf3b19)
  • test: clean up reg '/' after cmdline testing (#1453) (2bc2a80)