Skip to content

Releases: rcarriga/nvim-dap-ui

v0.19.0

01 Sep 21:00
Compare
Choose a tag to compare

0.19.0 (2021-09-01)

Bug Fixes

  • breakpoints: refresh on no breakpoints (fc5adb6), closes #52

Features

v0.18.3

01 Sep 20:48
Compare
Choose a tag to compare

0.18.3 (2021-09-01)

Bug Fixes

  • breakpoints: refresh on no breakpoints (707a86b), closes #6

v0.18.2

22 Aug 17:00
Compare
Choose a tag to compare

0.18.2 (2021-08-22)

Bug Fixes

  • repl: avoid clearing/deleting buffer (8f34bb2), closes #48

v0.18.1

15 Aug 21:16
Compare
Choose a tag to compare

0.18.1 (2021-08-15)

Bug Fixes

  • variables: handle changing child var ref (c9fc568), closes #47

v0.18.0

03 Aug 18:44
Compare
Choose a tag to compare

0.18.0 (2021-08-03)

Features

  • windows: close float mapping (90a4025), closes #43

v0.17.1

03 Aug 18:30
Compare
Choose a tag to compare

0.17.1 (2021-08-03)

Bug Fixes

  • windows: safely get window sizes (70c7b52)

v0.17.0

31 Jul 16:44
a474089
Compare
Choose a tag to compare

0.17.0 (2021-07-31)

Features

  • window layout config/persistence (#42) (a474089)

v0.16.0

31 Jul 06:29
Compare
Choose a tag to compare

0.16.0 (2021-07-31)

Features

  • replace print with vim.notify (c2bc70b)

v0.15.1

28 Jul 13:02
Compare
Choose a tag to compare

0.15.1 (2021-07-28)

Bug Fixes

  • schedule eval opening (84a0e57), closes #41
  • windows: close float on cursor moved (eb9d02c), closes #41

v0.15.0

27 Jul 19:27
Compare
Choose a tag to compare

0.15.0 (2021-07-27)

Bug Fixes

  • state: refresh watches on scopes (136e77f), closes #39

Features