Releases: cbochs/portal.nvim
Releases · cbochs/portal.nvim
v0.10.0
v0.9.0
v0.8.2
v0.8.1
0.8.0
What's Changed
- refactor!: Portal.Content as a class by @cbochs in b6ea683
- refactor: builtins and window to use Content class by @cbochs in 502b3b1
- refactor: Portal.tunnel to use Content.select by @cbochs in dad40ad
- readme: update to reflect changes to Portal.Content by @cbochs in 3b7093d
Full Changelog: 0.7.0...0.8.0
0.7.0
What's Changed
- feat: add Portal.search by @cbochs in 619e681
- feat: add {builtin}.search by @cbochs in 7cbeb3b
- fix: validate direction in user commands by @cbochs in 0f53a47
- readme: update for new Portal.search and {builtin}.search API methods by @cbochs in 19560b2
- readme: clean-up Portal.tunnel multi-query example by @cbochs in c27d2c4
- readme: update Portal.search examples by @cbochs in 3cf6967
- feat: add "select_first" setting by @cbochs in f212902
Full Changelog: v0.6.2...0.7.0
v0.6.2
v0.6.1
What's Changed
- fix(readme): fix typo in comment by @CptCaptain in 77e14d0
- ci: improve test ci and automation by @cbochs in 71c76ce
- refactor: Search#select returns the selected window in bda8cf6
- refactor: declare completion lists inside their respective scope in 7fed67a
- fix: clamp maximum portals to available labels in bb13e83
New Contributors
- @CptCaptain made their first contribution in #31
Full Changelog: v0.6.0...v0.6.1