Skip to content

Releases: chdsbd/vscode-githubinator

0.2.1

08 Mar 23:10
2891909
Compare
Choose a tag to compare

Fixed

  • Remove artifact from logo export

0.2.0

08 Mar 16:48
d22117c
Compare
Choose a tag to compare

Added

  • Githubinator: History command to open commit history view for files.
  • Githubinator: Open PR command to open a PR for current branch.
  • Githubinator: Compare command to compare current branch.

Changed

  • Url copying for commands behaves as documented in README.

Fixed

  • Use the branch argument to githubinator. Now the "... on master" commands
    will lookup the master branch instead of using the current branch.

0.1.1

02 Mar 22:30
f2c12c7
Compare
Choose a tag to compare

Added

  • logo for Visual Studio Marketplace

0.1.0

02 Mar 22:22
fcfcdea
Compare
Choose a tag to compare

Added

  • githubinator.enable_context_menu option to disable/enable access to githubinator in the context menu.
  • Gitlab provider with githubinator.provider.gitlab.hostnames setting for configuring match.
  • Bitbucket provider and configuration.
  • VisualStudio provider and configuration.
  • Origin configuration for each provider.

Changed

  • Github provider hostnames are now configured with githubinator.provider.github.hostnames setting instead of githubinator.provider.github. This is now an array of hostnames instead of a single hostname. Note, the default for a provider will always be used for matching, so you cannot accidentally remove matching for github.com by only adding mycompany.com in githubinator.provider.github.hostnames.
  • Global default origin is now configured via githubinator.remote instead of githubinator.default_remote. Note, origins set on a provider override the global remote settings.

Fixed

  • Fix regex creation for Github provider so hostname configured in settings is used to match origins.

0.0.1

28 Feb 18:49
Compare
Choose a tag to compare

Added

Basic extension with github support