Skip to content

Releases: chrishrb/gx.nvim

v0.8.0

07 Jul 19:47
5fb9855

Choose a tag to compare

What's Changed

  • fix: support dots in owner/repo#issue, and default to github remote with owner, repo by @sportshead in #58
  • fix: fallback to cwd when remote can't be found at file path (#61) by @sportshead in #62
  • Allow full overriding of open_browser_args on Windows by @hungyiloo in #64
  • feat: add yandex search engine support by @vladimir-skvortsov in #66
  • fix typings by @phanen in #68
  • fix: no need to detected_urls_set many times by @phanen in #69
  • feat(shell): use vim.system instead of plenary on nvim 0.10+ by @jarviliam in #70
  • fix: check type(owner) == "string" to avoid https://github.com/foo/bar, fixes #71 by @stevenxxiu in #74
  • feat(go): enhanced document search with lsp by @0x7a7a in #67
  • fix workflow by @chrishrb in #95
  • fix(git): don't define global M by @AThePeanut4 in #85
  • Fix handler_options defaulting logic by @reegnz in #88
  • Add optional callback to config by @cosmicbuffalo in #83
  • fix init.lua by @chrishrb in #96
  • fix handlers in init.lua by @chrishrb in #98
  • 92 Add terraform handler for aws, azure, google and kubernetes resources by @chrishrb in #99
  • 80 Fix git remote for bitbucket by @chrishrb in #100
  • 91 Fix problem with escaped underscores by @chrishrb in #101

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

29 Apr 08:17
4136a82

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

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

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

Choose a tag to compare

What's Changed

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

v0.4.0

06 Oct 08:58
38d776a

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

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

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

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

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