Releases: chdsbd/vscode-githubinator
Releases · chdsbd/vscode-githubinator
0.2.1
0.2.0
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 togithubinator
. Now the "... on master" commands
will lookup the master branch instead of using the current branch.
0.1.1
0.1.0
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 ofgithubinator.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 forgithub.com
by only addingmycompany.com
ingithubinator.provider.github.hostnames
. - Global default origin is now configured via
githubinator.remote
instead ofgithubinator.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.