Tags: 0xwal/which-key.nvim
Tags
chore(main): release 3.13.2 (folke#796) 🤖 I have created a release *beep* *boop* --- ## [3.13.2](folke/which-key.nvim@v3.13.1...v3.13.2) (2024-07-24) ### Bug Fixes * **view:** fix epanded keys. Fixes [folke#795](folke#795) ([f5e0cd5](folke@f5e0cd5)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore(main): release 3.13.1 (folke#794) 🤖 I have created a release *beep* *boop* --- ## [3.13.1](folke/which-key.nvim@v3.13.0...v3.13.1) (2024-07-24) ### Bug Fixes * **state:** better current buf/mode check ([711453b](folke@711453b)) * **state:** deal with the fact that ModeChanged doesn't always seems to trigger. Fixes [folke#787](folke#787) ([388bd3f](folke@388bd3f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore(main): release 3.13.0 (folke#792) 🤖 I have created a release *beep* *boop* --- ## [3.13.0](folke/which-key.nvim@v3.12.1...v3.13.0) (2024-07-24) ### Features * **debug:** add git info to log when using lazy ([550338d](folke@550338d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore(main): release 3.12.1 (folke#784) 🤖 I have created a release *beep* *boop* --- ## [3.12.1](folke/which-key.nvim@v3.12.0...v3.12.1) (2024-07-24) ### Bug Fixes * **node:** dynamic mappings only support functions as rhs. Fixes [folke#790](folke#790) ([ba91db7](folke@ba91db7)) * **state:** use cached mode. Fixes [folke#787](folke#787). Closes [folke#789](folke#789) ([c1b062a](folke@c1b062a)) * **triggers:** check for existing keymaps in the correct buffer. Fixes [folke#783](folke#783) ([977fa23](folke@977fa23)) * **triggers:** nil error ([dae3bd2](folke@dae3bd2)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore(main): release 3.12.0 (folke#779) 🤖 I have created a release *beep* *boop* --- ## [3.12.0](folke/which-key.nvim@v3.11.1...v3.12.0) (2024-07-22) ### Features * **api:** allow overriding delay. Closes [folke#778](folke#778) ([e6fea48](folke@e6fea48)) ### Bug Fixes * dont expand nodes without children. Fixes [folke#782](folke#782) ([53a1d2a](folke@53a1d2a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore(main): release 3.11.1 (folke#773) 🤖 I have created a release *beep* *boop* --- ## [3.11.1](folke/which-key.nvim@v3.11.0...v3.11.1) (2024-07-21) ### Bug Fixes * **config:** keys can be any case. Fixes [folke#771](folke#771) ([0a44d55](folke@0a44d55)) * **config:** normalize keys ([c96be9b](folke@c96be9b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore(main): release 3.11.0 (folke#763) 🤖 I have created a release *beep* *boop* --- ## [3.11.0](folke/which-key.nvim@v3.10.0...v3.11.0) (2024-07-20) ### Features * **icons:** icon for grug-far ([b2a2a0c](folke@b2a2a0c)) * **state:** detect recursion by users mapping wk manually. Closes [folke#761](folke#761) ([55fa07f](folke@55fa07f)) * **view:** expand recursively. Closes [folke#767](folke#767) ([5ae87af](folke@5ae87af)) ### Bug Fixes * **config:** disable wk by default for insert/command mode ([9d2b2e7](folke@9d2b2e7)) * **config:** more checks in validate ([bdcc429](folke@bdcc429)) * **mappings:** preset descriptions should not override existing keymap descriptions. Fixes [folke#769](folke#769) ([82d628f](folke@82d628f)) * **state:** don't feed count in insert mode. Fixes [folke#770](folke#770) ([63690ff](folke@63690ff)) * **util:** better `<nop>` check. Fixes [folke#766](folke#766) ([b7b3bd1](folke@b7b3bd1)) * **view:** dont set title when no border. Fixes [folke#764](folke#764) ([6e61b09](folke@6e61b09)) ### Performance Improvements * prevent expanding nodes when not needed ([78cc92c](folke@78cc92c)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore(main): release 3.10.0 (folke#757) 🤖 I have created a release *beep* *boop* --- ## [3.10.0](folke/which-key.nvim@v3.9.0...v3.10.0) (2024-07-18) ### Features * **view:** expand all nodes by default when filter.global = false ([c168905](folke@c168905)) ### Bug Fixes * **buf:** always use nowait. Fixes [folke#755](folke#755) ([ae1a235](folke@ae1a235)) * **buf:** early exit to determine if a trigger is safe to create. Fixes [folke#754](folke#754) ([27e4716](folke@27e4716)) * **icons:** added frontier pattern for `ai` ([folke#760](folke#760)) ([6fe0657](folke@6fe0657)) * list_contains doesn't exists in Neovim < 0.10. Fixes [folke#758](folke#758) ([7e4eae8](folke@7e4eae8)) * **node:** allow custom mappings to override proxy/plugin/expand mappings ([9820900](folke@9820900)) * **node:** is_local check now also includes children ([fdd27f9](folke@fdd27f9)) * **registers:** don't try to get `+*` registers when no clipboard is available. Fixes [folke#754](folke#754) ([ae4ec03](folke@ae4ec03)) * **state:** always honor defer. Fixes [folke#690](folke#690) ([c512d13](folke@c512d13)) * **state:** redraw cursor before getchar ([cf6cbf2](folke@cf6cbf2)) * **triggers:** prevent creating triggers for single upper-case alpha keys expect for Z. Fixes [folke#756](folke#756) ([d19fa07](folke@d19fa07)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore(main): release 3.9.0 (folke#750) 🤖 I have created a release *beep* *boop* --- ## [3.9.0](folke/which-key.nvim@v3.8.0...v3.9.0) (2024-07-18) ### Features * **config:** simplified config. Some options are now deprecated ([8ddf2da](folke@8ddf2da)) * **view:** show and expand localleader mappings with filter.global = false ([ed5f762](folke@ed5f762)) ### Bug Fixes * **ui:** remove deprecated opts.layout.align option. (wasn't used). Closes [folke#752](folke#752) ([db32ac6](folke@db32ac6)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
PreviousNext