Skip to content

Commit 8c80fa4

Browse files
committed
chore(main): release 1.2.0
1 parent ed40313 commit 8c80fa4

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/igorlfs/nvim-dap-view/compare/v1.1.1...v1.2.0) (2026-05-12)
4+
5+
6+
### Features
7+
8+
* configurable keymaps (WIP) ([#159](https://github.com/igorlfs/nvim-dap-view/issues/159)) ([10139a3](https://github.com/igorlfs/nvim-dap-view/commit/10139a388619ab5d5b1107fd3f721ed23ecfbb73))
9+
* dim readOnly variables ([e8199a2](https://github.com/igorlfs/nvim-dap-view/commit/e8199a2c2202415785b65799fa92e1a1cd2f4d4f))
10+
* fully configurable keymaps ([#164](https://github.com/igorlfs/nvim-dap-view/issues/164)) ([#159](https://github.com/igorlfs/nvim-dap-view/issues/159)) ([3dc38f1](https://github.com/igorlfs/nvim-dap-view/commit/3dc38f1ac1fa042eb7fd9f37f6d9d82579e07f99))
11+
* highlight "asyncfunction" var type ([01ad453](https://github.com/igorlfs/nvim-dap-view/commit/01ad4537bac9a0843e72c9615fa7fcaa69b119eb))
12+
* highlight "undefined" var type ([3d4c116](https://github.com/igorlfs/nvim-dap-view/commit/3d4c116afe5e22e500dc2b64d391473f968758ae))
13+
* hover ([6e7c49a](https://github.com/igorlfs/nvim-dap-view/commit/6e7c49a107f70af237543413690a60a63d8d7725))
14+
* **hover:** allow overriding context ([#181](https://github.com/igorlfs/nvim-dap-view/issues/181)) ([e541ff9](https://github.com/igorlfs/nvim-dap-view/commit/e541ff9ed4b209a9620413c9fc43ae23fccc257a))
15+
* **hover:** custom border ([#188](https://github.com/igorlfs/nvim-dap-view/issues/188)) ([#189](https://github.com/igorlfs/nvim-dap-view/issues/189)) ([ed40313](https://github.com/igorlfs/nvim-dap-view/commit/ed4031366efa44db5fd0b2a618d2ee937f74ec69))
16+
* **keymaps:** add descriptions (WIP) ([#164](https://github.com/igorlfs/nvim-dap-view/issues/164)) ([516c118](https://github.com/igorlfs/nvim-dap-view/commit/516c1187cbae16bc08593bbcb0c9b03d53048fdc))
17+
* **keymaps:** add descriptions to winbar keymaps ([#183](https://github.com/igorlfs/nvim-dap-view/issues/183)) ([bee02fb](https://github.com/igorlfs/nvim-dap-view/commit/bee02fbea056adf46de06ed49da7bcd1dee76c84))
18+
* **virtual-text:** eol position, prefix and suffix functions ([#171](https://github.com/igorlfs/nvim-dap-view/issues/171)) ([134c018](https://github.com/igorlfs/nvim-dap-view/commit/134c018903abc2c9b6fd5fc34c64d906db468c9f))
19+
* **winbar:** configurable separators ([#173](https://github.com/igorlfs/nvim-dap-view/issues/173)) ([1dd4ba2](https://github.com/igorlfs/nvim-dap-view/commit/1dd4ba2307245ca9517a4b9d99f3bf80830e4397))
20+
21+
22+
### Bug Fixes
23+
24+
* **autoscroll:** handle early win closing ([#178](https://github.com/igorlfs/nvim-dap-view/issues/178)) ([57961b3](https://github.com/igorlfs/nvim-dap-view/commit/57961b30d2d4054d2e1f549a2edad2e47731007f))
25+
* change key 'buf' to 'buffer' to support 0.11 ([#184](https://github.com/igorlfs/nvim-dap-view/issues/184)) ([988c0cf](https://github.com/igorlfs/nvim-dap-view/commit/988c0cfa8740fcf6c0528ddf11e2651d2d0ae792))
26+
* guard readOnly dim highlight ([c9f3a7b](https://github.com/igorlfs/nvim-dap-view/commit/c9f3a7b81fa40ff4ba804f93b7777225154eeae6))
27+
* **keymaps:** do not mix up console keymaps with others ([8d01f14](https://github.com/igorlfs/nvim-dap-view/commit/8d01f149bf6b423072a816c6e30c12f3e541f4ea))
28+
* strip whitespace (newlines only) when strictly necessary ([#179](https://github.com/igorlfs/nvim-dap-view/issues/179)) ([dd43736](https://github.com/igorlfs/nvim-dap-view/commit/dd43736f30ed70571a02e8c560ab69746ad7a1ed))
29+
* **types:** minor keymap related fixes ([f227b1f](https://github.com/igorlfs/nvim-dap-view/commit/f227b1fa7456f1f3771db5e210b5f99c7bf25630))
30+
* **virtual-text:** clear extmarks from all bufs on exit ([0a0cafc](https://github.com/igorlfs/nvim-dap-view/commit/0a0cafc020137c7111a8212cdd9cd24b0f7650da))
31+
* **virtual-text:** handle injections ([6be5247](https://github.com/igorlfs/nvim-dap-view/commit/6be52475fe770495a3ca20b5beec090c5d02a126))
32+
333
## [1.1.1](https://github.com/igorlfs/nvim-dap-view/compare/v1.1.0...v1.1.1) (2026-04-12)
434

535

0 commit comments

Comments
 (0)