Skip to content

Releases: chdsbd/vscode-githubinator

2.1.0

10 Dec 17:04
75ddac6
Compare
Choose a tag to compare

Changed

  • Replaced enable_context_menu with new option to allow configuring Githubinator to display context menu options in a submenu. Thanks @Far0n! (#58)

v2.0.0

10 Dec 01:51
7db970c
Compare
Choose a tag to compare

Fixed

  • Compatibility with obscure git remote URL formats

Removed

  • removed VisualStudio support because of maintence burden. (#54)

support custom ssh usernames

13 Oct 01:02
3db1d07
Compare
Choose a tag to compare

Fixed

support submodules

25 Jun 02:02
3844fb8
Compare
Choose a tag to compare

Added

  • support git submodules when generating links. Thanks @CvX! (#48)

Changed

  • updated test suite to use vscode-test. Thanks @CvX! (#47)

fix new line in permalink URLs

22 Apr 01:43
d3b029f
Compare
Choose a tag to compare

Changed

  • reduce package size by bundling extension with esbuild.

Fixed

  • fixed "\n" being included in urls for permalinks.

fix url escaping

17 Apr 20:05
08bd7c5
Compare
Choose a tag to compare

Fixed

  • Fixed URL escaping of branch and file names.

support multiple main branches and symbolic links

17 Apr 16:12
3ff8e33
Compare
Choose a tag to compare

Added

  • support multiple default branches. vscode-githubinator now attempts to open main, then master, trunk, develop, and dev. Configure these branches with the githubinator.mainBranches option.

Changed

  • renamed Master commands to Main: 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

17 Apr 15:24
95a6d64
Compare
Choose a tag to compare

Fixed

  • allow origin urls not ending in .git for GitHub.

0.3.0 - 2020-08-15

Added

  • Support calling Githubinator without an open file.

Changed

  • Don't copy URL when using "Open PR".

0.2.3

06 Apr 00:28
e2cae9b
Compare
Choose a tag to compare

Fixed

  • Fix ordering of ref lookup to check unpacked refs before looking in packed refs.

0.2.2

16 Mar 21:44
aac2ed9
Compare
Choose a tag to compare

Fixed

  • Fixed failure when running Githubinator with detached HEAD. Githubinator
    would fail because there wasn't a ref to work off when running with a detached
    HEAD.