From 57b9ca5da1c60bc9f8735e80e6e0ecd46715ef7d Mon Sep 17 00:00:00 2001 From: kasecato Date: Sun, 28 Apr 2024 08:50:14 +0900 Subject: [PATCH] Releasing v1.7.2 --- CHANGELOG.md | 5 +++++ README.md | 1 + package-lock.json | 4 ++-- package.json | 2 +- src/package-with-comment.json | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 158ec2e..4171323 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 1.7.2 (Apr 28, 2024) + +* bug fix - Update shift+escape to Hide Active Tool Window. See [#349](https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/349) +* enhancement - How to disable 'double shift' press for 'Search files by name' dialog. See [#348](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/348) + ## 1.7.1 (Apr 20, 2024) * bug fix - jumpToNextSnippetPlaceholder on Enter unexpected behaviour. See [#347](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/343) diff --git a/README.md b/README.md index 0e4946f..647b9ae 100644 --- a/README.md +++ b/README.md @@ -412,6 +412,7 @@ After the initial compile, the source files will be watched and recompiled when * [@Strajk](https://github.com/Strajk) * [@LunNova](https://github.com/LunNova) * [@sfyr111](https://github.com/sfyr111) +* [@grgar](https://github.com/grgar) ## License diff --git a/package-lock.json b/package-lock.json index 1bb8476..64ff3d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "intellij-idea-keybindings", - "version": "1.7.1", + "version": "1.7.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "intellij-idea-keybindings", - "version": "1.7.1", + "version": "1.7.2", "license": "MIT", "dependencies": { "fast-xml-parser": "^4.3.6", diff --git a/package.json b/package.json index 8ab7023..946fb6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "intellij-idea-keybindings", - "version": "1.7.1", + "version": "1.7.2", "publisher": "k--kato", "engines": { "vscode": "^1.87.0" diff --git a/src/package-with-comment.json b/src/package-with-comment.json index 47ba777..d8ab66a 100644 --- a/src/package-with-comment.json +++ b/src/package-with-comment.json @@ -1,6 +1,6 @@ { "name": "intellij-idea-keybindings", - "version": "1.7.1", + "version": "1.7.2", "publisher": "k--kato", "engines": { "vscode": "^1.87.0"