Skip to content

Commit

Permalink
Releasing v1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kasecato committed Apr 27, 2024
1 parent 146e18c commit 57b9ca5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intellij-idea-keybindings",
"version": "1.7.1",
"version": "1.7.2",
"publisher": "k--kato",
"engines": {
"vscode": "^1.87.0"
Expand Down
2 changes: 1 addition & 1 deletion src/package-with-comment.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intellij-idea-keybindings",
"version": "1.7.1",
"version": "1.7.2",
"publisher": "k--kato",
"engines": {
"vscode": "^1.87.0"
Expand Down

0 comments on commit 57b9ca5

Please sign in to comment.