Skip to content

Commit 57b9ca5

Browse files
committed
Releasing v1.7.2
1 parent 146e18c commit 57b9ca5

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 1.7.2 (Apr 28, 2024)
4+
5+
* bug fix - Update shift+escape to Hide Active Tool Window. See [#349](https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/349)
6+
* 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)
7+
38
## 1.7.1 (Apr 20, 2024)
49

510
* bug fix - jumpToNextSnippetPlaceholder on Enter unexpected behaviour. See [#347](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/343)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ After the initial compile, the source files will be watched and recompiled when
412412
* [@Strajk](https://github.com/Strajk)
413413
* [@LunNova](https://github.com/LunNova)
414414
* [@sfyr111](https://github.com/sfyr111)
415+
* [@grgar](https://github.com/grgar)
415416

416417
## License
417418

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intellij-idea-keybindings",
3-
"version": "1.7.1",
3+
"version": "1.7.2",
44
"publisher": "k--kato",
55
"engines": {
66
"vscode": "^1.87.0"

src/package-with-comment.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intellij-idea-keybindings",
3-
"version": "1.7.1",
3+
"version": "1.7.2",
44
"publisher": "k--kato",
55
"engines": {
66
"vscode": "^1.87.0"

0 commit comments

Comments
 (0)