Skip to content

Commit a7cd835

Browse files
committed
Releasing v1.7.5
1 parent 9508968 commit a7cd835

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.5 (Jun 29, 2025)
4+
5+
* enhancement - Don't overwrite VS Code binding to accept inline completion. See [#378](https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/378)
6+
* enhancement - Add shortcut for f4 to jump to source. See [#381](https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/381)
7+
38
## 1.7.4 (Mar 15, 2025)
49

510
* enhancement - Add Go to Next/Prev Symbol Highlight support. See [#375](https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/375)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@ After the initial compile, the source files will be watched and recompiled when
419419
* [@sfyr111](https://github.com/sfyr111)
420420
* [@grgar](https://github.com/grgar)
421421
* [@yasuaki640](https://github.com/yasuaki640)
422+
* [@dhartung](https://github.com/dhartung)
422423

423424
## License
424425

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.4",
3+
"version": "1.7.5",
44
"publisher": "k--kato",
55
"engines": {
66
"vscode": "^1.94.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.4",
3+
"version": "1.7.5",
44
"publisher": "k--kato",
55
"engines": {
66
"vscode": "^1.94.0"

0 commit comments

Comments
 (0)