From 5ba5331b045916f32d6bd41c464b268af8f5b145 Mon Sep 17 00:00:00 2001 From: reduckted Date: Sat, 22 Oct 2022 20:59:41 +1000 Subject: [PATCH] 2.8.1 --- CHANGELOG.md | 8 +++++++- .../source/GitWebLinks/Properties/AssemblyInfo.cs | 4 ++-- .../source/GitWebLinks/source.extension.vsixmanifest | 2 +- vscode/package-lock.json | 4 ++-- vscode/package.json | 2 +- 5 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51d9922..85fc3c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ +# 2.8.1 (2022-10-22) + +## Bug Fixes + +- 🐛 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. + # 2.8.0 (2022-10-08) ## New Features -- ⭐ VS Code: Use the shortcut Ctrl+G,Ctrl+L to copy the link to the current selection (thanks @rubengmurray). +- ⭐ VS Code: Use the keyboard shortcut Ctrl+G,Ctrl+L to copy the link to the current selection (thanks @rubengmurray). ## Maintenance diff --git a/visual-studio/source/GitWebLinks/Properties/AssemblyInfo.cs b/visual-studio/source/GitWebLinks/Properties/AssemblyInfo.cs index 197cb60..a810f31 100644 --- a/visual-studio/source/GitWebLinks/Properties/AssemblyInfo.cs +++ b/visual-studio/source/GitWebLinks/Properties/AssemblyInfo.cs @@ -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)] diff --git a/visual-studio/source/GitWebLinks/source.extension.vsixmanifest b/visual-studio/source/GitWebLinks/source.extension.vsixmanifest index ead9728..2e6bcef 100644 --- a/visual-studio/source/GitWebLinks/source.extension.vsixmanifest +++ b/visual-studio/source/GitWebLinks/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Git Web Links Copy links to files in their online Git repositories. https://github.com/reduckted/GitWebLinks diff --git a/vscode/package-lock.json b/vscode/package-lock.json index 681221e..290e2e8 100644 --- a/vscode/package-lock.json +++ b/vscode/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-gitweblinks", - "version": "2.8.0", + "version": "2.8.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-gitweblinks", - "version": "2.8.0", + "version": "2.8.1", "license": "MIT", "dependencies": { "liquidjs": "9.42.0", diff --git a/vscode/package.json b/vscode/package.json index 6670287..49e6ff1 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -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": {