Skip to content

Releases: chrishrb/gx.nvim

v0.7.0

29 Apr 08:17
4136a82
Compare
Choose a tag to compare

What's Changed

  • Fix github handler not matching github issue inside braces by @reegnz in #53
  • Add CVE id handler by @reegnz in #52
  • 54 allow selecting handler if there are multiple handlers matching by @chrishrb in #55
  • fix: improve git handler regexes by @sportshead in #46
  • feat: go import handler based on treesitter by @sportshead in #47

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

20 Mar 09:33
f29a874
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v0.5.0

16 Jan 20:59
eba0eef
Compare
Choose a tag to compare

What's Changed

  • Breaking change: Dont provide custom keybinding anymore, allow user to define own keyb… by @chrishrb in #39

Full Changelog: v0.4.1...v0.5.0

v0.4.1

16 Jan 20:54
f48b921
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

06 Oct 08:58
38d776a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

29 Sep 10:41
b967c7a
Compare
Choose a tag to compare

Features

Bugfixes

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

16 May 17:23
a7cb094
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.2.0

v0.1.1

19 Apr 18:24
2281cab
Compare
Choose a tag to compare

What's Changed

  • 10 Match plugin pattern also in vimscript files by @chrishrb in #11
  • 12 Open markdown links anywhere in the boundaries of md link syntax by @chrishrb in #13
  • Add handler for git commit hash by @CKolkey in #15

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

30 Mar 20:42
57ae5fb
Compare
Choose a tag to compare

What's Changed

  • Basic functionality of gx
  • Support for opening urls without protocol
  • open neovim lua plugins in browser
  • open github issues in the browser
  • Fix plugin url for single quoted strings by @chrishrb in #3
  • gx blocks neovim on linux by @chrishrb in #5
  • Respect fragments (#) in URLs by @chrishrb in #7
  • Add package json handler by @chrishrb in #8

Full Changelog: https://github.com/chrishrb/gx.nvim/commits/v0.1.0