|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [1.2.0](https://github.com/you-n-g/navigate-note.nvim/compare/v1.1.1...v1.2.0) (2026-03-24) |
| 4 | + |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* add block navigation support via enable_block flag ([e94896a](https://github.com/you-n-g/navigate-note.nvim/commit/e94896a7f12799e6548295404ae3f5155a006ef1)) |
| 9 | +* add default tmux target config support ([23fb81c](https://github.com/you-n-g/navigate-note.nvim/commit/23fb81ce42354121ced48e70ec595141bc990c7e)) |
| 10 | +* Add is_tmux utility function and refactor ops.lua to use it ([9d8c284](https://github.com/you-n-g/navigate-note.nvim/commit/9d8c284453a2d42f9f185b7b15bb55b87d601d3c)) |
| 11 | +* add support for switching to specific tmux panes via nav links ([ee9063f](https://github.com/you-n-g/navigate-note.nvim/commit/ee9063f77c6f94778f208008ed32311b62e3e5ee)) |
| 12 | +* Add tmux session switching for T:session.window links ([6ec1fba](https://github.com/you-n-g/navigate-note.nvim/commit/6ec1fba922780ff0574e2e837eed3c72cf9938db)) |
| 13 | +* debounce extmark update on cursor movement events ([1687fc2](https://github.com/you-n-g/navigate-note.nvim/commit/1687fc2531af301e332ad0854bed0bc64aec2d72)) |
| 14 | +* export send_to_tmux function for external use ([add1b70](https://github.com/you-n-g/navigate-note.nvim/commit/add1b70bcde53c68081a017ed9062c7211108ee9)) |
| 15 | +* Generalize link pattern to support tmux links ([c049d8e](https://github.com/you-n-g/navigate-note.nvim/commit/c049d8eeff8e933cf92c5f5999662aedaa3e1c65)) |
| 16 | +* Implement <m-cr> behavior for sending content to tmux and update tmux integration ([7acfe31](https://github.com/you-n-g/navigate-note.nvim/commit/7acfe31ddbfc6f09b77efd4144b0ef0715a94404)) |
| 17 | +* send to last tmux pane if pane not specified ([ff410c7](https://github.com/you-n-g/navigate-note.nvim/commit/ff410c7a660ea2c773d974167d0ef3b0d4a5e0da)) |
| 18 | +* support {current} placeholder in tmux target parsing and resolution ([d41e3b5](https://github.com/you-n-g/navigate-note.nvim/commit/d41e3b58e3692873406d5f259696f4e3e3a92f90)) |
| 19 | + |
| 20 | + |
| 21 | +### Bug Fixes |
| 22 | + |
| 23 | +* allow default_tmux_target to be a string or function ([cd9eb8b](https://github.com/you-n-g/navigate-note.nvim/commit/cd9eb8b3ad2f9d8d3c5fac0f7eb8c8d79974ff41)) |
| 24 | +* ensure nav-mode activates when opening nav.md directly on startup ([672b319](https://github.com/you-n-g/navigate-note.nvim/commit/672b319a88061fe27a236033d398f7994992b974)) |
| 25 | +* execute post_action even when content is empty in send_to_tmux ([2dded2c](https://github.com/you-n-g/navigate-note.nvim/commit/2dded2cfdc44b30c77a5ff7e76b313f40afe4a2f)) |
| 26 | +* exit visual mode after sending selection to tmux ([597aa16](https://github.com/you-n-g/navigate-note.nvim/commit/597aa1693d7b8b081d67ec398945c8098b2dcd77)) |
| 27 | +* improve tmux command handling and visual selection extraction ([38900dc](https://github.com/you-n-g/navigate-note.nvim/commit/38900dc809158a5ab56b51cbdecfdf0a6899ba6b)) |
| 28 | +* pass callback_args to update_extmark for correct buffer handling ([a1439d4](https://github.com/you-n-g/navigate-note.nvim/commit/a1439d4d727355f94d41801e59e7c3743155e903)) |
| 29 | +* use readfile for context extraction to avoid swapfile issues ([5415cbe](https://github.com/you-n-g/navigate-note.nvim/commit/5415cbe40fa37f25b6f34fa53191fe79054cd08d)) |
| 30 | + |
3 | 31 | ## [1.1.1](https://github.com/you-n-g/navigate-note.nvim/compare/v1.1.0...v1.1.1) (2025-02-25) |
4 | 32 |
|
5 | 33 |
|
|
0 commit comments