Skip to content

Commit 57b7a02

Browse files
committed
Releasing v1.7.4
1 parent 9d42d5b commit 57b7a02

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.4 (Mar 15, 2025)
4+
5+
* enhancement - Add Go to Next/Prev Symbol Highlight support. See [#375](https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/375)
6+
* enhancement - Enable extension even in Non Trusted mode. See [#368](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/368)
7+
38
## 1.7.3 (Oct 26, 2024)
49

510
* enhancement - Support Run Anything shortcut on double ctrl. See [#356](https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/356)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@ After the initial compile, the source files will be watched and recompiled when
417417
* [@LunNova](https://github.com/LunNova)
418418
* [@sfyr111](https://github.com/sfyr111)
419419
* [@grgar](https://github.com/grgar)
420+
* [@yasuaki640](https://github.com/yasuaki640)
420421

421422
## License
422423

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

0 commit comments

Comments
 (0)