Releases: mrjones2014/legendary.nvim
Releases · mrjones2014/legendary.nvim
v2.10.0
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
v2.9.1
What's Changed
- fix(extension): Use nvim-tree API to load commands in extension by @mrjones2014 in #336
- feat(extension): implement extension for diffview.nvim by @mrjones2014 in #339
- chore: generated vimdoc by @github-actions in #340
Full Changelog: v2.9.0...v2.9.1
v2.9.0
What's Changed
- feat(api): Implement extension API and nvim_tree extension by @mrjones2014 in #320
- feat(extension): add smart-splits.nvim extension by @mrjones2014 in #326
- chore: generated vimdoc by @github-actions in #327
- feat: add op.nvim extension by @mrjones2014 in #328
- chore: generated vimdoc by @github-actions in #329
- chore: generated vimdoc by @github-actions in #330
- fix(ui): Normalize type of
opts.pattern
for autocmds in UI by @mrjones2014 in #332 - chore(docs): Add documentation for extensions API by @mrjones2014 in #333
- chore: generated vimdoc by @github-actions in #334
Full Changelog: v2.8.2...v2.9.0
v2.8.2
What's Changed
- fix:
Config.which_key.mappings
are now registered properly by @mrjones2014 in #324
Full Changelog: v2.8.1...v2.8.2
v2.8.1
v2.8.0
What's Changed
- feat(keymaps): Add syntax to filter keymaps from UI dynamically by @mrjones2014 in #317
Full Changelog: v2.7.1...v2.8.0
v2.7.1
What's Changed
- fix: Correctly fallback to another value when which-key group prefix is nil by @mrjones2014 in #315
Full Changelog: v2.7.0...v2.7.1
v2.7.0
What's Changed
- validate PR titles by @mrjones2014 in #293
- chore: add .editorconfig file by @mrjones2014 in #297
- chore: generated vimdoc by @github-actions in #298
- chore(docs): update docs generation script to avoid duplicate help tags by @figsoda in #300
- chore: fix timestamps on vimdoc txt files by @mrjones2014 in #303
- feat: support overriding icons for default items formatter by @mracos in #308
- chore: update docs by @mrjones2014 in #311
- chore: generated vimdoc by @github-actions in #312
- feat: Support for
which-key.nvim
groups intolegendary.nvim
ItemGroups
by @mrjones2014 in #313
New Contributors
Full Changelog: v2.6.0...v2.7.0
v2.6.0
What's Changed
- chore(docs): add Matrix chat link by @mrjones2014 in #281
- chore: generated vimdoc by @github-actions in #283
- improved: Add
:LegendaryMatrix
command to open the Matrix channel URL by @mrjones2014 in #284 - new(scratchpad):
:LegendaryScratch
and:LegendaryScratchToggle
now accept an argument to overrideConfig.scratchpad.view
by @mrjones2014 in #285 - chore: generated vimdoc by @github-actions in #286
- update release CI to post release to Matrix channel by @mrjones2014 in #291
Full Changelog: v2.5.2...v2.6.0
v2.5.2
What's Changed
- fix(executor): Commands that accept a range will be executed with marks (
'<,'>
) added if triggered from visual mode by @mrjones2014 in #278
Full Changelog: v2.5.1...v2.5.2