Releases: chrishrb/gx.nvim
Releases · chrishrb/gx.nvim
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