Skip to content

Releases: wassimk/gh-navigator.nvim

v0.1.3

10 Jun 02:22
5d2fd53
Compare
Choose a tag to compare

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

05 Jun 14:48
fd7995b
Compare
Choose a tag to compare

Added

  • New GHBrowse command that replaces GHFile

Deprecated

  • Deprecate GHFile in favor of GHBrowse to better match gh command

Full Changelog: v0.1.1...v0.1.2

v0.1.1

31 May 04:54
1675cb1
Compare
Choose a tag to compare

Fixed

  • fix: correct absolute path vs relative path for GHFile and GHBlame by @jlsherrod in #2

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

27 May 00:16
49a7354
Compare
Choose a tag to compare

Added

  • Initial release