Releases: chdsbd/vscode-githubinator
Releases · chdsbd/vscode-githubinator
2.1.0
v2.0.0
support custom ssh usernames
Fixed
- support Github ssh remote with non
gitusername. Thanks @galaydaroman! (#52)
support submodules
fix new line in permalink URLs
Changed
- reduce package size by bundling extension with esbuild.
Fixed
- fixed "\n" being included in urls for permalinks.
fix url escaping
Fixed
- Fixed URL escaping of branch and file names.
support multiple main branches and symbolic links
Added
- support multiple default branches. vscode-githubinator now attempts to open
main, thenmaster,trunk,develop, anddev. Configure these branches with thegithubinator.mainBranchesoption.
Changed
- renamed
Mastercommands toMain:Githubinator: Copy Master->Githubinator: Copy Main,Githubinator: Copy Master Permalink->Githubinator: Copy Main Permalink,Githubinator: On Master->Githubinator: On Main,Githubinator: Blame On Master->Githubinator: Blame On Main
Fixed
- support resolving symbolic links. vscode-githubinator will now resolve symbolic links before opening a URL.
support origins missing `.git` extension
Fixed
- allow origin urls not ending in
.gitfor GitHub.
0.3.0 - 2020-08-15
Added
- Support calling Githubinator without an open file.
Changed
- Don't copy URL when using "Open PR".