Skip to content

Releases: rcarriga/nvim-dap-ui

v3.3.0

07 Feb 08:59
Compare
Choose a tag to compare

3.3.0 (2023-02-07)

Features

v3.2.5

31 Jan 09:49
Compare
Choose a tag to compare

3.2.5 (2023-01-31)

Bug Fixes

v3.2.4

31 Jan 09:38
Compare
Choose a tag to compare

3.2.4 (2023-01-31)

Bug Fixes

  • client: refresh breakpoints on session (17a42c6), closes #222

v3.2.3

29 Jan 11:12
Compare
Choose a tag to compare

3.2.3 (2023-01-29)

Bug Fixes

  • repl: handle REPL buffer being deleted (3953824), closes #218

v3.2.2

28 Jan 12:39
Compare
Choose a tag to compare

3.2.2 (2023-01-28)

Bug Fixes

  • config: merge element mappings (e26fba0), closes #216

v3.2.1

28 Jan 12:27
Compare
Choose a tag to compare

3.2.1 (2023-01-28)

Bug Fixes

  • allow multiple setup calls (b67df85)
  • threads: check session exists (fc48a44), closes #218

v3.2.0

27 Jan 09:48
Compare
Choose a tag to compare

3.2.0 (2023-01-27)

Features

  • watches: add visual/cexpr expression (ed2c345), closes #160

v3.1.0

27 Jan 09:34
Compare
Choose a tag to compare

3.1.0 (2023-01-27)

Features

  • allow disabling forced buffers (b2fdea8), closes #212

v3.0.1

26 Jan 11:06
Compare
Choose a tag to compare

3.0.1 (2023-01-26)

Bug Fixes

  • set buffers to unlisted (b3b9770)

v3.0.0

26 Jan 09:01
Compare
Choose a tag to compare

3.0.0 (2023-01-26)

Bug Fixes

  • console: check mode before autoscroll (6508d5f), closes #205
  • highlights: 0.8 check (f7fc98e), closes #181
  • highlights: handle winbar group not found (aec0163), closes #177
  • highlights: misc fixes neovim 0.8+ (#180) (54365d2)

Features

BREAKING CHANGES

  • Merged config field windows into render

Introduces a new API to more easily handle programmatic control of elements.

Also embeds an async library (which will be migrated to a separate plugin in
future) which aims to be compatible with the upcoming core async implementation

See: neovim/neovim#19624