Releases: wassimk/gh-navigator.nvim
Releases · wassimk/gh-navigator.nvim
v0.1.3
Removed
BREAKING CHANGE: The GH
command no longer accepts a PR number, commit sha, or search terms via command line arguments.
Changed
The GH
command now has all other commands as sub-commands.
GH blame
GH browse
GH pr
GH repo
Added
Added a path option to GH repo
and GHRepo
, like:
GH repo issues
GHRepo pulls
Deprecated
This change deprecates the commands. They will be removed in v0.2.0.
GHBlame
GHBrowse
GHPR
GHRepo
v0.1.2
Added
- New
GHBrowse
command that replacesGHFile
Deprecated
- Deprecate
GHFile
in favor ofGHBrowse
to better matchgh
command
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Fixed
- fix: correct absolute path vs relative path for
GHFile
andGHBlame
by @jlsherrod in #2
New Contributors
- @jlsherrod made their first contribution in #2
Full Changelog: v0.1.0...v0.1.1