Skip to content

Commit

Permalink
2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
reduckted committed Oct 22, 2022
1 parent c8857ba commit 5ba5331
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# 2.8.1 (2022-10-22)

## Bug Fixes

- 🐛 VS Code: Changed the keyboard shortcut to <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>L</kbd> on Windows and Linux, and <kbd>Ctrl</kbd>+<kbd>Cmd</kbd>+<kbd>L</kbd> on macOS to avoid conflicts with VS Code's default keyboard shortcuts.

# 2.8.0 (2022-10-08)

## New Features

- ⭐ VS Code: Use the shortcut <kbd>Ctrl</kbd>+<kbd>G</kbd>,<kbd>Ctrl</kbd>+<kbd>L</kbd> to copy the link to the current selection (thanks @rubengmurray).
- ⭐ VS Code: Use the keyboard shortcut <kbd>Ctrl</kbd>+<kbd>G</kbd>,<kbd>Ctrl</kbd>+<kbd>L</kbd> to copy the link to the current selection (thanks @rubengmurray).

## Maintenance

Expand Down
4 changes: 2 additions & 2 deletions visual-studio/source/GitWebLinks/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: NeutralResourcesLanguage("en-US")]
[assembly: AssemblyVersion("2.8.0.0")]
[assembly: AssemblyFileVersion("2.8.0.0")]
[assembly: AssemblyVersion("2.8.1.0")]
[assembly: AssemblyFileVersion("2.8.1.0")]
[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="GitWebLinks.c090a256-229d-440e-8f5d-34306611b61b" Version="2.8.0" Language="en-US" Publisher="reduckted" />
<Identity Id="GitWebLinks.c090a256-229d-440e-8f5d-34306611b61b" Version="2.8.1" Language="en-US" Publisher="reduckted" />
<DisplayName>Git Web Links</DisplayName>
<Description xml:space="preserve">Copy links to files in their online Git repositories.</Description>
<MoreInfo>https://github.com/reduckted/GitWebLinks</MoreInfo>
Expand Down
4 changes: 2 additions & 2 deletions vscode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-gitweblinks",
"displayName": "Git Web Links for VS Code",
"description": "Copy links to files in their online Git repositories",
"version": "2.8.0",
"version": "2.8.1",
"publisher": "reduckted",
"homepage": "https://github.com/reduckted/GitWebLinks",
"repository": {
Expand Down

0 comments on commit 5ba5331

Please sign in to comment.