1.8.0 (2023-06-26)
Features
- added prompt window that shows pattern during jump (can be disabled) (3fff703)
- api: allow a match to disable getting a label (ea56cea)
- api: allow a match to enable/disable highlight (38eca97)
- ffi: added
mappings_enabled
(6f6af15) - hacks: added support for detecting user input waiting (81c610a)
- highlight: added option to disable distance based labeling (ad9212f)
- highlight: show fake cursor in all windows when flash is active (471b165)
- highlight: when running in vscode, set default hl groups to something that works (d4c30b1)
- jump: added jump offset (0f2dfac)
- jump: added options for remote operator pending mode (436d1f4)
- jump: remote operator pending operations will now always return to the original window (c11d0d1)
- label: minimum pattern length to show labels. Closes #68 (2c2302a)
- matcher function now has a from/to opts param (1cb669d)
- remote_op: allow setting motion to
nil
to automatically start a new motion when needed (259062d) - remote: implement remote using new
remote_op
options (51f5c35) - searches can now be continued. Closes #54 (487aa52)
- state: added support for restoring all window views and current window (01736c0)
- util: luv check that does something when something finishes (a3643eb)
- vscode: make flash work properly in vscode by updating/changing the default config. Fixes #58 (fa72836)
Bug Fixes
- config: process modes in correct order. Fixes #50 again (919cbe4)
- disable prompt on vscode (f93b33d)
- jump: fixup to always use a motion for remote ops (11fa883)
- jump: improved operator pending mode for jumps (16f785f)
- jump: operator pending mode for remote jumps now behaves correctly (cb24e66)
- remote: make sure opts always exists (7083750)
- search: added support for search-commands. Fixes #67 (7a59c42)