Skip to content

Releases: rcarriga/nvim-dap-ui

v2.6.0

13 Nov 17:35
1e21b3b
Compare
Choose a tag to compare

2.6.0 (2022-11-13)

Features

  • uniformly styled icons for dapui.controls (#167) (1e21b3b)

v2.5.0

08 Nov 09:41
Compare
Choose a tag to compare

2.5.0 (2022-11-08)

Features

  • highlights: float normal group (d7a9f03), closes #166

v2.4.0

05 Nov 11:20
Compare
Choose a tag to compare

2.4.0 (2022-11-05)

Features

v2.3.0

03 Nov 08:50
Compare
Choose a tag to compare

2.3.0 (2022-11-03)

Bug Fixes

  • controls: use fileype autocmd to set winbar (f889edb), closes #156
  • ignore setup if config.controls.element is empty (#155) (5e1bf2d)

Features

v2.2.0

26 Oct 20:36
Compare
Choose a tag to compare

2.2.0 (2022-10-26)

Features

v2.1.2

26 Oct 18:07
31a0668
Compare
Choose a tag to compare

2.1.2 (2022-10-26)

Bug Fixes

  • use vim.log.level enums for vim.notify lvls (#159) (31a0668)

v2.1.1

20 Oct 07:19
Compare
Choose a tag to compare

2.1.1 (2022-10-20)

Bug Fixes

  • threads: handle no current frame (0a63115), closes #138

v2.1.0

01 Oct 14:06
Compare
Choose a tag to compare

2.1.0 (2022-10-01)

Features

  • change setup warning to debug (c8ce83a)

v2.0.0

25 Sep 09:14
Compare
Choose a tag to compare

2.0.0 (2022-09-25)

Bug Fixes

  • float: prevent error when opening empty float. (#143) (98d57ce)

Features

  • hover: edit evaluated expression (922a347), closes #139

BREAKING CHANGES

  • hover: Previously the edit mapping would edit the value of the
    expression being evaluated. In the context of a hover this makes less
    sense and is far less likely to be the use case than changing what is
    being evaluated.

v1.6.0

20 Sep 07:40
f368ee9
Compare
Choose a tag to compare

1.6.0 (2022-09-20)

Features