Skip to content

Releases: reduckted/GitWebLinks

v2.13.0

15 Jan 11:33
7287b1f
Compare
Choose a tag to compare

VS Code

  • Repositories are found using VS Code's Git extension.

Visual Studio

  • A notification is shown when a link is copied.
  • Go to the file that a URL points to using the Go To File From Link command (Ctrl+1,Ctrl+L).

v2.12.0

22 Sep 03:20
30665f1
Compare
Choose a tag to compare

All Extensions

  • Allow Gitiles URL for HTTP remote to be different to URL for the web interface

v2.11.0

20 Mar 09:44
21c57ad
Compare
Choose a tag to compare

All Extensions

  • Added support for Gitea

v2.10.0

05 Feb 10:46
6b133ce
Compare
Choose a tag to compare

All Extensions

  • Added an option to format the copied links as either:
    • A plain URL (the default and previous behavior).
    • A markdown link.
    • A markdown link with a code block that contains the selected lines.

v2.9.3

22 Aug 11:20
fa0f20a
Compare
Choose a tag to compare

All Extensions

  • Bitbucket Cloud branch URLs now use a shorter format when possible.

v2.9.2

23 Dec 02:39
a750c44
Compare
Choose a tag to compare

All Extensions

  • Dependency updates.

v2.9.0

30 Oct 11:16
9a43534
Compare
Choose a tag to compare

All Extensions

  • New command that lets you choose which branch or commit to generate the link to.

v2.8.1

22 Oct 11:11
5ba5331
Compare
Choose a tag to compare

VS Code

  • Changed the keyboard shortcut to Ctrl+Alt+L on Windows and Linux, and Ctrl+Cmd+L on macOS to avoid conflicts with VS Code's default keyboard shortcuts.

Visual Studio 2022

  • No changes.

v2.8.0

08 Oct 11:11
7de1ca4
Compare
Choose a tag to compare

VS Code

  • Use the shortcut Ctrl+G,Ctrl+L to copy the link to the current selection (thanks @rubengmurray).
  • Dependency updates.

Visual Studio 2022

  • Dependency updates.

v2.7.0

21 Feb 12:07
d307ef3
Compare
Choose a tag to compare

All Extensions

  • You can now generate links that use short SHA hashes.
  • You can use a remote other than "origin".