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