Releases: chrishrb/gx.nvim
Releases · chrishrb/gx.nvim
v0.8.0
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 avoidhttps://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
- @hungyiloo made their first contribution in #64
- @vladimir-skvortsov made their first contribution in #66
- @phanen made their first contribution in #68
- @jarviliam made their first contribution in #70
- @stevenxxiu made their first contribution in #74
- @0x7a7a made their first contribution in #67
- @AThePeanut4 made their first contribution in #85
- @cosmicbuffalo made their first contribution in #83
Full Changelog: v0.7.0...v0.8.0
v0.7.0
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
- @reegnz made their first contribution in #53
- @sportshead made their first contribution in #46
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- chore/update-readme by @fbuchlak in #42
- feat: option to add user defined handlers by @ChristianMoesl in #49
- 44 Fix markdown handler issue by @chrishrb in #50
- Chore: Improve README for custom handler by @chrishrb in #51
New Contributors
- @fbuchlak made their first contribution in #42
- @ChristianMoesl made their first contribution in #49
Full Changelog: v0.5.0...v0.6.0
v0.5.0
v0.4.1
v0.4.0
v0.3.0
Features
- Add brewfile handler by @piersolenski in #23
- feat: add ecosia to list of search engines by @snelling-a in #25
- Improve import time from ~6ms to 0.75ms by @dsully in #28
- feat: allow the use of custom search engines by @jstnas in #29
Bugfixes
- fix: check for search_engine in user options by @snelling-a in #26
- fix: improved url pattern string by @jstnas in #30
New Contributors
- @piersolenski made their first contribution in #23
- @snelling-a made their first contribution in #25
- @jstnas made their first contribution in #29
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- feat: allow passing arguments to the browser opener by @dsully in #17
- Add support for windows. by @Chemiseblanc in #18
- Fix readme by @chrishrb in #19
- rename merge_tables to concat_table by @JockeM in #21
- Add search for word / selection under cursor by @chrishrb in #22
New Contributors
- @dsully made their first contribution in #17
- @Chemiseblanc made their first contribution in #18
- @JockeM made their first contribution in #21
Full Changelog: v0.1.1...v0.2.0
v0.1.1
v0.1.0
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