Skip to content

Releases: cbochs/portal.nvim

v0.10.0

01 Apr 15:24
77d9d53
Compare
Choose a tag to compare

0.10.0 (2024-04-01)

Features

  • add Portal.open (0bf57ea)
  • basic extension support + add __call to builtins to use "tunnel" by default (1fd4c9b)
  • new methods Portal.portals, Portal.open, Portal.close (7c17a93)

Bug Fixes

  • builtin: update after grapple rewrite (#46) (515c3d9)

v0.9.0

11 Feb 21:23
eacc582
Compare
Choose a tag to compare

What's Changed

  • fix(docs): use string.find(plain) instead of string.match by @Amar1729 in #42
  • feat: allow setting overrides in Portal#tunnel by @cbochs in #44
  • fix: compute offsets relative to window heights instead of buffer by @cbochs in #45

New Contributors

Full Changelog: v0.8.2...v0.9.0

v0.8.2

25 Mar 17:23
Compare
Choose a tag to compare

What's Changed

  • refactor(iterator): don't set properties for subclass of Iterator + use asserts by @cbochs in 563b15a
  • feat(iterator): Iterator.wrap by @cbochs in eeaa581
  • readme: update for new Iterator.wrap by @cbochs in 329a3d0

Full Changelog: v0.8.1...v0.8.2

v0.8.1

25 Mar 16:02
e0ef802
Compare
Choose a tag to compare

What's Changed

  • fix: compute correct initial portal offset by @cbochs in #39

Full Changelog: 0.8.0...v0.8.1

0.8.0

24 Mar 13:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.0...0.8.0

0.7.0

23 Mar 15:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.2...0.7.0

v0.6.2

08 Mar 16:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2

v0.6.1

07 Mar 16:48
bb13e83
Compare
Choose a tag to compare

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

Full Changelog: v0.6.0...v0.6.1

v0.6.0

06 Mar 11:37
e5a3431
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

05 Mar 15:48
Compare
Choose a tag to compare

What's Changed

  • breaking! apply default filter to all builtin queries by @cbochs in #27

Full Changelog: v0.4.0...v0.5.0