Releases: tris203/hawtkeys.nvim
Releases · tris203/hawtkeys.nvim
v1.2.0
v1.1.0
v1.0.3
v1.0.2
v1.0.1
v1.0.0
1.0.0 (2023-12-23)
⚠ BREAKING CHANGES
Features
- add default key mapping <leader>hwt (ca02dfa)
- add excludeAlreadyMapped flag (808651a)
- add highlighting (#3) (f1155c8)
- add hint to search prompt (#29) (dedcf53)
- add keymap to config (5507afe)
- add types (8351b34)
- begining of UI (0d5d8bb)
- cleaner 'all' menu with extmarks and nice mode lists (#25) (39f4f96)
- dupes UI refresh (#44) (e9d3afc)
- duplicate checks (74132a6)
- exclude already mapped keys from return (d7f20ee)
- highlight search matches and search result score (#31) (d56ec52)
- lazy keymap support (#41) (c6705da)
- lhs blacklists (#34) (ce9dac1)
- make search prompt border seamless (#32) (2ecef6f)
- remove alreadyMapped flag (98c6b81)
- start show all, and treesitter search (ce5edce)
- testing and configurable iterative mapping (dae77e1)
- use vim map description if rhs isn't available (#28) (f2e85f8)
- Usercommands/Remove default keymaps (#2) (dcb4f35)
Bug Fixes
- add augroup (#43) (1451dcd)
- add dynamic updates (f24266d)
- add keymap caching (#1) (5554fc1)
- add missing space to ui rendering (#38) (f400cb0)
- cache for search (bb133c5)
- check for
buffer = ...
in treesitter key search (0605496) - ci: create empty doc file for docgen (#48) (4471de6)
- dont cache as aggressively (#20) (01625e1)
- duplicates: fix data shape (#37) (683e163)
- formatting (59b202b)
- readme (4ceec64)
- readme (64a3da7)
- ts scan optimisations (#6) (2a73379)
- utils: capitalization in comparison of defaults (#40) (eccd881)