Releases: rcarriga/nvim-dap-ui
Releases · rcarriga/nvim-dap-ui
v2.6.0
2.6.0 (2022-11-13)
Features
- uniformly styled icons for dapui.controls (#167) (1e21b3b)
v2.5.0
2.5.0 (2022-11-08)
Features
v2.4.0
2.4.0 (2022-11-05)
Features
v2.3.0
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
2.2.0 (2022-10-26)
Features
v2.1.2
2.1.2 (2022-10-26)
Bug Fixes
- use vim.log.level enums for vim.notify lvls (#159) (31a0668)
v2.1.1
2.1.1 (2022-10-20)
Bug Fixes
- threads: handle no current frame (0a63115), closes #138
v2.1.0
2.1.0 (2022-10-01)
Features
- change setup warning to debug (c8ce83a)
v2.0.0
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
1.6.0 (2022-09-20)
Features