Skip to content

Releases: mrjones2014/legendary.nvim

v2.13.1

10 Oct 18:56
2ef653d
Compare
Choose a tag to compare

What's Changed

  • chore: generated vimdoc by @github-actions in #401

Full Changelog: v2.13.0...v2.13.1

v2.13.0

10 Oct 18:55
9744bf8
Compare
Choose a tag to compare

What's Changed

  • feat(extension)!: Move which-key.nvim and lazy.nvim integrations to extensions by @mrjones2014 in #400

Full Changelog: v2.12.2...v2.13.0

v2.12.2

09 Oct 13:40
a2ea9a4
Compare
Choose a tag to compare

What's Changed

  • fix(integrations): Fix lazy.nvim integration due to breaking change upstream by @mrjones2014 in #398

Full Changelog: v2.12.1...v2.12.2

v2.12.1

08 Jul 18:10
3db15ca
Compare
Choose a tag to compare

What's Changed

  • feat(api): Allow config.keymaps/commands/autocmds/funcs/itemgroups to… by @mrjones2014 in #393
  • chore: generated vimdoc by @github-actions in #394
  • fix(api): Fix error when calling find() with nil options table by @mrjones2014 in #396

Full Changelog: v2.12.0...v2.12.1

v2.12.0

07 Jul 11:47
9327bb2
Compare
Choose a tag to compare

What's Changed

  • feat(api): Add command + API to repeat last selected item by @mrjones2014 in #385
  • chore: generated vimdoc by @github-actions in #387
  • fix(executor): Preserve type of visual mode by @notEvil in #388
  • feat(api): Add API to start finder from a specified root item group by @mrjones2014 in #391
  • chore: generated vimdoc by @github-actions in #392

Full Changelog: v2.11.0...v2.12.0

v2.11.0

23 Jun 11:29
d616616
Compare
Choose a tag to compare

What's Changed

  • feat(which-key): Add option to not group items when parsing which-key.… by @mrjones2014 in #373
  • chore: generated vimdoc by @github-actions in #374
  • fix(api): Fix incorrect adjustment of visual mode marks by @notEvil in #378
  • feat(keymaps): Execute builtin keymaps without remapping by @notEvil in #380
  • feat(integrations): Optionally autoload keymaps from lazy.nvim plugin specs by @mrjones2014 in #382
  • chore: generated vimdoc by @github-actions in #383

New Contributors

Full Changelog: v2.9.4...v2.11.0

v2.9.4

08 May 13:48
729cb62
Compare
Choose a tag to compare

What's Changed

  • fix(frecency): Fail gracefully if sqlite not available or cannot open DB by @mrjones2014 in #369
  • chore: generated vimdoc by @github-actions in #370

Full Changelog: v2.9.3...v2.9.4

v2.9.3

08 May 13:24
2f59e16
Compare
Choose a tag to compare

What's Changed

  • fix(frecency): revert incorrect SQLite path lookup by @mrjones2014 in #366
  • chore(docs): Update README.md to include troubleshooting steps for frecency sort by @mrjones2014 in #367
  • chore: generated vimdoc by @github-actions in #368

Full Changelog: v2.9.2...v2.9.3

v2.9.2

04 May 17:34
42e32d5
Compare
Choose a tag to compare

What's Changed

  • chore: Add infrastructure to automatically download testing support libs by @mrjones2014 in #356
  • chore: generated vimdoc by @github-actions in #357
  • fix: replace goto with break statement by @mrjones2014 in #359
  • fix(scratchpad): Attach Lua LSP to buffer when entering scratchpad buf by @mrjones2014 in #360
  • fix(frecency): Make SQLite integration work for more setups by @mrjones2014 in #362

Full Changelog: v2.10.0...v2.9.2

v2.10.0

10 Apr 14:45
3563c43
Compare
Choose a tag to compare

What's Changed

  • chore: generated vimdoc by @github-actions in #342
  • docs: fix typo in module name by @smjonas in #343
  • chore: generated vimdoc by @github-actions in #344
  • feat(api): filters can now be applied to all item types instead of just keymaps by @mrjones2014 in #347
  • chore: generated vimdoc by @github-actions in #349
  • chore(docs): Correct documentation about default opts by @mrjones2014 in #352
  • chore: generated vimdoc by @github-actions in #353
  • feat(extension): Add API to allow smart-splits.nvim extension to auto-create keymaps by @mrjones2014 in #354
  • chore: generated vimdoc by @github-actions in #355

New Contributors

Full Changelog: v2.9.1...v2.10.0